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
Version: 1.4.2
Release: 1mamba
Version: 2.0.0
Release: 2mamba
Summary: Python library for serializing any arbitrary object graph into JSON
Group: System/Libraries/Python
Vendor: openmamba
Distribution: openmamba
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
License: BSD
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel
#python3.7dist(importlib-metadata): unidentified build requirement
BuildRequires: libpython3-devel
## AUTOBUILDREQ-END
BuildRequires: python-setuptools
Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildArch: noarch
%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 is highly configurable and extendableallowing the user to choose the JSON backend and add additional backends.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep
%setup -q -n jsonpickle-%{version}
@ -44,13 +48,19 @@ sed -i "\,egg-info$,d" %{name}.filelist
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.filelist
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%dir %{python_sitearch}/*.egg-info
%dir %{python_sitearch}/jsonpickle
%doc LICENSE
%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
- automatic version update by autodist