diff --git a/python-wheel.spec b/python-wheel.spec index d7e2ffe..a74b276 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -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 }