fix obsolete for python-rdflib [release 5.0.0-3mamba;Fri Jan 22 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 16:32:55 +01:00
parent cc6dae4a08
commit 638b799bbf

View File

@ -1,6 +1,6 @@
Name: python-rdflib Name: python-rdflib
Version: 5.0.0 Version: 5.0.0
Release: 2mamba Release: 3mamba
Summary: A Python library for working with RDF, a simple yet powerful language for representing information. Summary: A Python library for working with RDF, a simple yet powerful language for representing information.
Group: System/Libraries/Python Group: System/Libraries/Python
Vendor: openmamba Vendor: openmamba
@ -23,7 +23,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%if 0%{?with_pyver} %if 0%{?with_pyver}
%define py_requires_append \ %define py_requires_append \
Requires: python-isodate%{?pyappend:-%pyappend} Requires: python-isodate%{?pyappend:-%pyappend} \
Obsoletes: python-rdflib <= 5.0.0-1mamba Obsoletes: python-rdflib <= 5.0.0-1mamba
%pyver_package %pyver_package
%endif %endif
@ -50,6 +50,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Fri Jan 22 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.0-3mamba
- fix obsolete for python-rdflib
* Tue Jan 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.0-2mamba * Tue Jan 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.0-2mamba
- rebuilt with python3 - rebuilt with python3