16 Commits

Author SHA1 Message Date
76e044079c automatic version update by autodist [release 3.20.1-1mamba;Sun Feb 16 2025] 2025-02-16 14:07:47 +01:00
d85f026f1a automatic version update by autodist [release 3.19.3-1mamba;Thu Aug 15 2024] 2024-08-18 22:55:40 +02:00
439db44fe9 obsolete python-simplejson-py310 [release 3.19.2-2mamba;Fri Jan 19 2024] 2024-01-19 20:49:46 +01:00
fcd459921f automatic version update by autodist [release 3.19.2-1mamba;Fri Oct 06 2023] 2024-01-05 16:39:43 +01:00
2995bacd45 rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 3.19.1-2mamba;Tue Sep 26 2023] 2024-01-05 16:39:42 +01:00
85984a680d automatic version update by autodist [release 3.19.1-1mamba;Fri Apr 07 2023] 2024-01-05 16:39:42 +01:00
df37f6ba7b automatic version update by autodist [release 3.18.4-1mamba;Wed Mar 15 2023] 2024-01-05 16:39:42 +01:00
ba97dc2364 automatic version update by autodist [release 3.18.3-1mamba;Tue Feb 07 2023] 2024-01-05 16:39:42 +01:00
b0f942f7bb automatic version update by autodist [release 3.18.1-1mamba;Wed Jan 04 2023] 2024-01-05 16:39:41 +01:00
35a96df30d automatic version update by autodist [release 3.18.0-1mamba;Tue Nov 15 2022] 2024-01-05 16:39:41 +01:00
318199a35f automatic version update by autodist [release 3.17.6-1mamba;Wed Nov 17 2021] 2024-01-05 16:39:41 +01:00
5149490504 automatic version update by autodist [release 3.17.5-1mamba;Tue Aug 24 2021] 2024-01-05 16:39:41 +01:00
f775cf2531 automatic version update by autodist [release 3.17.4-1mamba;Sat Aug 21 2021] 2024-01-05 16:39:41 +01:00
861e270f91 automatic version update by autodist [release 3.17.3-1mamba;Sat Jul 10 2021] 2024-01-05 16:39:41 +01:00
833bec4634 automatic version update by autodist [release 3.17.2-1mamba;Sat Jul 18 2020] 2024-01-05 16:39:41 +01:00
0eeba1ec7d automatic version update by autodist [release 3.17.0-1mamba;Tue Nov 19 2019] 2024-01-05 16:39:41 +01:00

View File

@ -1,6 +1,6 @@
Name: python-simplejson
Version: 3.16.0
Release: 3mamba
Version: 3.20.1
Release: 1mamba
Summary: Simple, fast, extensible JSON encoder/decoder for Python
Group: System/Libraries/Python
Vendor: openmamba
@ -11,13 +11,10 @@ Source: http://pypi.debian.net/simplejson/simplejson-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libpython-devel
BuildRequires: libpython311-devel
## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
BuildRequires: libpython3-devel >= 3.7.4
BuildRequires: python-nose
BuildRequires: python-setuptools-devel
Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
simplejson is a simple, fast, complete, correct and extensible JSON <http://json.org> encoder and decoder for Python 2.4+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost.
@ -26,6 +23,8 @@ The encoder may be subclassed to provide serialization in any kind of situation,
The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by default).
%if "%{?with_pyver}"
%define py_requires_append \
Obsoletes: python-simplejson-py310 < 3.19.2-2mamba
%pyver_package
%endif
@ -79,6 +78,54 @@ nosetests -q
%doc LICENSE.txt
%changelog
* Sun Feb 16 2025 Automatic Build System <autodist@openmamba.org> 3.20.1-1mamba
- automatic version update by autodist
* Thu Aug 15 2024 Automatic Build System <autodist@openmamba.org> 3.19.3-1mamba
- automatic version update by autodist
* Fri Jan 19 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.19.2-2mamba
- obsolete python-simplejson-py310
* Fri Oct 06 2023 Automatic Build System <autodist@mambasoft.it> 3.19.2-1mamba
- automatic version update by autodist
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 3.19.1-2mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Fri Apr 07 2023 Automatic Build System <autodist@mambasoft.it> 3.19.1-1mamba
- automatic version update by autodist
* Wed Mar 15 2023 Automatic Build System <autodist@mambasoft.it> 3.18.4-1mamba
- automatic version update by autodist
* Tue Feb 07 2023 Automatic Build System <autodist@mambasoft.it> 3.18.3-1mamba
- automatic version update by autodist
* Wed Jan 04 2023 Automatic Build System <autodist@mambasoft.it> 3.18.1-1mamba
- automatic version update by autodist
* Tue Nov 15 2022 Automatic Build System <autodist@mambasoft.it> 3.18.0-1mamba
- automatic version update by autodist
* Wed Nov 17 2021 Automatic Build System <autodist@mambasoft.it> 3.17.6-1mamba
- automatic version update by autodist
* Tue Aug 24 2021 Automatic Build System <autodist@mambasoft.it> 3.17.5-1mamba
- automatic version update by autodist
* Sat Aug 21 2021 Automatic Build System <autodist@mambasoft.it> 3.17.4-1mamba
- automatic version update by autodist
* Sat Jul 10 2021 Automatic Build System <autodist@mambasoft.it> 3.17.3-1mamba
- automatic version update by autodist
* Sat Jul 18 2020 Automatic Build System <autodist@mambasoft.it> 3.17.2-1mamba
- automatic version update by autodist
* Tue Nov 19 2019 Automatic Build System <autodist@mambasoft.it> 3.17.0-1mamba
- automatic version update by autodist
* Fri Aug 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.16.0-3mamba
- rebuilt with python3 3.7.4