Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-sphinxcontrib-htmlhelp for 
openSUSE:Factory checked in at 2024-01-15 22:11:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-htmlhelp (Old)
 and      /work/SRC/openSUSE:Factory/.python-sphinxcontrib-htmlhelp.new.21961 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sphinxcontrib-htmlhelp"

Mon Jan 15 22:11:07 2024 rev:8 rq:1138559 version:2.0.5

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-htmlhelp/python-sphinxcontrib-htmlhelp.changes
      2023-09-04 22:52:24.845290036 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-htmlhelp.new.21961/python-sphinxcontrib-htmlhelp.changes
   2024-01-15 22:11:12.165228237 +0100
@@ -1,0 +2,8 @@
+Sun Jan 14 10:47:30 UTC 2024 - Dirk Müller <[email protected]>
+
+- update to 2.0.5:
+  * Remove Sphinx as a required dependency, as circular
+    dependencies may cause failure with package managers that
+    expect a directed acyclic graph (DAG) of dependencies.
+
+-------------------------------------------------------------------

Old:
----
  sphinxcontrib_htmlhelp-2.0.4.tar.gz

New:
----
  sphinxcontrib_htmlhelp-2.0.5.tar.gz

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

Other differences:
------------------
++++++ python-sphinxcontrib-htmlhelp.spec ++++++
--- /var/tmp/diff_new_pack.DNka3V/_old  2024-01-15 22:11:14.305306505 +0100
+++ /var/tmp/diff_new_pack.DNka3V/_new  2024-01-15 22:11:14.309306651 +0100
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
 %bcond_with test
 %endif
 Name:           python-sphinxcontrib-htmlhelp%{psuffix}
-Version:        2.0.4
+Version:        2.0.5
 Release:        0
 Summary:        Sphinx contrib extension to generate html help files
 License:        BSD-2-Clause
@@ -39,7 +39,6 @@
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-Sphinx >= 5.0
 BuildArch:      noarch
 %if %{with test}
 BuildRequires:  %{python_module Sphinx >= 5.0}

++++++ sphinxcontrib_htmlhelp-2.0.4.tar.gz -> 
sphinxcontrib_htmlhelp-2.0.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib_htmlhelp-2.0.4/CHANGES 
new/sphinxcontrib_htmlhelp-2.0.5/CHANGES
--- old/sphinxcontrib_htmlhelp-2.0.4/CHANGES    2023-08-14 18:19:03.822363600 
+0200
+++ new/sphinxcontrib_htmlhelp-2.0.5/CHANGES    2024-01-13 04:06:35.438099600 
+0100
@@ -1,3 +1,10 @@
+Release 2.0.5 (2024-01-13)
+==========================
+
+* Remove Sphinx as a required dependency, as circular dependencies may cause
+  failure with package managers that expect a directed acyclic graph (DAG)
+  of dependencies.
+
 Release 2.0.4 (2023-08-14)
 ==========================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib_htmlhelp-2.0.4/PKG-INFO 
new/sphinxcontrib_htmlhelp-2.0.5/PKG-INFO
--- old/sphinxcontrib_htmlhelp-2.0.4/PKG-INFO   1970-01-01 01:00:00.000000000 
+0100
+++ new/sphinxcontrib_htmlhelp-2.0.5/PKG-INFO   1970-01-01 01:00:00.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: sphinxcontrib-htmlhelp
-Version: 2.0.4
+Version: 2.0.5
 Summary: sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help 
files
 Author-email: Georg Brandl <[email protected]>
 Requires-Python: >=3.9
@@ -26,10 +26,10 @@
 Classifier: Topic :: Documentation :: Sphinx
 Classifier: Topic :: Text Processing
 Classifier: Topic :: Utilities
-Requires-Dist: Sphinx>=5
 Requires-Dist: flake8 ; extra == "lint"
 Requires-Dist: mypy ; extra == "lint"
 Requires-Dist: docutils-stubs ; extra == "lint"
+Requires-Dist: Sphinx>=5 ; extra == "standalone"
 Requires-Dist: pytest ; extra == "test"
 Requires-Dist: html5lib ; extra == "test"
 Project-URL: Changelog, https://www.sphinx-doc.org/en/master/changes.html
@@ -38,6 +38,7 @@
 Project-URL: Homepage, https://www.sphinx-doc.org/
 Project-URL: Issue tracker, https://github.com/sphinx-doc/sphinx/issues
 Provides-Extra: lint
+Provides-Extra: standalone
 Provides-Extra: test
 
 ======================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib_htmlhelp-2.0.4/pyproject.toml 
new/sphinxcontrib_htmlhelp-2.0.5/pyproject.toml
--- old/sphinxcontrib_htmlhelp-2.0.4/pyproject.toml     2023-08-14 
18:19:03.822363600 +0200
+++ new/sphinxcontrib_htmlhelp-2.0.5/pyproject.toml     2024-01-13 
04:06:35.438099600 +0100
@@ -39,9 +39,7 @@
     "Topic :: Text Processing",
     "Topic :: Utilities",
 ]
-dependencies = [
-    "Sphinx>=5",
-]
+dependencies = []
 dynamic = ["version"]
 
 [project.optional-dependencies]
@@ -54,6 +52,9 @@
     "mypy",
     "docutils-stubs",
 ]
+standalone = [
+    "Sphinx>=5",
+]
 
 [[project.authors]]
 name = "Georg Brandl"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinxcontrib_htmlhelp-2.0.4/sphinxcontrib/htmlhelp/__init__.py 
new/sphinxcontrib_htmlhelp-2.0.5/sphinxcontrib/htmlhelp/__init__.py
--- old/sphinxcontrib_htmlhelp-2.0.4/sphinxcontrib/htmlhelp/__init__.py 
2023-08-14 18:19:03.822363600 +0200
+++ new/sphinxcontrib_htmlhelp-2.0.5/sphinxcontrib/htmlhelp/__init__.py 
2024-01-13 04:06:35.438099600 +0100
@@ -28,8 +28,8 @@
 else:
     from sphinx.util import progress_message  # type: 
ignore[attr-defined,no-redef]
 
-__version__ = '2.0.4'
-__version_info__ = (2, 0, 4)
+__version__ = '2.0.5'
+__version_info__ = (2, 0, 5)
 
 logger = logging.getLogger(__name__)
 __ = get_translation(__name__, 'console')
@@ -296,6 +296,7 @@
 
 
 def setup(app: Sphinx) -> dict[str, Any]:
+    app.require_sphinx('5.0')
     app.setup_extension('sphinx.builders.html')
     app.add_builder(HTMLHelpBuilder)
     app.add_message_catalog(__name__, path.join(package_dir, 'locales'))

Reply via email to