python3-six-1.14.0-3.2.1 >  A `/p9|ÿcזz㥯t9,!w 4p1Ug;98dOB 0g2O=.RB)0\TK:}ͷe9Ғ&"z)'^"f{NJ?ޟcEZ2Vq]eDШn?  ,␰+J^8vo|q pp&ҿC 6!\| KEO8ՑM]OV>81c10abc7608a432f0c06110972383560361cb5a72af7481edae52b350a1313e8978017a09ccbf0cffedda1f5fd4fb1bcef6fb6bwЉ`/p9|EVj?^މs9ӏ(8JX)Ggxd%F5Ƕ4C" j{X{%X IQMGETj!L4 >p@ ? td  B`dlp    &  @  t     D   (@(89@: =9FAGT H I XY\ ] ^bcudeflu vLw x y z  $ ( . pCpython3-six1.14.03.2.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.`/̩sheep19SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/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-3.2.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É@tchvatal@suse.comdmueller@suse.commimi.vx@gmail.comtchvatal@suse.comdmueller@suse.comtchvatal@suse.comtchvatal@suse.comngompa13@gmail.comtchvatal@suse.commcepl@suse.comhpj@urpla.netmcepl@suse.comtchvatal@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/shsheep19 1613745321 1.14.0-3.2.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.suse.de/SUSE:Maintenance:18301/SUSE_SLE-15-SP2_Update/6410a04ae8fb2c85515ce100dc1e523a-python-six.SUSE_SLE-15-SP2_Updatecpioxz5noarch-suse-linuxpython 3.6 byte-compileddirectoryASCII textPython script, ASCII text executableRRR~zolo1utf-8b275b815fc8f00a0b50669b61380816c0b2e5b81598c8ef22bfdf9c3c51432f6?7zXZ !t/R] crv(vX0h5_bQ?CrnW:ê K<ɹEfG:l0Hp3zMqr7[m{MT^bW\_95uQ)y7u!eD1" B `Z$)wQ b;@aߏRpٚkYgr+6, X[☨՗cbO]ɇyʞƝA *p+$L/AYoU3xK:+C0LFځ<)S- 9%#^ !f |lݴwé:5Xg MܖP8"ot`8+4oчTYc*DE]x28Vy7;k:?slMd]Ԋ@>\MþY׋ yX(yM!,PvbzN̾vx2RfO/F.Ijb1>*Ul&b-hB**vҜtV+9l׀X46t pyA) JPV>Ba\c0n//}\Tp"AO%9(ea_!x-1~WᾕWHwP.vʪܘǢ/:՞ԚH9hF-g!q҉r 3Xn} ͻ#>E3+V{DFk';O|4nM8"J9 *|"J˪ Ģ.Pj{Sl<^:$CǯDŽ-LԞ~>^uNpjĥ|YKENw VE[ƒW֐mQDLuc03D}'4^m@b\GҳHA/A4ٚ) ۹)KL ߨysx&XhXQ7g:Æ|h#+Yk.\sw'Rs =C`Z]K?3ֻŋ_K]Ěu A u*\dɾ8Zy6PBVEW v^4!з@Vp7,On^Q30lw|U$\-vzdO VW7fyj4Dt3|HUܚO{Տ7]fV}y-H3%;ȚQPXxrK &$gpUd>|U\E+׿u $ yi.Un 䄛u |\`M.c4΍]s:6vOڵ^0ӭ??  -dM!H>G}o5@W,tmx.9YG;>.ۦ*˄IXm۩BI-C@0TKu΄Nk^hbEm-Āh=/DGwyNjV%<V$\̱/Jhg>|3mOb}D ,D{ hn2a`oDƆ0tjq١ CT#FKWPuJ`ӕDŽU-ğJ|8eQ xiFrd(ig*\C/2 *NaBݘRq?(I3v,\8PIꁑnBDBG8Oŵ9GDޤsLdT?qyO?U?XuKzj[gӻl'*ot 0Rż6nt`9>3"˙"u(-=U]q.CԷQOUUQcWj(y#9:fz5|QP/N:!u\ABrf2qie-"T=ؤ{S<%_S2id)jO} %xzKH( %Cu|#RPRa& pGkw֯,Rf$bF@ &F;<+m q^I^!.3|&k3Cy6]|y2bVWU:q[ (l\k~ Z&kГ&oO(yt㱆 2=۬ z}q^i0}2>K0W}!^ =WK;]#1W"fmj,&JeXA]hq^$(5g =P^u7^1wJ&&STx>`('@x15q@XJ}I6K^xFh+IaoEy2~Q]1@G7Ɉ^lο:(dkRR`Bh?D>r,o.l REMȚQqQ7PYq{`mҢ1m+^?fGɀAG v+G4s6o4Y8T\B)̓rTX~dv)%N="c(Izh-UR&\Ɔg qzv:GGt1^C})vmS}K~р^%}I#4j~>ZlmG0 BŔY`V&d K=IB(1;RvS$MQEn3jp1U[-Mg.a7Xx VࢧWv|4M`ImGTY z@ڥ'vK AX 7BtmOsߞNꏔ}K<-mn@wT0.Йd*4;]V<DuyOO^Twn2^Peou+ o{;F}aog&vyL!p,\j"r0qdD *W`[M[HnOPA)N_ ¼xBΘb*6ޜ&z*\ןOZ LJ+"*6q6YT& }$B&BQ=G+,P`MD>D'p(`ѡ*+[]8ٿs@"i:l\x"QE9YPPG;WQ"oUt)I\ p+`?Wv o80mz٨J;2+]NxY|dy|@ k\p:h>9:+ˡ}}gtJ*ș*˷7Mk沖s)vDέ ^}{Qr{faPQ꣖+Yn̨02{wzFZhϳF߸8S~̡6[_n҅˼ +Q >%[%~^@p=P(5 QꝿYCmM`{æ_fO gmH5NR!Ŵ?Q"]LTv/M虉 ;@bT=j=~ = nUۂ}:z.9к?SmV.ȴ, {M}M*&ó4XG6[ ;|v5E]^^O]70.YZv:W\$<ǴJt nBf"]:2:vj;'}- XP IΕPXJ/ 7RClP6R`Y`j$*:M#R\q.tlDKYP||Ϩ_` ESc{=-U֥E'򚑁N.+m/U`[FKD@[4`fqd gd8|RȗTDT[h# >χp@NfCCka V4m$ VM]{(Iwz*J6p~ב< 3@ȬUd?޴TWfhɅ40tdn'FywKDZ^d|6\k; Zܕ 1%oYEi_QQ^eN'5(|/(  ڝ`ZС/. 2cw7~E;pumJ0:'KKjFLci%Vǔ\W9N MT@tEW25PNdq]M XX \*6=F߹1+=I;҃] *-Z)˰8fVP"ڌ/%*dzd 1j_ծ9B\ < ^ op7)~JwꥩhQ~h]Mb`2ʾA 2s!>VHt$-08'e|M7;+4h4l"ݦ<{5n2Y.GZ1 (DrHN8 s|L킩MH<4Qw=4lvcjyk yˌI/:K.+hFE}":IޢD]',SM%d #zGǢG:w"Ǝ =L2 c~]V)Bn^䄈w'd@}:YN7}TRX[A4i@Z{|.F}⑉&uJ;E:i=4=,eb s/-)ig=?~^kt@[?,$&eYyoܯ!AT]}Qv/63A5+[H\Jwٛn]ǁ~4q3t}i|%QqY9V"yNFhb;~¼pHWwh*#f\d Z a:Tڙ9ö!`IsMকvtvR<őWCW n ^({dM?1}5[-Le&Le/r/vR!ΖRy^#ebE/ho2{afWQ$2@FGRw।(2-~l#HfZMaQ1|L4 (=_lbt+4`=4}"5Ygm{ 6\րZsh(&h 2Y#Ǣy'$_xHa~3}ƌ9zTYogx*l VUL̔Pi +t鱼+{Aw Yh T<<OVΨǭDgP: *Vd1.Ѧ 0qslSr:_BF(k-0)6飧p-G%d4@B#`3H gۢ8LXd/j~&t" V"%_'vQ#nw`K+zLoiZ@S`c|EFɱ41]ߏ+= {MSD!G֚aDMI^gZ|v'Jn-A^'xz!P\pp qt]cC >7 Pc L%EZ+ڑ0]{uىD(R荍J9*&T#lb#,īUg覲UԇJz;cr}&b6hRroT90a8nK}z\}Q>R> '[L}3`LTḼOy _nogʼ/8OYn7\|Y4uÊYLQ^?D$vz;$ÙPYpG(@OX /l6ݤ#APw TitqWKc_ՙ_5d$6Y Jz9PQ5׶ɖi.Lth5eReI<·6^4b =NK!]1<1ƹ7v)tr=S~B;kx=2|3VKQM(/+N.W&BZxu*OSVҨ)|C6Cc8^έY)mWt mݚR@Dr+F#|Rx־bg+]Pt+٤&/ˆ#MA~VZr}>sL JEGy,lu R Y^yEI dtskGU5Xz>pgQ͆GO蜫ʩ CTH"j 7vl`g1dV-J(r0yp-{pgհجTHN('~;#[L^AN}&d(5RTj1}zp(<"Ɇ5r./..}ǀb(ƜjտNgaNIH肘}l'%ArG"13y EfPSB"a"DžGfAqLN\&t,h90JpL*=-af̎Z-^hy}BELEigH 9{^d\nr찲\QSGnؒP[[i$YƌhZ  :\1KYƒxTwSgNUӭs j^Tʤv J!d{z6zcOpl>1v{ vb.% !"vv{a -.Rŗ UQ1ȝ)1P&U+rE>A6Z[%Rًz)uUuR` r[ _($" 袪9%eg~ɸc`;&Sta 9 UD6Pfa5%qFt lI"0GcvëS|`NӮf9ngі7D61%82pL]4qJzD*RGiBg8['%!٩^%ST;#"eblN{ 0`+?kFdOF4c\.ԩٱ%L~91c#$ӫNt?4" :xILP|nspgXn*26"³.SuSa`*?%RPڧ jK&ow5W}K Z NIUΐ# `&n{&&#xNjF U.jLL# 4`ܾÎcS+dG ǟWM+0!ź-@cH߻]]gbso,X+n`NlR?'d+:S @cdz#3Z.D_k$.,9]/* ʆd5؝gI>ZVP4P*1gɭ XmP[Qd^­c۪M[bM˻NE 5Jڱ2B#ɘWKT hgLI>79,1C NgȚE* E ބu T>#p݄InkG4J| Q4$-N2*bTƴSA4*yD-+g'KÑ_H4eSsp~sGUyt7a~B-XS! 8<\Cyb |R۶V113f O~}"YLCKwuJ\=!7GֽpgX60cd_MrNTӦ<'2c[IV&|E6,3O?' >Gw+,'FϺ$)~d۸̰5͗^.VF<˷vL%@j | "//W+1/ClX9Bwp>gP$&_"9QqeQ=.~jw96 Kq/^Wh+P08j![=G08HS³zM"VMR*!zc7w1_syEԣ0HM9lm2i}@Ix"P݅[T@@C>&K8}DpwwGViQ\zl榋' \$p0\Tt9:L' WW.I^ YRM?{|/ϯ޷6TXNLVν_ LyGbqzTDY)UKrrYi}VJ9Jռ`ݵ7LeG))ea]H@ 0*#T-R~LZPnE"k _8,7E "a'k Qb^the,aaPB\e䊠Q5NַZ4(i?JF?hT/o"}}c[#خ4elpޏg.y #7@D|܀FiXFt߷R2\tqs*9Ggs0H;B5,E:o,!ɑAS%/OspH)kEItXZFd6)`o쑢cC|jeo+NiFvj)35]ǫތ_cOa6q=F6ղ҆[(^}CMkV .GxޗEgXĭ xlPP?Ko] pvOCGݎUb6ׁ*2<R) wf?G?(n|e睃MW Ǔ%+b&/⡂ :kC~o:ۘU%Sy z#ӛY;4I#е&>e$H2@T 3T>3ٻbI_U9dD_z~՛.ݞ(1S /fG s*N)9br]w"lOj} : \+4oP&c5Z3cՄ}C%i8) @T~MHDžCSDdMv,'1̆=Qr%O̱n Rw,=#dFK?Z 1|oRxpOsc鸾՞'W!4Ƅ)'t~ ںo`䲶pio p7ß.rSqXݏ֘CC.R(ɒo$$L&Ad 'OZFQ '4Ag;̭ ޝXN@40V=|kLFb<NSy(h2;梓YS/Fʋvi _%cЯt>M`vb-vPgSC(S!eMh"E9c<,>Όgu*5g4$Ih ZݮLe;U,0>iy =yA\xP<.-S邏8ƫ74u{2Dxz@Y"hvs%yS8V!$fLJoZޜDHK0QЊ|W,C"t#B6:jP&$.Zޢ&s `vUmX2nZÀuXCDU q֑)'{QuOp+"E.lBI&8_"rMD=PL <?h# mf0p-Hja;}C7>Q};Ao9kOk IbțV0 o Dxψ׺El_FɵBUd5=C^"ϗ[)sGSJY B?uJLV\5pCKC iJ^RVH/q?jg(W^`djE;j29#l2%ZeF=֜m;_Z*v垛`b/MYڊT;3oP#\k&GRa9k\)ͧq5R@tF\`̂ܫI{ v]{.Τw4ŧS3z k>g-yȻk+} J ^n4*cbD[x!Rhu(iލ7SI3zv߱k7 )\ e+qydz|5as4!խ@:ya$IjnVJ..gdysHTlfG8nYX"VʄKZ; |ƖeDei1YF&ibi(ޙb`Ch?+ث88"܆} )3 Jhp) s?~SԓHϚ8<\h  =H)1 i{N ~A?g=0ǁYP kaoP8'xz-Bhq"6!%IQ!bl<t$ *33|H\eE;^*@I _ٶ s.=.{>H@Zp;y`= N͖}͢~iES isBIg/94DMd[Iᕫ7xr"*Zۄ4]Y+7ӆLKbޭ "pG>[ ~,Cʣӵ߃I$I7v2!|Y;_]si jb@H0 4bH|d)@Rp)6!][ϥjŽøA7'˲Cy1p*6'dzAuSETvg)7"N?cJ D! !u2 cdկO*5̩¬&),W?n[tPPށOUO̡vv͛x̞;杤0FO2#};AovWygkiҴgϓ8v/ m`)XOiu~G&ssz3[+TH\t@J=XUFl "V!zDI)_a#0䟜>ܷwij?hb I_TH ߚ`m1*<L 9RL=CݕBv2ǃ$u'BebEksWsA.x2# ynGV`o&!QW_z:hYdHH01]KV5R! NLI@(bJThEO8jh>-Ĭ&`,Ұɮ=73fv $=0=N @hT^:W0w,6a6h/U~B}-N)(T}E;ƽO.ʮ~* Km*,BXAru<~O,=^9IcΐN^ BޚX/`euH17Q?'q`쏲?W=w+m \8*9"G-0GDAFπ&s "|.c3խs>~DCH [pLS0f>͌XLFHx!@M/rc4vQ.="e2 7eu «VlҾ犯+43wL3Mv(MCfXkYE<xh?a"e3ZOL`]t己3@O}r>S  dzvW,{΋[x9wRe!.Lqsw$>38,o[dGbcWjR ?/B~gEH9AUHg#1Ц1v&${S3Oų+HS6U@?ws&U|e rRS"Ij"UZU$6b`08HԬHQd_٘}q 7'$<q{$$(1Ӌ ^qpHS2P-\^J>a%)jP_%h}q0rFZ9N|04{ -+=[䌡&yoT2϶Vߍ'LjEI݌.;gY6Qtc\7 DjTB8]Iy* u_olwdĄ^ixbo ~] GE zTfjr_6Yg}FڋH(h ru δtg2zsxzhQ׹Vtagu;mwPR#uB!Hף=plA!xqd%؃`5[ZS_(4q];'kܹ_\O%_K괣J|TC1o~A}dW1 q+kOg hOG&RS.?KDl>l$ yߋC 0nr*\f( A0Z[Oxc{s |YXQ؛̭:.;p /|[ҏݒ&uW>0dܕ# WnNͮla7@ sq*m%47'\`92w(ʓRY1ծF֠3Agq|jLod-u%$ߴM,C( lTOG2Lm^9 b#}O+[d+bU.u~q=USS􉜌ʸ Ǽb|)ڜeh7hk)rJ7b2=b}b!#s y>dC~[&3IS/"F|jn+\Wq# 7Pس="{dBi5x4Җ xig~?&{+Vlj͝8}:HW8 49bXգlG8 җYBbv mУ 4Zא/o6<_tAAZA"CT+7`f5_CwYJM`_GlXA|pK21h1Fʸ79Ht)Fҩ(^O=SK)}n9(0|Y1-D`]8=b  ~mOzt&"Yw4U\Q ~X-Ff=xVl25ES΀1|Y$ʘeJ%Dlٮ'P8}ZQڵY1;2xN^UZk"mIR5O.r-]mhԞ(xrTf|"mtu,=jϛ% [4O;(a2AI ”*ϙ-7xA1&pfo3 S)ډ m%k gއ~2MGRcL*=.=uIbV~yjy=ecIf{ 0cra p]Uha"~]t9ڦkXԫ YZ