Compare commits
5 Commits
3.19.1-1ma
...
main
Author | SHA1 | Date | |
---|---|---|---|
76e044079c | |||
d85f026f1a | |||
439db44fe9 | |||
fcd459921f | |||
2995bacd45 |
@ -1,5 +1,5 @@
|
||||
Name: python-simplejson
|
||||
Version: 3.19.1
|
||||
Version: 3.20.1
|
||||
Release: 1mamba
|
||||
Summary: Simple, fast, extensible JSON encoder/decoder for Python
|
||||
Group: System/Libraries/Python
|
||||
@ -11,12 +11,10 @@ Source: http://pypi.debian.net/simplejson/simplejson-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libpython3-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
|
||||
|
||||
%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.
|
||||
@ -25,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
|
||||
|
||||
@ -78,6 +78,21 @@ 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user