1
0

Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

4 changed files with 14 additions and 26 deletions

View File

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

View File

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

View File

@ -1,13 +1,3 @@
-------------------------------------------------------------------
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) 2024 SUSE LLC
# 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
@ -18,18 +18,16 @@
%{?sle15_python_module_pythons}
Name: python-Pallets-Sphinx-Themes
Version: 2.1.3
Version: 2.1.1
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.7}
BuildRequires: %{python_module flit-core}
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 packaging}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Sphinx >= 3
@ -43,19 +41,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
%pyproject_wheel
%python_build
%install
%pyproject_install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%license LICENSE.txt
%doc README.md CHANGES.rst
%license LICENSE.rst
%doc README.rst CHANGES.rst
%{python_sitelib}/pallets_sphinx_themes/
%{python_sitelib}/pallets_sphinx_themes-%{version}.dist-info
%{python_sitelib}/Pallets_Sphinx_Themes-%{version}-py*.egg-info
%changelog