From 638b799bbf2028dfb85b66e54f88a6650a406989 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:32:55 +0100 Subject: [PATCH] fix obsolete for python-rdflib [release 5.0.0-3mamba;Fri Jan 22 2021] --- python-rdflib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-rdflib.spec b/python-rdflib.spec index eb2c8f7..9c12fd5 100644 --- a/python-rdflib.spec +++ b/python-rdflib.spec @@ -1,6 +1,6 @@ Name: python-rdflib Version: 5.0.0 -Release: 2mamba +Release: 3mamba Summary: A Python library for working with RDF, a simple yet powerful language for representing information. Group: System/Libraries/Python Vendor: openmamba @@ -23,7 +23,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %if 0%{?with_pyver} %define py_requires_append \ -Requires: python-isodate%{?pyappend:-%pyappend} +Requires: python-isodate%{?pyappend:-%pyappend} \ Obsoletes: python-rdflib <= 5.0.0-1mamba %pyver_package %endif @@ -50,6 +50,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build %defattr(-,root,root) %changelog +* Fri Jan 22 2021 Silvan Calarco 5.0.0-3mamba +- fix obsolete for python-rdflib + * Tue Jan 19 2021 Silvan Calarco 5.0.0-2mamba - rebuilt with python3