From 662b80aa3fb3211e8d0e633deb04f9e743ee0b43a8ce4b683a011acfd60b360c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 26 Sep 2020 12:08:00 +0000 Subject: [PATCH] Accepting request 837904 from home:frispete:python - Replace python-patrh.py with python-path OBS-URL: https://build.opensuse.org/request/show/837904 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rst.linker?expand=0&rev=17 --- python-rst.linker.changes | 5 +++++ python-rst.linker.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-rst.linker.changes b/python-rst.linker.changes index 709644a..3ac7600 100644 --- a/python-rst.linker.changes +++ b/python-rst.linker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 26 11:26:01 UTC 2020 - Hans-Peter Jansen + +- Replace python-patrh.py with python-path + ------------------------------------------------------------------- Fri Mar 27 10:59:06 UTC 2020 - pgajdos@suse.com diff --git a/python-rst.linker.spec b/python-rst.linker.spec index a0dc2d2..1b375f8 100644 --- a/python-rst.linker.spec +++ b/python-rst.linker.spec @@ -28,7 +28,7 @@ URL: https://github.com/jaraco/rst.linker 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 path.py} +BuildRequires: %{python_module path} BuildRequires: %{python_module pytest >= 3.5} BuildRequires: %{python_module python-dateutil} BuildRequires: %{python_module setuptools_scm}