Sync from SUSE:SLFO:Main python-rst.linker revision 051023e21839ebe42f837fc1e516480f
This commit is contained in:
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 1 15:46:38 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Make it compatible with older setuptools
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 26 07:52:36 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Normalize metadata directory name.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 19 14:51:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- remove buildrequires that are not used on sle15
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 5 12:52:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Fri May 5 12:52:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
@@ -53,7 +68,7 @@ Tue Sep 10 10:34:26 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|||||||
|
|
||||||
- Update to 1.11:
|
- Update to 1.11:
|
||||||
* Now supply the version of the package during Sphinx setup.
|
* Now supply the version of the package during Sphinx setup.
|
||||||
* Also supply "parallel_read_safe=True"
|
* Also supply "parallel_read_safe=True"
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 7 11:56:25 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Fri Jun 7 11:56:25 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-rst.linker
|
# spec file for package python-rst.linker
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 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
|
||||||
@@ -26,7 +26,6 @@ License: MIT
|
|||||||
URL: https://github.com/jaraco/rst.linker
|
URL: https://github.com/jaraco/rst.linker
|
||||||
Source: https://files.pythonhosted.org/packages/source/r/%{_name}/%{_name}-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/r/%{_name}/%{_name}-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.7}
|
BuildRequires: %{python_module base >= 3.7}
|
||||||
BuildRequires: %{python_module importlib-metadata if %python-version < 3.8}
|
|
||||||
BuildRequires: %{python_module path}
|
BuildRequires: %{python_module path}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
@@ -38,6 +37,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: python3-Sphinx
|
BuildRequires: python3-Sphinx
|
||||||
%if 0%{python_version_nodots} < 38
|
%if 0%{python_version_nodots} < 38
|
||||||
|
BuildRequires: %{python_module importlib-metadata if %python-version < 3.8}
|
||||||
Requires: python-importlib-metadata
|
Requires: python-importlib-metadata
|
||||||
%endif
|
%endif
|
||||||
Requires: python-python-dateutil
|
Requires: python-python-dateutil
|
||||||
@@ -66,6 +66,6 @@ changelog.
|
|||||||
%doc CHANGES.rst README.rst
|
%doc CHANGES.rst README.rst
|
||||||
# This needs a fix if there will be any more rst.* namespace packages (none on PyPI so far)
|
# This needs a fix if there will be any more rst.* namespace packages (none on PyPI so far)
|
||||||
%{python_sitelib}/rst
|
%{python_sitelib}/rst
|
||||||
%{python_sitelib}/rst.linker-%{version}*-info
|
%{python_sitelib}/rst[_.]linker-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user