Compare commits
13 Commits
4.3.0-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
8215e273a7 | |||
af9952c6e7 | |||
8e6c9dff53 | |||
0595043a9b | |||
dede6b1f05 | |||
5e4663ebf5 | |||
681abf4cac | |||
2948f06d20 | |||
23314ab993 | |||
9191739ba7 | |||
7d01701874 | |||
cc4e8b8ee0 | |||
c3c43cc01e |
@ -1,5 +1,5 @@
|
|||||||
Name: python-ujson
|
Name: python-ujson
|
||||||
Version: 4.3.0
|
Version: 5.10.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Ultra fast JSON encoder and decoder for Python
|
Summary: Ultra fast JSON encoder and decoder for Python
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -12,9 +12,10 @@ License: BSD
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
Requires: python >= %python_version
|
Requires: python >= %python_version
|
||||||
|
|
||||||
@ -48,6 +49,45 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
%{python_sitearch}/ujson-%{version}-py*.egg-info/*
|
%{python_sitearch}/ujson-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 14 2024 Automatic Build System <autodist@openmamba.org> 5.10.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* 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
|
* Tue Nov 23 2021 Automatic Build System <autodist@mambasoft.it> 4.3.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user