From 7773c76800bd50938eb45aa58e5648c589020134 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:20:31 +0100 Subject: [PATCH] rebuilt with new python requirements [release 2.0.0-2mamba;Sun Mar 14 2021] --- python-jsonpickle.spec | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/python-jsonpickle.spec b/python-jsonpickle.spec index 8b7004a..914d6b6 100644 --- a/python-jsonpickle.spec +++ b/python-jsonpickle.spec @@ -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 -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 extendable–allowing 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 2.0.0-2mamba +- rebuilt with new python requirements + +* Sun Feb 21 2021 Automatic Build System 2.0.0-1mamba +- automatic version update by autodist + * Wed Dec 02 2020 Automatic Build System 1.4.2-1mamba - automatic version update by autodist