pypy3 renamed to pypy3.7 on Fedora 35+, also available in Fedora 33/34

2021-08-11 Thread Miro Hrončok
Hello PyPyistas, we have renamed the pypy3 package to pypy3.7 (both the component and the "binary" package) on Fedora 35+. The package no longer installs to /usr/lib64/pypy3-7.x/ but rather to /usr/lib64/pypy3.7/. *What is this good for?* When PyPy 3 was updated from Python 3.N to 3.N+1, tra

Using reverse week deps for Python interpreters and tox (Supplements instead of Recommends)?

2021-08-11 Thread Miro Hrončok
Hello Pythonistas. Currently, the tox package has: # Recommend "all the Pythons" Recommends: python2.7 Recommends: python3.6 Recommends: python3.7 Recommends: python3.8 Recommends: python3.9 Recommends: python3.10 Recommends: pypy2-devel Recommends: