From 61d048a0dc3e7e6627401018a58a61577c472e4668d719758cb9ef317c5d3fdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 7 Apr 2025 11:26:23 +0000 Subject: [PATCH 1/2] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rdflib?expand=0&rev=76 --- python-rdflib.changes | 12 ++++++++++++ python-rdflib.spec | 2 +- rdflib-7.1.3.tar.gz | 3 --- rdflib-7.1.4.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 rdflib-7.1.3.tar.gz create mode 100644 rdflib-7.1.4.tar.gz 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..17552f6 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 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 From 6b510be0ab7e613dbc3cb6bd6ac8068d6033fcb56e804bcea5bdce10e1345b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 7 Apr 2025 11:28:20 +0000 Subject: [PATCH 2/2] try to drop possible extra deps OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rdflib?expand=0&rev=77 --- python-rdflib.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python-rdflib.spec b/python-rdflib.spec index 17552f6..9d91182 100644 --- a/python-rdflib.spec +++ b/python-rdflib.spec @@ -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