diff --git a/python-sphinxcontrib-htmlhelp.changes b/python-sphinxcontrib-htmlhelp.changes
index 49a0f44..0c1ab7d 100644
--- a/python-sphinxcontrib-htmlhelp.changes
+++ b/python-sphinxcontrib-htmlhelp.changes
@@ -1,3 +1,46 @@
+-------------------------------------------------------------------
+Thu Sep 19 10:17:55 UTC 2024 - Markéta Machová
+
+- Update to 2.1.0
+ * Adopt Ruff
+ * Tighten MyPy settings
+ * Update GitHub actions versions
+ * Escape HTML entities
+
+-------------------------------------------------------------------
+Sat Jul 20 16:15:23 UTC 2024 - Matej Cepl
+
+- Update to 2.0.6:
+ - Fix tests for Sphinx 7.4 and later.
+- Enable tests again
+
+-------------------------------------------------------------------
+Fri Jul 19 23:59:01 UTC 2024 - Matej Cepl
+
+- Clean up SPEC file.
+- Skip failing tests (gh#sphinx-doc/sphinx#12623)
+
+-------------------------------------------------------------------
+Sun Jan 14 10:47:30 UTC 2024 - Dirk Müller
+
+- 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.
+
+-------------------------------------------------------------------
+Tue Aug 29 18:06:26 UTC 2023 - Matej Cepl
+
+- Clean up the SPEC file
+
+-------------------------------------------------------------------
+Mon Aug 28 11:32:57 UTC 2023 - Markéta Machová
+
+- Update to 2.0.4
+ * Drop support for Python 3.8
+ * Raise minimum required Sphinx version to 5.0
+ * Fix tests for Sphinx 7.1 and below
+
-------------------------------------------------------------------
Fri Apr 21 12:36:54 UTC 2023 - Dirk Müller
diff --git a/python-sphinxcontrib-htmlhelp.rpmlintrc b/python-sphinxcontrib-htmlhelp.rpmlintrc
new file mode 100644
index 0000000..b2b55f2
--- /dev/null
+++ b/python-sphinxcontrib-htmlhelp.rpmlintrc
@@ -0,0 +1,2 @@
+addFilter("hidden-file-or-dir /usr/lib/python.*/sphinxcontrib/htmlhelp/locales/\.tx")
+addFilter("file-not-in-%lang /usr/lib/python.*/site-packages/sphinxcontrib/htmlhelp/locales/.*\.mo")
diff --git a/python-sphinxcontrib-htmlhelp.spec b/python-sphinxcontrib-htmlhelp.spec
index 70d4f73..b809f14 100644
--- a/python-sphinxcontrib-htmlhelp.spec
+++ b/python-sphinxcontrib-htmlhelp.spec
@@ -1,7 +1,7 @@
#
-# spec file
+# spec file for package python-sphinxcontrib-htmlhelp
#
-# 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
@@ -17,7 +17,6 @@
%define skip_python2 1
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
@@ -28,21 +27,22 @@
%endif
%{?sle15_python_module_pythons}
Name: python-sphinxcontrib-htmlhelp%{psuffix}
-Version: 2.0.1
+Version: 2.1.0
Release: 0
-Summary: Sphinx contrib extension to generate html help files
+Summary: Sphinx 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
+Source0: https://files.pythonhosted.org/packages/source/s/sphinxcontrib_htmlhelp/sphinxcontrib_htmlhelp-%{version}.tar.gz
+Source99: python-sphinxcontrib-htmlhelp.rpmlintrc
+BuildRequires: %{python_module flit-core}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-Sphinx
BuildArch: noarch
%if %{with test}
-BuildRequires: %{python_module Sphinx}
+BuildRequires: %{python_module Sphinx >= 5.0}
BuildRequires: %{python_module html5lib}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module sphinxcontrib-htmlhelp >= %{version}}
@@ -50,10 +50,10 @@ BuildRequires: %{python_module sphinxcontrib-htmlhelp >= %{version}}
%python_subpackages
%description
-Html help generating extension.
+sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files.
%prep
-%autosetup -p1 -n sphinxcontrib-htmlhelp-%{version}
+%autosetup -p1 -n sphinxcontrib_htmlhelp-%{version}
%build
%pyproject_wheel
@@ -71,9 +71,11 @@ Html help generating extension.
%if !%{with test}
%files %{python_files}
-%doc README.rst CHANGES
-%license LICENSE
-%{python_sitelib}/*
+%doc README.rst CHANGES.rst
+%license LICENCE.rst
+%dir %{python_sitelib}/sphinxcontrib
+%{python_sitelib}/sphinxcontrib/htmlhelp
+%{python_sitelib}/sphinxcontrib_htmlhelp-%{version}*-info
%endif
%changelog
diff --git a/sphinxcontrib-htmlhelp-2.0.1.tar.gz b/sphinxcontrib-htmlhelp-2.0.1.tar.gz
deleted file mode 100644
index 88be11e..0000000
--- a/sphinxcontrib-htmlhelp-2.0.1.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:0cbdd302815330058422b98a113195c9249825d681e18f11e8b1f78a2f11efff
-size 27967
diff --git a/sphinxcontrib_htmlhelp-2.1.0.tar.gz b/sphinxcontrib_htmlhelp-2.1.0.tar.gz
new file mode 100644
index 0000000..47dcf2d
--- /dev/null
+++ b/sphinxcontrib_htmlhelp-2.1.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c9e2916ace8aad64cc13a0d233ee22317f2b9025b9cf3295249fa985cc7082e9
+size 22617