- 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
This commit is contained in:
Dirk Mueller 2023-01-06 22:01:23 +00:00 committed by Git OBS Bridge
parent 54e86d9202
commit 9c5674400b
4 changed files with 15 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d62f8ea421b035698748850ccaa6c2ee126b3bd9ed575ae558b4a99b0eed1e1
size 21818

BIN
Pallets-Sphinx-Themes-2.0.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 6 22:00:08 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.0.3:
* Fix compatibility with ``packaging>=22``.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 12 15:09:22 UTC 2022 - Arun Persaud <arun@gmx.de> Mon Sep 12 15:09:22 UTC 2022 - Arun Persaud <arun@gmx.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-Pallets-Sphinx-Themes # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-Pallets-Sphinx-Themes Name: python-Pallets-Sphinx-Themes
Version: 2.0.2 Version: 2.0.3
Release: 0 Release: 0
Summary: Themes for the Pallets projects. Summary: Themes for the Pallets projects.
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Languages/Python 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 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 Sphinx}
BuildRequires: %{python_module packaging}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
Requires: python-packaging
Requires: python-Sphinx Requires: python-Sphinx
Requires: python-packaging
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
@ -41,7 +41,6 @@ Themes for the Pallets projects. If youre writing an extension, use
the appropriate theme to make your documentation look consistent. the appropriate theme to make your documentation look consistent.
Available themes: flask, jinja, werkzeug, click Available themes: flask, jinja, werkzeug, click
%prep %prep
%setup -q -n Pallets-Sphinx-Themes-%{version} %setup -q -n Pallets-Sphinx-Themes-%{version}