rebuilt with python3 3.7.4 [release 3.16.0-3mamba;Fri Aug 09 2019]
This commit is contained in:
parent
43b82c5f08
commit
361e3bd586
@ -1,6 +1,6 @@
|
||||
Name: python-simplejson
|
||||
Version: 3.16.0
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: Simple, fast, extensible JSON encoder/decoder for Python
|
||||
Group: System/Libraries/Python
|
||||
Vendor: openmamba
|
||||
@ -9,13 +9,14 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://undefined.org/python/#simplejson
|
||||
Source: http://pypi.debian.net/simplejson/simplejson-%{version}.tar.gz
|
||||
License: MIT
|
||||
Requires: python >= %python_version
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libpython-devel >= %python_version
|
||||
BuildRequires: libpython-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython3-devel >= 3.7.4
|
||||
BuildRequires: python-nose
|
||||
BuildRequires: python-setuptools-devel
|
||||
Requires: python >= %python_version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -78,6 +79,9 @@ nosetests -q
|
||||
%doc LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Fri Aug 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.16.0-3mamba
|
||||
- rebuilt with python3 3.7.4
|
||||
|
||||
* Fri May 17 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.16.0-2mamba
|
||||
- rebuilt with py36 support
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user