14
0

- remove buildrequires that are not used on sle15

* Also supply "parallel_read_safe=True"

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rst.linker?expand=0&rev=25
This commit is contained in:
2023-09-19 16:22:27 +00:00
committed by Git OBS Bridge
parent 9efffe3b4f
commit 409692ede4
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> 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: - 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>

View File

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