python-rpm-macros-20190408.32abece-lp151.1.1 >  A \I/=„/x+sF*th.2YŚ<)j[E*:I ĂrWi=g jgZhlݼRnEuiѭEӫRo$}5h8;7Hg8\ p< c{ёRsBL(6|`&S 5d^&R:iV3pp Euc]ye @Z"x'q'b߇lZ0V+2''/<fc7125430b96fbbc70e9ab900994559aed7804ba69d753506035f0282fbd7453b62b3175e347e119d6f773e09a019e99475ce114N\I/=„(:Ŧ94踣4Ŀ(bs~F +D*$ *7w|/W*H1\pzx!Uv9~qk0y$ G/]΄Ypu@j=rhB zU@W4 ǛS@T*Q\Sˊ٢XJ

p;?d% / Y $7@F `x     8L(8"9":-"FwGHIXY\]^DbcdefluvzRdhnCpython-rpm-macros20190408.32abecelp151.1.1RPM macros for building of Python modulesThis package contains SUSE RPM macros for Python build automation. You should BuildRequire this package unless you are sure that you are only building for distros newer than Leap 42.2\Ilamb72openSUSE Leap 15.1openSUSEWTFPLhttps://bugs.opensuse.orgDevelopment/Tools/Otherhttps://github.com/opensuse/python-rpm-macroslinuxnoarchZ1A큤A큤\I\I\A\I\A89ba33af2fa3ffa4bc2df57012f5e87d1d0b5820303be3c70f45adc52986a2ee8e64f7c980d12a2177314e03766618066c8dfd0e9fe4fc038e3f10a96952e7d0664d6ac1fdb97fc940db25e0921bf90fe7551a1bb9a4380cb80d174776c09d26rootrootrootrootrootrootrootrootrootrootpython-rpm-macros-20190408.32abece-lp151.1.1.src.rpmpython-rpm-macrospython2-rpm-macrospython3-rpm-macros    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1\7\N\\\\n\2\\U@[^Zopensuse-packaging@opensuse.orgopensuse-packaging@opensuse.orgsjamgade@suse.comjmatejek@suse.comtchvatal@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjengelh@inai.dejmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.com- Update to version 20190408.32abece bsc#1128323: * Multiline macros don't work correctly on older RPMs.- Update to version 20190402.c88be49: * Add missing $ expansion on the pytest call- Update to version 20190315.d3034bf bsc#1128323: * Rewrite pytest and pytest_arch into Lua macros with multiple arguments.- Update to version 20190307.81ca329: * We should preserve existing PYTHONPATH.- bsc#1128323: Update to version 20190307.fbaed33 * Add --ignore to pytest calls to ignore build directories.- Update to version 20190221.08f1194: * Actually make pytest into function to capture arguments as well * Add pytest definitions.- Use upstream-recommended %{_rpmconfigdir}/macros.d directory for the rpm macros. - Include license and readme.- Update to version 20181211.ab6f37c: * Fix an issue with epoch printing having too many \ * Remove packaging/ dir- Update to version 1540475376.149a499: * add epoch while printing "Provides:" - Update URL - Add _service and use the tar_scm/recompress/set_version source services to update the package. Package updates can now be done with "osc service run" - Drop README.packaging - Drop update.sh . This is now handled via the source services- version bump to 2018.08.15.ada6d63- version bump to 2017.12.22.d9968ab * better fix for macro usage in rpm 4.14- version bump to 2017.12.07.9d4e9eb * Fix macro usage for rpm 4.14- version bump to 2017.08.09.32550d0 - use %_specfile macro to locate the spec file, this should help with factory-auto bot problems as well as issue#3- version bump to 2017.06.29.107ac7a - fix skip_python2 in environment where python2 is not actually present- version bump to 2017.06.21.6641889 - introduce smarter buildset support - fix %python_files on nonstandard build sets - introduce %python_for_executables in favor of magically taking "last python in %pythons" - fix %licence tag handling (gh#opensuse/python-rpm-macros#4)- version bump to 2017.05.09.fc237de - fix badly generated %posttrans snippets in cases where old %python_install_alternative syntax is used for secondary files - rework %if-macros - introduce %python_flavor, which configures behavior of generic %python_* macros, and can be overriden by the user - add --force to %python_install, to make install order fully deterministic- version bump to 2017.04.27.d2ca08c - switch versioning scheme to date-based - switch from using service to a custom script update.sh - auto-generate Provides: python2-modname in old distributions (only for main package though)- generate %posttrans sections to fix up alternatives after package rename - fix condition where %python_files would emit wrong thing when %have_python2 is undefined - add --quiet to uninstall_alternative, to silence spurious errors - check for file existence instead of package number in uninstall_alternative- remove spurious warnings about "unknown arguments" (by making ALL possible arguments known) - fix a bug with %python_clone not working without %python_install_alternative being used - in %python_files, detect and emit an error if %python_subpackages is not used- more intelligent %python_install_alternatives - multiline macro support - support for %requires_ge and %requires_eq as well as Requires(pre) and friends - "%python_clone -a" auto-creates alternative entries- implement %python_clone to clone files for alternatives- support "Supplements" and "Enhances" tags - support packageand() expression - fix handling of %name in requires- make macros more resilient to missing %python_subpackages - expand %python_bin_suffix properly- let %python_module expand *all* its arguments, not just the first (so that %{python_module x >= 1.0} works as intended)- copy BuildArch to subpackages - on requires/provides etc., perform macro expansion *after* replacing 'python' name, to allow for tricking the rewriter to not replace- add BuildRoot to make SLE11 happy - check presence of %python_files even on new-style distros - better visibility of the %python_files error- update service, use repository and tarball name "python-rpm-macros"- introduce %python_prefix- Set RPM group- change service version generator to use "1.0.git" instead of "1.0git"- rework %python_alternative and remove support for %python_alternative_man - tell service to compress the tar file- set service to localonly mode- current macro version- initial commitlamb72 155551588420190408.32abece-lp151.1.1macros.python_allpython-rpm-macrosREADME.mdpython-rpm-macrosLICENSE/usr/lib/rpm/macros.d//usr/share/doc/packages//usr/share/doc/packages/python-rpm-macros//usr/share/licenses//usr/share/licenses/python-rpm-macros/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.1/standard/35ec3d41e86ebabb427043ade989c399-python-rpm-macroscpioxz5noarch-suse-linuxASCII text, with very long linesdirectoryASCII textU>utf-87981eafbbc30659c7aee0190b66046b0a70078b7bd2f3c794622366b40514ea1?P7zXZ !t/ໃ.] crv(vX0}<=YBՑM!ۯ?zIX$'TexWl Bf}8P aYN#M }l<1c]`1aiPaZo\w1/En'S[_:{/sљȭsy/E8#9Z5]}I4n9M@ox0 ~Pqq~Ǝu4ТhڗK8 yΑBtp ]%GM&+-& j2Ѓ|ig#_sRfq6%Qx5rfNG(g/5IJydr*2w8MHSfﴏs!롃Q[lqbhgD]j^ǸXMVë;[u@>_{k(ќn {E 1m~h_$ SI_;8a Ǻ&6fmm s깪Bkə=c.ckT/R)v<߮y'K2;*x!zߎ$M'`F41/py Ɣr$m`e]R8\1B Ep*&cBܩ}ciF3I2DOoJcx[=bP4DA ^zX50mMR$N⨱웭[5kGse@wlM%Zhd:2iF%1+3lx|,#SW{55>@{x1l4pr\<2F-ƓCI9K S3)sw(+&+GXԴ-'d]f4 $Gt~iZM#KVtk2s6bmh3Xs r ]%0>* ߕ5X!Y ;0N;uư|b4%~/.n`-M umb$h01̡[H8-v9TAj!ǕV.Ĥ󾵵H):xCAL0w>- u}a䉞cIl]җ$t]_dՆ \C#AwypDW`XBTf|V5kg XkޜA5?m7J nW\΃=1SP8-/ai_RBC­ܹmkL&scaRvqi pM.Ijmopşz)y|X$#voʂ_9o/ R-܀k,+C=Ȓ&l:{;li~Uq,L|WͺiF_ǁ9 OBSTi2v o{֯of9٦U4 FVZMI궁%oR? 1Y9,eȧ (_-pF Η*?gF;.`bJ\-~G8pXLG5^g/Zx'N`l^V aHvļ8g߈{iߠI?ZG3X^B-z0Oa,_ƽq+3qP.nT9XQa-G6nOEQ#R73l^kM"T]P,k* WS2$6aL9,mǺd~-)-0^]C4*u#쏰3`<4>8,a̪t;oYcaJAzMsbb3Si@7^|] :FcŕRw$dڼ\JE@Bu_:<#`-qOTf7jiZ!E3ݚ~`vLw.TZ EITWDF<)}+X#[`m JJqH l(j̝P'hTC5 J] 4]m By4\1u*+H'j*04)dy80^XrV@-/kd1J,v?_U-y4aG&3E+_+ܔA2C y9jO(X3^o^"ُDYĆ9BrL:/G;x,❳SY oj~J/?Բ' RFaRƒ ڻrݾ~BW\ N[MR6:p>H Xlqg[wBޠY.uo5T.*e+%rP9+& ID g7èn`ˠ ) Xkn|ԭxm F<}uVav,lLphՕcd؃72]E1*ea^И]J 0Pc2$YS껡JQ;Jp{t#K``SN$7_>:Ayq+pvMM;07A_! ӌ9ցCEFҘZ~+vÕȷ+w/z yUëJkt¿Aw8Gm@h! 1}۵Σxˇ ; MSY轩R0WXg&^(;"ToƷoxf3&wy?1e2(e] tOx^rmgkmbaN*rGS;s*y v{HuTNS3u>mM~TH&he5)zKP<`8(u|GocQ8*#̻t3ecOib4Fb0B6bϘߞNr=H4¥x͒m,UٕP6%łJ2׾iEJ<` bHV!6)} [ B) R{rJtIL_ih6r9tQ85Eg[-U*gO4io {?g(DG ~ky]nEޚ+q;s [00T9:j)”Q@?Ӥ̣Gv.Gɮ"8\d -vUHzt0#(̣a<ʿ`M{4 LHnMbP}בB$OHJx ?%=1yLU'~_d6aKd*t:氠AtBA S5^Iw3P? 'To"/&|yj|P  =a| 3f3)cyfai8Ms(%Tm%(jib\<Х{c:Ӣl}K+5_ Lw-&f񢀙C\,輶FIT.D"ȔdRfAp@rZ3T-<=Yj5rfD89ku+t u1k0Θ9{`a6ӡCm:J?"Xkb Yff?gv:9{\oh϶q/ r@ulC-YVh^YO:!6l| v*(v{_1˵iS9/6HǠgC.K6N.Cg4A9D'Pu0{w0zgf8 Z {>pvcPxJ݃G/U)z`v<)jnFiqLo8̦r9$ yTkXyRr5̨4{1D<SE՝L&%1zlj#rG#0ٴWX&;V4K`fzl =t{aCV[EY&,RR.0"㖒ՐrUSO𮏛 L%5Ǹ`JVj-^-Ȉ>LWwxàB?-Ώ:oberIx *bQ`+?j6+{E*-$]{p@/-'jr2>cPueq\SJRB ~:m,+n@D5Q"PaM<01>>sVlUaJ˂ŌmحJzG1~eky7 XC~~%:'3"DEli(|JM쥰%f*{/{9~:E gy&1V l׿WԪ|B+Ϟ9Mt򓎁ܘ2*ocNJPyC aȴX녃9j^|?=tE֥Y~v|9DĐzQ-1t7aH*-ʋȜ{~X{HlE)J= (:w$HksM0pCb]1pk$2@P>`?7}T޲e8X6ʒI&B,Z=JyjfQ 3@HSH>L9` G Va#&a-@y$j%9uyCі6EqMbjvJLrY^{H9lPzd Q~1.6ɩfMasg!Ϋe&7q[ޙ#As,<}{jNC&n;IS; ?5}{#8഍"#kb~ ,UT}(Jnۣ%[XQ'r=?鲽o.n# ޶k  \B.ybFB\ݽv yW0=`UKiv^Rڗb[UaVFoA]DwmW/h@ vK]*=66 YX|dwK,ss«=Dxi50'tѥt$:MYGtIc<$۱fX<˜0*ptcZʟݶַNZ:q,r"2( o8b0I"k ȵ Yh*kU67'Xg;yԅ: ef?nG_6_A,VJ{nXmG1T6:wHG /pJ[QРKn[mAm+'Y:$_{gwth($cvSSly9y5C(O\vz5 Xڣb\mOw8d D?:AlrmQ%1bIh-WȚ++[0Ptk PK`T>w +7(fYAwZ5OAxp>h"Sz ixۧ f%?-A k<`;T34ŧ/ 7xuuFsC3FNf3~KW'B Z6?i]jc)ܚ:K[ ;zaiEJpQt N=&yl? ݽWaxxk\(+&$D|-$ )Ay^dﹰc] >,~1k؅xUfּƇ7{ھ79InPJ^yM/ 菣E)D3ޏ 783[.,ւo))-L8s0ɺl#ni!<[թ qro7-<]105c l+@t I}Ҙ T +Fzȧ((q iMV',^$fit5=fcFm8`c宧>-i"b[N|IYVH1.9\FM`\c, "}?/=L A`e2uHV=&rSoOrzÄT7&WlL¹TWYq ٹd7(BdN 9ЇJݰV? FX[12IǮ08!;,f^}nŇYMxHqgq $Sult2YICu ja fA W2.htп4Pً*@ ި\gf]6C8ٝ!hus0cpQT_wR!(<#vt%BuE=2-IT 6ka-V}tP:,)Z /yh~o8\MCQpLڟGc=}Y7ތ\I{Ug !?Iڦd]B $ʨ/E`O˺ˑ KsOPYkHn8}jR=J5J!//.An1'8 B}Qaj}$/ ${+/"M}V7`J&ݾ&(qb{m|aXC4"e,C Og>Oio2 FWev-+}@ҦByFcN]o R4SLSRE@="oz}zIQƳMZ0e1XAߣ'Qլ鐅]:,'U=e| g"S8hM> lG'cT:jbBaU7]%RHs5EIZe~ <mi{%;OXf?SJwҸ43-sim*J:'^ @2N-/uOK|r߱c'eb9gHGN=z_&$Z pG`]2\|| V ԅNAΰNh!#M.g%܄H1uvi( iOrmB4dRfN '\R2],UʼnG@~'6A!+-JlL>7kSROX;x>d z3RljVi!m.Y'/Z G֜MPMy4:˨7"1 p'TvcS_OS]휀_A7E+pJ<ȋګj:v>|qbafi }|ƮL^\0jth!$/dQc3,SʇX #-5A&_bor2 ;پvmNϋ lHFcyj /rXNx =(I]A  YZ