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}