Provides python-path for compatibility
This commit is contained in:
parent
44086ed5bc
commit
c92fe2dc4c
@ -1,6 +1,6 @@
|
|||||||
Name: python-path
|
Name: python-path
|
||||||
Version: 5.2
|
Version: 5.2
|
||||||
Release: 15
|
Release: 16
|
||||||
Summary: Python module wrapper for path
|
Summary: Python module wrapper for path
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://pypi.python.org/pypi/path.py
|
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
|
%package -n python3-path
|
||||||
Summary: Python3 module wrapper for path
|
Summary: Python3 module wrapper for path
|
||||||
|
%{?python_provide:%python_provide python3-path}
|
||||||
|
|
||||||
%description -n python3-path
|
%description -n python3-path
|
||||||
This package implements a path objects as first-class entities,
|
This package implements a path objects as first-class entities,
|
||||||
@ -53,5 +54,8 @@ cd -
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 4 2020 zhujunhao <zhujunhao5@huawei.com> - 5.2-15
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user