From 635c0dbb16d11e5c2a0efed299540ee197956512 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jun 11 2020 21:54:45 +0000 Subject: Update the list of bundled provides packaging was not downgraded, the previous value was a mistake. --- diff --git a/python-setuptools.spec b/python-setuptools.spec index 5a54b18..a714c7a 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -56,10 +56,10 @@ execute the software that requires pkg_resources. # Virtual provides for the packages bundled by setuptools. # You can find the versions in setuptools/setuptools/_vendor/vendored.txt %global bundled %{expand: -Provides: bundled(python3dist(packaging)) = 19.2 +Provides: bundled(python3dist(packaging)) = 16.8 Provides: bundled(python3dist(pyparsing)) = 2.2.1 Provides: bundled(python3dist(six)) = 1.10.0 -Provides: bundled(python3dist(ordered-set)) = 3.1.1 +Provides: bundled(python3dist(appdirs)) = 1.4.3 } %package -n python3-setuptools