python2-six-1.14.0-lp152.4.6.1 4>$  Ap`cU}/=„awG /ՠq[_\rP5$&}6>>8PvkJg`&"JۧМ:pVZRfħzKf [i哴RdpC!?!d ! Hhltx      0  d     4 u  (D(89l: =BFG H I$ X4Y<Zd[h\| ] ^Lbcd [e `f cl eu x v w! x!4 y!hz!t!!!!Cpython2-six1.14.0lp152.4.6.1Python 2 and 3 compatibility utilitiesSix is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided.`cUusheep83;copenSUSE Leap 15.2openSUSEMIThttp://bugs.opensuse.orgDevelopment/Libraries/Pythonhttp://pypi.python.org/pypi/six/linuxnoarch# handle distutils (file) to setuptools transition (directory) if [ -f /usr/lib/python2.7/site-packages/six-*-py2.7.egg-info ]; then rm -vf /usr/lib/python2.7/site-packages/six-*-py2.7.egg-info fi))#d*A큤A큤A큤`cUu`cUu`cUu`cUu`cUu^Uy`cUu`cUu`cUu^Uy^Uy`cUu^Uy3efab4f30488ee2eae2a4cd109cd95a9ffcaacd642baa47da7616a6898d372920e5cf78d9cf118b109b87e8640636cebaedaa7bdc22a3be9fd6fcbe8ea43dc8e01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546bfe2547fe2604b445e70fc9d819062960552f9145bdb043b51986e478a4806a2b43a5af1176750c6100480a370863422642afdad3f2f3191298af951c4f4f608026e605ca169abf03a25a2f42308841efdd113248352a9de9e9224be4b56da21426e605ca169abf03a25a2f42308841efdd113248352a9de9e9224be4b56da214cf82436362e05cb16db7284fdf9e2050fe8e9680416f2c20a2dba8c2b60d62702d938a85edf316fa4cf35f2b671fb55017c92c0651c290eb8f29ea890db325be8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-six-1.14.0-lp152.4.6.1.src.rpmpython-sixpython2-six@     /bin/shpython(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.73.0.4-14.6.0-14.0.4-14.0-15.2-14.14.1_S^g@^f/^&^ @]]0_@\\J@\@n@\U@["@[x @[m~@Y@Y@YLW@VV%@V@U@U@U/@TÉ@John Paul Adrian Glaubitz Tomáš Chvátal Dirk Mueller Ondřej Súkup Tomáš Chvátal Dirk Mueller Tomáš Chvátal Tomáš Chvátal Neal Gompa Tomáš Chvátal mcepl@suse.comHans-Peter Jansen Matěj Cepl tchvatal@suse.comjmatejek@suse.comtbechtold@suse.comarun@gmx.dejmatejek@suse.comolaf@aepfle.detoddrme2178@gmail.commcihar@suse.czdimstar@opensuse.orgtoddrme2178@gmail.comhpj@urpla.netmailaender@opensuse.org- Update in SLE-15 (bsc#1176785, jsc#ECO-3105, jsc#PM-2352)- Do not cause buildcycle with previous change but rather install the egg-info prepared metadata from the tarball- use setuptools for building to support pip 10.x (bsc#1166139)- update to 1.14.0 * Add `six.assertNotRegex` * `six.moves._dummy_thread` now points to the `_thread` module on Python 3.9+. Python 3.7 and later requires threading and deprecated the `_dummy_thread` module * Remove support for Python 2.6 and Python 3.2 * `six.wraps` now ignores missing attributes- Pull in dbm/gdbm module from python for testing- update to 0.13.0: - Issue #298, pull request #299: Add `six.moves.dbm_ndbm`. - Issue #155: Add `six.moves.collections_abc`, which aliases the `collections` module on Python 2-3.2 and the `collections.abc` on Python 3.3 and greater. - Pull request #304: Re-add distutils fallback in `setup.py`. - Pull request #305: On Python 3.7, `with_metaclass` supports classes using PEP- Simplify the pytest call- Fix pytest call - Fixdocumentation package generating- Change %pretrans back to %pre to fix bootstrap issue boo#1123064 bsc#1143893- Require just base python module, even full python is too much and it is not required here- Update to 0.12.0: * `six.add_metaclass` now preserves `__qualname__` from the original class. * Add `six.ensure_binary`, `six.ensure_text`, and `six.ensure_str`. - Because of cyclical dependencies between six and Sphinx, we need to to do multibuild.- remove egg-info directory in %pretrans - fix egg-info directory pattern - match any version of egg-info for a certain python version- Break the cycilical dependency on python-setuptools.- Remove argparse dependency- remove egg-info directory before installation if it exists, because setuptools produce directory and six switched to distutils that produce a file (and because rpm can't handle that by itself) fixes bsc#1057496- Fix Source url- README->README.rst, add CHANGES - update to version 1.11.0: * Pull request #178: `with_metaclass` now properly proxies `__prepare__` to the underlying metaclass. * Pull request #191: Allow `with_metaclass` to work with metaclasses implemented in C. * Pull request #203: Add parse_http_list and parse_keqv_list to moved urllib.request. * Pull request #172 and issue #171: Add unquote_to_bytes to moved urllib.parse. * Pull request #167: Add `six.moves.getoutput`. * Pull request #80: Add `six.moves.urllib_parse.splitvalue`. * Pull request #75: Add `six.moves.email_mime_image`. * Pull request #72: Avoid creating reference cycles through tracebacks in `reraise`.- update for multipython build- Restore buildarch for SLE_11 to fix build- Run tests in -doc package to avoid dependency loops * python-setuptools -> python-six -> python-py -> python-setuptools * python-setuptools -> python-six -> python-pytest -> python-setuptools - Actually run the tests. They weren't previously being run.- Update to 1.10.0: - Issue #122: Improve the performance of `six.int2byte` on Python 3. - Pull request #55 and issue #99: Don't add the `winreg` module to `six.moves` on non-Windows platforms. - Pull request #60 and issue #108: Add `six.moves.getcwd` and `six.moves.getcwdu`. - Pull request #64: Add `create_unbound_method` to create unbound methods.- Delete the system egg-info during pre phase: older versions of the package installed it as a directory, the latest update creates a file, and rpm has known issues with replacing this.- Make tests conditional to avoid dependency loop.- don't build/package documentation here: it breaks due to cyclic requirements between six and Sphinx, move doc in its own package- update to version 1.9.0 - Issue #106: Support the `flush` parameter to `six.print_`. - Pull request #48 and issue #15: Add the `python_2_unicode_compatible` decorator. - Pull request #57 and issue #50: Add several compatibility methods for unittest assertions that were renamed between Python 2 and 3. - Issue #105 and pull request #58: Ensure `six.wraps` respects the * updated* and *assigned* arguments. - Issue #102: Add `raise_from` to abstract out Python 3's raise from syntax. - Issue #97: Optimize `six.iterbytes` on Python 2. - Issue #98: Fix `six.moves` race condition in multi-threaded code. - Pull request #51: Add `six.view(keys|values|itmes)`, which provide dictionary views on Python 2.7+./bin/shpython-sixsheep83 1617122677 1.14.0-lp152.4.6.11.14.0-lp152.4.6.11.14.0-lp152.4.6.1six-1.14.0-py2.7.egg-infoPKG-INFOSOURCES.txtdependency_links.txttop_level.txtsix.pysix.pycsix.pyopython2-sixCHANGESREADME.rstpython2-sixLICENSE/usr/lib/python2.7/site-packages//usr/lib/python2.7/site-packages/six-1.14.0-py2.7.egg-info//usr/share/doc/packages//usr/share/doc/packages/python2-six//usr/share/licenses//usr/share/licenses/python2-six/-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:Maintenance:16008/openSUSE_Leap_15.2_Update/ab64446caeb35d0799033def9319fa3c-python-six.openSUSE_Leap_15.2_Updatecpioxz5noarch-suse-linuxdirectoryASCII textPython script, ASCII text executablepython 2.7 byte-compiledRRR=擡ϘS tOutf-8205f5da71c5ac152d0d8e2114c591dfef366dbb48b66e80fe59443c7eefa3e21?7zXZ !t/D?N3] crt:bLL ܬlP>Ug.Nǚwb?GIx1N*Z ;88v0uʘNNZ߻ yTI`%壝LxoMGH!OU jCrU&Z;Ш}N!TӔ9yN:!5g$}~`t ک_=:I>׎ ӏԌuۮ }Tdvވ ƠF :xPJPǻF\;J]} =5# K>ذp &@U#y@#lkMRt6k `Cd iu 26]%%_oO[o2v rts\ZlB{ fP\ >bRt&EuB(( &*xljEEF_ğ]R rg=Y@bz`T<+^vf,FwOK(H`^< U}əԪ Ú vD_G<*Z~QYrƾmM#< ؇]Ĥ8 f"iiKTtFeI o/;uVd;ް ip7 @,&Uӝ A,Mn] i% hMwm42V|(NT*gjkʏ`A;^>t&A~uC<aiQ˟d}{u556Ze |8Kwg EiLIfNOk5AsOzp Rdme% rbx?c_;M!;AvP~pZ:0|d}x[v|JjU:"! ^"wB2ޝAࣿ.EFRswiٌ-\0aپoy"kF&[쑜r~dTfG1%YC#'. toBpG0\NmbM/EK~TÄMw&-tUǛNȾ-HŜ(Fx6<{; UW kq&N|uCXx ?R/!cy>f_Fs9Z#IwpV<㏂Vꫭw [!+HP!\s8)~é?f5J[N}ri2P}A5(2PYљj0&V`/bNF8$err\ Jam2P/9^,E*f%[$K7AE̚@ǔUpGr̀U©^tzG׆k昅=O<TWKذ)0̽7ϼȤUƞ(UAZUF^ ѐ&oY❢ǟV1Hx هf\62ʠ=[ gu?xT|d:DfWDg^6*OH o#r_}|FD[:jyjs] o]}ArE~3VxG,7B3q6V LԮ!痍5[]I~ff2EmRe;n7#X7(RCg(,Ґ |/SwBSijӫGMǢ[?X⒪m䊊i)4߂ťrPR!x8;b0̩ s() sKr|D3٪peo]de n%3im}Z3ڪ%vk(82w(c5C36S{bnX)Ľ7AbRew>$`}I-KœM6n&g"w5Z!)i^o/8n`8P|!QId.R x_#ש.$CcMQAHըHEP+%R=s[-V?KiP!V65yãf}VDt`jgrg HIC~l#d!gh؜|\ y2aRT6| D(9ZD;u:[e5ev/,D߀آ8-gÍxbHM6{D%GOxoO,SJU^r`74QpJOmG9SN@ßNA|0d(̍[bH r檄97$yf {_SKW(}HHcs '@HŊLf;:*Ju-rAA6o,=_JVTÄ; A`eXD$|@ LWC =Tqm`2"j0KoZuÙ b ( ~.ɱ.y5}ֱl{a$6n/UT?C5&<L8A_[|Wpe|)AqJDzyL V}!+L%v뫋AAyk/KsX,N=ש] 5k,qIw![>Nvy۾dY~{8Y߰ul98q0jID)$6шHl5X `K#A׿O4VM/׬fJ:1׈rt0f(bSzƭl@_23;ɪa nGRϫ̅k2 DjG"N촁dSwϠL nQ$G Oɕk2'ҷYs9q"x1&_ 7* 55@;q/Y9j8-ZsPqܚ zQ |C ( !t\lw1M(@Ldu6PnO2= n,@^'M1d2o4KC;l:@apiŮ9._kw4ô2chlJJ5@"l{P *G/1Voz1.f1Js߇9iv{^[9f5pW/GWwOҫtW~QM},Ovm4cQUCd,+8,@6W0PAHb(K0r(3U&#ψ|7f+Nb& #xJ+JFJr8_Tz;~:,ۚ2 װI3[JY8ۮ cbv1ѧP,?I&6mc%$8RŒk0 foxm'ԷnoeUc`.Щ=L}J oB\uhȬEƏyzS\ϱw-1|b A=D*nlY7S4~cSw 8^#ӯ`&}l\ kd&y-̶4ZmZImV` }; i/0& P7Bh5B Qj-AepѰ1baQ 2ӠulhŠ=⭜aRiI*WT&O\' id k栋['|G'/Rꅳ/p|,ε4Jy_Lȝp_Ti[zJ.mĹ%UP&a'9;7 Ͱ/cۨ, 4 ;"U؄䶇ǙC;[S`I@aFr^-e+' ^efl8:_ n /KcFiAP/*TapU}45TY4e6Aņf“trWUU('d8z?~AE3ѧۻR${|+XFNh7rx B'Yk R1Ϥu8n$HH͗n (O"kaQ$egץ#iqv4tK_r}&|9E(c?>k .'6\g$a:K? BU#;6X&||īiMln@ 2D6ParU8~hGɑl{Eɹ@r@1TEiИ{L{!Q<r,phS.?/ |$x4fd~OnR1c2KbxF )}u /KYsawx<Xx9t $A1;ڌam x %`Bhh09+[\7{0N![ym jShpwD4z1FIHj1r!9TK2XZB=ݞ c1/4 3d%OQ/t}dǃw9OΨXs>.(":jy5b>Fʼn@ w|ט=BӈكқXA&.ށhm4kAaa窃khT b:"-ν.RC *s ]iwO0ݕߵByTG{ 2u^ZhIj Âp;}/'Ζ3Wi)! t/qB^RQ~р~6N'3$ -qy2?gB(hc {II~9G`K#%wfEx|(`]P_d" @O\ހd7?#8mBX!}]WCh27ʘlWZv2vp>7̿q˴d?W2GF\|V`H {-6nAL8!Pd+J?YD{@$$_Olu4Sob)9}£Bv?_rX-lM1aIw1ޟ.kz琯X*r*򙆁7 3 UOv%XT10@w )kR%|h\\H軲(뒂W8n>^2?>9Ȱ [aW~)#F/uO/Xc=bxv}6Ix4+YT:Ӊj.ݡXu]=*OaS[L XҔ M'FZFDϚ .pP& x:_wGqi3cdTrƌvνEQ*~W -װez_ [yI) B0d N όxMz>66:MPfj[D'Hv+~ޔSZ}_ .33">'ߣ-dW4@vQ &Hm ׇ! E 7\ShzDen;o>5v#[G }Grc[PyZL\ݝV} &T-È Ϡ }}fGљ$RX͑ÓyO~2|_n\kIh%u,!sy`03R jV>IV4ng~*8w^TD_!=~ P)Sb%*4}悙᫧Ԏamp[hk J[%"mʷglQ=ʤYs{K?Mm]a3=[yM]}l?AD9ȘEx3_"riaօ$(O2Ue_>iReU䢤Mu ۳z_aFM(x6DH Wp2!T`:ybp#5|*Y*B4|p~b-%UW#!öcNFB<,Ӥ-x`]Y"U8P$r~i@YvA/hоְxxLfoD#"LqrOcP[`cXhNl;|o2w`6%}Ɯ۔d~[ʮNEF{c cU Vjn19h#s^7ȶMk< X+RH%T簭r[ZMK[rIߦha%ۃߎ')9@ދU۱>' e> NjFV Q}>J:H]IĢC ጺ&3&p.h  ȔMI CIBiFh \`=)*D% m ˺4/Wd4($2{p* %#5G.__N%ʜQ~~ n;ѩ;*,"c Q$+`b)%V`,ĩdtF#M>v߯zC=1bA'ͭ__3UBCxË_Ѭ֡׾bCt  Pw6vws";CpAw١k М:{Ui]P }L^!9(ª TkRލ^%8BhD x1A/XM*-Ëq }3As[oT8#g)Ovsѫk5N1( Do5; 7A2AwIK cr[N'8F ~kiD1'qSs QmGl8r2һG/"c1D#o7)9fIC/a7wmi&ID|`'p_(j€،=B{qAլ6l/mIĪṵ@iJW.[L*t go"$@uF:a .Ё JWTiZ3= .T rG0޽^pR$ɋ !2)˹\}%fA̦Wf x.[u qKJ?$d&;ADIoAыy/-Lj0RN.5J>)A#buqVzԣ Fze9/^gqb4UB~ KwiEf^q;tx6FPnXLga𐛷Hd,EoG&{ˋ5h0YPN@ΘTbx 'ŭ.|;af}+Bag XP'#_8x$)C\˩IY{&}֬罐Sc10 < !0=5>IڒN0ჸS=j1f\s۰n2ذ 2YT`TXp3{X,l}ЀTrf ty4䓓C-=%dB1mg)ڍePk=} I[DQ"ˉkWX9\@|$%Z?6?*H X&Y>-3Fx>@xaJ%'tLIJ :jt/i8aY\Ү\j ;%J`HދeDKٽ߆JN_&I?!ĺ=BVl]J4'q ɩ'72.r8 0BryNKUÿjܷVsۏ6isؔ3..hl&VQh?W$ȆTd{-{B.]ig)vvJ5'&=h?UuC/D)`m?wVqv*BJ@!aT cX-醯I7_ޣ}Uo)+ %9ϗzWeW3Gg< N_/sX7|"g[1\5yz,Ww(*R҆7J4_BA][1KC>Z75_|MVmHʩjLH#́l4A6}EkɶZOΡ{؍p']Gq(@ + V5F=w[r*0bO]#e;5Whk\b@Cv6eWM  x &K*31+y2A H@CMH y02 FGA=)DmN(6!h`;fE`9^]^?a6L .)PDja2<^#&t'atV:higb[q0gXδo~ePߋԟeC]~%o,&ד<#08=eg.} ^l<AuDBQ8" %|sS Y>yڤԸ8seY.A(&'[ \BvisA!X|L5DC/Go,sh|bx)˕2 `5h/Ikl]Ի^+Μ掤AM\eXc>T*)+@J;`1>,*IhR~Z9 ^%􇳑eqyC t-L8ɷg⟷nnI*ӑUa(B+ۼ&J4{$Ge=ؘ8b7B!N6_ <ٞY#I?\vtΆk7c(*aY( G";iT?%'ڐdi 5QdqNoI `t4 (^5!-r@Ǡqݻ{lPdP˅hLܩ:pFV%B $H 5G#R@kGaxXׅ? QeEi2Gq F6IMm$>% tD08xU.Q+ fTI,|ݐ9&kٙy=~f+ yںy'3n&|iآ$ԯdw  *[cw+^!-4u{|Lz-pu(9qXy Y:TO#FsÝđ(Ji2C ;[NYP]g%K۶kZФ;rr*Ixiގ?}U<0/?,ֱ) HցLh>Ha9ߵƄ F2 |P0kXY!4x)n3lf#})'Tflܸ>i nT%Tue^/IGD"ҙO$~\?t[E+{!e7=M'?Cŝq=t[\ȹӤW0Q2D);=kGtM ЉA¹V ØN?QO+7.B>*;;eV46OC?S;_`F2XlҴ4w+?2z(n$>N>xEiuUxDRfu!ƪlѓ$+Ab=g烴xHH5URլ@>&i ĩD]J>woL| wO -EPL?-Hћ`:†qa*,n H_3hu ,&d!ٽD|Ŭ7Cm@6F/!h _#$f/_ljJj umWE8Cc;<tU\DQ4J c2Z̜r5?]}d7 ,)2nU8V5=\G~M2G+])q+9uRn8nʯF >WK!2}կpnu]ɕAs{Jܕߏk^sԔ F"oK~_o tFb!u],Q?#3*¯ S/*5{(yfwB 2tAѱfvxO'L؍#8Del3{!7Dc'2͢XU=͋]zjU|gu Sik]@Yh}Wۊ ܨ* LQ܉sG g\u` N[dҎLVW F#E0Nhɬql. ӥ%d<wZ#0lզݥ! KXPL$kB& t@{{/0C򰛘d"iV~.sԒ=c]YY0\)4i̷SmQRD1?Cu7ONR%  pvR-ɢL% ?}\qMu$ݝpDJKoSL`~6A핮mX^18x_%9nݏE|x0vJ >C}sr/io~;W/D?>ӁMjܕpbc@Ch_T-:@x6Ӣ7kLf C A%C,D4t `$4EL`WmR$v| փ;FJ#H97Ugx3Uz浪nxNƕ 2:y C~xNDTOʉXbM>t.gYHx:Cj@h;H za

P?⁡@iVPٛ:˗)#zGwX&:LdoOS񻉬oêV)D቟E;0jYKYb G)']ReѲLZ2T2LH_G.;6zL*fHG?yʜfeSrsIŒό P6Ǹz]HY+kRzp7K`:Ǚ$ R'1Gy\D<U%f}O2M86b;S8J{/}zY`ϋwМB~ D?ВHyO%#A2e5k]Y|t8@5(~; s֢zXa.APlQpPO w 4ȾǤ,NBQmPUpx7ygj#A+ eA;ka$5EMieH$/3,Ut'{*++U~XG1Y3P)_-!GOm42^agF ~]ji)~TlPS`؃w\w$Pر!?u:<#atpE0urR?Cɽhb<(f]Cq@ K KՋĽMe/]Br pɠ[Jм]Y_W>{v ^\06?1ΐŞj6|4YjlS|uf9Q oh e.Q9=qɀzqCu;7%)#8SEG_ Z^x2p|66E J64*,~eqtޫ5P7pNjeoyZ3T ij6HG ǎ)$ŞDn6;liևp ǀca۱5zJeJF?H$f%{y[S[\ݼ id-"wv7Zެȃ'/ PֶPJ (GE{s{av]CFh+MCbHF P U+|^\{%)<mw yk^p36ŒI(sSp ~6?P_3r;,-_\AV&{mon x]3c諳ߏ^etO׾ {939ZIW`̂>n?md>=q߇+& X@?iKWG^~"`p'$IztbK?@19aZ1ϬU aԨjŽڕäWfNgì6[ӬC..rkXU ]sMkv(r{|k^dx ]@>(;ܽ恃X5?h;b(%jN\ tצ®Gi~mEͪU8^  #xU͚{!fMFC5Ia8{SBIWdܞigՍo~YPmRou׺Ukၺp&H'dbmElXd$P5hts&5yȎ-mj&/>۲u9͗j#{]@5ŴwRGldVs8yon61vԬt]<\Jj9sq?4%*SؑP hRc[_4%,BU ,|Śu480f~eV*`cOA#k gB ,/DFGğ}WP-[N{^  }Yes!)Tiu9)kg <&[^}F?uVʻ20Z|}ј! 3FSX4NL6*}dmwwږNb×$Rk-z(-X7+*Ly+WhDէKƃ q[Q%.7|F<:#wQjE(,EXh{UԘcHK8es{ 7[DޏFZ+1KyWLK{MOϴ(9 $۝&lAz4'*P('q&C^5]* gKBsuy0F(zA/rV[&=[.ȃd%:}QԸ|2gMs" iOXuuצv4@zXjʔ8Q"v YZ