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 2023-03-08 14:51:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-htmlhelp (Old)
 and      /work/SRC/openSUSE:Factory/.python-sphinxcontrib-htmlhelp.new.31432 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sphinxcontrib-htmlhelp"

Wed Mar  8 14:51:07 2023 rev:5 rq:1069747 version:2.0.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-htmlhelp/python-sphinxcontrib-htmlhelp.changes
      2022-05-31 15:47:51.160006958 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-htmlhelp.new.31432/python-sphinxcontrib-htmlhelp.changes
   2023-03-08 14:51:08.910210762 +0100
@@ -1,0 +2,8 @@
+Mon Mar  6 21:09:03 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 2.0.1:
+  * Drop support for Python 3.7 and lower
+  * Fix deprecation warnings from Sphinx 6.1
+- drop sphinx5.patch (upstream)
+
+-------------------------------------------------------------------

Old:
----
  sphinx5.patch
  sphinxcontrib-htmlhelp-2.0.0.tar.gz

New:
----
  sphinxcontrib-htmlhelp-2.0.1.tar.gz

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

Other differences:
------------------
++++++ python-sphinxcontrib-htmlhelp.spec ++++++
--- /var/tmp/diff_new_pack.foahDV/_old  2023-03-08 14:51:09.554214269 +0100
+++ /var/tmp/diff_new_pack.foahDV/_new  2023-03-08 14:51:09.558214291 +0100
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,16 +27,15 @@
 %bcond_with test
 %endif
 Name:           python-sphinxcontrib-htmlhelp%{psuffix}
-Version:        2.0.0
+Version:        2.0.1
 Release:        0
 Summary:        Sphinx contrib extension to generate html help files
 License:        BSD-2-Clause
 Group:          Development/Languages/Python
 URL:            https://github.com/sphinx-doc/sphinxcontrib-htmlhelp
 Source:         
https://files.pythonhosted.org/packages/source/s/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM 
https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/commit/248ff52b3c3d39c20cdaef3052ac7507a407733a
 Fix #9457: RemovedInSphinx50Warning on testing
-Patch0:         sphinx5.patch
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-Sphinx
@@ -53,15 +52,14 @@
 Html help generating extension.
 
 %prep
-%setup -q -n sphinxcontrib-htmlhelp-%{version}
-%autopatch -p1
+%autosetup -p1 -n sphinxcontrib-htmlhelp-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
 %if !%{with test}
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %endif
 

++++++ sphinxcontrib-htmlhelp-2.0.0.tar.gz -> 
sphinxcontrib-htmlhelp-2.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-htmlhelp-2.0.0/CHANGES 
new/sphinxcontrib-htmlhelp-2.0.1/CHANGES
--- old/sphinxcontrib-htmlhelp-2.0.0/CHANGES    2021-05-22 18:01:14.000000000 
+0200
+++ new/sphinxcontrib-htmlhelp-2.0.1/CHANGES    2023-01-31 18:28:20.000000000 
+0100
@@ -1,3 +1,9 @@
+Release 2.0.1 (2023-01-31)
+==========================
+
+* Drop support for Python 3.7 and lower
+* Fix deprecation warnings from Sphinx 6.1
+
 Release 2.0.0 (2021-05-23)
 ==========================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-htmlhelp-2.0.0/PKG-INFO 
