python2-six-1.11.0-lp150.2.3 >  A ZO6AjC+@lxLOx,o9de86cb77a6b017cceb870956531ea294cc1f036b535a35a47f721217bdcd44b12e881fbab84acf4430f0c841537c7263775ac65sZOpC'8?'(d  Fdhtx    (  @hS(t8|9:=#RB#ZF#eG#|H#I#X#Y#Z#[#\$]$(^$b$c%d%e%f%l%u&v&(w&|x&y&z&&&&'$Cpython2-six1.11.0lp150.2.3Python 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.Y@cloud111openSUSE Leap 15.0openSUSEMIThttps://bugs.opensuse.orgDevelopment/Libraries/Pythonhttp://pypi.python.org/pypi/six/linuxnoarch# bsc#1057496 - egg-info changed from directory to file if [ -d /usr/lib/python2.7/site-packages/six-1.11.0-py2.7.egg-info ]; then rm -r /usr/lib/python2.7/site-packages/six-1.11.0-2.7.egg-info fixx2x2"*HA큤ZO+YZO+ZO+ZO,YYYf444b02aa897120f6cadfeade712c2171ed4ae06e9d42fc3f4ca8d5822d0552b034f0c3dbf868bd15f227237216ec78a65c59841f64f620fcc7803bdd8593d106fd4d637ee172f642b7beba4b5e54ac99a93cb0b52080108e05208ead0f97bd66fd4d637ee172f642b7beba4b5e54ac99a93cb0b52080108e05208ead0f97bd60a218c55e3b1730465c5309b3e48b8e92659151aa236b8ef22abed3ae823d8f263478682e84e8c98f4c46308995f1f521a6886976e25421827d2a2be03581328f397419b6b12df3cd2b5ff6ebf9f493c68782eeec93d6d88a942e1dae8403a57rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-six-1.11.0-lp150.2.3.src.rpmpython-sixpython2-six@    /bin/shpython(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.73.0.4-14.6.0-14.0-15.2-14.14.1Y@Y@YLW@VV%@V@U@U@U/@TÉ@T&@SS@SSXS @RmR@R$}QQ~`PPPy@Ojmatejek@suse.comtbechtold@suse.comarun@gmx.dejmatejek@suse.comolaf@aepfle.detoddrme2178@gmail.commcihar@suse.czdimstar@opensuse.orgtoddrme2178@gmail.comhpj@urpla.netmailaender@opensuse.orgtbechtold@suse.commcihar@suse.czdmueller@suse.comdmueller@suse.comrschweikert@suse.comtoms@opensuse.orgspeilicke@suse.comdmueller@suse.comspeilicke@suse.comdmueller@suse.comtoddrme2178@gmail.comos-dev@jacraig.comtoddrme2178@gmail.com- 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+.- update to version 1.8.0: * Issue #90: Add six.moves.shlex_quote. * Issue #59: Add six.moves.intern. * Add six.urllib.parse.uses_(fragment|netloc|params|query|relative). * Issue #88: Fix add_metaclass when the class has __slots__ containing "__weakref__" or "__dict__". * Issue #89: Make six use absolute imports. * Issue #85: Always accept *updated* and *assigned* arguments for wraps(). * Issue #86: In reraise(), instantiate the exception if the second argument is None. * Pull request #45: Add six.moves.email_mime_nonmultipart. * Issue #81: Add six.urllib.request.splittag mapping. * Issue #80: Add six.urllib.request.splituser mapping.- update to 1.7.3: - Issue #77: Fix import six on Python 3.4 with a custom loader. - Issue #74: six.moves.xmlrpc_server should map to SimpleXMLRPCServer on Python 2 as documented not xmlrpclib.- update to 1.7.2: - Issue #72: Fix installing on Python 2. - Issue #71: Make the six.moves meta path importer handle reloading of the six module gracefully. - Pull request #30: Implement six.moves with a PEP 302 meta path hook. - Pull request #32: Add six.wraps, which is like functools.wraps but always sets the __wrapped__ attribute. - Pull request #35: Improve add_metaclass, so that it doesn't end up inserting another class into the hierarchy. - Pull request #34: Add import mappings for dummy_thread. - Pull request #33: Add import mappings for UserDict and UserList. - Pull request #31: Select the implementations of dictionary iterator routines at import time for a 20% speed boost.- update to 1.6.1: - Raise an AttributeError for six.moves.X when X is a module not available in the current interpreter. - Raise an AttributeError for every attribute of unimportable modules. - Issue #56: Make the fake modules six.moves puts into sys.modules appear not to have a __path__ unless they are loaded. - Pull request #28: Add support for SplitResult. - Issue #55: Add move mapping for xmlrpc.server. - Pull request #29: Add move for urllib.parse.splitquery.- Include in SLE 12 (FATE #315990)- update to 1.5.2: - Issue #53: Make the fake modules six.moves puts into sys.modules appear not to have a __name__ unless they are loaded. Changes of older releases, see CHANGES files in the Bitbucket repo at https://bitbucket.org/gutworth/six/src/758cacd651f3ee8c9eb2253ca3905a1d46f88786/CHANGES?at=default- Bring back argparse requirement for SP3- update to 1.4.1: - Issue #31: Add six.moves mapping for UserString. - Pull request #12: Add six.add_metaclass, a decorator for adding a metaclass to a class. - Add six.moves.zip_longest and six.moves.filterfalse, which correspond respectively to itertools.izip_longest and itertools.ifilterfalse on Python 2 and itertools.zip_longest and itertools.filterfalse on Python 3. - Issue #25: Add the unichr function, which returns a string for a Unicode codepoint. - Issue #26: Add byte2int function, which complements int2byte. - Issue #23: Allow multiple base classes to be passed to with_metaclass. - Issue #24: Add six.moves.range alias. This exactly the same as the current xrange alias. - Pull request #5: Create six.moves.urllib, which contains abstractions for a bunch of things which are in urllib in Python 3 and spread out across urllib, urllib2, and urlparse in Python 2.- Run testsuite - Build and package HTML documentation- update to 1.3.0: - In six.iter(items/keys/values/lists), passed keyword arguments through to the underlying method. - Add six.iterlists(). - Fix Jython detection.- Removed openSUSE 11.4 spec file workarounds- Update to 1.2.0: * Issue #13: Make iterkeys/itervalues/iteritems return iterators on Python 3 instead of iterables. * Issue #11: Fix maxsize support on Jython. * Add six.next() as an alias for six.advance_iterator(). * Use the builtin next() function for advance_iterator() where is available (2.6+), not just Python 3. * Add the Iterator class for writing portable iterators.- Initial spec file/bin/shpython-sixcloud111 15081552001.11.0-lp150.2.31.11.0-lp150.2.31.11.0-lp150.2.3six-1.11.0-py2.7.egg-infosix.pysix.pycsix.pyopython2-sixCHANGESLICENSEREADME.rst/usr/lib/python2.7/site-packages//usr/share/doc/packages//usr/share/doc/packages/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:Leap:15.0/standard/7f9c1437d566be1aee2858478edabf80-python-sixcpioxz5noarch-suse-linuxASCII textPython script, ASCII text executablepython 2.7 byte-compileddirectoryRRRU eِsutf-8aa9c2b071853f829579e623fbc7ab8d25228a03c2acfdc376b327ca936681467?7zXZ !t/H] crv(vX0zdݸ܎ oEy'oDCpn|7oPZw.Fn f2^kuho/dZ\XBA?{Ô3w+*-ѿ(6uY]GCaԅy`<<jD)BiȉE+Plko5M9,׎?ⶍj! RJ a{  #ܠT$Y  ;dQזi y9lȕ=Q;2!Ɉ6Jv-;mt r<u3NA$ĤW+5aFC=)( #9ntuApͶ $ s-!Z@Yj=9MƲ!Do'>Xx @FrNC=l<<8Y1d#.TD="VQN]Qr\m5}xЬD}U?'&gX%ב˚+u쪣ރsƃC({ KP%홉GUO&a/4(j<1qo/cH=ht4H%2W5 Bq®iY,/klFͭh< p]4a&:{[3k<U'WS'>{k6IBe,x ~1ž:AE8lkf}$xZMdeя~܌!A}l}/NZ?[֌хgT_x?nQ$ |ѩ)ό\-Z .Sd(njnF?X^2$kVƪaydزH+} #6 #k6@#,O)Zv{8Q0WzO|I:N*U+Tv"I7?-Զj ؑ~KyT^-Ùwҷ<7^;uޕrxGi-f?.78'kXl[*j.~=yΦɴ%]s 2SeS9\8NH^j(NA˗'m =;*YwpF`m1̼`>-VL~~ a) 9;pPƜYµI5 VP}q]?9gMcA)77 ֽۅZ>>2Z'BJ@y zbsCw3 '_\I`Ő waȺ ݨ*kFF3*AT/6P3jzRZVZ}Mn6%]dbXٛ?ytDiμdX^s]dh{lпeks' =d`g~+&c9BM Sd2x)Wђ-!M;{w`ĥ-p/L*^ᲲfjA,SyZ_e$-7WQx ['.{O$WWK=uAjM|G@pC ~@UjĿ2Y%guAK^>ΐ Ociه!ɼ-i2;|m &֯Cvw-A0 &37_dۛ]0L< ?̮P[ekEsON/ڙI6k WPxcm XDHE jzSkh5B6P1#9޾'eHfN ܾ1HtSM6UۙA ^,݈)fh`1YR`$H{1$t&(cf|_[PqQ:%Nʻ>p8x.2-4Ė` ۅtɚh`ɒZۺdxxP*.f;VFIl}܎!- 4Ɂَ׉ް2ss dA,9Kc,z2w9)Z$ܓR@>j\F - T+ZC(qAZm۳Ey3{[P0al8 ǤꝷSxY)շ e̶s[ X\orH6_Q܃G&Z^ :5]Ux8[#kD Cxn*zpySyaJ3ԪFosg/}̌̑! YB)$_\p]r9u$uyR򑎵Yu}PgW6aN6v*m88e*11!,%h$6}KK:Ŵiy {$i^*rMnt7!NRFy w(+go+e&2ߩx#A`U3vf)di"w؟3ȗ@ vA Il :L`6##tP-yY.˽e΄=fyO00٪ 勿T Z社҃IȢ˼5^K. NBMާ̆[f񈮑| lPhÜ3,$z !EnKPjEO]qe+,uMIgt;M8O8$_>@\:̛3!>_x,SkAAt Kp`fa3PQfpy 3r+w?wN0|1Mܒ1mhC0[4S˥2 \{v:)g~)~og ;b$N$agiYGfq}KS惀j :FS_!^daƿ0I@csHcl%OJ>=a#'Y5茇WkU@ cV14 q#?#-76;5ѕޠ]YG']l f͌e2nC\lW)&\3T'D/ ֱow^s[L'GhijS<#e,~ϛ'V UEG@1@A{}Y ?|ӭK})a[97kC1l8.|YUoq֋[1"b|!X`hd(cδ\C ,o W4S3ʹ흓m~FD7$>&ϲo(F ';9"ƾ5x H"2Lox5'Ze&G(gEwI4gteքPfȃ!Sx7NkVrrC]._!1ޭ9WݗwFʐ`E/qob6;xצּej䷣̃-` +4dƤY #;%}tX5&,vH܊3 >"LoE^8r_U~*̂94 L+lT=ɩQG| $뜻5R@K.Nsc?4}UsCqbR:[3Z}N!-:>KO{dlKz Na e+Ѧ2`HkZ܏ISmlPCfyYtii@[T *6G ϳҟ~.LPH7Dl"Z鿀tdLLi̷1tG/(?XGSz`M;|WKiCzP]TTUs[_< ) '{ܐ[fE0-H X s.PҢ8Ɓh"c~~=.k40&@)4.KPԑ&$Q&/SGBfzIy n桏cu4 =3gҹ_~'6s,S(͗F^2dfgE]b^R}|3wJ~$SO) `>,Zqe@o7f苴mnA3aF\&RqDtpA LhH/Op|!cd: <{J!^fqex3;g}*i,h&0?8F)=;r?k JR՘eQOB86c̉?Kng ~+~L*/*ckO{'Wx=T|WoMh J_vET“>=־W[oy+Y{Df΍7[t0EGGo5"NTxfyX|^kL%f/uP8BFs@_2k01iwMuFs 5txAUʇ]5hYZ$X*N(CJP̮eac ~Su@ vXY$[R6M^3n1exA׀"jZ{ё:*š&j(Π1!?@OZȞ4Dtq4O4@jEz f3WO.[?xh)* GUL7E Mwߢ8p-CEK2&VUz&0SKL\ |:Y7|ؗe RÇQ'|BL|bCYGPڱ'ZtΈ Kɑ+L&"ܼ hG~*PP0O(OY#-^~IڨWպYq[zuoV%^QFS h91z7G,pJzٝ}} 99(%OA{vT2pE3uqJFڍT=*lѠH$L0%Tuohfށdj= ,;ŌGbs$1@tX&oJgY250R < 4A%:ebJAyJSRX%؏ sRbz %6wV -pA[E^+LCt8@ewVxqK=f׌L K&pt{\Db Im?XMx2(q})pڭEMV5;w9Zx[/6plVu: No^c*V6CswYkLh43۸qȗ{RK$e.wp@pY,ٯ:En&'@xԫoYZ)/^ ٭wku:-mx+G υo7פҫ,CC# @[2㛴 mEGrsb(!WeR#F.ƐgBrANFכj7i`InB6_:t4xg|bHӓM 9b4-K[?/?߰A(vWhKb0y~J=7~sF>JׄV49 Q*{RiK res⓮U$!Vojf#ϴOE˔z>9-eAY6m"T̮2ֵf*sc=gHMhB+J){Yi%P `MыijcyN}fFA ݪ8qVq§\6j*KΈ> =_|{9ooW(r54F22-UiRu.d$:w8{*[e V–ˈj%9tMg*䦥 , l`9ebY ѽLv=Lw򓊍xZm$üWed|.K;Dcr]7r\)vXޯ= pdpnrt۔}l$i~3MȒ# c6LKQ>4*NNt<;E;ӱ}L-" QGZk*[K~2L_Xb0,|s1r6W=OeRsSX椏Q G<JgeV  &*{Fܫq]wzjE-#{3:N`gqʼv8]y NSt>uDj kraliw͞.K\c"XwP 2nhzbl7Ka‚ ymr6PBiOp](4Bd90j4}bLJn{R&(Ak +ۚꙿ_2.1Dy = Պ?אAl8Zax~ i$Fٯ.5!xHFīM5Nu^I-`Ei!翽$ I9'E_kJYs$.k"*nRoQu`$Nu)6Nrʇ(d-;Vpt8Sï$dÈbBDlgV_:9fe)SlsLRԣVk}RIފ١P.b[ [(uTêgyFbQm=IFܨX?>>vVVYہqҦ ū,) ͮ9D.^| !i901?\c$01uj6\ckP|=aZm*g<}̥"hF?gٞo4\MH0YD֔dFfZeC`BAX¥m"|wb<>|"D9Wz~rxyЋVv}bYKlUŗf-ݓRWD`|bws$|dyLuwQp^l/4?^H]R:y㶚3rm{-?ڋ3yswFNب:8gWf nqgs`H4gʄ_kAehsoZ`mW0jsKf2{"~D-OBx5 P8A F:p3Wp]JFHV^:s8a'DJ=|vqc)jd\gAW,c蓭?&nL}%-vk R0#>N/(crӛ+ ߟU#K*ղVBStR|hhKmLL|QWPXܡl%$y1^C׶LMԡEϔ O %5BTba O5"%:4;.t)jSbnFB+g6M O!ܤJ"40lU`R<|:(2䨳lI [zWMb^zB ~=O\(' X Oy@/%]e=ܹ(Mzlzoo^nwCB` *h{KB`\w.5%bZّ<`7ӂW*WMl[^N~V쒧A9w dEի3Г)VC02'zRu:992JjFY c[tN%d[ !?j>bh׸W4x젪V-v yf1VSi?I@Qm@𨯊 K]{?9>u6 Q _Ï-C)D&աڊbw`Vn;A]$:`|)>ݲ.wm]@o'מ*5n(MAmBP!P%\ "́Rؓ_DX[GjݭF17q cR| 8{P1|x\1*@e5f:xpߊ-E&v~(pRۅr|3JY'Q9v90Vah8 &2~-mkppDbѥI1F ZCmVZ=*wrpezc0oxn2+}Jj-'iO 8f- 6tn+Z(\0)eaM!ej0FUs儁jY'TF= +b8n7QyP+ Ӝ' _7ֲu f[dA)>ZPH+Io9̯aӬ%9v:/ˍ]O>c$Jm lZ?s&)4dEðq?e8nGҥdb&;JiJGOV','?NX m&@z4(\O,`[ +/}.G [a<NGj Lg G,QPC;/'/i7{=^.SaNy2 h6XvLg~z鄶whFf퐆t6(+:yO$ԧ)уj@ks3. mΑiz"K #e*e$IK zْ:.e]coREy|ɍ4I FC[6Ex&U)CՈRc=v~xO]$et.Xz؅+ֿXbvr} DtWL\Ɇ;mo|҅ܢm`m!vfOIҶZRM-QN 0ISOS~%%RBAo"?J[ _$OU}AAB{A /-~OFZ rLji'K+ [:맾sib>[W`17 ;y\_/) \H6!Vmc֛ }S1 I6RТm3w ԃ?owlVC jyG?ӪJR) !M̽oM VF[QV^K5"ٶ%>MM?JQ`eؿXu#[^ ˾C6 Ojwv"+jwpnD1b8*mWj;͖Yb@R`:HTJZyAO鷦#z֧B|8m;=qR ơ{\.\<-uQX3 E ' sԍнI°vUi0c9uruF%"TG0OhՓ:sMk6̮A&;u7!a-3/'@I԰[ TbT8 Jvcx2 S.9,lxr2~h8ӌtM7/]3Y]LSd5aak~6Z9&Ճ &!U{Ud=̗Z;~#Z1 8Jl=t^GGN ' UZfXxtӚSe&>?/?N\˚|.3&X0URV@tq\]/>BBlPmyJ 9,2$ )ܷH~OxAǪw}|(pYڒ~}䛴jMڨ^,:z.,  kSuOd A8.b(L:NsWN(zơ2ÑW *+QnsYd[- no &XeBN{¨~&f}y#O[QeaʌVߩ:czQS8S]B!" m>[jh<4O!0nT=숉gvwݼ 󧅜&߀,q eR*&H91ah"rRO(@wJYJ"tk?8<Z@`iGti4`4h[Jj&85NzYxud2ƲD~a6ct 5aUDc ȪJ!N:% >U6Y9rwU r_:*_6UYU_MnT>OhW>XQ[)BּPC~\~qkwIAiLi"P^^Q,Oʘl)tw$EKӋ߉osY_t1I1j-j5,b@A\?@r  4a`:(ݠtѧ̮G8{| PIPq><(I24I&[ZƠ]KΟEZ xpEC|lA>2[AsK?r+ʲh >e<$( U.4vN;fsɉ}ֽdZt])Ar ;=I(SI.4<4W {#nR)|F?uJoHYɯ/=Na0mL!ʿ%E[Iʦ2TH* &hN0Ԣ-ԙ)トn N0lG'@ZRc(<iCۺpT}P rw7:=1s1ʉŔsa" A?sgOg?@lBD[v& j `C8waVo;[^vP&noT,Հ_s Y[KOj4yI2 WK]ۻFxC`kC1^|qo8^B⹎L/d|tCOSB3uX݋WAU bwbya3x]O2s O ZS-!VP7 CBE3[<[7i[В!k B [ۈ Vd#4iƠx f׵cˏi#4uzgixk >؜[G(5/ e#Et6$v4K#ۈc|b$u %~)YWd>@W. Jj15zJo\3tOus˷ˢ#=2?)p98y#&c]1CT[5P [HC&p ,w6C0)oc}D-t[.6 \>.ylN r \reoٍ{DY2Oo(.= _L u±̃V_Ve٭9"7íԣ[gӼ:ن6~d Dܳԧ%I!A沤J_ ɀ J%`Z*D,DjͫU >tBZL(Q~+)K5-%6_3d#h֋ƂAGUKX]p|穔K*&dyGբaeYsiWco~בTû?uNZes9T_^FZKh+zEqdbnC ΠÏ}Mc]ZYQS~(0WSL%q$"3 4oFr#h[_G*ܛ)/Ƥf)NFeG^2d:7դ3ͪtB/ uvhسI_W-'!}2nSI q:Z{MSQ,:DYC&`C!֧Xm Yu 3o,J4i.X畾 ntqqj&;nߣ\h9^_T,]I2Z(uwX݄yW>Yp^qVCZKIB)4i((4.*mXGz=VC_K񾇖Ax?[N:72 $PX'XD= D>DIcJzo>:zk&9@M1{(lRbiw顝 F`CH/u, vQ/ܥT/hvg2g^ 5霍"׏z׊x*f-}bbӑ(vܶii9UTml%x҇g- [hĚ`< (ăP9(XB'lP=De=i {wb퇉2jRQ)DĜ2 jux##" Kzw1M\E {fxHXZAʨ͚f3ӊ2*ː YZ