15 Commits

Author SHA1 Message Date
af9952c6e7 automatic version update by autodist [release 5.9.0-1mamba;Mon Dec 11 2023] 2024-01-05 16:49:51 +01:00
8e6c9dff53 rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 5.8.0-2mamba;Wed Sep 27 2023] 2024-01-05 16:49:49 +01:00
0595043a9b automatic version update by autodist [release 5.8.0-1mamba;Tue Jun 13 2023] 2024-01-05 16:49:48 +01:00
dede6b1f05 rebuilt with python 3.10 [release 5.7.0-2mamba;Fri Apr 07 2023] 2024-01-05 16:49:47 +01:00
5e4663ebf5 automatic version update by autodist [release 5.7.0-1mamba;Sat Jan 07 2023] 2024-01-05 16:49:47 +01:00
681abf4cac automatic version update by autodist [release 5.6.0-1mamba;Fri Dec 02 2022] 2024-01-05 16:49:46 +01:00
2948f06d20 automatic version update by autodist [release 5.5.0-1mamba;Fri Sep 16 2022] 2024-01-05 16:49:46 +01:00
23314ab993 automatic version update by autodist [release 5.4.0-1mamba;Sat Jul 02 2022] 2024-01-05 16:49:46 +01:00
9191739ba7 automatic version update by autodist [release 5.3.0-1mamba;Thu May 19 2022] 2024-01-05 16:49:46 +01:00
7d01701874 automatic version update by autodist [release 5.2.0-1mamba;Wed Apr 06 2022] 2024-01-05 16:49:46 +01:00
cc4e8b8ee0 automatic version update by autodist [release 5.1.0-1mamba;Wed Dec 22 2021] 2024-01-05 16:49:46 +01:00
c3c43cc01e automatic version update by autodist [release 5.0.0-1mamba;Fri Dec 17 2021] 2024-01-05 16:49:46 +01:00
76bd4e0fdc automatic version update by autodist [release 4.3.0-1mamba;Tue Nov 23 2021] 2024-01-05 16:49:46 +01:00
da17bd25a9 automatic version update by autodist [release 4.2.0-1mamba;Wed Sep 22 2021] 2024-01-05 16:49:46 +01:00
1dc9a9ea26 automatic version update by autodist [release 4.1.0-1mamba;Tue Aug 17 2021] 2024-01-05 16:49:46 +01:00

View File

@ -1,5 +1,5 @@
Name: python-ujson
Version: 4.0.2
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,5 +49,50 @@ 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
* Fri Apr 07 2023 Sdk Build System <sdk@mambasoft.it> 5.7.0-2mamba
- rebuilt with python 3.10
* Sat Jan 07 2023 Automatic Build System <autodist@mambasoft.it> 5.7.0-1mamba
- automatic version update by autodist
* Fri Dec 02 2022 Automatic Build System <autodist@mambasoft.it> 5.6.0-1mamba
- automatic version update by autodist
* Fri Sep 16 2022 Automatic Build System <autodist@mambasoft.it> 5.5.0-1mamba
- automatic version update by autodist
* Sat Jul 02 2022 Automatic Build System <autodist@mambasoft.it> 5.4.0-1mamba
- automatic version update by autodist
* Thu May 19 2022 Automatic Build System <autodist@mambasoft.it> 5.3.0-1mamba
- automatic version update by autodist
* Wed Apr 06 2022 Automatic Build System <autodist@mambasoft.it> 5.2.0-1mamba
- automatic version update by autodist
* Wed Dec 22 2021 Automatic Build System <autodist@mambasoft.it> 5.1.0-1mamba
- automatic version update by autodist
* Fri Dec 17 2021 Automatic Build System <autodist@mambasoft.it> 5.0.0-1mamba
- automatic version update by autodist
* Tue Nov 23 2021 Automatic Build System <autodist@mambasoft.it> 4.3.0-1mamba
- automatic version update by autodist
* Wed Sep 22 2021 Automatic Build System <autodist@mambasoft.it> 4.2.0-1mamba
- automatic version update by autodist
* Tue Aug 17 2021 Automatic Build System <autodist@mambasoft.it> 4.1.0-1mamba
- automatic version update by autodist
* Mon Apr 12 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.2-1mamba
- package created using the webbuild interface