Releases: fedora-python/pyp2rpm
Releases · fedora-python/pyp2rpm
v3.3.10
v3.3.9
v3.3.8
- Sync dependency conversion with pyreq2rpm
v3.3.7
- Ensure that all tests pass under Python 3.10
- Include rc/post/dev in version (issue #259)
- Handle all-zero versions without crashing
- Don't process PyPI version list if user specifies a version (issue #243)
- Ensure that sdist is complete, and utest and JSON test data are included
- Wait for rpmdev-setuptree to exit (issue #266)
v3.3.6
v3.3.5
v3.3.4
v3.3.3
v3.3.2
- Make Python 3 the only default Python version for Fedora and Mageia (issue #163)
When used without any switches, pyp2rpm will now create a spec file which builds only the Python 3 subpackage (unless the Trove classifiers suggest the package is Python 2 only). To also build a Python 2 subpackage -p2
option should be used.
v3.3.1
- Rebase Mageia template based on latest Python Packaging Policy (thanks @Conan-Kudo for the PR)
- Bug fixes (issue #159)