python-rpm-macros-3-42.el8 >  A b6U]{{V'.!4`0*Yd^E=Qdx9:/ˆn:Їi6ZV|AP$ TVSjs,^ySEaBZCRdB´&bňB=m書4;)n=%Y\ϯba?4dc-FvfDs&N-8A?IX}@d]2=LuRT/Tv# G#)V·U6)FǺK DM#FTbbXX7@%-XZtgٳ*w ;xLiHiAD)a+8˶Zr2f'Cd |>WJn{ eApdeZ&k Nf9007447965fb05ac1a1d0a6397506399fac4195d4957cafe248a7509c6c618b79301a5c78ca96a3f251c63e0760dc34c94129fd:?b6U]4p &/‰w2k5 mU$yQI R}ȘHX7 :Bث55I>pAIL"qXCe>OBzQ3ߚTGF62gý#"2Hv炬-Mo}2{M3qFYpt]UהRGJ2:5*LA Gei%fx!# 0ܩ4oZ5^@FʬU}咙@[*xL־tT4xcεUgkZЛfں_tAEX-(mGg |en"ʌ8J4tɆLSpT1ryݱ@}uFJD˿vDRthp~1_~Ebd-< _f:NpÛULzU 0COcc*$4+ܖ  C@穬G0H 4/,GNz{zюGڐ^>p3?d  ?8<TX_fj    , D  $`x(8*9p*: *AFGHIR\] ^defCpython-rpm-macros342.el8The unversioned Python RPM macrosThis 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.b4x86-01.mbox.centos.org[TCentOSCentOSMITCentOS Buildsys Unspecifiedmacros.pybytecompilemacros.python3macros.python2macros.python-srpmmacros.pythonlinuxnoarchv oPG& bbbbbbab71b9a3dc3874c8a247502bd2d2c69a32d8258e7b4e178d78e976d2f2bb07b218f3d9d4bdc42804915c2ab6f3d786aeb29ad35472b300036c398ffb1e47ba9fc6fc26e5c75de866c0989bcd05a049b314999e7df36883b661f8268dd292a64e749e7ddfa57aaf781e084566933d0d3e40c9e64887619aba0da4b1fcac587d7d741c6df3d5c9fbbd0faf6ba426b55301e0f04581fe91e6a468e96b958bb217a4a6dcf3ce6380354cd9224c899bccbf88624ecc763f01998daaaa3ef6baaf850d mockbuildmockbuildmockbuildmockbuildmockbuildmockbuildmockbuildmockbuildmockbuildmockbuildmockbuildmockbuild  rpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-14.14.3b@`@`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@Miro 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- 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 packagenoarchx86-01.mbox.centos.org 1653995316macros.pybytecompilemacros.pythonmacros.python-srpmmacros.python2macros.python3python-rpm-macros.speccpiogzip9utf-84dccc5c97afdca83d47942de1a6875e7cf04c812ddeb77def9ac9c9a45af335f?b[,lCZvy|{~zz9Cvizذk f49Ś5ʚ~n+fky)kN@JFC=GE|VW[Y+Ϟ{Xi6H:ZM ?yp40h9vX62 zJ#ش~^qqRBd( dr"au^0F 8bzagyY՞^p=wh`\$tc oߟ\|hT 6!ph}ٽx̐GX iܳQ#Ru(|; ui}x챵;|{ޜ5$N]"ȱȊ;ݹ0\Ys(D;!d '=ɱw+deƁteRPVsos/Zeh'SUkw_7&k;6YRZ-@vMRŵYV#b9 h&X܆4oDdkδBh[ [J('8݉NsUe>̀9'^Quuz x KLf' z47:#UbHBsY%ZF 0Bv̹磛ZD98H8}&%I R7|#s)5u Neq!n (MpXsަ tټnL@im?\gm_F%tp=Э~( #-0vb-vV14qo ҘA->p.4ypnV"vMĴYM0 :xf.*K|*fn4Fjw^V ƀedMb'aTUiȨ_ V],s1Y) qU&l#Rq3n6pD+T@sFpa nUrO8NV$ }=s֕*d鰣N~B |]+̠iw]X&F׳L7P~>DT5z;vf|g[KzY5C3̫ om EB}2L xcCKZj|?ZHc&{^`$ʡ7ѿ!= bJj3$a"BQa%ՆO *P/mR1m 9쭈{!` ֹZ#8M$Ya$oqaAHQ־[/uGĊ~Wm. ]t}΄|麃:'O=L_ h[c"sSj Cv3AF6 nD# a(@U!^z r'z("kaahfE䯐}኶.ykALi6#AJx<#(ִ>n%ɀ"Mm d^F!C;܄`uhď#i<+lAtFw1:rsl0h H rڠ.S r~c^pRiG`har%T?hu}]A u= 2=#ЍJ{@y9hdž [u^Ϊ]BF,ᑴkӺR42r &IIJ}JP;=۱풼T,֎H@%.ssNn~´n2AEkލĀ^- 4pL.2l.E'8BTΥ_bwTwaj$K0+ߴ]Ļޖz[|tC~0æ)ޠޠ^b2_/jCg^47غup84Q4}L,^m81>@fl@ g;VC+ .v_l1 8dQ;]"s8`J@~ȯ\`~Cw:S*PhŪ 591ow~aװPs6E( mJ 'P`aT!FV!20X7gx4?,`@.| riԵJv`вf|aK~r.gӈ9&,]~{t;u:SW2}ŽnH $D#&&%%p?s#ĸ ) *#CFb B`G㡓yIE5DxT2{}WT`u@2FBKhɐCוtvPD/FY"Պ$9$,T"vUBXd ?%*Xfapߚ7ހ҃R;KTLΕ(@-Kz8AMECIN?o`S ER5)y$ TK1r#zSb.ɰY2+lnj0]2l3B\lr9H!WW(J.RΒIaiN|f32 50(Óg?\9}gt_=sh_pZRd5|1P%!l OG'H''-haFL}M_`Ӻ&"*,єwjC&,}c$e"V_a<4C7*0>Mu SgO/0>EJ4'h4ie7[a,.0(!r&V~7svLjOQô u}aZ,jgUu7?7v#S;=^c1h?v̟ʀi5!CZW^@! BasQ+1닺 `Ӗ/GgįqQ)~+))6 66zbu查+UK?]Xi.n.šƅ5šʅ5š…5? k>5.| 0y4]NSfYP61}lHΆ-Q"A*.ЅEqnJ si=/Wr$7ٷc>&& cXd[)HS)tUaoGAR!L$,2ĊzU9(Z6"KE,lvH]{jzNqQs4lՕ8T&1۵<,s  lhZPTaeRU`c f9`3 xM[{S3܈}YVՑm]i.I:Ywߝ_}WGTŠU}%Ԟ\3MRN`5eȊNUd=+˞t2+COlQ*18V4is*E QV*'vho/+tNl٪Rbw1dYlUJjQA>d?CaeQNʬV(sN~2B"OZaY#lQC`xKq]d~*nzQ.<4ȡ:TS.ZgOT2QE%kPJD1Q<Nhh姦[T'I!S#'EUy/@RI6RjS~"L-'[ ]9O3/IN"ĢG<'MHYKWYm.նݦp\fzo*.<8`d|MzqQ{<飑>按e!R)/NbQcN @ }ceǚQ]x hѷ֔[h{k{xӻf1<>UdMf67J^fQ zԊ%AI ƽ_=< o=&cmiI<[wz0O$p'ÄWxz;rײeSlͽ֑Nخ\U.o M2J!(T"QiɛW_(!tgkg4ׁ^$twi5wwZC *JAdJ}$r)n;e]:\zpNк~<5[bf0SNh4ߘ{[6:Linm L]c î9P4#-i:^{l^B-H6FѿoU  jC[^H7VXp/I!QAVCxJ0$?*#\ {i';ҊU;[!&v˩ xgWH R*)*Qp"xA`.-)0x]P :E>Y*BYqzV,=1x0O]f}q˼=tUYߑ"9<;PSɑtQ mɶnCn]RnDgf~\Kso?LhKų/UΔdf.C">\f% L \7ƓИR< l r,ŅL#%2ge(Zb#V$ژG!8-5Lz/`7 Si/qfKXeHX"jWI> Uf"vڡ5KmǔjԞOѫDr"v;_NxsWJÛna*T!bty4]a9U1'F<Wp1ɩ\Zc3>"|+z2$ǖafV;!Q:Oh /ǜ]_^z ḐZ~ocL&[ɩmv"~z>z H^