From bdeacbf84b266e31f8660f9ba419808ccd657e442b312b263ce61f788718b2e6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 22 May 2023 21:22:43 +0000 Subject: [PATCH 1/2] - update to 2.1.0: * Drop support for Python 3.6 and 3.7. * Require Sphinx >= 3. * Remove previously deprecated code. * Fix table of contents overflow issue. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pallets-Sphinx-Themes?expand=0&rev=7 --- Pallets-Sphinx-Themes-2.0.3.tar.gz | 3 --- Pallets-Sphinx-Themes-2.1.0.tar.gz | 3 +++ python-Pallets-Sphinx-Themes.changes | 9 +++++++++ python-Pallets-Sphinx-Themes.spec | 15 ++++++--------- 4 files changed, 18 insertions(+), 12 deletions(-) delete mode 100644 Pallets-Sphinx-Themes-2.0.3.tar.gz create mode 100644 Pallets-Sphinx-Themes-2.1.0.tar.gz diff --git a/Pallets-Sphinx-Themes-2.0.3.tar.gz b/Pallets-Sphinx-Themes-2.0.3.tar.gz deleted file mode 100644 index c9e1f24..0000000 --- a/Pallets-Sphinx-Themes-2.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54f991c3897f363c757dcba01adb44791609cb02cc7eaac3a5fcdd3d3d9dfeb3 -size 21927 diff --git a/Pallets-Sphinx-Themes-2.1.0.tar.gz b/Pallets-Sphinx-Themes-2.1.0.tar.gz new file mode 100644 index 0000000..b751837 --- /dev/null +++ b/Pallets-Sphinx-Themes-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2536495e58facce6047cf481f613558f11c89351f913f392b8eba002c6b7c7 +size 21908 diff --git a/python-Pallets-Sphinx-Themes.changes b/python-Pallets-Sphinx-Themes.changes index e1df722..7a76929 100644 --- a/python-Pallets-Sphinx-Themes.changes +++ b/python-Pallets-Sphinx-Themes.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon May 22 21:21:54 UTC 2023 - Dirk Müller + +- update to 2.1.0: + * Drop support for Python 3.6 and 3.7. + * Require Sphinx >= 3. + * Remove previously deprecated code. + * Fix table of contents overflow issue. + ------------------------------------------------------------------- Fri Apr 21 12:20:51 UTC 2023 - Dirk Müller diff --git a/python-Pallets-Sphinx-Themes.spec b/python-Pallets-Sphinx-Themes.spec index e0a21ca..195214d 100644 --- a/python-Pallets-Sphinx-Themes.spec +++ b/python-Pallets-Sphinx-Themes.spec @@ -16,25 +16,23 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%{?sle15_python_module_pythons} Name: python-Pallets-Sphinx-Themes -Version: 2.0.3 +Version: 2.1.0 Release: 0 Summary: Themes for the Pallets projects. License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/pallets/pallets-sphinx-themes/ Source: https://files.pythonhosted.org/packages/source/P/Pallets-Sphinx-Themes/Pallets-Sphinx-Themes-%{version}.tar.gz -BuildRequires: %{python_module Sphinx} +BuildRequires: %{python_module Sphinx >= 3} BuildRequires: %{python_module packaging} BuildRequires: %{python_module setuptools} BuildRequires: fdupes -Requires: python-Sphinx -Requires: python-packaging BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Requires: python-Sphinx >= 3 +Requires: python-packaging BuildArch: noarch +%{?sle15_python_module_pythons} %python_subpackages %description @@ -53,9 +51,8 @@ Available themes: flask, jinja, werkzeug, click %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%defattr(-,root,root,-) -%doc README.rst CHANGES.rst %license LICENSE.rst +%doc README.rst CHANGES.rst %{python_sitelib}/pallets_sphinx_themes/ %{python_sitelib}/Pallets_Sphinx_Themes-%{version}-py*.egg-info From c5f929246ced5a432f3a521418159422f228ed0f2f676ec45d2a42c16d355e34 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 23 May 2023 14:44:07 +0000 Subject: [PATCH 2/2] Accepting request 1088691 from home:ojkastl_buildservice:Branch_devel_languages_python move sle15 macro to top OBS-URL: https://build.opensuse.org/request/show/1088691 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pallets-Sphinx-Themes?expand=0&rev=8 --- python-Pallets-Sphinx-Themes.changes | 5 +++++ python-Pallets-Sphinx-Themes.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-Pallets-Sphinx-Themes.changes b/python-Pallets-Sphinx-Themes.changes index 7a76929..b159e54 100644 --- a/python-Pallets-Sphinx-Themes.changes +++ b/python-Pallets-Sphinx-Themes.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 23 12:48:13 UTC 2023 - Johannes Kastl + +- move sle15 macro to top + ------------------------------------------------------------------- Mon May 22 21:21:54 UTC 2023 - Dirk Müller diff --git a/python-Pallets-Sphinx-Themes.spec b/python-Pallets-Sphinx-Themes.spec index 195214d..d6e2e3e 100644 --- a/python-Pallets-Sphinx-Themes.spec +++ b/python-Pallets-Sphinx-Themes.spec @@ -16,6 +16,7 @@ # +%{?sle15_python_module_pythons} Name: python-Pallets-Sphinx-Themes Version: 2.1.0 Release: 0 @@ -32,7 +33,6 @@ BuildRequires: python-rpm-macros Requires: python-Sphinx >= 3 Requires: python-packaging BuildArch: noarch -%{?sle15_python_module_pythons} %python_subpackages %description