From 9c5674400bc29f8c037c76b9414ee5418c75a249acdeb3b8e56de7142fe27219 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 6 Jan 2023 22:01:23 +0000 Subject: [PATCH] - update to 2.0.3: * Fix compatibility with ``packaging>=22``. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pallets-Sphinx-Themes?expand=0&rev=3 --- Pallets-Sphinx-Themes-2.0.2.tar.gz | 3 --- Pallets-Sphinx-Themes-2.0.3.tar.gz | 3 +++ python-Pallets-Sphinx-Themes.changes | 6 ++++++ python-Pallets-Sphinx-Themes.spec | 13 ++++++------- 4 files changed, 15 insertions(+), 10 deletions(-) delete mode 100644 Pallets-Sphinx-Themes-2.0.2.tar.gz create mode 100644 Pallets-Sphinx-Themes-2.0.3.tar.gz diff --git a/Pallets-Sphinx-Themes-2.0.2.tar.gz b/Pallets-Sphinx-Themes-2.0.2.tar.gz deleted file mode 100644 index 53042a9..0000000 --- a/Pallets-Sphinx-Themes-2.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d62f8ea421b035698748850ccaa6c2ee126b3bd9ed575ae558b4a99b0eed1e1 -size 21818 diff --git a/Pallets-Sphinx-Themes-2.0.3.tar.gz b/Pallets-Sphinx-Themes-2.0.3.tar.gz new file mode 100644 index 0000000..c9e1f24 --- /dev/null +++ b/Pallets-Sphinx-Themes-2.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f991c3897f363c757dcba01adb44791609cb02cc7eaac3a5fcdd3d3d9dfeb3 +size 21927 diff --git a/python-Pallets-Sphinx-Themes.changes b/python-Pallets-Sphinx-Themes.changes index c03dc59..b8d897b 100644 --- a/python-Pallets-Sphinx-Themes.changes +++ b/python-Pallets-Sphinx-Themes.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 6 22:00:08 UTC 2023 - Dirk Müller + +- update to 2.0.3: + * Fix compatibility with ``packaging>=22``. + ------------------------------------------------------------------- Mon Sep 12 15:09:22 UTC 2022 - Arun Persaud diff --git a/python-Pallets-Sphinx-Themes.spec b/python-Pallets-Sphinx-Themes.spec index c5c1449..c8c21be 100644 --- a/python-Pallets-Sphinx-Themes.spec +++ b/python-Pallets-Sphinx-Themes.spec @@ -1,7 +1,7 @@ # # spec file for package python-Pallets-Sphinx-Themes # -# Copyright (c) 2022 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,25 +12,25 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Pallets-Sphinx-Themes -Version: 2.0.2 +Version: 2.0.3 Release: 0 Summary: Themes for the Pallets projects. License: BSD-3-Clause Group: Development/Languages/Python -Url: https://github.com/pallets/pallets-sphinx-themes/ +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 packaging} BuildRequires: %{python_module Sphinx} +BuildRequires: %{python_module packaging} BuildRequires: %{python_module setuptools} BuildRequires: fdupes -Requires: python-packaging Requires: python-Sphinx +Requires: python-packaging BuildRequires: python-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -41,7 +41,6 @@ Themes for the Pallets projects. If you’re writing an extension, use the appropriate theme to make your documentation look consistent. Available themes: flask, jinja, werkzeug, click - %prep %setup -q -n Pallets-Sphinx-Themes-%{version}