Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
6188870555 |
@ -1,21 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Sun Jun 30 07:19:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- build as PEP517
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Dec 29 10:04:58 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- update to 2.2.5:
|
|
||||||
* Revert "Keep default Search.init behavior if addons injected
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Dec 15 22:48:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- update to 2.2.4:
|
|
||||||
* Reduce loglevel to info
|
|
||||||
* Keep default Search.init behavior if addons injected
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 7 11:41:01 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Thu Sep 7 11:41:01 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-readthedocs-sphinx-ext
|
# spec file for package python-readthedocs-sphinx-ext
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2023 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,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-readthedocs-sphinx-ext
|
Name: python-readthedocs-sphinx-ext
|
||||||
Version: 2.2.5
|
Version: 2.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sphinx extension for Read the Docs overrides
|
Summary: Sphinx extension for Read the Docs overrides
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -26,11 +26,9 @@ Group: Development/Languages/Python
|
|||||||
URL: https://github.com/rtfd/readthedocs-sphinx-ext
|
URL: https://github.com/rtfd/readthedocs-sphinx-ext
|
||||||
Source: https://files.pythonhosted.org/packages/source/r/readthedocs-sphinx-ext/readthedocs-sphinx-ext-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/r/readthedocs-sphinx-ext/readthedocs-sphinx-ext-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module Sphinx}
|
BuildRequires: %{python_module Sphinx}
|
||||||
BuildRequires: %{python_module pip}
|
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module requests}
|
BuildRequires: %{python_module requests}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Sphinx
|
Requires: python-Sphinx
|
||||||
@ -47,10 +45,10 @@ others are just code that we ship and enable during builds on Read the Docs.
|
|||||||
%setup -q -n readthedocs-sphinx-ext-%{version}
|
%setup -q -n readthedocs-sphinx-ext-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%python_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%pyproject_install
|
%python_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -60,6 +58,6 @@ others are just code that we ship and enable during builds on Read the Docs.
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/readthedocs_ext
|
%{python_sitelib}/readthedocs_ext
|
||||||
%{python_sitelib}/readthedocs_sphinx_ext-%{version}.dist-info
|
%{python_sitelib}/readthedocs_sphinx_ext-%{version}-py*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
BIN
readthedocs-sphinx-ext-2.2.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
readthedocs-sphinx-ext-2.2.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
readthedocs-sphinx-ext-2.2.5.tar.gz
(Stored with Git LFS)
BIN
readthedocs-sphinx-ext-2.2.5.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user