python-rpm-macros-3-44.el8 >  A ĉU]? /*vmᅓ$HO4G;7KN@& TUr%}YMUrpSQM>ˎ,-\Mi;阞3[ :hٽWjvS:2 P̗ScP"Iqg3@4Q,o5ǠY߄ +wÅfq7휫l~=_\x>OiYcBKɳI=vp[r}sC'.8.t>F*vaX"ghy0ef)nJ}/E%rĎջ8nLRUnC1ʻbsnmE,}Iۡ>uЄp3?d  ?8<TX_fj    , D  $`x(8,9x,: .,AFGHIR\ ]8^defCpython-rpm-macros344.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.cx86-02.mbox.centos.org`CentOSCentOSMITCentOS Buildsys Unspecifiedmacros.pybytecompilemacros.python3macros.python2macros.python-srpmmacros.pythonlinuxnoarchv oGD"accccccab71b9a3dc3874c8a247502bd2d2c69a32d8258e7b4e178d78e976d2f2bb07b218f3d9d4bdc42804915c2ab6f3d786aeb29ad35472b300036c398ffb1e47ba9f2370f2fec7e946c09c4905717cb031b02edd0e74c1eec6c40d8d8a1ae07ae04c749e7ddfa57aaf781e084566933d0d3e40c9e64887619aba0da4b1fcac587d7d036bac70e1d0eaed455f304a4051e6d14adc42cc39f4fb93a2561ced3d8618ed6efd00c28e5b13f8f2dc9b3b800e20965f7d9dd44a6776cb11735460fcf86826 mockbuildmockbuildmockbuildmockbuildmockbuildmockbuildmockbuildmockbuildmockbuildmockbuildmockbuildmockbuild  rpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-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 packagenoarchx86-02.mbox.centos.org 1669273603macros.pybytecompilemacros.pythonmacros.python-srpmmacros.python2macros.python3python-rpm-macros.speccpiogzip9utf-8726053a2d08df86414351b94c1c2bb52d7f90eaf516cc9a44181488900d1e639?=vF~WthtDk$-5Gt$y2(ÀDD\$3_~mUu7n%Rp{WݝNW[nm]3w+[jj C?҂`? ?yc/+6s∻#6b,AMvB>pV=ez#brܾlۉ˙3vW\m2˳YZa,xmyOp5p?`%(b}&:o8Iā`Q2&t+\ '87+Mvbۯʓl.kb ~YK'lŰإw_NN.0r$]D@ R@FmgM9?~v¼#gy kOKSBA>'|Ẓ=YukOto%h5GA @n#7v(ΠӎZ01 mV L7\ J(\ɿ,EXNqǬvڇѐ՝i1fF+FLhB_\˳Wo7Zz+?(ÿ^?ysW$3q0 +!M7A o[»RN|-9&#}`_$-޿1\Y{$Xpd5'=ɱ¥jdU:BF+`N Bڱ%Xm_sNI+7n)n^/L޾Q]xkIzT`IL@x۳ba"84?+bZnASz[aL6>%ӊ`4|Db-l*fүA٭o?EU~rzѧs 봕T@ݫVb ]PuG: 8-qqy> yڼM?l'p&aR N k:Ttm_>9dgz!ni,rb)ĭ( 6x\(ւ)t<]3)!['(p$Fnyжѿx> Ѕz`-V1kB5nZ1M¬Y2PmM^SthԳqn "vMĴy_NHwWm7nCjqBbFje~m (HFNY$+qci<UgVZXMf2U"a ?X΄y\}،P!w0[ 8"bP*9q0^:pȹJhb\r`4:Af3_6 \SPpRëHS9{{x\S1sꝦ.fL Y=CD^ĭD!O#0ĺقߨݤr ( )׿y3q`d9F̒`Z6o `Grh3%b‱Q G[6`!bߌԇSJ#uPG6ȘB pJA)@j^yxJT$/pawo7GEJEm _@b!# #ć$DrXk| S:=}üh (6~Iv+a_e-7F@}M^ȏk4oFt0|EW!aHeیZ21s' "S^0=9! $1i5 )=ng+xGef)[\nB't6})|nGD5g/^*q0a %T??x)n76߸I `_O/>y~Be x0h)s W*ϫz嗐h1+h$JҺRlh$pLh;2qqx&qO 69hA=t:;=bИ PT89zOzМvpv,ȧ.hr8!+Iy&o}N'lԦJ(Q hŪ!l)sю7P 60Sj6 H'P`aVk5_20Xod B CZ 7\L0 ]̐R?.VwL#Z"RxXN 4#J{>a`ⱁ>(\n`r'VjMZ^%;!-D`prdVdNkXץy3"*kԍDP@,JY ŽC3cͽÕF*:`Ѩ*R`QWNr e-Y:jdPe`V}=+ &bUaAp?wmCFwJKAa!.+2̓DFB8WbK˔ N#ZK\kؠڽtC?vA"Fk^V)E$ TK GT:CU ʰy2/ TPK5c .Vˆr9`kțړRXoΊc=+T*PD<>>ۓFə(+6=NU>7vӋ3;Nc3h??U Ǎ$QB͍jv5DzB _o.8r>&~5l9}M$KJYEIy]7(o^o[o޵šsaews%<.X\.x.\X.wat)ڦor\Ԛ9+! J(FI@ %$h_:0,nT5ټŝ.ڰgU'p|n{.l>_xKq#YR:Yؠx:1垝;H ;:L`ljIٰluIhR^.2ԞwZZԮhm?ӗ-zRlzq#&wen`| -7~ Ԁ/ߠ0Wmg5%i WHM6A` 6> #%ܷQGUˋ(h# ߪ͟fw m^ώ.]hEynೱXߞ%e8uP˾oї["V5md΄>@pY 7d3XEX;CF{wtQ; n˷z['M&|mV6g j5*U} !y>Eha/B[ACMF XlG[A!% PG -m \MvO(9X{J\X{Z7Tm2qE%[X'B7"v;gCoqknzQ۫}b%͐+$驆XoJQ6g0 qsfV%XGĵġ],bj+ ZQ`%__ {w֌[w6ONrWP!mw>88CXpt(Iio8ʠ=cg@_Lg #l;x~.86ך{TEO| ]uZTە+DfEQ*I٥B='XU k5)P"2;0~xe~ Ƅ SKѯY t@v^_ [eU]b+hNI\ձ *%YYZBW5bWG tۗ78ny6F S_ ՝Dvl<* }-t̥輆 ػ̈aKeTfXJ0#;%BCﮅ1)ma}| ȮD}4w_j/oooaDmHЫai$ʒkp930`wj)2- IOJsw^VaܺSɭ(…iN y5 Bt(%HԥJmj\+➞(A% /QҏG7,*99A=g+VB<K.e^Xf`ƺˬHHeNߗ I:2o hΧ)W OKm]q]9셏ҼES mxVlf"\eXćkղTWЎOusokol= )Z*!R| $FiSXY|]8dڸ56A": 8wx6p8.? or3YKh…HXsD䯅(} U"vm4n;5lnjzL,Š}Ŵv7_NxsWrhƾT#b5"xkz2o0inV;Q:OwpL*&P3O5)AllNX&¹{VGLJg_|ַ/z0d