-
Thu Nov 02 2023 Tomas Orsava <torsava@redhat.com> - 3.9-53
- Update macros from Fedora and add pathfix.py into python-rpm-macros
- Resolves: RHEL-6107
-
Tue Feb 08 2022 Tomas Orsava <torsava@redhat.com> - 3.9-52
- %py_provides: Do not generate Obsoletes for names containing parentheses
- Related: rhbz#1990421
-
Tue Feb 08 2022 Tomas Orsava <torsava@redhat.com> - 3.9-51
- Add Obsoletes tags with the python39- prefix for smoother upgrade from RHEL8
- Related: rhbz#1990421
-
Tue Feb 01 2022 Miro Hrončok <mhroncok@redhat.com> - 3.9-50
- Explicitly opt-out from Python name-based provides and obsoletes generators
-
Wed Jan 19 2022 Tomas Orsava <torsava@redhat.com> - 3.9-49
- Add lua helper functions to make it possible to automatically generate
Obsoletes tags
- Modify the %py_provides macro to also generate Obsoletes tags on CentOS/RHEL
- Resolves: rhbz#1990421
-
Tue Dec 21 2021 Karolina Surma <ksurma@redhat.com> - 3.9-48
- Fix CI test configuration, so that pytest can import the package code
-
Wed Dec 08 2021 Miro Hrončok <mhroncok@redhat.com> - 3.9-47
- Set %__python3 value according to %python3_pkgversion
I.e. when %python3_pkgversion is 3.12, %__python3 is /usr/bin/python3.12