Provides python-path for compatibility

This commit is contained in:
lingsheng 2021-09-27 15:52:04 +08:00
parent 56cedb83a6
commit 6a2a174139

View File

@ -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 <lingsheng@huawei.com> - 5.2-18
- Provides python-path for compatibility
* Sat Jan 9 2021 wutao <wutao61@huawei.com> 5.2-17
- fix test failures adpating to pytest