Compare commits
2 Commits
5.8.0-1mam
...
5.9.0-1mam
Author | SHA1 | Date | |
---|---|---|---|
af9952c6e7 | |||
8e6c9dff53 |
@ -1,5 +1,5 @@
|
||||
Name: python-ujson
|
||||
Version: 5.8.0
|
||||
Version: 5.9.0
|
||||
Release: 1mamba
|
||||
Summary: Ultra fast JSON encoder and decoder for Python
|
||||
Group: System/Libraries
|
||||
@ -12,9 +12,10 @@ License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||
BuildRequires: libpython-devel
|
||||
Requires: python >= %python_version
|
||||
|
||||
@ -48,6 +49,12 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
%{python_sitearch}/ujson-%{version}-py*.egg-info/*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 11 2023 Automatic Build System <autodist@mambasoft.it> 5.9.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 5.8.0-2mamba
|
||||
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
||||
|
||||
* Tue Jun 13 2023 Automatic Build System <autodist@mambasoft.it> 5.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user