↵ Return to the main page of python3-rpm-generators
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2021-12-19 | Gordon Messmer <gordon dot messmer at gmail dot com> - 12-11 | - Handle legacy version specifiers that would previously raise exceptions. |
2021-10-29 | Gordon Messmer <gordon dot messmer at gmail dot com> - 12-10 | - Additional fix for dev releases. |
2021-10-28 | Gordon Messmer <gordon dot messmer at gmail dot com> - 12-9 | - Sync dependency conversion with upstream pyreq2rpm. - Improve handling of > and < operators, and != operator with prefix matching |
2021-07-23 | Fedora Release Engineering <releng at fedoraproject dot org> - 12-8 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild |
2021-05-25 | Tomas Orsava <torsava at redhat dot com> - 12-7 | - pythondistdeps.py: Detect missing or corrupted metadata - pythondistdeps.py: Catch all exceptions and terminate the build if one is raised |
2021-04-19 | Miro Hrončok <mhroncok at redhat dot com> - 12-6 | - Get rid of distutils deprecation warning (by not using it) - The distutils module is deprecated in Python 3.10+ - https://www.python.org/dev/peps/pep-0632/ |
2021-03-31 | Miro Hrončok <mhroncok at redhat dot com> - 12-5 | - Do not generate setuptools requirement for console_scripts on Python 3.10+ - See https://fedoraproject.org/wiki/Changes/Reduce_dependencies_on_python3-setuptools |
2021-03-11 | Tomas Orsava <torsava at redhat dot com> - 12-4 | - scripts/pythondistdeps: Treat extras names case-insensitively and always output them in lower case (#1936875) |
2021-02-22 | Tomas Orsava <torsava at redhat dot com> - 12-3 | - scripts/pythondistdeps: Fix for Python 3.10 |
2021-02-17 | Tomas Orsava <torsava at redhat dot com> - 12-2 | - scripts/pythondistdeps: Switch from using pkg_resources to importlib.metadata for reading the egg/dist-info metadata - The script no longer requires setuptools but instead requires packaging |