diff --git a/python-rdflib.changes b/python-rdflib.changes index fa29467..68f1d5e 100644 --- a/python-rdflib.changes +++ b/python-rdflib.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Apr 3 06:45:45 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 7.1.4 + * Remove old hacks against 2to3 + * Allow multi subjects & objects in graph funcs + * Reduce test warnings + * Downgrade log message about plugin + * Remove old hacks against 2to3 + * Cope with Namespace annotations in Python 3.14 + * Small docco update + ------------------------------------------------------------------- Fri Feb 14 07:34:18 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-rdflib.spec b/python-rdflib.spec index ad388e8..9d91182 100644 --- a/python-rdflib.spec +++ b/python-rdflib.spec @@ -29,7 +29,7 @@ %bcond_with tests %{?sle15_python_module_pythons} Name: python-rdflib%{psuffix} -Version: 7.1.3 +Version: 7.1.4 Release: 0 Summary: A Python library for working with RDF License: BSD-3-Clause @@ -59,15 +59,11 @@ BuildRequires: python3-typing_extensions Provides: %{python_module rdflib-doc = %{version}} %else BuildRequires: %{python_module base >= 3.8} -BuildRequires: %{python_module html5lib} -BuildRequires: %{python_module isodate} BuildRequires: %{python_module pip} BuildRequires: %{python_module poetry-core} BuildRequires: %{python_module pyparsing} BuildRequires: %{python_module wheel} BuildRequires: %{python_module xml} -Requires: python-html5lib -Requires: python-isodate Requires: python-pyparsing %python_subpackages %endif diff --git a/rdflib-7.1.3.tar.gz b/rdflib-7.1.3.tar.gz deleted file mode 100644 index 78d3708..0000000 --- a/rdflib-7.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3dcb4c106a8cd9e060d92f43d593d09ebc3d07adc244f4c7315856a12e383ee -size 4867170 diff --git a/rdflib-7.1.4.tar.gz b/rdflib-7.1.4.tar.gz new file mode 100644 index 0000000..ee3be9e --- /dev/null +++ b/rdflib-7.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed46e24f26a788e2ab8e445f7077f00edcf95abb73bcef4b86cefa8b62dd174 +size 4692745