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

This commit is contained in:
桐小哥 2021-12-28 06:46:20 +00:00 committed by shixuantong
parent 8b0777f47d
commit 72b2c50cc4

View File

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