python-six-1.9.0-8.4>t  DH`pY_1/=„*)===l(F|j`n2s e8#=- {kk㎋^w6ts#V8}egyrm̧oQyw(*\J~z*cBGdLwk@ؠ)DRX_@PC98Bt>Vњ{ '7TF#I_HڸH–VՕBC6Gz;'mt`1418ed5167332e6e81c5ea75398d33f1d6ae198e]Y_1/=„!"2h'k;-ke/7 fc(P  (׭Nsme\N͔j~+Vh[Ұ_&38C< W.:h4>Qe>'h!#NM9BglV E\*:]l~ >"Z88#09yGOZVP*pmpis@[ll{1=v:^yʡȈ6*~iᇔmR(4 >:?d   >\`hl    ,  @  h  r  |   ( P\p(89@:zF;GP Hx I XY\ ] ^^bcdeflu v(w| x yzCpython-six1.9.08.4Python 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_,lamb23openSUSE Leap 42.3openSUSEMIThttp://bugs.opensuse.orgDevelopment/Libraries/Pythonhttp://pypi.python.org/pypi/six/linuxnoarchst *A큤A큤Y_+Y_+Y_+Y_+Y_+TlY_+Y_,TT<1cd2871b8bbf790c3b33b0442028d370a559e17bb85396ce677bc2e66168695668b329da9893e34099c7d8ad5cb9c9405d2dfbea120f23e84e689374aa2ba84f6a9fad73e42c99f00e14fae9ecca07ba990e167a42ffc226555da784589173ea6f00d4a50713fa859858dd9abaa35b21bfb82501429fd935373868a921ee67ccrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-six-1.9.0-8.4.src.rpmpython-six @   pythonpython(abi)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)2.72.73.0.4-14.0-14.4.6-14.11.2UU/@TÉ@T&@TSS@SSXS @RmR@R$}QQ~`PPPy@Olchiquitto@suse.dehpj@urpla.netmailaender@opensuse.orgtbechtold@suse.comro@suse.demcihar@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- Submit 1.9.0 to SLE-12 (fate#319030, fate#318838, bsc#940812)- 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.- sanitize release line in specfile- 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 filelamb23 1499451436 1.9.0-8.4six-1.9.0-py2.7.egg-infoPKG-INFOSOURCES.txtdependency_links.txttop_level.txtsix.pysix.pycpython-sixLICENSEREADME/usr/lib/python2.7/site-packages//usr/lib/python2.7/site-packages/six-1.9.0-py2.7.egg-info//usr/share/doc/packages//usr/share/doc/packages/python-six/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/ea3e6d33fa04992bb279c895cf4ad868-python-sixcpiolzma5noarch-suse-linuxdirectoryASCII textPython script, ASCII text executablepython 2.7 byte-compiledRRkR@w x?`] crt:bLL'!&7<"//uΛpyQ*-bP _NiTGO;Xd"1l=iC;2hU$}(oF|S"t\A}{RB1'd6%' *%3i3m0c$&ZMm6#;&7f{!ظޮl@ fL܌,Ǥ@ ge4pݦ d0ڵ,ZLCo/=kTdw OVG-'AEmO+.Ja I6(F)}2F&w6e`W6Fw5{p a,NCoL[-[vAȕ)Ok>M^4 ^@A\\)kX~dMryܡGdҐ J.ړݧO@/Bp߁8%Vh탛>sk0cqFos7Ar9(NR/'YN`=S=# :1-@da Q; x {Yҙ UىӡM@?!m Іx]TM6"MVz|*İ*lW7|?^v-h۵sMb+T4u3W7 v&d+bNC)Cٍo;ֱلujy !-_r@^Qi_/r2a%9%0D^?ЇICLiDN!; |*ҝwL+2ot$ܠӒuZUjO\&zh!T$Cd&82D8֩|U4"M ,sY&s+Q4 ae{_ݠASMԐKX(c|}cBվSE0 υH]F=hwL9u,㻱_MEjMx ?~W6F)bmT`}e{z/φ$FwO)䮜椱`%J` -E"U$ʞaʩ*Seh$FV@K 7m}lRʁ9=fn,/l/=39ᔥndn^ʀ'5Bo;r!SB MH:⁷wjW[gNK''/l(ʬ0y ۭh3]foNem,omz1{t;ZSbZFr'(fJ*GSE tu`R|zyz/Es/&O\כQ&8V7x_+@%h L2D#t;9q~d N)yH=dP5H"o?(8?6wnG9#JT@b$fsn?ڻ? G>=::{rY/' !>n~kGR F?.Dtw뜉m@WUw aBCZ\ui+T4\nD2pt#Z\JݯYSNop^,:y]Q<Җ7N_-Jm*j] #afvJ-\ |AFj y_(hE)/+Yo80QIHo"腈b_WH #B;]+ OiL뺣k;S9٨v ƜDGp-?A"gޭ1ᄤbXB8I矢 xެN4d2ҹiE4Bhl mY܃// kjew<ޛi vfeY@tu2 ܵ~KˡXft_a%=B+IzǬߌ=k1[Bo72z% ?{4. GC,o^bTҲ7k/\6_W55ne07C9[͸Hм*> U`z`ܘfXw9K>J?bPu|ЭEϠUocn3ȃ4WذŤ9ݿӛ I*]$Emq Z e9SMҝ.9@[|^ڨ]e$I<'[!cNTBȵ$fzչvl*m+svX; 0O.4inܯr؇$p e*8\oX,6 dgN2E}P7.:^ \׸_>'{7Wr_+[+ތzzʋ@-)YpvgB–6~M͝l/.8aBTvz=y>-i7򻳜'I,-{00OGf̰VQo-U*1a?AW6[lwIi_r52TU8V*К/q8`S bD–_Q @dC*^R߆95~S) ޟFd|XIfCR@ P$$tzQFeS+ *k$<\gP*i *-rJhs cFAg`jr2>PBm 72K?BJXC3%RYdH+!H,n^F>8{{a~ɱpS?C]ihY˿+(bѵO hfB4iEn>Ϫ=[p[ZE28{4%T囻mT*ϳ^(GQØo8MBw=z%BήiuV (E 'j UtRuX*{GM^ LgPJA`%3KjWwK]Ay114ŽEgB))H׹)~ˤ"%p:VCr.e?Lm/Fw,nOCFBaHuIUIE:~Bd1A8X|̈Ȟn im o,6}mxi׉A~x3=8WOI2M sn}I#q, )Q\lNƃYNm͔yG yy70õgOPRB,:Khxlr}Z%0:.,]R:me4X -$mADxwJ-*oi Ju-mbqtb55KU~]f9th ldNvC`LipGXΚt 9`+`S:mFGAdi-7> ݎ?K\o:d$59/˧`Sk 6uC f@EE?^( _Fh%T_#r 3ԉ/5NtHԒAk*ӥI,0yTiUncET|]rpP7&QyY~чDVh9h'c1 \reS,&gǏTq&<@aI1{^$9)N%^u"31,&nu-%S#EH"Jz݉4˩yZ [] (ĩ#iq^ Z] K3O*b%bx5:satP Xɂ&-uJQgiwuu^1aM1=(#u YBuoݠ䛄Mk<k|ȾՃ11N˨nQEMH NbӪ!d8N~$=N@ϲ4lkV1sC ^k *a!Ynjcqv=A_cW؋&dEWBlBfy:8EMO.]bJ}@D}P Rr8 d5@2-V.`2 ?fA"+S6 W3CjRvF&oxO+ߙCg2%ɝZ)T|ak H u۔~ip O95/'[+eE&07K,9\mBh~6l΋X /^C0l{dй?SxI^ȳC;)j-Z)H{2t#h0#ܱA?/?#EW3?=KEMedl0<՗չPDb0_HlΫ P)3dh5Ih%4W\6" A: |7tB}SV:{b2d];-N@3e⢴fBp#w Q鞦YN 1g^l?Bdo'ՁhT<9l4HUKT~)8(AZ D&r; ~\YQ<\;. }v hpe\2徽$n;HdDrz88" Kn'1M[Io,&Gku. ┄qZlGi0)9vկBNP/%{˲ބܫ'0(U)X8޳߶?z VfÔt5N11}- I]B g+5z./5C];4DPs7E@m{fL= %a7IEgWO=~;Щ*hzG" @7G"Y#^U.]Q[XAً81"қ"M?B6qk;yٳ"=laBOU81Gh^?AbYi0ĭTXHIW#d'F+Qblmr>WW؃Hm1r!N'sq&X.wT+.s s^L[ AcƦ%rV LoCDmBCne@ﱈ{OxST7^GQv2tїri:4:RۚmWGn_x8aashd\:Mwwnݜڻ%`Kz?FtM݂C#i>kv:=e$\uuv_n_WLA,.ǿ=|UAd&* 1DڈG1fHD~B1p`EIA>~k8EfRģ::xpt8I D$Rm,3 `c Q]5{./>/VXA)9xnԝl@ceu/ L)ZLl~Atf0j2f+BG.%US Nqwa%Cڭ >amX15bn_Xq^S9 n&,,G5A0^~G-SmTQhYr >*FSd,QEƁ8n`Ժog]e0)cC̫b)rϯTJ˜In-uFq`]m!aA8P-P?qiM:3@uqOeXKm JǙڤU HZ|#SIa q ^!Uۿ=gab:r~ctvif+P)_OE%EXFr,F7l?j4 ,1R -)?}VPLw:*E=5 P;&JIggBk4{i%+w8aU )w =܀.$VDFbqZ`u":=9-ؾ Q 4h:ZV@gOkv K8:Bf!vD3N"ň2%wh]If$aDyd, xFqbhXyw#hU){KoW5RT=elϨNѪ4.P{LoJ;V/Nvȣɶ ; _ѢIIăa7o~[o6 &ol HvOZ=V} Ù ucYUC- _IsB \l<1eVo~}b%D+ JNd/d#eh'Ϊh4_wi-ep[hK D"Fy$ixd߇E.os!L㉀؃da0La!)QDa%G@t9ܰV+!䮎wR;x,_ *ըll5Mݝ/%G >ʏ WMWX Ӂ|x<+r=;<MKאMZ1ssv}6ʶf{A(" UbEޣuŜYu}iL NI)k}V $?&Si!%q^|EH1_С*! SJVNtj{-@ z~" NP0dcn(FW-vS[-ys=Lkm ޘc*n!1f>`R7qAOfuSC"I9?YkX8*Ez#iPof+?E$Pa6 1lM 馸=Z~éiɯcŢ2h |p+nKOz4.Wh4oNjƘ՚HǾt 8+ ])O]}H`Й91/ZSΤwWߴGZ[S ꯺x<֔JdY5=uBHOyu7N~*6k[}c8! t PODI:}%x2 cXaN~uh՗#;c $VAMʿ3 2eܸMԊw/ޙ5H4jENofJjybT@x6 *Fqcekʼgyfsb. 9W)7#~o^Ӻ'z HPPѯz$0xmͅ\f5ku OLƎsIXyCm,n霗#A1G"?ׯ(j".'! s:62u$rz-cDW]|mL ?G4gR.<,VZkLxpp[wDEf|K[xˤwrl_M *GsɿV<v<;Q(PU(lHl7 IK:|o1m=n|998yc\1sQ›pnRّ L@A!`%D52_%Y%z+PQhPSG(?'A=Q񧋉%%twԻn}VZi2wڡq/!9=Z<v8 k*^1(QeS$1PboQ+Ә޾K%Q%νCq)pYQK}e [۪BŹC.MRBDh$}+}ltkVx*m~ijì4&!~䮹G0l1 l3ܞ^yAtn/ 8+n'Y9$keԇ0Ꙕ(-<)5 e6t|j" )F;2F(PfHOg?om~nNT78kّ M`p\0 0v\5/X 3D3`t5!Ѧ=6 v1V&{BIX4{iR:fc'`콙s}9O^$vJ{p\ۡ|Mc*#& o原~_v\]0̇ND5 Ljʠ GB<@aSL0O s-HPB\LGq /q1>Y *0#wU6uT )1Y(emj1F R[_YڽT,5KZp+`bpfd(=QC8(|?)֐R 0[ޖUZrPfF8jշffœ<& n\9MCMqA7I^ΊumV暆X^H)QIeH]Vzew34"tD0-uRD#$ϷL7A"}dyn XUMnK__  87P3 nk%etBj\$Ő< #BҚXœ^6? ghoQXKc.\ǍҭOQTli+E0f}IYExh:6\Vb Aٷnz.=!җ {9ҥwx*=cs ghh@37CCpg;{x?]$dpi OM~cy?){6\q:gY}ܠ xH.K/qaJx}[j H3Kbޖue3ug>6|YlH[ceOwϦhLV_k.YpZB/܇DSgfl87}+,kWl/nx3эH-xTXCu(cg\`v×`ca_{aA4FZ=O;}NݖKÁ7Н1:1ǭu%:vEF XC$> rDo"e*y Gc7* rfuL2۷G9Iz=9Z?x A+v .Rqz|*9xX钣DK'ʆhɟie( -™{m$HfPnV DpD$+ӟ VpƪSigQ1jtI:WV 'W1~v/d>N>31cwq"y(ۢ<HZZSY(nLǵJ!x'<:|S9}>tc#6<)8X%FmTEd%+~ȭ 7;)5Phg^,SBqiY@=' ZW|K#>.^% 0%PFOK|cg/ Y ԾlQ'E