Accepting request 1088693 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1088693 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pallets-Sphinx-Themes?expand=0&rev=4
This commit is contained in:
commit
4577da3528
BIN
Pallets-Sphinx-Themes-2.0.3.tar.gz
(Stored with Git LFS)
BIN
Pallets-Sphinx-Themes-2.0.3.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
Pallets-Sphinx-Themes-2.1.0.tar.gz
Normal file
3
Pallets-Sphinx-Themes-2.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4b2536495e58facce6047cf481f613558f11c89351f913f392b8eba002c6b7c7
|
||||||
|
size 21908
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 23 12:48:13 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
- move sle15 macro to top
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 22 21:21:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Fri Apr 21 12:20:51 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -16,24 +16,22 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-Pallets-Sphinx-Themes
|
Name: python-Pallets-Sphinx-Themes
|
||||||
Version: 2.0.3
|
Version: 2.1.0
|
||||||
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 Sphinx}
|
BuildRequires: %{python_module Sphinx >= 3}
|
||||||
BuildRequires: %{python_module packaging}
|
BuildRequires: %{python_module packaging}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-Sphinx
|
|
||||||
Requires: python-packaging
|
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
Requires: python-Sphinx >= 3
|
||||||
|
Requires: python-packaging
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@ -53,9 +51,8 @@ Available themes: flask, jinja, werkzeug, click
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README.rst CHANGES.rst
|
|
||||||
%license LICENSE.rst
|
%license LICENSE.rst
|
||||||
|
%doc README.rst CHANGES.rst
|
||||||
%{python_sitelib}/pallets_sphinx_themes/
|
%{python_sitelib}/pallets_sphinx_themes/
|
||||||
%{python_sitelib}/Pallets_Sphinx_Themes-%{version}-py*.egg-info
|
%{python_sitelib}/Pallets_Sphinx_Themes-%{version}-py*.egg-info
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user