[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project python-rpm-macros-3-45.el8

Name python-rpm-macros
Epoch 0
Version 3
Release 45.el8
Website/URL
License MIT
Build Time 2023-08-08 19:41:19
Build Host builder-x86-12.inferitos.ru
Summary The unversioned Python RPM macros
Repositories AppStream
Description This package contains the unversioned Python RPM macros, that most implementations should rely on. You should not need to install this package manually as the various python?-devel packages require it. So install a python-devel package instead.
Errata
× Full screenshot
Packages link
Package Summary SHA-256 checksum
noarch
python-rpm-macros-3-45.el8.noarch The unversioned Python RPM macros d34f2982b5d2b6b4825b9fd5d6dfe9bb75a47cce08f95f805e1000e7392999a2 download
python-srpm-macros-3-45.el8.noarch RPM macros for building Python source packages 2c40cc82ca64e49b3d82dc67ab4da69580239e8f19eace40556fe5d0ac3f4056 download
python3-rpm-macros-3-45.el8.noarch RPM macros for building Python 3 packages 9df2f22a53373401bd42f58b1e84ddf02b5e913d11bb2e2003620914203be019 download
src
python-rpm-macros-3-45.el8.src The unversioned Python RPM macros ba36c107a6284cde355a4fab9be5f3339f73b8bc70d6682d5e520ee1d309244f download
Changelog link
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 3-45
- Rebuilt for MSVSphere 8.8

* Wed Feb 22 2023 Miro Hrončok <mhroncok@redhat.com> - 3-45
- Fix %python3_version macros for Python 3.10+
Resolves: rhbz#2169780

* Fri Oct 14 2022 Charalampos Stratakis <cstratak@redhat.com> - 3-44
- Backport the %python_wheel_pkg_prefix and the %python_wheel_dir macros from Fedora
Resolves: rhbz#2143991

* Tue Jul 26 2022 Tomas Orsava <torsava@redhat.com> - 3-43
- Make %pytest macro respect %python3_pkgversion
Resolves: rhbz#2091462

* Wed May 25 2022 Miro Hrončok <mhroncok@redhat.com> - 3-42
- Make %py3_dist respect %python3_pkgversion
Resolves: rhbz#2090007

* Mon Feb 01 2021 Lumír Balhar <lbalhar@redhat.com> - 3-41
- Fix dependencies between subpackages
Resolves: rhbz#1892797

* Thu Jan 14 2021 Lumír Balhar <lbalhar@redhat.com> - 3-40
- New macros backported from Fedora/EPEL
Resolves: rhbz#1892797

* Tue Jun 16 2020 Charalampos Stratakis <cstratak@redhat.com> - 3-39
- Strip tildes from %version in %pypi_source by default
- Resolves: rhbz#1844902

* Mon Oct 14 2019 Charalampos Stratakis <cstratak@redhat.com> - 3-38
- Fix the %py_build macro to respect the global definition of %__python
- Resolves: rhbz#1757833

* Fri Dec 14 2018 Miro Hrončok <mhroncok@redhat.com> - 3-37
- Workaround leaking buildroot PATH in 
python_binary="%1"
buildroot_path="%2"
bytecode_compilation_path=".${buildroot_path/#$RPM_BUILD_ROOT}"
failure=0
pushd $RPM_BUILD_ROOT
find $bytecode_compilation_path -type f -a -name "*.py" -print0 | xargs -0 $python_binary -O -m py_compile || failure=1
find $bytecode_compilation_path -type f -a -name "*.py" -print0 | xargs -0 $python_binary -m py_compile || failure=1
popd
test $failure -eq 0
- Resolves: rhbz#1644455