python2-six-1.14.0-lp152.3.1 >  A ^#Ҹ/=„N81+Xh=;-enIu)vRh̡xp7|8imIGz%ܾ]DWzwΑ)G%IUfɦ"i6\"jl#[=.#mr[`*8˯{Pt$uj7oߤ_#'u6AB!b jr,n G&= >sKHZ Y_>iƒjE+U7i5dO3?dysޟqx|7cfcc3085ba0d226630e0c51561a1e5600cae8a7f9fb46ada6e65e1d1829381b35224b9e5423eafc667e043727792e326e1e5fa3s^#Ҹ/=„=wx2AhaF!O; txL-; ##-FΓB9+7w-ZON9=GNÉ%=  h= K GH+ ࢹ& hnlLdnüNV v|5bvWM4L )9$|˚,FWYlW 0wF*.ŏws{{:o;М~"CTOfֈD(t aY{Gr@a7 G D@>pC!0?! d  Fdhpt      ,  `     0 q   $@(89d: =B"F-G@ Ht I XYZ[\ ]0 ^bcGdeflu vw L x y z    !Cpython2-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.^#lamb67;copenSUSE 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/python2.7/site-packages/six-*-py2.7.egg-info ]; then rm -vf /usr/lib/python2.7/site-packages/six-*-py2.7.egg-info fi))#d*A큤A큤A큤^#^#^#^#^#^Uy^#^#^#^Uy^Uy^#^Uy3efab4f30488ee2eae2a4cd109cd95a9ffcaacd642baa47da7616a6898d372920e5cf78d9cf118b109b87e8640636cebaedaa7bdc22a3be9fd6fcbe8ea43dc8e01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546bfe2547fe2604b445e70fc9d819062960552f9145bdb043b51986e478a4806a2b43a5af1176750c6100480a370863422642afdad3f2f3191298af951c4f4f608026e605ca169abf03a25a2f42308841efdd113248352a9de9e9224be4b56da21426e605ca169abf03a25a2f42308841efdd113248352a9de9e9224be4b56da214cf82436362e05cb16db7284fdf9e2050fe8e9680416f2c20a2dba8c2b60d62702d938a85edf316fa4cf35f2b671fb55017c92c0651c290eb8f29ea890db325be8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-six-1.14.0-lp152.3.1.src.rpmpython-sixpython2-six@     /bin/shpython(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.73.0.4-14.6.0-14.0.4-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/shpython-sixlamb67 1591092172 1.14.0-lp152.3.11.14.0-lp152.3.11.14.0-lp152.3.1six-1.14.0-py2.7.egg-infoPKG-INFOSOURCES.txtdependency_links.txttop_level.txtsix.pysix.pycsix.pyopython2-sixCHANGESREADME.rstpython2-sixLICENSE/usr/lib/python2.7/site-packages//usr/lib/python2.7/site-packages/six-1.14.0-py2.7.egg-info//usr/share/doc/packages//usr/share/doc/packages/python2-six//usr/share/licenses//usr/share/licenses/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.2/standard/f9f5d918919d8d65e69c0f792e867a54-python-sixcpioxz5noarch-suse-linuxdirectoryASCII textPython script, ASCII text executablepython 2.7 byte-compiledRRR%IfMD6utf-8ab3151f65346bb93f587eaad1f6ec2a7f42bdf23ca27050c1141ece332f4a79f?7zXZ !t/D?N-] crt:bLL C"^w*y՟F?fo ɟk0D X+i?Ǐ?@绲֛p$ Ι#9Hz//PuL: /9Fp>* EQ}g 3u'uhzZ^q2tw|tj2/}E&'{@bKz&cSItZBV#v8`rݲ)DefIHtnF!R?dr$@I'Q׸5yYYD7oivX0c 3~ 2󀕍%?-~S1|I%М֏S"Z js }w!$ayEBٕt Xa9c̈́YA#?"\SK]W`a0Y1u DX ;^O+m8RNz[zK4T<nƵ)}]j" XdrXy:_쳪ж5\iEN^~BA!JrJ./e%ܤ(Meh"tBrN#m%AfbJ)զR(5h- 1z\ ^^GWaVD}6oBF%tTA#C u(ˍ1o!җA,[dkl|V Iad7bgylR^(ZL EP[(_~/cY+J^"S]~CNvۭֆƧR] 6b.B’ضqa2}fP۲ /Dh1j5lWntSwz<Rzp\(_$x_hsԈ+Q,_ ꈿuw=uޞEyP!:v.0b"uXXiߡF^-cKuP̯ɂ2J\N @fmMFݯYI;[0J`e薇 O{L]ߩ֯9^MgFt}h{wSjK 1f^g,=M{ZA@.7.vJsy8-1~x& ZKlSISf3$bQu2)9~^qBOh/hcZ(&&k 5kckmѭl+i'MdLDT"m._X:t5+ u\9uDj9:ł( "?tlʱឫCֲ!M>X Y=\%sc'rl-kvՓ)Yd`&aj}6(Ea2[9fJ6صW3@ !>^zFWHnҨ ۿݣ⒍`N~-m]w)c}|n93I(Eڵ94*{ᵏzt@ď&(~9ni_|zSUhʌTKNr_ݕ~P,i np=6zoG, r:>@,Wu덞 )J_PiDx 9U Rbl/bkz4ᮕ­!34jǶ5oVVA{oR o][S!?b\D#CH?4{`%߆"\j_{AStT,:]? ܌ n0""{$yǁQvNE~LM7bSR2ߴe7NPn'0Q v`ʛ@=NlDNv@ʃ gs?_D ~8:6+}!7&;NoOBeK-aPƚDuf /X4s"2]~h6Z6z=fHQ T5iQ1$z 7I_4t}$8O$k: T-PJ3*8hwHqV* -\wKi t.CF8uGf|^l$U[nRw.).P`pz]E[:}BO- 5'ja~c2䂁Hoe1אfh@5lF4sX?#?t#*[m8u7>ǎE\ڊU"j8DŽCU,k䇄~/| 6"'h6RS@,?3d8Мy倊'= #DmR/LdLTe>kb\Ƈ3)rbQ69WdSһ){=C}9Ng[/oo?+܃k2̗PΉ2ۑ57]xh./l.fJBYK>R$ح'{1`3\.4-bgNv^͊w6Li$%›Pz{qc"ʼnQ)]?8ٶ#mH o:]@ç KK- j|5=*H Y"(ֿ\\ *j`7샇tҳ^#$eD7B`pv9Z|lOo3IMqnQg)5a"0a}(W@񧻟Dl]/BYFG a u\ *r 5gӬ'Smo2tI-Dr^p$ Q:w JB-y[|]`fg--nT!)VФZy ή~,o$5-h5ħwA`ZC r$'g-;VqqCP)-z+FB+)/ :?-#HC|οxnWxͻlZ}#zXg@ SrarQAT3M`U?:M$Nc}z=̲=,{#&d-s_,/}Hާs,B=VߐMkZ?o3Sܭ\\+B%JhYz dJw6$EF_sjC;lJXQ6̿0u9ٻQ ;p/8iifg K?e{ XvObfSS]xHtRDiH(+6P׎LO|l֜*\5հ}P]+S Aiѓ_[!ﳛ-DOì,.dG;E=E"26Eֽ! Г$hK8Ʉ 6KH.# m/tٕy.Y 5/Sn9bC;P֚ӏ>qr܈'q?x7ʢ[1s/ Nu;!kúSfxo8hp~@ʘ\n,~swޕU:E &Puzr){=>t::+8twaPِ SmSꩦ i"46Xv0» #v 0v.tO}H7U Lwfš ڻr^=f `Y{+ evKWVfvgڵ(&7>G;'UϼWqFG+Wv23~X˥, ožO CPbUDq$ &Qv{wS3?НRJl`9߿wYY͊"! ZKzEL$rY7MN]2&7+5&~F9׊ǭf<q,'rX^|denjdG: cBnݙ?>-DZ33ػ )Գj80brmήH1 JXk?fMXxh[d$'9r$cA˜{ _ Q̲%竧!7g04Ia]1Lw>.E6A>:N"_\6,Gkiߌ 9@Ep&9fIhpF0 GXs""AhU騮,N߱8$8K0cQBar:US:h7᫱ρcHqn meZRޖVvڭ@bFx6P9qK ',DahQt{*=2hD5Lq_RҶ{_Sp=J'i#!, oy/CXC-Ո*P"vKI-%B%Gd0D2U!.J@RP yc'],F׼PwyCx\?\ڏ؋yc_R.[V=O=j/N# YՑd J|m͈^O|qfYoWP94\Մ= XY' n ӼȺʹ.y'Cd4. 2xv췴sx?kcj.: '&c&*S(bQ>wͰ+f&>=J!"-;u {+2O>12W1ccF@+~Nos"aoaT3cH|ZɭqUA=rhFiQWa֙y 'ULqYЈ@8GCC3WYx24sԤ#a /.i"p?ޱpIUIhsE:jCnM\v x}g?bn0Iff ;ް:< g#ԅ^j;%̕nj33%")\1'?\q<ѮŹ7˘\5wH~M)/(l@ߦE,HbCcj҅U2of9p-kOCm-iM%:(B+`o"t{F2M~NhI2v9j9 S#!Q:Qz^,=s3f=X5$W g20{{~ ^nwӴ2$\M2mƍV .sF7“j K6jW lW8;iEw f5pKElmuJ;S;0:;c<Х+Ä,k7`5/WTZ˳¢h OLj;V_Z`Rj ѕqzDhc[-{:EJ9SD*m y" t~X&\׋}%xIS;B#LQm ;/:IiG؜J&Xy(&oA%j)." k]ɦHIrXSY֩ՃW;T_ofHr+o^X3G?'Tܦ>EXt`PG30k3{t`|Kn_o3Dp?hlʲJ֕YC%d[ 4Vm\U(#c TNsXFJpkxy@MHg3"Ɓ,["5C2MIݿ_Vw /5 {plE:%J4(GkC8rׅN mMz]t/(w~pn)Ȋ@3AjEVN[[YcyDǰa:^$ޠ3Lv&T&CHx7Wu]+'Ą[ @j<Gn`;yHs|z%gsK*f}N(p{ .SX㗨`٬JAw6-ӓ2'Yy;C[)"rSq洼Pp[JTϓ ljA88v BiCwR88}잌>5?g0zą4xr-] 4 s&&y4(n"Ÿ0FXF0\a`nLŊ9;_/ABh ?RѤE[z'ZG-2{7`\2\  xV{<AkՈ_Qk~nj_1Ww nOz2dfЭjs8 2s 5 k>'1ýZCT\Ug`]>t|Uǝؼ9$%HV=}N5W؏WPjqpLd 9#ڷg灶hq`aլpXAqUEEĨdN܂dYep0"? 8 tE#EȟcCA(0mnqcnZ:F8uV lm>Aflߒ/Q"_9E]Phȃ}f9 g3]3$6*c)^,.N 4P9koO'4"@ 1T4WkOZTb%"L$Hg>mZdV];0x4@;nH.NZ[ yaMtǙf忡!+8t@Gr~#Aн䝘ͭk]#qX3:z\a)9UG) Kgc2MIPY [2ٽ)X@~Ɋ8nbl{N9{t/EZFcp6E!V#|~|NJ/穃frmfnQg[ܰ uC̓}1I_0԰yN`7t]9 SZO RdIN .=P}!l9+glEDeHSo燆v MyR{=vXnۅ=@Jo,RSkAf4;C",68hfMUImnNbC^fܔdĈQ%C*Uą]ُjmrF&S F")默0#D|) 3Igy[('1O(4&& !ښt]u8X}HnGd,T5tG8~zb(Z 2YbB' pz@>55uR Q Z6٤oR.9\RFK#s0^vsKg\^ԍ\X DL'Wy? @_bOy`"('A/V <xIYQ@PӐxH4mqrR 2jyhߠ{X^e!2ofej|2{~3ZvY>4eh]l[C?Ciwp9[(kJ;pяV8yU:Qйi 5q 87I#@Y=͜.𵩦ce'{F/n@=*YbFۼ:h+,ѩĴU,XZ\_8ׇ$<+#` :~4|o&U>=L4~䬏ëܻm| BF\◷H:#O)T ƽUaO/"w%&_A,XiC=gEO2sa1Ij4oarbYaxDv2m@4r Uq&!bc&IpU8@rtsC݉f_HB4<-ek7#I:tZ8{F2qMߚW^5i虉Y Jy BwA4X !."a>: 13D5Ù@Ra3ydYHr|NbAߖ//Vn@<Vw  \_IҜYuhl ݔyQuV Քf4q = HM`z 4 !;c>X lH(ST9lΝ̼O_4s&P_(|ػ<;M0%_YZy|Z6,|RVj;Dg/'#!eB~M8_~XI~'71̂&`ĞЋ0cG:nC$zʙ8Cx8z,Q!Dn>G~9pɭx mW.Vb"04 a[d87fuqL4ApXeShW;$eAںԎ'Ul%RY!ڧWpFY~|(BeG#añoCzveվz?2{CQ+R@}&&Sy64[ YN)_sֻxs3ӌwB۱ Z!"pĈCȲXR;! o cj̙2e8vOD-/3-}ORFH.@Qy)"78I\;HVx,{-d3T0۔j{~wl8Ȣk( nY_fE PZ,]Df ()52ēV)#å @UB(T[, 4A>@ Y<7i T]%a޿Ib<0!Ȉhy0ӵ )X4B2 V&ƍ!^ 1Y\$_LBxN%3W鮌 ݺs+s3o闠 B6ߛh1pTO >]e0iธL"q?Sz'tI{\hڛda - Pp x*mCo7C+­tN>5Iy҂Ij,f_iI_ot$,ҙO|G)ZFwkFo mbuEvzi&L{2vt45TVnTEsX4H,KBHvXLDv\;HK/Ãꃔ-r$ l#Wt^lX#Q-LiP¿eŕ_0uf.U ,50@Gfk_ +nfƽyNIO0Ʀ8# t*L%Ŕ31[|WE ;zǍr2})b~ LszoeCPCHWh%@-}\L'l\(:Jf {6eQs[͢ag7VlӟfoC_j}*f.N@13;l[; ZG1 8y1'ֶx3-4Et!ƈ78XegG}B no.1v{mrH",ԧ Ү덩/\N#Bx)p0g<sLJ4b@1Gh '6>K՚Q&' *3 m%lwY;o/#,e󩳣˳\\0eGZzp=(Z{bb=~ȠKp'Dz=Kc-K,#I$L6_}_|mSEfbOd:b_DƯ1/#'&üX~:E}("R pY\:|nhX9 Ja^;⹹e9q5$sx[17z/jI+Z#:q:~%p۟fRJ"n*_r@:3#e0zpDPQ~MH .5łQbTY$Ǘ¥+WO[-sU5^S։#8<+7:w +6>tVE_jKc#Ii8 /J DyӞؖ`i9LO>ͽד"RZ(ElMk14oBލqIlF+<‘h³-bAbrvQƼ{cKUA[ -7h {^ԭ5(Qyrdc&!r  1mo@]NMiC@-|z3-jc ʒ{s% Ɔ>/;}/ Bj^! MsCrqm QPSWCK!O:uL+hmd6\`'^(Dڦ&O*4-1|T_?17x{05 p'XS<{90W=.PT#!XE,tpq,( P6Wʴ)[y-Ap=~N1v/ tOyeڜsY80jϨÎπf3-% b\`0Fq>ˍ_'NSю*B*{&8C`? ۘTwӳ&Y0 )3|j)E@"76+^xے6mQ㘞:јEQG]0gǶqv=C}s>^; ,v$D/`6Y\=L@φ= -˯>&P4#U>hLMk]wHHR¸p%n|l!4[ ݰQ; (0h0h}@\j8/*<:KRo-#6SsJn';E[){FN_hѐD%z@Dx4/NukM090bNC+8RDETK.Lc%~u0P%p.<%dN4)o򲛶8 [$)L7W$/6 ZOq!)dEv,MʬV iW7k;_~sUMhuZS7ck?&o׀C!v}P"_q[{91#Roq)hfGÒފG?U+ɠ|9-8rIrDj a8L;G|}pfofz+M!>t v `xݙC<ȗL1ʦz|Bv(hY38lnȠJ4# q+7%omti"!Z7>/ÆOcɑ꧀="l ,Q11iJq'`j+´vN.cX}X "F4P^4{ē`gz4֓; SZ݁.Rq;%UlIhxֺ AΚpf rEyn}Y?/.vo؛M)_\gAzt6Ĵf-E43eyHG{Nj4DYHRb )|ў;Ƣl&h'%Qh ܭ$x)n:6y'Ae>g~{ݚýڤªY>z:ll^Zn\yZ\΢@쟂 ; quV!_Db;ҧ GFakѤ18t\v S~K=~?;M?~><Ac&YfcoIOh1NehEX}CɌ2dŘ[oRmxl3~ULzR|i[d3!Rn/p\!JطxtůoۈxޯܥM$ U,a-$fm%o\a3S`vp< K ԍuM-iy1/]% |KaoO{2cth,t/٤I:q5@*"P%b_ISGzԧXJ/L{76 2Xg0`pb PK>q'@:WזX}{=ѥjZ'GP ;Wo㿐De*ȏU;P8`mXd9.3;[ʖ@D7A+0J-d9pqXGD̷2 5 V\LJ^BcSj嬸Gu?X"0s:-'z_!]Q۰@z"ݕAHتpNёAZ&ޛ^&~0s1WRMkh$,6PQK% E_ ]Rnì <>,Ea0UFOH_%'O١PwTx2` # A<=|u}-D<ВXZI: Fpc8BjFI@XeMc Y=Lh,B`<܆&GMބ)ʬDy =e>ɡޙK201/VUty?s78[hO"[4jD?lN4WՅD7nJjrdO s-lb{:l9e!$.ٷe.3/rz tJ*A5U c5ԦVp}ǯҿ]53.Y{CzDs m|0Ujk+ic2?M5cm'4z|K`*(ëҪO!h&/u2^) gx"iWZP3͟^ @Q57V h^ (Jm~O/VZbl'FdBGLyo]. >eEFK'e/ ~߇ X -TJ|JdOFiD<7R { PۯyB["LLz:=YꭍZVFj9THsdLcxKmn*o\P~^̍E޻~ ԻB.oeuѲ+n37$abĬ嫘" Zvʱ[_tZ~Oad/c u3(]V, >N_G,rx,X8'T'}M`T$6TksBlU!HdƵ(]WS]9㶗2R $&wK=̐c}m9S2䙍ʎ0r[DP/ќ*f-{,j4OЬї'*ְU2"YupFײIBEdiCz٬tKJSkM벛_Hy׺/'LK8 3P T4UxӖ 0=BـwA/:`=6(-Q+6'MCk)ᨎa< +n$TкcJ)Uܡ`? Qwl_vomN*cղlB\6qLtl5E&ި-#~I!9ZDk˽Cw_͠$?ULQ.V}BL)q;<u_IBPlP]*p?MybhL_e|ZZs0X2l