python3-six-1.10.0-5.3.1>t  DH`pZ/=„8."WD xɝ/e[U?SQh1pFO Rmp4!jUso,%nߪGb6׻hL3gd喬jq|食]a@Y)ĞcK,-:]ڞ̭^{B<W7cek/>GŹn7W:I 7,?̨~kz)6Ó96cfbbb46c9c0110c8f3115f9c75c715df982055f,Z/=„`YҌj O%oV ]M90s(M-} g5,@ h!5*LΰĕH_h"w3RR) z"zǽUM;\K5E7o|,M߳΃` {BJ {eݾ7[#,W.Aq5@JW:J⣣k e6C=߃s :Q[Gemwy5`Q '!E͋'e!{><$d?$Td  B`dpt ,D P \ t   8Vt5(P8X9:= F G H! I!$X!,Y!0\!@]!X^!b"5c"d#e#f#l#u#v#w$ x$$y$<z$DCpython3-six1.10.05.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.Zcloud133openSUSE Leap 42.3openSUSEMIThttp://bugs.opensuse.orgDevelopment/Libraries/Pythonhttp://pypi.python.org/pypi/six/linuxnoarch# previous versions of the package installed .egg-info as a directory, # the new update now installs it as a file. Clean out the directory, should it # exist. if [ -d /usr/lib/python3.4/site-packages/six-1.10.0-py3.4.egg-info ]; then rm -rf /usr/lib/python3.4/site-packages/six-1.10.0-py3.4.egg-info figIu*A큤ZZVZTUBpedd1b85fd121f2fd21ec36aa672a263f7d242675c2aeaf8762353256107455f9f01049871bac643b4d7221f6c5cad17a6f00d4a50713fa859858dd9abaa35b21d141c083ac2959abc6728b27fc6b388crootrootrootrootrootrootrootrootrootrootrootrootpython3-six-1.10.0-5.3.1.src.rpmpython3-six@   /bin/shpython(abi)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.43.0.4-14.0-14.4.6-14.11.2W/*@VV%@VZUTT&@SkqS 4@R%QQ~`PPPy@Oarun@gmx.detchvatal@suse.comtoddrme2178@gmail.comarun@gmx.detoddrme2178@gmail.comarun@gmx.detoddrme2178@gmail.comtoddrme2178@gmail.commvyskocil@suse.comocefpaf@gmail.comspeilicke@suse.comdmueller@suse.comtoddrme2178@gmail.comos-dev@jacraig.comtoddrme2178@gmail.com- specfile: * changed to https for source url * updated source url to files.pythonhosted.org- Fix issue with directory -> folder cpio error- Run tests in -doc package to avoid dependency loops * python3-setuptools -> python3-six -> python3-py -> python3-setuptools * python3-setuptools -> python3-six -> python3-pytest -> python3-setuptools - Actually run the tests. They weren't previously being run.- update to version 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.- Split documentation into separate package to avoid build loop- specfile: update copyright year - 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.- update to 1.5.2 - Removed support for Python 2.4. This is because py.test no longer supports 2.4. - Fix various import problems including issues #19 and #41. six.moves modules are now lazy wrappers over the underlying modules instead of the actual modules themselves. - Issue #49: Add six.moves mapping for tkinter.ttk. - Pull request #24: Add __dir__ special method to six.moves modules. - Issue #47: Fix add_metaclass on classes with a string for the __slots__ variable. - Issue #44: Fix interpretation of backslashes on Python 2 in the u() function. - Pull request #21: Add import mapping for urllib's proxy_bypass function. - Issue #43: Add import mapping for the Python 2 xmlrpclib module. - Issue #39: Add import mapping for the Python 2 thread module. - Issue #40: Add import mapping for the Python 2 gdbm module. - Issue #35: On Python versions less than 2.7, print_ now encodes unicode strings when outputing to standard streams. (Python 2.7 handles this automatically.) - put documentation to python3-six-doc package- updated to 1.4.1 - Issue #32: urllib module wrappings don't work when six is not a toplevel file. - updates from 1.4.0 - 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. - Add a PY2 constant with obvious semantics. - Add helpers for indexing and iterating over bytes: iterbytes and indexbytes. - Add create_bound_method() wrapper. - 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.- Don't remove __pycache__ - 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/shcloud133 15208925771.10.0-5.3.1six.cpython-34.pycsix-1.10.0-py3.4.egg-infosix.pypython3-sixLICENSEREADME/usr/lib/python3.4/site-packages/__pycache__//usr/lib/python3.4/site-packages//usr/share/doc/packages//usr/share/doc/packages/python3-six/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:7888/openSUSE_Leap_42.3_Update/bde22dc691719b71760f27b1b7103c88-python3-six.openSUSE_Leap_42.3_Updatecpiolzma5noarch-suse-linuxpython 3.4 byte-compiledASCII textPython script, ASCII text executabledirectoryRR!²lW_?@] crv(vX0{k? 'aKR_H:z{+&_*']AF#@l Yu}8']1m[FRΡ B۩:!Ȥ;m|| L׈ŝmͲ0X@<Ϛbϳ6wצ|0u0E%W2& M&7 k9wKR UگP9Lg1Yv"荂g`J=ʺ!JȝmDW`ht|"f},_HMn@ m2ed*5ԷÛPcf۱{$Kv֏d\VPE,x7\z6ƿ:%d5$@L pdΰpO;ꎖ n""鷥_rs$k[$#t(mmdTɌ]9N7Pd5f0!wVԭ.B9\chR#K~^ќDkoZ1T=B`Q`X܎Lȫ$]&o=OH ͐J6v9",Ib퇃 ^ ʽ0h{Jl F,O-q¾CTW3W[5G.9}FW`*RHRmCͬh GW˜ԋHޒ2%z69?Bg$][I*F,x4r SPPEjn0 vD!ik2ͳH_P̤GH' Lҏ 㰼 Wfd[a%J\T7XRU*AӍA܏R95D#"S7ֺKgSE<098 y%msnmZgQ B~Yh Y,=V)a9ĝX.5[B4B=e1Ol~ȹ>V]G]WC;\e=5 19<דUxlG.O@}+R]}sf)&?6;miʞ>VVU}"QeV.17[@ =n` CuӔ?h/PGug%OpUv}& vv, T;;+bPNᔭHgm\X1zٳW?x 5Zr΋4 Awk}Ka BjJ??h2=+?za{&yj] E$*?^icġݰ>@T Մ`eģx5ʵg|m4wcvPsȒ &A٢7kS.E{V~~tE'%fr #twB9|$\ףh鐶$vRkf|}4A6juz9k/UMšv (S( A{Xwrf5{ Z>xϝBRՀ?tikS]|ټo@\Pw .zD-t8_:oʤV C˄@<3{?U]guVia{fVc m>83^[R(478ܝBZ&=rr.}:-g/UHg":Vw<ȍ\$ O |ҕ.&.OAzq8%T$]A%QG1bE`6 @L/!u~.P1^P@l,w$|SC `U3";)^Oh4VoVHЎ|,Ύ*|)O]@vϨ1PUA D~8}5&&r_VoٕЍrWh%)MJi3zH25Eʚ~Gbup3κVaL{\7wU N'FxrxdB7g;AxU~+j-O5BR&r_ѸլF;D_ ab7գm>[5w*^ǸJu֜D>So.8]vW-渚ߊ"!;-%Ke%%F:Ne[hdj<O9KpWTy#Z* ljF`~_$fT=(=| ٘ϑlơU?-#25R5 gFd#NqsxJg K^bx mnvU+m ~ GHXiP]6 D#7p;B,D@:OMT;P@;75V) e˜~ڇshJc~N^ ͇~\/.RzE.v|R"B?KԽ&zPqբhC $wI% .{n $QZ.aPk݂je!kev" qr 2Q6X-J%rxd`5d+3_27_f:"Ӷn$v1}l}g9d\;< @^ I*^>P-!W"6ku08TeH 9&{G?m(+( I,ۯ&mxPSPmwRߡxUv'9ГTVT߷Jw܌*mPDb0Ã%_Vh>8Z !fFKBprFK/r3;NmYU6R&ّ&JYl.eo[c4&w@1[W`4 G+GL#^8X8>eKnW4j\%ZrMhۂ )&O2ffId٩$dBcc(˴jߺcBT,NO 5p W.\H^S(agk^e2 /?/mt{0`1wQ໋7Jr9T;q.'U1E=Q,Mhس`esnJqN;Q+ݽ@̠P[,Qc }go TBFvD||w968uV 3w^q5pYI<#wc@!h茋fvPx[`A vF0ؼw+YڭJE~PU-p%`t ѻHCd_Y@QoW A^yk? ꮗBe>?zR~L1W[_ ~oR8'p\+] l2iEO@8A/"sN<0.fT äIRm]?0]7z\XKzst- S5=ʸٙ^ʝPgmᕓRvQNfMX3c@%hʭWA#o0 -GZ`Na<qC:O;7MbxT)1vIH)> fV2-U9GKAHY!5vیhۄ0 ZmQYп1 ~^$wœæc܈?> ©"0.&t'1&5si"}iؿ# -`%ՑXN&L _bi.,`crSA}ER+FK⒉w$?s@d;?k>8$EG!|vd7~h\W Aeg G_ykt9m9l$}Xz'qz#<\kh$2\jt"j]/vpj\6($[׸XÚ󽉤Je wo5mȅXD .WhiMBqk#M|,f5oscN̗*ӻAVGf$[6f&#r=ƋSRkb.QZtZevvlSyt­ km3\'A,lUJ DT倇vmB/vDGq0Z DͩOIťxAv8XJ?wF6iaO8<[!"?iiSg)1F?@o%[m!*Fhg)8)_,Nh"Sp_ c<@4.1(Y}VPb媸oas?彩 QW q`f?y&t7BV媇e$ A>]W"D pc$AbfY؜~Tz,9/h<2jK*&vJg5Cd ggwT7OzI!3Sƭ"0!1F5O*$.;>U^n (Ɏɐ99>T |&}=H*<#n֡BĐ5 o\wHN} 2[6(hy{W_CXPh!ԗN}vD|ʯ GXVck}"zo;JHxIev ܽDoW ˋbr@W1aޑ:#Ǝѥ5Fnd.=4f_ ԚK*3mIv]SǿIƝ,zр\Mw%k}63c30oSx tM*IH>bǏlT8I "ZCnϣ@יd`_{cUrDc"cFsޮ_O9Ohxmko~t;uOAta;t>_zi>ψWQ'ޛO$]ێ<Ou5 ? FG4Z Ӗ؊XGo Y5Ri;fu1t1֘mƗhw@0Ɇp{9 k?<{1YkmtQ=VɂH{_/}4D.ˆ 0E@)<'A_ggsD{d~,:»f˖>-RρCލ= Mul䶷!.הS _b׍8pcSьNU-p ^ ҆Yo@mo'n<ФSF-MEsc2G&Y^Ң;nu BI׬&n6Zy?7o|ډu2#63)5g.DcnMS-#FӨʯ#[# 0?؉d%t۷q왠qel#$r>'t","B復ӑZh[T^ө]"MK!c1 :ۣ ! 3gq8 eSDn~X0:d@[zY׀l)Xv7Oe*eRxkiF8^)M2M1^\p風Z|& G\5dJfnwFރ\..PrGi䢣]eӿ,:j @7>yboKo^SF'볓fjɾith)Nxm47':ÉIh +rl[AG03&ѵzcv] u5^5a fTO1Zm2~w{ "Xdt cř0_D&кD{FУњe^&*/1uQoŁOf],UyaMP\׌IkYWNroU)67fMSjLdWD6ǂF>+'&nSjM`=s?psGvC VzR<`6`۱#JJ$/ү} {w=G۰S0e^dY:gܒTJmi[ 3Ex.PlcAh\Xtdv//gȁ/tgkWOiIH#]T`@&3 ӻ&s]˷Hj2|b1: WERQW t/ďrkUP5Ҍ !yut˃i}] ZHʯ@]J}-xX Z4\-8Z*^ րz&vX>x.rMI =t7&]u0<@dW|ښk d#'f[1LV)H}u>@f%PLpZ@& ~muکmEj1BQ=DK$"X\6>r :3@LE{$9cgcԊNgma-.a3:. L!n2_#Qޔ Ce]bc-s&HvG+N\hUۆr-ǑB͝rK_Ƞtk=\(k;),(XqkR.`-Ob,d[]q̇Kŕ\ye;J(7ǣ :3Ɣ[ԉ%F-Jq`A rr6A}6‹b1Pᮮ;e/0ޔI9sϖ4aޖ$3ɇ /x5f>_GŃbvIM>/< "#-gS:X\[RYh]NE%6:*DSMx2R}\)y\}}%μيr=286.q xǝtO* 8.0q vNH 3f'QFuk[9rT?|eFY#b5 sm"| _!m R~%Ǯ,?x?a10ŕ`(rۊ~l[axA*NQ?{Up<4.m-2um;Zr07)\C|b3Ge?)RpNqprgU`~Bֻ5v輱|Ǵ@j(8Ln93$BljMӦb'drkfNU$Dk.]ꮧ55O\-R?{drήTG{HcK[{-F%s{\i,PFDHM]ʛ,_PxW֞ldμb1.ԥ-O9߯sN&U/bgnΚt*glEkgG ؒ"s;qU!?95grN JMelwn߸EI= X7mE=8qD8`j{nʺe[.R 9xNdjǹJ}8~͎0]y ;CLJ%O"\Hݮ[7.ܓ_M&w/&qWՒxP޴ 0+[fQaebFuRSJ20Ȫև#8w`@g6sq.I_bI2?ZrBV)RL왘*3ܑN;X p~;.]pދ6$hi:<> ±%ux{ͲcjlHjʕEtsC-SˈXΔPx&l.q䱐(ߋfnch"Z!z2UZp VyՅ]sr:jr8aYӭvt3}^t0땗;֫"2cJA" 6?|:c#ӆ˽$2/hG|uY' w|Vw/}yȎPNty#(qrB.MR0sSe?HA4Ay3A6WʄdIմJVuH(RԳ{Ǐr*kjuT}_+PZ?[)Du.6Jl;}4M?@ݖwbK`!wFQJ.0;<75Yc=IXsh,D*?ݻ5rZ qE[3p&YBR& ^P:Dz Vك y1z4ݚmAɕ'j[1NpA*웠qs>+#i~l:;\ppHc@)I&؋aR agwOyBmv4ڞw $OتG6<8!+T$ZxZ0ETa]u]ul{/-ׁ֛xmm~cJ~wC}$IO|G# PLAh}mL,S2ډ=1bЯ$`Q`,&nCW,ƏI4[v΄`$ e't|2wxq %ggڔ竽4hOr3bB,IM> Y'[ʂ6V־|n[cHKduxx$g1U/@BؐQQ#S8A$ 2 ܚ7$Rq 8x$?}P4+Y2.$7K@20pCoG}cݻ{Qeޗle$flb:v1>D_Hv-rwQo\E?2&)P=ۦL&. <sPqz#b׹~.9qPaΌifk1Z a#Z1}q\$C!'e5v/h3uN9. ZOC]O`F8Fy5!Ğ rLьPO i( lh{v&zOM3n@WKTո5LkQ«-t7Xªkdݓ3+v:9,I2gǨX at*\s@C қtgEi,U +?}F{Znb\ dmt i5W};fLe: `oip&!cW Dդџ@;;U w//Xn {yCK6hDha i%, K>qYΨ2'GY7Ӱ̖.ColUshӢr˸W<~Q!g11;S`D4 t ޛ?pF.Dq,*O:>֒L!Bf!&NxQyJsoUkFOTR(,k$씭c*Pz~hJ|Ēw9 K(JVxjA1u$=Jl|t$,5U.ӭl/5j`,ٍ8$>ZI 1ijBmqP4b {@(MW2"%!OQ$(9qR8W/Ecsr6)t(Kzaޛ)v+9Oݥq*Ֆ]ܸWi"!5<\t :Isn-QrV<L6 %TZ=GGK/wr n8L\{-~`3#"U$UI!TׯB?9~TC1}Q-Mg TY3/UHzqZي ?n&ez V\V :d1A ̱KaeMzQK<^@]2ךO/b"LaCumyf4M»dлt)v@\<2}2nPH ^u2^XKj'JDZP}EySMÅoH2#Qzk 3ſ1N\m !=XK *yBD{$|T$=tD#gfQ 5pIÍU[MҾY.UEHHI6HFЭxs=/'J ̽۹C4\x*do+~HڰDTJά'ŒY:B`@9(sjñ>wTY{̴