Accepting request 1056716 from devel:languages:python

- update to 2.0.3:
  * Fix compatibility with ``packaging>=22``.

OBS-URL: https://build.opensuse.org/request/show/1056716
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pallets-Sphinx-Themes?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2023-01-08 20:25:06 +00:00 committed by Git OBS Bridge
commit 1b3bc914da
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>

View File

@ -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 youre 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}