python2-rpm-macros-3-38.module_el8+570+db61b4f9 >  HPTXw8d>^ U]:_MV "IODT㉶Nƶ,j6%ܔׂ )}*Jk˅4nBuFs`tA,mFEԋuяC(}GA vm:&( cJj 4ep?k1(?k|Ne".sO'\eN\o4 I_m>-Z-)jTWk@eUi}%憫W^VuƊ^f}.9gcg),X+GL{'c7;f1p:EyqFkNr. P S]&Q<b"%);sihŹSZ|d֋k_l eN CyW~T+\+ԇsL#(qP%0 VG'7$6`1nPs2;0 Խ7vQ̙0^A&'lbYG-ϗl<}GxPf5c4f08a561abd0d1f8eaeaca022963c2c63d4f78cb0bd598d918b2c297b06bdc20f28831ef343f36e1406bb34ba2045d35f70e90302047c435bb5006830660231008594d4a5e79d18525004543d6df66adc77a5020a9cb965c342411223cce9f164e071bda7405a8103bec72987c7abc1e60231009382b67856cb8f3fc11877b25f85a5f074553323e6511f8b22fdd24a1929bfa139f7fb06d7ede24d86a728d8302cc91b0302047c435bb500683066023100b26726001c25ee6f0bab78be571668fcb03487071ff741f82bc65bfa7825d3904c9625eaed7274d1dc248aaef395fe02023100fb8cfb0c4c662fce5570f45a7173a5e59e79a0cd15462c9baec6b18376d475e3d4b999f9d811581fc34fa7fd6905f5af&d>^ U]:_ zh9Y,n$S<ѕ\=U"| gaLZF8n,UnTqe*=(ŁrJM-<]jV1GVl,ae W<7) `WpspS5DvKlc{[T۳xˮGnLr}. >!H:)lv[;wdV_%OoaL0"d4!ֲ«6ML8A7k,*-8HBGɏhsZj@anm[{>pr7 ʪ"O% ~ JՆ xs0Z$(f>t//YC{ jR Ψ~*x H(yLCH4NGu 󫪧@g--S˞&4eDwU6X?!𛍙%[ቕVl 1\Y i$Q̵N:hY@ޫq!,>P4?d 2 \       (8&9&: R&AFG H(I0R4\8]@^gdhemfrtx~Cpython2-rpm-macros338.module_el8+570+db61b4f9RPM macros for building Python 2 packagesRPM macros for building Python 2 packages.dox86-04.stream.rdu2.redhat.comCentOSCentOSMITbuilder@centos.orgUnspecifiedmacros.python2linuxnoarchG]dovdoz749e7ddfa57aaf781e084566933d0d3e40c9e64887619aba0da4b1fcac587d7d808293c9a59dec369a6298d3513d78c19b62e47eb2307d09cda03f2bb5a7de23 mockbuildmockbuildmockmock  rpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-14.14.3\@\@\@[9@[L[E@[D[3|@[+@ZZa@Z@Z}@ZaZOY@YYyXZXXX@X~@X6@X,J@X,J@X*W@WW5W4p@V=@VVV<@VS@V^V@Tomas Orsava - 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- Bumping due to problems with modular RPM upgrade path - Resolves: rhbz#1695587- 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- Separate the python2-rpm-macros subpackage into its own component- 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-04.stream.rdu2.redhat.com 1690202019macros.python2python2-rpm-macros.speccpiogzip9utf-8abd0a8c238af9da1d5ddd8d4c263906b4f8a0c20604268975c8c5ee00617354cpython27:2.7:820230724122240:182f7c73?ZRHo=E+mw`B dR*lmex)?¾žwZ-_0ؤv#Hr뜯OݶxA}][h}8I*DER{OfJVQRUyuYiѩpzzſO5J3qSV>R=՗bHLGꉤ X4Nl}ŇY*Do/?Y[tåD$+tyq_\tNgep*d}:YJ׿7~ j "V.;tЍח(j =*yVMi I+U+Tֵ. +0#*wnRD3km3'$cX[Fxn!$QIUFi$!Sed\)9S퓕K@FkN\ ~m?U14cHk u#F0 `Nq@ J8KAp$~U\'4u?M?C*rcH`bqDZBq<F':v# ?99!qޢVa.I#_ 5zv[2.Vd2&/66C, Qi,8Ue $97rr]svs|cquAQLxL8F^2ʾ9Q@.4^"?9Ux%K8bxwl27#8E3_R .ZjZBL+s-U9qUeY0a&kۈИ¢/ lbf((ir~9 -gP2bM|mP=ZFrOwTP2c`P*@jf [<-a]4+e]Sj %<̨Vݝe3T) I6I޶T&[:4΃=Lv̻3/8桐0;JK:}m,ߑ*B: &mĕhUsM~Ja#YL'Hʓd$~4] '&*0 $Io`Bi𓸱uL{]i̹恟C7^<+gsV(F]&Z_ln+nXGU4W**=*L,Y[;V)j:-j!(]#=[ۏz+Ek^Bdb~N?Wr C)[RK9t}FQi^trkY;dk̴#B|}9R )koAo!W1xk4z?z^iZ9fSaMkۨI0iO'ӛ"e9`{Z6hY,t0(ߔ=xsi@QϿ& Z]f yz5mk !\pŭEl_Ѓ(YJr̖fѶCr) 7ycRpL] mw~HMݺs"fj K}رN9ٸ{t#eSҚ 憠k* Ίeq,nE"Ȗ9Q]uNX|N|6(fRia$ 6HL~0M?Dluzx;*#Lc¼f w9sqf" /Q _N[ovZ,v51/+r}i" *nSy{:ɷ7Q*I*<(9ӜD6 l؞,b[mmu}VzvW/:W1H-82%ދqx {شnTcNHGHgϖ> |9,!