14
0
Tomáš Chvátal
2020-03-17 11:08:50 +00:00
committed by Git OBS Bridge
parent 641c4c5767
commit 2ab739fb20
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 17 11:08:33 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Fix building on Leap
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 10 10:34:26 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> Tue Sep 10 10:34:26 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-rst.linker # spec file for package python-rst.linker
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 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
@@ -23,9 +23,9 @@ Version: 1.11
Release: 0 Release: 0
Summary: Changelog link and timestamp adding Sphinx plugin Summary: Changelog link and timestamp adding Sphinx plugin
License: MIT License: MIT
Group: Development/Languages/Python
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 importlib-metadata}
BuildRequires: %{python_module jaraco.packaging >= 3.2} BuildRequires: %{python_module jaraco.packaging >= 3.2}
BuildRequires: %{python_module path.py} BuildRequires: %{python_module path.py}
BuildRequires: %{python_module pytest >= 3.5} BuildRequires: %{python_module pytest >= 3.5}
@@ -36,6 +36,7 @@ BuildRequires: %{python_module six}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: python3-Sphinx BuildRequires: python3-Sphinx
Requires: python-importlib-metadata
Requires: python-python-dateutil Requires: python-python-dateutil
Requires: python-six Requires: python-six
BuildArch: noarch BuildArch: noarch