From cc7311b75a74a40fa38625c510b4a85ce5e44cea Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jun 19 2018 09:23:05 +0000 Subject: Rebuilt for Python 3.7 --- diff --git a/python-ujson.spec b/python-ujson.spec index 8939b5d..34cdcf2 100644 --- a/python-ujson.spec +++ b/python-ujson.spec @@ -14,7 +14,7 @@ Name: python-%{modname} Version: 2.0 # include the snapshot bits if github_date is set -Release: %{rel}%{?github_date:.%{github_date}git%{shortcommit}}%{?dist}.4 +Release: %{rel}%{?github_date:.%{github_date}git%{shortcommit}}%{?dist}.5 Summary: An ultra fast JSON encoder and decoder written in pure C License: BSD @@ -91,6 +91,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} tests/tests.py -v %{python3_sitearch}/%{modname}*.so %changelog +* Tue Jun 19 2018 Miro Hrončok - 2.0-0.1.20170206git2f1d487.5 +- Rebuilt for Python 3.7 + * Mon Feb 12 2018 Iryna Shcherbina - 2.0-0.1.20170206git2f1d487.4 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)