python3-six-1.14.0-lp152.3.1 >  A ^#Ӹ/=„2mMY.Ǯ0=k)5Viml>݌RV)r^}tKsl 0>0x"]J *߃R?K f|A]kTN9D_&e}[Nj22`JlV&G~*b&i(0Ʉ'D\:qCbtN^PП'ʼL &&?!_K\Vq(kMs(ԗ47ae4c88474a55ed57f943edd780c084a0252aace4b35438eaec6d8c4ccc0f55428a63c9079f064b33c82313c6c3e03b9f082bebxd^#Ӹ/=„݃Q[6;@rl5x<~J<߷Oa<3Jҧp*O!OH+y׎ D{X,^=71,&d& =iിJ;ׯCkI(.7".;.Mt/ 8ݿTRsFx7 ?TYpam9-?]s$@A1mt;<|)P:8[& C1K8.l+\0eG1g|dp̋Kik&>p@!?!d  Fdhpt      ,  `     0 q   0(890: =FG H4 Ih XxY|\ ] ^|b|c%deflu vw , x ` y z     Cpython3-six1.14.0lp152.3.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.^#lamb67openSUSE Leap 15.2openSUSEMIThttps://bugs.opensuse.orgDevelopment/Libraries/Pythonhttp://pypi.python.org/pypi/six/linuxnoarch# handle distutils (file) to setuptools transition (directory) if [ -f /usr/lib/python3.6/site-packages/six-*-py3.6.egg-info ]; then rm -vf /usr/lib/python3.6/site-packages/six-*-py3.6.egg-info fiiBiB#d*A큤A큤A큤^#^#^#^#^#^#^#^Uy^#^Uy^Uy^#^Uy1ebd712b1f4140d164122fc6463a96214bf42948afdb93648485653996dcfa13f1c984926268d4948562dfc30a184dc8e5a05d88e092166863998a9b82fce0323efab4f30488ee2eae2a4cd109cd95a9ffcaacd642baa47da7616a6898d372920e5cf78d9cf118b109b87e8640636cebaedaa7bdc22a3be9fd6fcbe8ea43dc8e01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546bfe2547fe2604b445e70fc9d819062960552f9145bdb043b51986e478a4806a2b43a5af1176750c6100480a370863422642afdad3f2f3191298af951c4f4f6080cf82436362e05cb16db7284fdf9e2050fe8e9680416f2c20a2dba8c2b60d62702d938a85edf316fa4cf35f2b671fb55017c92c0651c290eb8f29ea890db325be8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-six-1.14.0-lp152.3.1.src.rpmpython3-six@    /bin/shpython(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0-15.2-14.14.1^g@^f/^&^ @]]0_@\\J@\@n@\U@["@[x @[m~@Y@Y@YLW@VV%@V@U@U@U/@TÉ@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- 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/shlamb67 1591092172 1.14.0-lp152.3.1six.cpython-36.opt-1.pycsix.cpython-36.pycsix-1.14.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txttop_level.txtsix.pypython3-sixCHANGESREADME.rstpython3-sixLICENSE/usr/lib/python3.6/site-packages/__pycache__//usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/six-1.14.0-py3.6.egg-info//usr/share/doc/packages//usr/share/doc/packages/python3-six//usr/share/licenses//usr/share/licenses/python3-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:Leap:15.2/standard/f9f5d918919d8d65e69c0f792e867a54-python-sixcpioxz5noarch-suse-linuxpython 3.6 byte-compileddirectoryASCII textPython script, ASCII text executableRRR%IfMD6utf-88726a69fa79cc0f11e9156b5dc1a5d57cbafb1a1a93e68761318c5af75f2e2bb?7zXZ !t/R] crv(vX0f>> U>_5jW9o^X*sL;,CL7)R, [!3AOu1 Gcĩ1 UEؖle3 p<~h ٗԈCVYrb^iMqA: >lX)dYސ;:pŸLYE+UB#&8>@mC&;~n([ Ou a%@} O@ ɼ^>ϥㄹ)'w,hz=`AP<7G&][G{e3bAO0XnHu ǞmX^(/8 ^Se #@K/ԷCZ܆_4X>s-ٴ4\4\~ʤ0m_HM8.-mkIL? ;ùP˹qGލ#o$!oHO\i~0Ҽ*K 3tYA'H8l-{mKi}1n:A ŖĘm)tL\UW/N5U,el uKP-YTp?,()n~=}j8OΛ͵߮d>b&΀;D6Qc, H@kzkAႹkP\љeĘv>xK6p|~#ò(Yyv;' wLLҼ≢ȃڅK-I*׎ $)y>U+{8Epu_[CK\gYjm}qHrxVFBMnOF:DN8{(IF,C~o=% :Lo,yG Y4iA&\ٽ+4^m ٯVeݹW'%j3t| щUP5%%j\pIIK1W~d5" K0:nb5*" :f'Ul[~p^C0T=wTzw _>iYa}A饤_ߩI?(W V\F1G5b`3+i "C@'c9W0RqC.zor֏>}+7Ø#~X2B]u'۞ш5wna-8 `# 4UYa{lIk5*R'YqDc!4uih/:O'E+=wZ@"RB&Z5fd 98_QY>FL=օ{=(hol,69`n? GDY[j M_%G^xX)z:65ԙHZ("/Hd*ZuI*dgŞ+|sE;cW݀ ZZIE2"Ž#Bh'MfJj>hG7B EQW\Lv?Xpʱg٬?)Q>Us#-+/BOy^(R:_6o8Nm#q^#4H&pĴtOz V[a"L8ܯ'c1egNX\8ǣAntӟSdgX-A廑@!;Ik%ҡ&RWgVVII! t,GO>HΞ WY[9! 1_ip1Ɔ0v򶞴C$DT:μnt849Nvo%Pӏt0T^-w:[һ+2c|˹ׄJfHeP'B-;%—Sx$eQ3nh;k+(PDg(/=xw@%5W'7(#iF٬*I~7Ԭ//Bfv﷥*raM2`x%grJ.{1/Ki\#ɰ%ewf8 -7*c G[ JTt!Tk`AwH E*ց_MM㶧w*C9->XŠ7GL=4ed?QN8=T˔Nz7 Pdh,A |몺|vsɊSӨōC dw7[l:ṗ?Fb30X@d O:EM&ܴJʜvg f#Ź"a5Zxd޹3M#QqȽ}uֳٙ0>$ƃE" fv EѲAbWDȇ+­Od%ϒQ>9H 8KA5 I}༙j ĕ@^|0ԖGb[%4z'N& ^H$n0sKt8I-DOmG%BU3J/WX:`8swc' Ch[yD@]KyJV!uCf-͒jR4?[w0FJNUONΈfJI<;g/x1סVTFsyېle̡)Vnϱe@^ey5P *-Y( 3}|t¸N vF4۩oG幥2 j:dOK^eeҎ+L) =i~tsO HOӞ*lu:*Fs)hR=^HLX;hx4cuF{9/>>{xެ ?&4A bWYC:1V k,(-+fEd*ub>_nUgG*TE-jI۬>m  o$ 8tWl͸4QUS Qbv9|$v~v8)PCxQy`2=*Q1>%}0WїK30gM!q P'D!)fiX׼]i;x a`\QKaKBӴ;{XR9u_xPXT Wz0r&N& I}HΓtϞarndm5a} *Ypy63oh`c/OFmYڌUjsA{\܀-F̥!71&"=7D6oY6=Pxꆊh7dѿn+qO3FIt v"X8v w801EdFb]&D)/iZYulGy__s`X0`þQ;Q5ɧin5jAJ. 4Y%[f^F znR!±Ӈw,Y&~(pk|.͢f\k\k?+Qu+Y~yc,am[$G;lS3,6;yl :r)x=]]+Q<ވ"@8#AX\ hBfs Mq7M1zyee:t ǡ5Cj= *7Eܤ̘.|ploj B^Q/BցЬyPv1滞67USYۊ:bNH%.ݎ.HloUy ,݌I^8=JU_":/=84}{+ S.o(qG#n">fPg#!RU|eSHA93I KNg,Wt .K Il58AmP'h>H,gMe>uvVbN;P|s*D@q$Tҏ9Ѫ翪뇕Tnl&}S" EpY.3:SbZڹþY)Sfs⹠ 73ۍaaKCs7wv8m /pom"|`e)Ux|"GݷG2/)1+B0J6 )yBeqqAQ5#֒U~vQxMV:c۟r@壼MOJ1ZYA4H0(t`xQ>'oasHf :lրu%PrA6I2>E Aˉ2p%LW(&u*uAY4~Sz>XF^CRU{5ɺ'5fSeCpn }P)Nyk77o8ǢVgbm 0D_6Z4,Yp<|]b`"6s,ʣy1hqx@xhpv w\:sg7V ƪ &%[SgkS?5"3Lg5t,37^ĝTLa8o\Iz ?8fmxz %;V]'Mh2Û6m L2v]'NK6^L:~rwa6٘Y,g2>)ƗrŴChCK.l{/!NQ$6&^G߆^L^ͺ9k&"bkif˕CH˫@aג5[N{.ͻ9ޒ!63duO{b) ="ЦAao/p(3( 5d+:,H hѢ!58m}% ➽2`RXM@OCcbe$2}/bйBǬ2cRw}+ cljk0a &6++UJ329~۱939PhhƝZ A'\{˺=/3mC7p(bꌑw&ޠSŨ`hb Mg㬓#lvǵ/yK)vw|_)(#%4G>ݮM tz P I_cPΨm?E2jv1ѿ' ?NeBXLn')r:tY5}ެ_)ՓvnȻNsT+8+1+LPxd4pvLqIFuΓ&9Y7]flZ\ys@0*Sjܰè:~|UbT~ r8K{_V-@`oG 5LP.Yy;vnŔXjdfo,.L>[aM+kwufPŠX<_-bR?MC'_ qmyܑv')jMk_aՌڏUoi91m5$xhǸ>}6cN$Kch)"L&=L/SV?.S!cFW8z ht쨭3w*~k(♅rQh*,ۡy=tt[G[Q1zL8UdN4?Ƞ>Ʀqiسx*.5Y`,8͊_ǽWRM$ׯG&\SJ__`7cVxn\Xp=C5FxJeC$ׯ:DfƊ8^n-?Y^*w9Hvco& Bt{.xus tAj<-MtޣK\,#_Â}g$ǹk\b&dHT( M2 IɡLd_~Þ]#+6+)576a}KeGy'M>e$P3z@O()QV){1W= mɚ#6"}LZ3W=TCdS -pA)03>( 20kԟmA;iiґg-l+u"Gˮް|$OҎLeYKl}xT^% %0h`b4~![|hΝ mGA"*C©\t4n|\SHk #DLyQϜ I"A)P N:ž8kO9 h x4(~Oި˰>F8cX1=ց4}h#y"k.@Y?½dݩ޽.4&UdլۜKWD0wtCwn<׳fk%H(Y¿J~iƚP۟p&/\#_"돧I2:2/K )f6Y2~EDu%7>"~m5FcUUQK=:S?}V?DwYϐ7dlW=ĩjX8>~{މ̘]ڥ~-b ۙ|bN.!w〞(q-9 職DhGx{hܕ_Mvهf! %Z\}L2 .h//k& b$Iy"Dcֹu(H`Xn85f3f^.LM>YpZn?cyzA ՟v[|"E)޽OS; {W(8 NU'BQU(s7T!r_|&0PLo_% cwćp릒T%!>7(gJ_)lNnprdL ۿ?sn؏"NyW (.G<,[IKӥ$2e,HC m3dO'h+s3Kxy?f$?͚⠐oc˸kfEPᔩC)F쩗=!X-=hxCjhE.e$<˜@QA`嵐CRPEO б.mgE|k5ZJ zǣDG0zBw(\g hFzb(D_.wv(E`tcA[c5Fb=rRWp2R(jY\7V pQR #]?+MMZ58eIBqLW!yE3Yo1[d)1Ox/G{ /SNYhya x'mgS[ >Nv*yrtJ*,n;q9e{Y*;_n4Y#k,F3<~ޟ0W&vge^"ۥ 3I #Bj_O[A.uj ~WЍ{iDqg^O35w S/i8 UbC_Id`$p؞e@$NPm")3"+=U$E]aQ mN&"!X:oR}IeHf8B8&q vQɎ T뺈aVNd~jڈpLf&Ƕp+NZe4ϷmNCF/ ȪʦgT}njò!eђPBr+~N 51Qʛm)i,jȍrCT9GSb+69N;jetj֧~#"0bu]۷4< ӶkiLq%v#cR'MÎ9Jn&iT>lY9h$D -'Udqq7!+=%TS{PR9.?ڢoht,c,R<0ٻ=\qyn@=<3=[P£|CtJ K,S=oy 3ehrKڵ%}:ר>q/k cGgܸm".YG+`2qᗪDgA&0XS6$ojvxJ] UHA՗vziO';}bF9Ft .24 ݂>6SM2 dāhqܨB60ڍ8 1j" ),.g4N#p.m˜B~s<{i8gP4UgDo[fWݮəܑ5/Z&F I[›XK̷p!X`BSyn{^zM%9ۿfJ' -w624gQS^Rl]jYދpnҍKm\ UZa6%DRHijydeI{;X<gࣅ*#^+?e8#Hu5EV']ar;X5 ["kK8;Z֚.<0suj;kPwAf^A9;D#X;}|(uU_4* Ƭ$Ȝ'ׅL*m*Fqm X:9_Y?G$Md"m1OЮ.G)Wn6W WHR/9ў(ۘ5|Ej@.;=;n~"eɸWW2CصbWF1}/7t(>L{m_gm'$rMXzOpF)F5 2D_kNY.;`+F/ &L=|8C5qEq;wlhKLOH֞Ee[{:> q:ߐf d S+*ҭs9s?ٵVJk;ꉜk,ӎCce SkhvVWTcLp|t^ث7T"ɭ‰åBۉ-)1ұV*cMd5YHàk!_-BDJ}<1;GNb'H#&>C?EoeZW1o3+f9ȍ_B&1B+ `*J6 OUIoY$$ڎlS̛7ѕjxUq^Zd2Vo\7ȽmQa:ORj#0cq':vNBsx2˜`Š"gJɴb|P]nPU2%arϪane3.i_+0 z?H,44íR: YŽ'Rk=E*Gɩ\696HK4n BWڂ_O#[A Ţ4FjkrijRqHO<4pa ߓ:$x8ZRf*W 8T`:* XV >Zg(aw]0Z~SW!8v_IP9M:n~ BaYYQ; ^BOǥ7ڼj y C67dO! h,^2 oa{>PΞQUf[鴘|z9 (Ȕt GѲs0+\bY lqpEnĿ >_aXhϽےB0|#CgF=@Qg/)fq? E |fa'Ҟ$rӱlhqJAe@eX /%|ȇ8Ul8/sИ"習yV[ˤ|#XS7ki\CRVV1}j6 PAaÅY]AYtu{g3it8Dhak6'Gw}*^<[*Wbq= J3xM\#z2} nm Ϻ )c2p9R+>.jӌ&q^aw 8Ӓw@ﺄ5ڞk \K m(³)k&3r ʼp+ټaC`a /3qd r)a| !98U f3.Ϟ=K\^hda/}j=ٔez9b0VAi|6"JGѸH3j:'35i08ݖ4zPMK+\l1V~j㬁[Q+iX;Yo#rWe[P2z["s#V2΃QTuE|R迓1l I1hHߐICZv"1ZZ:tW!\+> |gزRSk ~f-ns_afh7M>ypg95y\ڟ򨇑 >Ga)IeIgqͨԥ IE] @C>){޹ T ;mRbKƹ_mMTS_Dg{;'i:{EDIUq2tk{>mHQ]r5e[h Rrls%pm(!<FThO*rGD*MѥѝX6]J'QH[h-OxO`s fA C|t%dOxJid 1eR=7U몗izKH_!sNd,LHǦ 726:^~Я_yS*^>"*r%ťxGpIY1j"Mr^v 2qJ˿<8\sO;^8ijn>CTTF 3TGxvIa~8)P/*ifZ4{>esq(YjWtISH|a h;uC[\pHt öaPICPe P+djҴE[x B2o}|oCzVf`Tm6i:mzJ^E*n#?NKz _(G]T>A YA0$iY՘JUqdbWWgc>0O ~h_SE iXQPs!1@sgŏ>$\[3>4ֆO؛܀K+qZ8:29S=oRxH1cTee^#9'hF%bD6(6vL,P&ҲB2ʹ`h^ |%ƞ^-,*$d)?Zx $)#w8rceal<~D*iƲ <А\iiOFBLLz7ghx*oO\<aD "=RAkB!>O/Ѫi!$$и!$p!Z=QOh3c?GIHPh &Q/5/Iπ%KolSk0r.1D 'iLsUy)fIp[t¹ {r@gb%P子@} o'+@!񴚽$nrYDw;34iHgLB5өDD*";EUO '*gUB,WeW ==@Bh'¥bE0J*uh.@S)E9'D>~N*ȡCt=@i|$T\ԧ7^Hnȥ^sMJ762A~o$V[˯%j x .d+&hOv`^֠U1Z^8 *C>e,c# ">@XՋ2 y ñi ErB W>Կ11Oq8xUC2N f!2 }%NXl"xib83<| WE[ smuDc0ljxzYK mF%*O7D8I&@.h/m'-dK'郒W)%Idqq~jpD2M}4gv:xR3WA윎ۚ<{ȦAggQOU\m /JMwwQ}qh c+3BO&3v%R#Ppvۧ"]h2LPƣ[tN:b!b.̀듮tsA~0H86;fGkWyLK/|ʕQK'E{Vs]f\u%9<݅}Z b6n6<aIYJ۫*!X PJKI6{cg΁-{cƎz'/U{y~ţmN "N/Y0[S BFbyM|{7k=!i\~Z %bCQ~8S"EJlN9fdUF!>䛫,l{} Ĺ z:3k?OCwZD=LlO!4@l{$ڜnsk )_ح5Mm4M1*t-ʍ%X9J^S|+)L2bV2s@Kmy=qMɑ4MJzn0B8GO\o2J3E*H}6 yfLlL;"0̔>R%Ol"InAhu Bq)uD~7MfF[\3k0/C>Hua!D:)F'XѬ ʙ5RaCшVFŬG ևfRr^v ]p2_Oϫ%'7c 8Ȕ-~N U0 MbӷAF_۶BNKd*_8ӑ8u3.wg)*n+ؒ6ԫf  YZ