-
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
-
Mon Nov 01 2021 Karolina Surma <ksurma@redhat.com> - 3.9-46
- Fix multiline arguments processing for %py_check_import
- Fix %py_shebang_flags handling within %py_check_import
- Process .pth files in buildroot's sitedirs in %py_check_import
- Move import_all_modules.py from python-srpm-macros to python-rpm-macros
-
Mon Oct 25 2021 Karolina Surma <ksurma@redhat.com> - 3.9-45
- Introduce -f (read from file) option to %py{3}_check_import
- Introduce -t (filter top-level modules) option to %py{3}_check_import
- Introduce -e (exclude module globs) option to %py{3}_check_import
-
Thu Sep 09 2021 Miro Hrončok <mhroncok@redhat.com> - 3.9-44
- Set $RPM_BUILD_ROOT in %{python3_...} macros
to allow selecting alternate sysconfig install scheme based on that variable
-
Wed Aug 11 2021 Tomas Orsava <torsava@redhat.com> - 3.9-43
- Define a new macros %python_wheel_dir and %python_wheel_pkg_prefix
- Related: rhbz#1982668