Sync from SUSE:SLFO:Main python-rst.linker revision 051023e21839ebe42f837fc1e516480f

This commit is contained in:
2025-05-17 16:03:34 +02:00
parent 18b2f0f5d7
commit 243bbf105d
2 changed files with 19 additions and 4 deletions

View File

@@ -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>
@@ -53,7 +68,7 @@ Tue Sep 10 10:34:26 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.11:
* 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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,6 @@ License: MIT
URL: https://github.com/jaraco/rst.linker
Source: https://files.pythonhosted.org/packages/source/r/%{_name}/%{_name}-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module importlib-metadata if %python-version < 3.8}
BuildRequires: %{python_module path}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
@@ -38,6 +37,7 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-Sphinx
%if 0%{python_version_nodots} < 38
BuildRequires: %{python_module importlib-metadata if %python-version < 3.8}
Requires: python-importlib-metadata
%endif
Requires: python-python-dateutil
@@ -66,6 +66,6 @@ changelog.
%doc CHANGES.rst README.rst
# This needs a fix if there will be any more rst.* namespace packages (none on PyPI so far)
%{python_sitelib}/rst
%{python_sitelib}/rst.linker-%{version}*-info
%{python_sitelib}/rst[_.]linker-%{version}.dist-info
%changelog