From 6a2a17413975e87aeab4e169dbe0e1efcadedc3c Mon Sep 17 00:00:00 2001 From: lingsheng Date: Mon, 27 Sep 2021 15:52:04 +0800 Subject: [PATCH] Provides python-path for compatibility --- python-path.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-path.spec b/python-path.spec index 5f464bf..3ed3bc6 100644 --- a/python-path.spec +++ b/python-path.spec @@ -1,6 +1,6 @@ Name: python-path Version: 5.2 -Release: 17 +Release: 18 Summary: Python module wrapper for path License: MIT URL: https://pypi.python.org/pypi/path.py @@ -15,6 +15,7 @@ allowing common operations on files to be invoked on those path objects directly %package -n python3-path Summary: Python3 module wrapper for path +%{?python_provide:%python_provide python3-path} %description -n python3-path This package implements a path objects as first-class entities, @@ -38,6 +39,9 @@ cd - %{python3_sitelib}/* %changelog +* Mon Sep 27 2021 lingsheng - 5.2-18 +- Provides python-path for compatibility + * Sat Jan 9 2021 wutao 5.2-17 - fix test failures adpating to pytest