↵ Return to the main page of python3-rpm-generators
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
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) |
2020-07-29 | Fedora Release Engineering <releng at fedoraproject dot org> - 11-11 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild |
2020-07-21 | Miro Hrončok <mhroncok at redhat dot com> - 11-10 | - pythondistdeps: Split Python Extras names after the rightmost plus sign - pythondistdeps: Handle edge cases of version comparisons more closely to upstream, despite irrationality See: https://github.com/pypa/packaging/issues/320 |
2020-07-10 | Tomas Orsava <torsava at redhat dot com> - 11-9 | - pythondistdeps: Implement provides/requires for extras packages - Enable --require-extras-subpackages - Adapt Python version marker workaround for setuptools 42+ |
2020-06-26 | Miro Hrončok <mhroncok at redhat dot com> - 11-8 | - Fix python(abi) requires generator, it picked files from almost good directories - Add a script to generate Python bundled provides |