diff --git a/Pallets-Sphinx-Themes-2.1.1.tar.gz b/Pallets-Sphinx-Themes-2.1.1.tar.gz deleted file mode 100644 index 1b1d4fd..0000000 --- a/Pallets-Sphinx-Themes-2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5da65967bb6fae3055682a97d37c3311fe38e132c0761052c16aaacafc8d47f -size 21776 diff --git a/pallets_sphinx_themes-2.1.3.tar.gz b/pallets_sphinx_themes-2.1.3.tar.gz new file mode 100644 index 0000000..5ff995f --- /dev/null +++ b/pallets_sphinx_themes-2.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853ccdc2698ab0a2532cfc23037e08ff16ef36fdbde57dda122946bba1f71c0a +size 20124 diff --git a/python-Pallets-Sphinx-Themes.changes b/python-Pallets-Sphinx-Themes.changes index ac92990..8eeebc0 100644 --- a/python-Pallets-Sphinx-Themes.changes +++ b/python-Pallets-Sphinx-Themes.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Jun 30 07:31:17 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-Pallets-Sphinx-Themes.spec b/python-Pallets-Sphinx-Themes.spec index 671d2b7..81c9230 100644 --- a/python-Pallets-Sphinx-Themes.spec +++ b/python-Pallets-Sphinx-Themes.spec @@ -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