↵ Return to the main page of python3-rpm-generators
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
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 |
2021-02-03 | Miro Hrončok <mhroncok at redhat dot com> - 12-1 | - Disable the dist generators for Python 2 - https://fedoraproject.org/wiki/Changes/Disable_Python_2_Dist_RPM_Generators_and_Freeze_Python_2_Macros |
2021-01-27 | Fedora Release Engineering <releng at fedoraproject dot org> - 11-13 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild |
2020-10-19 | Tomas Orsava <torsava at redhat dot com> - 11-12 | - Run scripts in an isolated Python environment (#1889080) |