Compare commits

..

2 Commits

Author SHA256 Message Date
Ana Guerrero
3bac867ffe 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
2024-07-03 18:29:42 +00:00
01a8aa5499 - 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/package/show/devel:languages:python/python-Pallets-Sphinx-Themes?expand=0&rev=12
2024-06-30 07:31:35 +00:00
4 changed files with 26 additions and 14 deletions

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:853ccdc2698ab0a2532cfc23037e08ff16ef36fdbde57dda122946bba1f71c0a
size 20124

View File

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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -18,16 +18,18 @@
%{?sle15_python_module_pythons}
Name: python-Pallets-Sphinx-Themes
Version: 2.1.1
Version: 2.1.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/
Source: https://files.pythonhosted.org/packages/source/P/Pallets-Sphinx-Themes/Pallets-Sphinx-Themes-%{version}.tar.gz
BuildRequires: %{python_module Sphinx >= 3}
Source: https://files.pythonhosted.org/packages/source/P/Pallets-Sphinx-Themes/pallets_sphinx_themes-%{version}.tar.gz
BuildRequires: %{python_module Sphinx >= 3.7}
BuildRequires: %{python_module flit-core}
BuildRequires: %{python_module packaging}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Sphinx >= 3
@ -41,19 +43,19 @@ the appropriate theme to make your documentation look consistent.
Available themes: flask, jinja, werkzeug, click
%prep
%setup -q -n Pallets-Sphinx-Themes-%{version}
%setup -q -n pallets_sphinx_themes-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%license LICENSE.rst
%doc README.rst CHANGES.rst
%license LICENSE.txt
%doc README.md CHANGES.rst
%{python_sitelib}/pallets_sphinx_themes/
%{python_sitelib}/Pallets_Sphinx_Themes-%{version}-py*.egg-info
%{python_sitelib}/pallets_sphinx_themes-%{version}.dist-info
%changelog