A proven packager edited one of the python libraries I maintain, to add some useful stuff. Among all the edits he made, there is one in particular that made me write this message. %{?python_provide:%python_provide python3-%{pypi_name}} has been replaced with %{?python_provide:%python_provide python%{python3_pkgversion}-%{pypi_name}}
What is the advantage of using %{python3_pkgversion} tag? Have in future a package name like python31-foo ? Till now I have only seen names like python2-foo and python3-foo Thank you _______________________________________________ python-devel mailing list -- python-devel@lists.fedoraproject.org To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org