!12 provide python3dist(packaging) and python3.xdist(packaging)

Merge pull request !12 from 桐小哥/master
This commit is contained in:
openeuler-ci-bot 2021-12-28 08:34:14 +00:00 committed by Gitee
commit 7161ca587c

View File

@ -3,7 +3,7 @@
Name: python-packaging Name: python-packaging
Version: 21.3 Version: 21.3
Release: 1 Release: 2
Summary: Core utilities for Python packages Summary: Core utilities for Python packages
License: BSD and ASL 2.0 License: BSD and ASL 2.0
URL: https://github.com/pypa/packaging URL: https://github.com/pypa/packaging
@ -30,6 +30,8 @@ BuildRequires: python3-pytest
%endif %endif
BuildRequires: python3-pyparsing BuildRequires: python3-pyparsing
Requires: python3-pyparsing Requires: python3-pyparsing
Provides: python%{python3_pkgversion}dist(pyparsing) = %{version}
Provides: python%{python3_version}dist(pyparsing) = %{version}
%description -n python3-packaging %description -n python3-packaging
Reusable core utilities for various Python Packaging interoperability specifications. Reusable core utilities for various Python Packaging interoperability specifications.
@ -96,6 +98,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Dec 28 2021 shixuantong <shixuantong@huawei.com> - 21.3-2
- provide python3dist(packaging) and python3.xdist(packaging)
* Mon Dec 06 2021 shixuantong <shixuantong@huawei.com> - 21.3-1 * Mon Dec 06 2021 shixuantong <shixuantong@huawei.com> - 21.3-1
- update version to 21.3 - update version to 21.3