14
0

Accepting request 1112342 from devel:languages:python

- remove buildrequires that are not used on sle15

  * Also supply "parallel_read_safe=True"

OBS-URL: https://build.opensuse.org/request/show/1112342
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rst.linker?expand=0&rev=11
This commit is contained in:
2023-09-21 20:13:26 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
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 +58,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

@@ -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