!6 Provides python-path for compatibility

From: @ultra_planet
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2021-11-01 11:12:53 +00:00 committed by Gitee
commit 1f9f452369

View File

@ -1,6 +1,6 @@
Name: python-path
Version: 5.2
Release: 15
Release: 16
Summary: Python module wrapper for path
License: MIT
URL: https://pypi.python.org/pypi/path.py
@ -22,6 +22,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,
@ -53,5 +54,8 @@ cd -
%{python3_sitelib}/*
%changelog
* Mon Sep 27 2021 lingsheng <lingsheng@huawei.com> - 5.2-16
- Provides python-path for compatibility
* Wed Mar 4 2020 zhujunhao <zhujunhao5@huawei.com> - 5.2-15
- Package init