Update provided bundled(packaging) version

This commit is contained in:
Miro Hrončok 2021-01-04 13:04:25 +01:00
parent ea6574c05b
commit 750949a75f

View File

@ -56,10 +56,10 @@ It has two different roles:
%description %{_description}
# Virtual provides for the packages bundled by wheel.
# Actual version is written in src/wheel/vendored/packaging/_typing.py
# and src/wheel/vendored/packaging/tags.py
# Actual version can be found in git history:
# https://github.com/pypa/wheel/commits/master/src/wheel/vendored/packaging/tags.py
%global bundled %{expand:
Provides: bundled(python3dist(packaging)) = 20.4
Provides: bundled(python3dist(packaging)) = 20.8
}