rebuilt with python3 3.7.4 [release 3.16.0-3mamba;Fri Aug 09 2019]

This commit is contained in:
Silvan Calarco 2024-01-05 16:39:41 +01:00
parent 43b82c5f08
commit 361e3bd586

View File

@ -1,6 +1,6 @@
Name: python-simplejson Name: python-simplejson
Version: 3.16.0 Version: 3.16.0
Release: 2mamba Release: 3mamba
Summary: Simple, fast, extensible JSON encoder/decoder for Python Summary: Simple, fast, extensible JSON encoder/decoder for Python
Group: System/Libraries/Python Group: System/Libraries/Python
Vendor: openmamba Vendor: openmamba
@ -9,13 +9,14 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://undefined.org/python/#simplejson URL: http://undefined.org/python/#simplejson
Source: http://pypi.debian.net/simplejson/simplejson-%{version}.tar.gz Source: http://pypi.debian.net/simplejson/simplejson-%{version}.tar.gz
License: MIT License: MIT
Requires: python >= %python_version
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libpython-devel >= %python_version BuildRequires: libpython-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libpython3-devel >= 3.7.4
BuildRequires: python-nose BuildRequires: python-nose
BuildRequires: python-setuptools-devel BuildRequires: python-setuptools-devel
Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
@ -78,6 +79,9 @@ nosetests -q
%doc LICENSE.txt %doc LICENSE.txt
%changelog %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 * Fri May 17 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.16.0-2mamba
- rebuilt with py36 support - rebuilt with py36 support