rebuilt with python 3.10 [release 3.2.0-4mamba;Sun Apr 09 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 11:20:51 +01:00
parent 6a87249adb
commit ba756e0e90

View File

@ -1,6 +1,6 @@
Name: python-jsonschema Name: python-jsonschema
Version: 3.2.0 Version: 3.2.0
Release: 3mamba Release: 4mamba
Summary: jsonschema is an implementation of JSON Schema for Python Summary: jsonschema is an implementation of JSON Schema for Python
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -22,8 +22,11 @@ BuildRequires: python3.7dist(six)
%{summary}. %{summary}.
%if 0%{?with_pyver} %if 0%{?with_pyver}
%if "%{?with_pyver}" == "3"
%define py_requires_append \ %define py_requires_append \
Provides: python-jsonschema \
Obsoletes: python-jsonschema <= 3.2.0-2mamba Obsoletes: python-jsonschema <= 3.2.0-2mamba
%endif
%pyver_package %pyver_package
%endif %endif
@ -44,13 +47,16 @@ CFLAGS="%{optflags}" %{__python} setup.py build
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{name}.filelist %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%dir %{python_sitearch}/jsonschema-%{version}-py*.egg-info %dir %{python_sitearch}/jsonschema-%{version}-py*.egg-info
%{python_sitearch}/jsonschema-%{version}-py*.egg-info/* %{python_sitearch}/jsonschema-%{version}-py*.egg-info/*
%doc COPYING README.rst %doc COPYING README.rst
%changelog %changelog
* Sun Apr 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.0-4mamba
- rebuilt with python 3.10
* Mon Aug 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.0-3mamba * Mon Aug 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.0-3mamba
- rebuilt with distdeps - rebuilt with distdeps