rebuilt with new python requirements [release 2.0.0-2mamba;Sun Mar 14 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 11:20:31 +01:00
parent e17a36faf1
commit 7773c76800

View File

@ -1,20 +1,20 @@
Name: python-jsonpickle Name: python-jsonpickle
Version: 1.4.2 Version: 2.0.0
Release: 1mamba Release: 2mamba
Summary: Python library for serializing any arbitrary object graph into JSON Summary: Python library for serializing any arbitrary object graph into JSON
Group: System/Libraries/Python Group: System/Libraries/Python
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org> Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://jsonpickle.github.com/ URL: https://jsonpickle.github.com/
Source: https://pypi.debian.net/jsonpickle/jsonpickle-%{version}.tar.gz Source: https://pypi.debian.net/jsonpickle/jsonpickle-%{version}.tar.gz
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel #python3.7dist(importlib-metadata): unidentified build requirement
BuildRequires: libpython3-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: python-setuptools BuildRequires: python-setuptools
Requires: python >= %python_version Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildArch: noarch BuildArch: noarch
%description %description
@ -24,6 +24,10 @@ The standard Python libraries for encoding Python into JSON, such as the stdlib
jsonpickle builds on top of these libraries and allows more complex data structures to be serialized to JSON. jsonpickle builds on top of these libraries and allows more complex data structures to be serialized to JSON.
jsonpickle is highly configurable and extendableallowing the user to choose the JSON backend and add additional backends. jsonpickle is highly configurable and extendableallowing the user to choose the JSON backend and add additional backends.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep %prep
%setup -q -n jsonpickle-%{version} %setup -q -n jsonpickle-%{version}
@ -44,13 +48,19 @@ sed -i "\,egg-info$,d" %{name}.filelist
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.filelist %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%dir %{python_sitearch}/*.egg-info %dir %{python_sitearch}/*.egg-info
%dir %{python_sitearch}/jsonpickle %dir %{python_sitearch}/jsonpickle
%doc LICENSE %doc LICENSE
%changelog %changelog
* Sun Mar 14 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0-2mamba
- rebuilt with new python requirements
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
- automatic version update by autodist
* Wed Dec 02 2020 Automatic Build System <autodist@mambasoft.it> 1.4.2-1mamba * Wed Dec 02 2020 Automatic Build System <autodist@mambasoft.it> 1.4.2-1mamba
- automatic version update by autodist - automatic version update by autodist