new/sphinxcontrib-htmlhelp-2.0.1/PKG-INFO
--- old/sphinxcontrib-htmlhelp-2.0.0/PKG-INFO   2021-05-22 18:01:28.262668100 
+0200
+++ new/sphinxcontrib-htmlhelp-2.0.1/PKG-INFO   2023-01-31 18:28:48.708350400 
+0100
@@ -1,36 +1,76 @@
-Metadata-Version: 2.1
-Name: sphinxcontrib-htmlhelp
-Version: 2.0.0
-Summary: sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help 
files
-Home-page: http://sphinx-doc.org/
-Author: Georg Brandl
-Author-email: ge...@python.org
-License: BSD
-Download-URL: https://pypi.org/project/sphinxcontrib-htmlhelp/
-Description: 
-        sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help 
files.
-        
-Platform: any
-Classifier: Development Status :: 5 - Production/Stable
-Classifier: Environment :: Console
-Classifier: Environment :: Web Environment
-Classifier: Intended Audience :: Developers
-Classifier: Intended Audience :: Education
-Classifier: License :: OSI Approved :: BSD License
-Classifier: Operating System :: OS Independent
-Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.6
-Classifier: Programming Language :: Python :: 3.7
-Classifier: Programming Language :: Python :: 3.8
-Classifier: Programming Language :: Python :: 3.9
-Classifier: Framework :: Sphinx
-Classifier: Framework :: Sphinx :: Extension
-Classifier: Topic :: Documentation
-Classifier: Topic :: Documentation :: Sphinx
-Classifier: Topic :: Text Processing
-Classifier: Topic :: Utilities
-Requires-Python: >=3.6
-Description-Content-Type: text/x-rst
-Provides-Extra: test
-Provides-Extra: lint
+Metadata-Version: 2.1
+Name: sphinxcontrib-htmlhelp
+Version: 2.0.1
+Summary: sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help 
files
+Author-email: Georg Brandl <ge...@python.org>
+License: BSD-2-Clause
+Project-URL: Changelog, https://www.sphinx-doc.org/en/master/changes.html
+Project-URL: Code, https://github.com/sphinx-doc/sphinxcontrib-htmlhelp
+Project-URL: Download, https://pypi.org/project/sphinxcontrib-htmlhelp/
+Project-URL: Homepage, https://www.sphinx-doc.org/
+Project-URL: Issue tracker, https://github.com/sphinx-doc/sphinx/issues
+Classifier: Development Status :: 5 - Production/Stable
+Classifier: Environment :: Console
+Classifier: Environment :: Web Environment
+Classifier: Intended Audience :: Developers
+Classifier: Intended Audience :: Education
+Classifier: License :: OSI Approved :: BSD License
+Classifier: Operating System :: OS Independent
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3 :: Only
+Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
+Classifier: Framework :: Sphinx
+Classifier: Framework :: Sphinx :: Extension
+Classifier: Topic :: Documentation
+Classifier: Topic :: Documentation :: Sphinx
+Classifier: Topic :: Text Processing
+Classifier: Topic :: Utilities
+Requires-Python: >=3.8
+Description-Content-Type: text/x-rst
+Provides-Extra: test
+Provides-Extra: lint
+License-File: LICENSE
+
+======================
+sphinxcontrib-htmlhelp
+======================
+
+sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files.
+
+For more details, please visit http://www.sphinx-doc.org/.
+
+Installing
+==========
+
+Install from PyPI::
+
+   pip install -U sphinxcontrib-htmlhelp
+
+Release signatures
+==================
+
+Releases are signed with following keys:
+
+* `498D6B9E 
<https://pgp.mit.edu/pks/lookup?op=vindex&search=0x102C2C17498D6B9E>`_
+* `5EBA0E07 
<https://pgp.mit.edu/pks/lookup?op=vindex&search=0x1425F8CE5EBA0E07>`_
+
+Testing
+=======
+
+To run the tests with the interpreter available as ``python``, use::
+
+    tox
+
+Continuous testing runs on travis: 
https://travis-ci.org/sphinx-doc/sphinxcontrib-htmlhelp
+
+Contributing
+============
+
+See `CONTRIBUTING.rst`__
+
+.. __: https://github.com/sphinx-doc/sphinx/blob/master/CONTRIBUTING.rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-htmlhelp-2.0.0/pyproject.toml 
new/sphinxcontrib-htmlhelp-2.0.1/pyproject.toml
--- old/sphinxcontrib-htmlhelp-2.0.0/pyproject.toml     1970-01-01 
01:00:00.000000000 +0100
+++ new/sphinxcontrib-htmlhelp-2.0.1/pyproject.toml     2023-01-31 
18:28:14.000000000 +0100
@@ -0,0 +1,64 @@
+[build-system]
+requires = ["setuptools>=64"]
+build-backend = "setuptools.build_meta"
+
+# project metadata
+[project]
+name = "sphinxcontrib-htmlhelp"
+description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML 
help files"
+readme = "README.rst"
+urls.Changelog = "https://www.sphinx-doc.org/en/master/changes.html";
+urls.Code = "https://github.com/sphinx-doc/sphinxcontrib-htmlhelp";
+urls.Download = "https://pypi.org/project/sphinxcontrib-htmlhelp/";
+urls.Homepage = "https://www.sphinx-doc.org/";
+urls."Issue tracker" = "https://github.com/sphinx-doc/sphinx/issues";
+license.text = "BSD-2-Clause"
+requires-python = ">=3.8"
+
+# Classifiers list: https://pypi.org/classifiers/
+classifiers = [
+    "Development Status :: 5 - Production/Stable",
+    "Environment :: Console",
+    "Environment :: Web Environment",
+    "Intended Audience :: Developers",
+    "Intended Audience :: Education",
+    "License :: OSI Approved :: BSD License",
+    "Operating System :: OS Independent",
+    "Programming Language :: Python",
+    "Programming Language :: Python :: 3",
+    "Programming Language :: Python :: 3 :: Only",
+    "Programming Language :: Python :: 3.8",
+    "Programming Language :: Python :: 3.9",
+    "Programming Language :: Python :: 3.10",
+    "Programming Language :: Python :: 3.11",
+    "Programming Language :: Python :: 3.12",
+    "Framework :: Sphinx",
+    "Framework :: Sphinx :: Extension",
+    "Topic :: Documentation",
+    "Topic :: Documentation :: Sphinx",
+    "Topic :: Text Processing",
+    "Topic :: Utilities",
+]
+dependencies = []
+dynamic = ["version"]
+
+[project.optional-dependencies]
+test = [
+    "pytest",
+    "html5lib",
+]
+lint = [
+    "flake8",
+    "mypy",
+    "docutils-stubs",
+]
+
+[[project.authors]]
+name = "Georg Brandl"
+email = "ge...@python.org"
+
+[tool.setuptools.dynamic]
+version.attr = "sphinxcontrib.htmlhelp.__version__"
+
+[tool.mypy]
+ignore_missing_imports = true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-htmlhelp-2.0.0/setup.cfg 
new/sphinxcontrib-htmlhelp-2.0.1/setup.cfg
--- old/sphinxcontrib-htmlhelp-2.0.0/setup.cfg  2021-05-22 18:01:28.263211000 
+0200
+++ new/sphinxcontrib-htmlhelp-2.0.1/setup.cfg  2023-01-31 18:28:48.709356300 
+0100
@@ -1,31 +1,4 @@
-[egg_info]
-tag_build = 
-tag_date = 0
-
-[aliases]
-release = egg_info -Db ''
-
-[extract_messages]
-output_file = sphinxcontrib/htmlhelp/locales/sphinxcontrib.htmlhelp.pot
-keywords = _ __
-
-[compile_catalog]
-domain = sphinxcontrib.htmlhelp
-directory = sphinxcontrib/htmlhelp/locales/
-use_fuzzy = true
-
-[bdist_wheel]
-universal = 1
-
-[metadata]
-license_file = LICENSE
-
-[flake8]
-max-line-length = 95
-ignore = E116,E241,E251
-exclude = .git,.tox,.venv
-
-[mypy]
-ignore_missing_imports = True
-strict_optional = False
-
+[egg_info]
+tag_build = 
+tag_date = 0
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-htmlhelp-2.0.0/setup.py 
new/sphinxcontrib-htmlhelp-2.0.1/setup.py
--- old/sphinxcontrib-htmlhelp-2.0.0/setup.py   2021-05-22 17:58:17.000000000 
+0200
+++ new/sphinxcontrib-htmlhelp-2.0.1/setup.py   1970-01-01 01:00:00.000000000 
+0100
@@ -1,73 +0,0 @@
-# -*- coding: utf-8 -*-
-import os
-from setuptools import setup, find_packages
-
-long_desc = '''
-sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files.
-'''
-
-extras_require = {
-    'test': [
-        'pytest',
-        'html5lib',
-    ],
-    'lint': [
-        'flake8',
-        'mypy',
-        'docutils-stubs',
-    ]
-}
-
-
-def get_version():
-    """Get version number of the package from version.py without importing 
core module."""
-    package_dir = os.path.abspath(os.path.dirname(__file__))
-    version_file = os.path.join(package_dir, 
'sphinxcontrib/htmlhelp/version.py')
-
-    namespace = {}
-    with open(version_file, 'rt') as f:
-        exec(f.read(), namespace)
-
-    return namespace['__version__']
-
-
-setup(
-    name='sphinxcontrib-htmlhelp',
-    version=get_version(),
-    url='http://sphinx-doc.org/',
-    download_url='https://pypi.org/project/sphinxcontrib-htmlhelp/',
-    license='BSD',
-    author='Georg Brandl',
-    author_email='ge...@python.org',
-    description="sphinxcontrib-htmlhelp is a sphinx extension which renders 
HTML help files",
-    long_description=long_desc,
-    long_description_content_type='text/x-rst',
-    zip_safe=False,
-    classifiers=[
-        'Development Status :: 5 - Production/Stable',
-        'Environment :: Console',
-        'Environment :: Web Environment',
-        'Intended Audience :: Developers',
-        'Intended Audience :: Education',
-        'License :: OSI Approved :: BSD License',
-        'Operating System :: OS Independent',
-        'Programming Language :: Python',
-        'Programming Language :: Python :: 3',
-        'Programming Language :: Python :: 3.6',
-        'Programming Language :: Python :: 3.7',
-        'Programming Language :: Python :: 3.8',
-        'Programming Language :: Python :: 3.9',
-        'Framework :: Sphinx',
-        'Framework :: Sphinx :: Extension',
-        'Topic :: Documentation',
-        'Topic :: Documentation :: Sphinx',
-        'Topic :: Text Processing',
-        'Topic :: Utilities',
-    ],
-    platforms='any',
-    python_requires=">=3.6",
-    packages=find_packages(exclude=['tests']),
-    include_package_data=True,
-    extras_require=extras_require,
-    namespace_packages=['sphinxcontrib'],
-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinxcontrib-htmlhelp-2.0.0/sphinxcontrib/__init__.py 
new/sphinxcontrib-htmlhelp-2.0.1/sphinxcontrib/__init__.py
--- old/sphinxcontrib-htmlhelp-2.0.0/sphinxcontrib/__init__.py  2020-02-21 
17:56:16.000000000 +0100
+++ new/sphinxcontrib-htmlhelp-2.0.1/sphinxcontrib/__init__.py  1970-01-01 
01:00:00.000000000 +0100
@@ -1,15 +0,0 @@
-"""
-    sphinxcontrib
-    ~~~~~~~~~~~~~
-
-    This package is a namespace package that contains all extensions
-    distributed in the ``sphinx-contrib`` distribution.
-
-    :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
-    :license: BSD, see LICENSE for details.
-"""
-
-import pkg_resources
-
-
-pkg_resources.declare_namespace(__name__)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinxcontrib-htmlhelp-2.0.0/sphinxcontrib/htmlhelp/__init__.py 
new/sphinxcontrib-htmlhelp-2.0.1/sphinxcontrib/htmlhelp/__init__.py
--- old/sphinxcontrib-htmlhelp-2.0.0/sphinxcontrib/htmlhelp/__init__.py 
2021-05-22 17:47:07.000000000 +0200
+++ new/sphinxcontrib-htmlhelp-2.0.1/sphinxcontrib/htmlhelp/__init__.py 
2023-01-31 18:28:20.000000000 +0100
@@ -16,6 +16,7 @@
 from docutils import nodes
 from docutils.nodes import Element, Node, document
 
+import sphinx
 from sphinx import addnodes
 from sphinx.application import Sphinx
 from sphinx.builders.html import StandaloneHTMLBuilder
@@ -23,15 +24,19 @@
 from sphinx.environment.adapters.indexentries import IndexEntries
 from sphinx.locale import get_translation
 from sphinx.util import logging
-from sphinx.util import progress_message
 from sphinx.util.fileutil import copy_asset_file
 from sphinx.util.nodes import NodeMatcher
 from sphinx.util.osutil import make_filename_from_project, relpath
 from sphinx.util.template import SphinxRenderer
 from sphinx.writers.html import HTMLTranslator
 
-from sphinxcontrib.htmlhelp.version import __version__
+if sphinx.version_info[:2] >= (6, 1):
+    from sphinx.util.display import progress_message
+else:
+    from sphinx.util import progress_message  # type: 
ignore[attr-defined,no-redef]
 
+__version__ = '2.0.1'
+__version_info__ = (2, 0, 1)
 
 logger = logging.getLogger(__name__)
 __ = get_translation(__name__, 'console')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinxcontrib-htmlhelp-2.0.0/sphinxcontrib/htmlhelp/version.py 
new/sphinxcontrib-htmlhelp-2.0.1/sphinxcontrib/htmlhelp/version.py
--- old/sphinxcontrib-htmlhelp-2.0.0/sphinxcontrib/htmlhelp/version.py  
2021-05-22 18:01:02.000000000 +0200
+++ new/sphinxcontrib-htmlhelp-2.0.1/sphinxcontrib/htmlhelp/version.py  
1970-01-01 01:00:00.000000000 +0100
@@ -1,10 +0,0 @@
-"""
-    sphinxcontrib.htmlhelp.version
-    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-    :copyright: Copyright 2007-2019 by the Sphinx team, see README.
-    :license: BSD, see LICENSE for details.
-"""
-
-__version__ = '2.0.0'
-__version_info__ = tuple(map(int, __version__.split('.')))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinxcontrib-htmlhelp-2.0.0/sphinxcontrib_htmlhelp.egg-info/PKG-INFO 
new/sphinxcontrib-htmlhelp-2.0.1/sphinxcontrib_htmlhelp.egg-info/PKG-INFO
--- old/sphinxcontrib-htmlhelp-2.0.0/sphinxcontrib_htmlhelp.egg-info/PKG-INFO   
2021-05-22 18:01:28.000000000 +0200
+++ new/sphinxcontrib-htmlhelp-2.0.1/sphinxcontrib_htmlhelp.egg-info/PKG-INFO   
2023-01-31 18:28:48.000000000 +0100
@@ -1,36 +1,76 @@
-Metadata-Version: 2.1
-Name: sphinxcontrib-htmlhelp
-Version: 2.0.0
-Summary: sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help 
files
-Home-page: http://sphinx-doc.org/
-Author: Georg Brandl
-Author-email: ge...@python.org
-License: BSD
-Download-URL: https://pypi.org/project/sphinxcontrib-htmlhelp/
-Description: 
-        sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help 
files.
-        
-Platform: any
-Classifier: Development Status :: 5 - Production/Stable
-Classifier: Environment :: Console
-Classifier: Environment :: Web Environment
-Classifier: Intended Audience :: Developers
-Classifier: Intended Audience :: Education
-Classifier: License :: OSI Approved :: BSD License
-Classifier: Operating System :: OS Independent
-Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.6
-Classifier: Programming Language :: Python :: 3.7
-Classifier: Programming Language :: Python :: 3.8
-Classifier: Programming Language :: Python :: 3.9
-Classifier: Framework :: Sphinx
-Classifier: Framework :: Sphinx :: Extension
-Classifier: Topic :: Documentation
-Classifier: Topic :: Documentation :: Sphinx
-Classifier: Topic :: Text Processing
-Classifier: Topic :: Utilities
-Requires-Python: >=3.6
-Description-Content-Type: text/x-rst
-Provides-Extra: test
-Provides-Extra: lint
+Metadata-Version: 2.1
+Name: sphinxcontrib-htmlhelp
+Version: 2.0.1
+Summary: sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help 
files
+Author-email: Georg Brandl <ge...@python.org>
+License: BSD-2-Clause
+Project-URL: Changelog, https://www.sphinx-doc.org/en/master/changes.html
+Project-URL: Code, https://github.com/sphinx-doc/sphinxcontrib-htmlhelp
+Project-URL: Download, https://pypi.org/project/sphinxcontrib-htmlhelp/
+Project-URL: Homepage, https://www.sphinx-doc.org/
+Project-URL: Issue tracker, https://github.com/sphinx-doc/sphinx/issues
+Classifier: Development Status :: 5 - Production/Stable
+Classifier: Environment :: Console
+Classifier: Environment :: Web Environment
+Classifier: Intended Audience :: Developers
+Classifier: Intended Audience :: Education
+Classifier: License :: OSI Approved :: BSD License
+Classifier: Operating System :: OS Independent
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3 :: Only
+Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
+Classifier: Framework :: Sphinx
+Classifier: Framework :: Sphinx :: Extension
+Classifier: Topic :: Documentation
+Classifier: Topic :: Documentation :: Sphinx
+Classifier: Topic :: Text Processing
+Classifier: Topic :: Utilities
+Requires-Python: >=3.8
+Description-Content-Type: text/x-rst
+Provides-Extra: test
+Provides-Extra: lint
+License-File: LICENSE
+
+======================
+sphinxcontrib-htmlhelp
+======================
+
+sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files.
+
+For more details, please visit http://www.sphinx-doc.org/.
+
+Installing
+==========
+
+Install from PyPI::
+
+   pip install -U sphinxcontrib-htmlhelp
+
+Release signatures
+==================
+
+Releases are signed with following keys:
+
+* `498D6B9E 
<https://pgp.mit.edu/pks/lookup?op=vindex&search=0x102C2C17498D6B9E>`_
+* `5EBA0E07 
<https://pgp.mit.edu/pks/lookup?op=vindex&search=0x1425F8CE5EBA0E07>`_
+
+Testing
+=======
+
+To run the tests with the interpreter available as ``python``, use::
+
+    tox
+
+Continuous testing runs on travis: 
https://travis-ci.org/sphinx-doc/sphinxcontrib-htmlhelp
+
+Contributing
+============
+
+See `CONTRIBUTING.rst`__
+
+.. __: https://github.com/sphinx-doc/sphinx/blob/master/CONTRIBUTING.rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinxcontrib-htmlhelp-2.0.0/sphinxcontrib_htmlhelp.egg-info/SOURCES.txt 
new/sphinxcontrib-htmlhelp-2.0.1/sphinxcontrib_htmlhelp.egg-info/SOURCES.txt
--- 
old/sphinxcontrib-htmlhelp-2.0.0/sphinxcontrib_htmlhelp.egg-info/SOURCES.txt    
    2021-05-22 18:01:28.000000000 +0200
+++ 
new/sphinxcontrib-htmlhelp-2.0.1/sphinxcontrib_htmlhelp.egg-info/SOURCES.txt    
    2023-01-31 18:28:48.000000000 +0100
@@ -2,12 +2,9 @@
 LICENSE
 MANIFEST.in
 README.rst
-setup.cfg
-setup.py
+pyproject.toml
 tox.ini
-sphinxcontrib/__init__.py
 sphinxcontrib/htmlhelp/__init__.py
-sphinxcontrib/htmlhelp/version.py
 sphinxcontrib/htmlhelp/locales/sphinxcontrib.htmlhelp.pot
 sphinxcontrib/htmlhelp/locales/.tx/config
 sphinxcontrib/htmlhelp/locales/ar/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
@@ -94,10 +91,10 @@
 sphinxcontrib/htmlhelp/locales/sl/LC_MESSAGES/sphinxcontrib.htmlhelp.po
 sphinxcontrib/htmlhelp/locales/sq/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
 sphinxcontrib/htmlhelp/locales/sq/LC_MESSAGES/sphinxcontrib.htmlhelp.po
-sphinxcontrib/htmlhelp/locales/sr/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
-sphinxcontrib/htmlhelp/locales/sr/LC_MESSAGES/sphinxcontrib.htmlhelp.po
 sphinxcontrib/htmlhelp/locales/sr@latin/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
 sphinxcontrib/htmlhelp/locales/sr@latin/LC_MESSAGES/sphinxcontrib.htmlhelp.po
+sphinxcontrib/htmlhelp/locales/sr/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
+sphinxcontrib/htmlhelp/locales/sr/LC_MESSAGES/sphinxcontrib.htmlhelp.po
 sphinxcontrib/htmlhelp/locales/sr_RS/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
 sphinxcontrib/htmlhelp/locales/sr_RS/LC_MESSAGES/sphinxcontrib.htmlhelp.po
 sphinxcontrib/htmlhelp/locales/sv/LC_MESSAGES/sphinxcontrib.htmlhelp.mo
@@ -124,8 +121,6 @@
 sphinxcontrib_htmlhelp.egg-info/PKG-INFO
 sphinxcontrib_htmlhelp.egg-info/SOURCES.txt
 sphinxcontrib_htmlhelp.egg-info/dependency_links.txt
-sphinxcontrib_htmlhelp.egg-info/namespace_packages.txt
-sphinxcontrib_htmlhelp.egg-info/not-zip-safe
 sphinxcontrib_htmlhelp.egg-info/requires.txt
 sphinxcontrib_htmlhelp.egg-info/top_level.txt
 tests/conftest.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinxcontrib-htmlhelp-2.0.0/sphinxcontrib_htmlhelp.egg-info/namespace_packages.txt
 
new/sphinxcontrib-htmlhelp-2.0.1/sphinxcontrib_htmlhelp.egg-info/namespace_packages.txt
--- 
old/sphinxcontrib-htmlhelp-2.0.0/sphinxcontrib_htmlhelp.egg-info/namespace_packages.txt
     2021-05-22 18:01:28.000000000 +0200
+++ 
new/sphinxcontrib-htmlhelp-2.0.1/sphinxcontrib_htmlhelp.egg-info/namespace_packages.txt
     1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-sphinxcontrib
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinxcontrib-htmlhelp-2.0.0/sphinxcontrib_htmlhelp.egg-info/not-zip-safe 
new/sphinxcontrib-htmlhelp-2.0.1/sphinxcontrib_htmlhelp.egg-info/not-zip-safe
--- 
old/sphinxcontrib-htmlhelp-2.0.0/sphinxcontrib_htmlhelp.egg-info/not-zip-safe   
    2020-02-21 18:07:41.000000000 +0100
+++ 
new/sphinxcontrib-htmlhelp-2.0.1/sphinxcontrib_htmlhelp.egg-info/not-zip-safe   
    1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-htmlhelp-2.0.0/tests/test_htmlhelp.py 
new/sphinxcontrib-htmlhelp-2.0.1/tests/test_htmlhelp.py
--- old/sphinxcontrib-htmlhelp-2.0.0/tests/test_htmlhelp.py     2021-05-07 
17:33:35.000000000 +0200
+++ new/sphinxcontrib-htmlhelp-2.0.1/tests/test_htmlhelp.py     2023-01-31 
18:28:14.000000000 +0100
@@ -21,7 +21,7 @@
 def test_build_htmlhelp(app, status, warning):
     app.build()
 
-    hhp = (app.outdir / 'pythondoc.hhp').text()
+    hhp = (app.outdir / 'pythondoc.hhp').read_text()
     assert 'Compiled file=pythondoc.chm' in hhp
     assert 'Contents file=pythondoc.hhc' in hhp
     assert 'Default Window=pythondoc' in hhp
@@ -84,7 +84,7 @@
         assert node[1].attrib == {'name': 'Local', 'value': filename}
 
     # .hhc file
-    hhc = (app.outdir / 'pythondoc.hhc').text()
+    hhc = (app.outdir / 'pythondoc.hhc').read_text()
     tree = HTMLParser(namespaceHTMLElements=False).parse(hhc)
     items = tree.find('.//body/ul')
     assert len(items) == 4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-htmlhelp-2.0.0/tox.ini 
new/sphinxcontrib-htmlhelp-2.0.1/tox.ini
--- old/sphinxcontrib-htmlhelp-2.0.0/tox.ini    2021-05-16 13:18:12.000000000 
+0200
+++ new/sphinxcontrib-htmlhelp-2.0.1/tox.ini    2023-01-31 18:28:14.000000000 
+0100
@@ -1,33 +1,37 @@
 [tox]
+minversion = 2.4.0
 envlist =
-    py{36,37,38,39,310-dev},
+    py{38,39,310,311,312},
     flake8,
     mypy
-
-[gh-actions]
-python =
-    3.6: py36
-    3.7: py37
-    3.8: py38
-    3.9: py39
-    3.10: py310-dev
+isolated_build = True
 
 [testenv]
+usedevelop = True
+passenv =
+    https_proxy
+    http_proxy
+    no_proxy
+    COLORTERM
+    PERL
+    PERL5LIB
+    PYTEST_ADDOPTS
+    TERM
 deps=
     pytest
-    git+https://github.com/sphinx-doc/sphinx
+    sphinx @ git+https://github.com/sphinx-doc/sphinx
 extras=
     test
 setenv =
     PYTHONWARNINGS = all,ignore::DeprecationWarning:docutils.io
+    PYTEST_ADDOPTS = {env:PYTEST_ADDOPTS:} --color yes
 commands=
-    pytest --durations 25 {posargs}
+    python -X dev -X warn_default_encoding -m pytest --durations 25 {posargs}
 
 [testenv:flake8]
 description =
     Run style checks.
 extras =
-    test
     lint
 commands=
     flake8
@@ -36,7 +40,6 @@
 description =
     Run type checks.
 extras =
-    test
     lint
 commands=
     mypy sphinxcontrib/

Reply via email to