python-srpm-macros-3-44.el8 >  A ĉU]]z"BmP?lx> ًZPb#B:P:Ae{țN\\[ W}x dpO3qL| yF{QV_}_S&y*$wǭˢbXi< Sy6O ¶xs EDwH5%@5Þ+W%l$^dy A0w{[Ң9\X,%a3Dx!JU9.LI7y~l ZsX2s%B|i{`)ڪUKYۂ{^<9KQ> *H.룤>F+ k՗ [9[ss} DC2  q:Ҟ]f+^_%pW>ͯ= $w. u6Ԭc4|1eq $2b0791ada08895e98be8a8346235413996ec7a58080345450ad663c0dec1b814c311e970eba8de053ca47e57b6cc485bb1224a48)ĉU]^F7k~Md8;€>1׫  O)) ݄Zx7@ ݠoxTݰDI=H᛻5!s1R3O4C+ߴSnpv1I 8=*U>M\Nʤt '4sʲrwuCЀ"#s ~P c"lb,ΐZei|PZPP@Vʨ(@pZy-|&tlPGJ8,>GǛثeҤF="~~Zn@F0ٌk0P7$d5M ^X@QCY|}K^#Z,U֔v'MFAġoqaJ(V;V`?ɬMJ V lj(ʭvnKBJo5I<>1B)iE7ԱK5_qU5b{e:>p8H?8d  M     = @DINtx(8$,9,: ,GHI X$Y(\4]8^Kbbdefltuv4Cpython-srpm-macros344.el8RPM macros for building Python source packagesRPM macros for building Python source packages.cx86-02.mbox.centos.orgCentOSCentOSMITCentOS Buildsys Unspecifiedlinuxnoarch́c2370f2fec7e946c09c4905717cb031b02edd0e74c1eec6c40d8d8a1ae07ae04crootrootpython-rpm-macros-3-44.el8.src.rpmpython-srpm-macros    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3cIO@b@b@`@`2@^@]c@\@\@[@[L[E@[D[3|@[+@ZZa@Z@Z}@ZaZOY@YYyXZXXX@X~@X6@X,J@X,J@X*W@WW5W4p@V=@VVV<@VS@V^V@Charalampos Stratakis - 3-44Tomas Orsava - 3-43Miro Hrončok - 3-42Lumír Balhar - 3-41Lumír Balhar - 3-40Charalampos Stratakis - 3-39Charalampos Stratakis - 3-38Miro Hrončok - 3-37Miro Hrončok - 3-36Tomas Orsava - 3-35Tomas Orsava - 3-34Tomas Orsava - 3-33Tomas Orsava - 3-32Tomas Orsava - 3-31Tomas Orsava - 3-30Tomas Orsava - 3-29Tomas Orsava - 3-28Miro Hrončok - 3-27Fedora Release Engineering - 3-26Igor Gnatenko - 3-25Tomas Orsava - 3-24Ville Skyttä - 3-23Tomas Orsava - 3-22Fedora Release Engineering - 3-21Michal Cyprian - 3-20Michal Cyprian - 3-19Fedora Release Engineering - 3-18Michal Cyprian - 3-17Tomas Orsava - 3-16Orion Poplawski 3-15Orion Poplawski 3-14Orion Poplawski 3-13Orion Poplawski 3-12Orion Poplawski 3-11Orion Poplawski 3-10Orion Poplawski 3-9Jason L Tibbitts III - 3-8Fedora Release Engineering - 3-7Orion Poplawski 3-6Orion Poplawski 3-5Orion Poplawski 3-4Orion Poplawski 3-3Orion Poplawski 3-2Orion Poplawski 3-1- Backport the %python_wheel_pkg_prefix and the %python_wheel_dir macros from Fedora Resolves: rhbz#2143991- Make %pytest macro respect %python3_pkgversion Resolves: rhbz#2091462- Make %py3_dist respect %python3_pkgversion Resolves: rhbz#2090007- Fix dependencies between subpackages Resolves: rhbz#1892797- New macros backported from Fedora/EPEL Resolves: rhbz#1892797- Strip tildes from %version in %pypi_source by default - Resolves: rhbz#1844902- Fix the %py_build macro to respect the global definition of %__python - Resolves: rhbz#1757833- 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- Make %py_byte_compile terminate build on SyntaxErrors - Resolves: rhbz#1620168- Disable the python_provide macro for `python2-` prefixed packages - Resolves: rhbz#1636029- macros.pybytecompile: Macro was not line-continued properly and thus didn't work- macros.pybytecompile: Detect Python version through sys.version_info instead of guessing from the executable name- Merging: (Tue Jul 10 2018 Tomas Orsava - 3-32) - Fix %py_byte_compile macro: when invoked with a Python 2 binary it also mistakenly ran py3_byte_compile - Merging: (Tue Jul 03 2018 Miro Hrončok - 3-31) - Add %python3_platform useful for PYTHONPATH on arched builds - Merging: (Mon Jun 18 2018 Jason L Tibbitts III - 3-30) - Add %pypi_source macro, as well as %__pypi_url and %_pypi_default_extension. - Merging: (Wed Apr 18 2018 Miro Hrončok - 3-29) - move macros.pybytecompile from python3-devel- Remove RHEL_ALLOW_PYTHON2_FOR_BUILD=1 from build and install macros, as that is where the user needs to set it themself- Explicitly enable Python 2 when invoking Python 2 macros See: https://url.corp.redhat.com/rhel8-py2- Switch the Python 3 executable to /usr/libexec/platform-python - Update macros using pip or easy_install to be invoked through the main executable- Fix the %py_dist_name macro to not convert dots (".") into dashes, so that submodules can be addressed as well Resolves: rhbz#1564095- make LDFLAGS propagated whenever CFLAGS are- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild- Add %python_enable_dependency_generator- Remove platform-python macros (https://fedoraproject.org/wiki/Changes/Platform_Python_Stack)- Use -Es/-I to invoke macro scriptlets (#1506355)- Add platform-python macros (https://fedoraproject.org/wiki/Changes/Platform_Python_Stack)- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild- Revert "Switch %__python3 to /usr/libexec/system-python" after the Fedora Change https://fedoraproject.org/wiki/Changes/Making_sudo_pip_safe was postponed- Switch %__python3 to /usr/libexec/system-python- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild- Add --no-deps option to py_install_wheel macros- Added macros for Build/Requires tags using Python dist tags: https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages- Make expanded macros start on the same line as the macro- Fix %py3_install_wheel (bug #1395953)- Add missing sleeps to other build macros - Fix build_egg macros - Add %py_build_wheel and %py_install_wheel macros- Add %py_build_egg and %py_install_egg macros - Allow multiple args to %py_build/install macros - Tidy up macro formatting- Use %rpmmacrodir- Do not generate useless Obsoletes with %{?_isa}- Make python-rpm-macros require python-srpm-macros (bug #1335860)- Add single-second sleeps to work around setuptools bug.- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild- Fix typo in %python_provide- Handle noarch python sub-packages (bug #1290900)- Fix python2/3-rpm-macros package names- Add empty %prep and %build- Combined package- Initial package3-44.el8macros.python-srpm/usr/lib/rpm/macros.d/-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protectioncpioxz2noarch-redhat-linux-gnuASCII textutf-84d663e19c7f9e7f8cb79a9c77377f833460404c8191e55e2ff417f8e19b75a89?7zXZ !#,] b2u Q{LUVs_NVXKgx^S 1YیZa- @k#6;h$y0Ey;Xb|>yvrAԿ7˩p$'7V#4 9rfy!P%=ѴL+O频欿wFM銾,VBjbw hSJ?s[m#G%ZKѝ hJX|B.(9f.@P6U hZ5m 8U~I0Oލ8$p(Õ%MP_L _ͅ}hGv[?cܱe,:V$Sf^4H4:R-K^f_"+x:J-x.Tjw[&۳7[n(88xoLQQu$WIMeJ٫ķ7w )Â+Dg@)[ ћJHpg7RrDb|B[|eT6Ud%_Fݢ e=;6D"a{>-?k=~\a^Wf3Ju]-]Smg enG&I$<;_V`,'U0X/Q6>XFC11/!;5oљNY lGzc;ٳ5k5|m&3,r-lƚsmC Q*7ԋ{b6)0""OdR:NH \W?vcD$mgQ -)3Fi(9V\<-JV|;)2=?ʞY#xm̶(x?%q% Jڙ#]СMz캚^nGϹqeh6N *q Uf9]z@$Zqƕ3z(\g7kY$L nj5f^Sup&OwN=YnF ; vzHt\f2/B]i84%!P9fg,"+:QEX([B'Wd 򐕡5XyC_ wNDiFT[24}OF3I/#ιE6qh-lHKJ9d3VEF4+{ , %DO"ǷK`*zq苈bf:/\*DN@ ljOoI径OK'b[/q=\uzcwaV2S ݲ0ҕnu钠v笲;?22E6j^e-~cFqyu5 1BYJz#Bc)M\xPZs/tƗWv5#椥+tO9m1%hX;?G$2p:rb7(K-Wa\1>* YZ