Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-rdflib for openSUSE:Factory 
checked in at 2024-10-29 14:32:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rdflib (Old)
 and      /work/SRC/openSUSE:Factory/.python-rdflib.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rdflib"

Tue Oct 29 14:32:15 2024 rev:31 rq:1218819 version:7.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rdflib/python-rdflib.changes      
2024-07-05 19:49:28.850625795 +0200
+++ /work/SRC/openSUSE:Factory/.python-rdflib.new.2020/python-rdflib.changes    
2024-10-29 14:32:55.147972131 +0100
@@ -1,0 +2,17 @@
+Mon Oct 28 10:15:59 UTC 2024 - Daniel Garcia <daniel.gar...@suse.com>
+
+- Add sphinx8.patch to build doc with latest sphinx, gh#RDFLib/rdflib#2956
+- Update to 7.1.1:
+  * This minor release removes the dependency on some only Python
+    packages, in particular six which is a problem for some Linux
+    distributions that ship RDFLib.
+  * Replace html5lib with html5rdf, make it an optional dependency PR #2951
+  * Prevent crash when comparing ill-typed numeric types. PR #2949
+  * Fix parser bug and add test PR #2943
+  * Fix import ordering in get_merged_prs. PR #2947
+- 7.1.0:
+  * There are no major changes in this release over 7.0.0 and this
+    release can be used in place of 7.0.0 without much worry about
+    altered behaviour.
+
+-------------------------------------------------------------------

Old:
----
  rdflib-7.0.0.tar.gz

New:
----
  rdflib-7.1.1.tar.gz
  sphinx8.patch

BETA DEBUG BEGIN:
  New:
- Add sphinx8.patch to build doc with latest sphinx, gh#RDFLib/rdflib#2956
- Update to 7.1.1:
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-rdflib.spec ++++++
--- /var/tmp/diff_new_pack.AzWs8i/_old  2024-10-29 14:32:55.832000505 +0100
+++ /var/tmp/diff_new_pack.AzWs8i/_new  2024-10-29 14:32:55.832000505 +0100
@@ -28,12 +28,14 @@
 # Tests don't work and cause a dependency loop with python-SPARQLWrapper
 %bcond_with tests
 Name:           python-rdflib%{psuffix}
-Version:        7.0.0
+Version:        7.1.1
 Release:        0
 Summary:        A Python library for working with RDF
 License:        BSD-3-Clause
 URL:            http://rdflib.net/
 Source:         
https://files.pythonhosted.org/packages/source/r/rdflib/rdflib-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM sphinx8.patch gh#RDFLib/rdflib#2956 -- 
daniel.gar...@suse.com
+Patch0:         sphinx8.patch
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires(post): update-alternatives
@@ -52,6 +54,7 @@
 BuildRequires:  python3-myst-parser
 BuildRequires:  python3-sphinx-autodoc-typehints
 BuildRequires:  python3-sphinxcontrib-apidoc
+BuildRequires:  python3-typing_extensions
 Provides:       %{python_module rdflib-doc = %{version}}
 %else
 BuildRequires:  %{python_module base >= 3.8}

++++++ rdflib-7.0.0.tar.gz -> rdflib-7.1.1.tar.gz ++++++
++++ 29949 lines of diff (skipped)

++++++ sphinx8.patch ++++++
Index: rdflib-7.1.1/docs/conf.py
===================================================================
--- rdflib-7.1.1.orig/docs/conf.py
+++ rdflib-7.1.1/docs/conf.py
@@ -300,7 +300,7 @@ def autodoc_skip_member_handler(
     """
     # 
https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#event-autodoc-skip-member
     if (
-        app.env.docname == "apidocs/rdflib"
+        app.env.docname in ["apidocs/rdflib", "apidocs/rdflib.namespace"]
         and what == "module"
         and type(obj).__name__.endswith("DefinedNamespaceMeta")
     ):

Reply via email to