Accepting request 1184073 from devel:languages:python
- update to 2.1.3: * Allow Sphinx's parallel build feature. :issue:`88` * Use modern packaging metadata with pyproject.toml instead of setup.cfg. * Use flit_core instead of setuptools as build backend. * Compatibility with changes in Sphinx 7.3. :pr:`100` OBS-URL: https://build.opensuse.org/request/show/1184073 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pallets-Sphinx-Themes?expand=0&rev=6
This commit is contained in:
commit
3bac867ffe
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e5da65967bb6fae3055682a97d37c3311fe38e132c0761052c16aaacafc8d47f
|
|
||||||
size 21776
|
|
3
pallets_sphinx_themes-2.1.3.tar.gz
Normal file
3
pallets_sphinx_themes-2.1.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:853ccdc2698ab0a2532cfc23037e08ff16ef36fdbde57dda122946bba1f71c0a
|
||||||
|
size 20124
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 30 07:31:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.1.3:
|
||||||
|
* Allow Sphinx's parallel build feature. :issue:`88`
|
||||||
|
* Use modern packaging metadata with pyproject.toml instead of
|
||||||
|
setup.cfg.
|
||||||
|
* Use flit_core instead of setuptools as build backend.
|
||||||
|
* Compatibility with changes in Sphinx 7.3. :pr:`100`
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 7 11:42:02 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Thu Sep 7 11:42:02 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-Pallets-Sphinx-Themes
|
# spec file for package python-Pallets-Sphinx-Themes
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 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
|
||||||
@ -18,16 +18,18 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-Pallets-Sphinx-Themes
|
Name: python-Pallets-Sphinx-Themes
|
||||||
Version: 2.1.1
|
Version: 2.1.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 Sphinx >= 3}
|
BuildRequires: %{python_module Sphinx >= 3.7}
|
||||||
|
BuildRequires: %{python_module flit-core}
|
||||||
BuildRequires: %{python_module packaging}
|
BuildRequires: %{python_module packaging}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module pip}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Sphinx >= 3
|
Requires: python-Sphinx >= 3
|
||||||
@ -41,19 +43,19 @@ 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}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.rst
|
%license LICENSE.txt
|
||||||
%doc README.rst CHANGES.rst
|
%doc README.md 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}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user