python3-semver-2.10.0-lp152.2.1 >  A ^/=„ m{t7jE*KfA 5 ؖGuf#/t>Jʐ_({ج0,)6묂' Lc 8Ȳ4NW_͎뿦T9⶞Ȱ<umِǛ:1>(UӇk6!`N࡭LAH*DӀ9RHZ=b',kɅ]#A `g+Kg$ͥ hF cc5c5eb62c5e6e0f5d8a6cf2edc053e37a0611cc06cf7dc3ebc49dfbb901db68808787d23ada8e748ee66bf1077ec5042dbe8373k^/=„s0 Xw`>J{Ftu0r۶ᡊ`NDl^Ydϒ.Ć2x#1[v^JЪU5UdwO U\XnPFj0b5%}%IV8Қ%DZն޶0؃@NW h)#vH%╭Ѳky7 itu%ez9Wt~T}y擈4>pE"?"td " H KQX,d    b  Px   (8 9 : b >@FGHTIXY\]^bc d e f l u!v!8w!x!y"z""$"("."pCpython3-semver2.10.0lp152.2.1Python helper for Semantic VersioningA Python module for semantic versioning. Simplifies comparing versions. See also http://semver.org/^lamb54openSUSE Leap 15.2openSUSEBSD-3-Clausehttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/python-semver/python-semverlinuxnoarch update-alternatives --install /usr/bin/pysemver pysemver /usr/bin/pysemver-3.6 36 if [ ! -e "/usr/bin/pysemver-3.6" ]; then update-alternatives --quiet --remove "pysemver" "/usr/bin/pysemver-3.6" fiTY*?큤A큤A큤^^^^^^^^^^^^^^3c4222a5b2d5765cbc1d02536f90aa46e7e66eb34d8665c468804bf56fddd47bf31dad366441b6fe33058c5dcf4705007abeb41feff862fa92478590994f5fc625539be8d1338390a7a2cb6a09460c9d37f69b79e46aef73e48b0ab1dd27df18cfe7e40989c7e5ea003e8c46b8c2c3acc4036da807c80ae0ca2d1f322e8da5561f4d5e04724a68bc7775e160fd921ff2fe08b4c07ac6c8b72274656f3b7cfb94e01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b21c847ddd608f9dff423823b70d8eef5e82e4246a78af9dd5e87d09c4bbae74fa05275277349cec575c7e2fdd57cf8141958a55a8ef82af85047e3fa11afaaad5277336cc8f703df6de72ceb922bce4c37f9252d2f459c0ebd14dac807541dd0819105bbbc6cd903a1b3da3fb7f2cc131244848dc929dd742c207f72d215d818/etc/alternatives/pysemver@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-semver-2.10.0-lp152.2.1.src.rpmpython3-semver@@    /bin/sh/bin/sh/usr/bin/python3python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)update-alternativesupdate-alternatives3.63.0.4-14.6.0-14.0-15.2-1python3-node-semver4.14.1^@^@^K]]\@\l@[GB[Z Y@Y1S@Petr Gajdos Arun Persaud Sebastian Wagner Sebastian Wagner John Vandenberg pgajdos@suse.comMatej Cepl arun@gmx.desebix+novell.com@sebix.atarun@gmx.desebix+novell.com@sebix.atsebix+novell.com@sebix.at- %python3_only -> %python_alternative- specfile: * updated url * moved download url back to pypi (issue with tests not included seems resolved) - update to version 2.10.0: * Features + :pr:`138`: Added __getitem__ magic method to semver.VersionInfo class. Allows to access a version like version[1]. + :pr:`235`: Improved documentation and shift focus on semver.VersionInfo instead of advertising the old and deprecated module-level functions. * Bug Fixes + :gh:`224` (:pr:`226`): In setup.py, replaced in class clean, super(CleanCommand, self).run() with CleanCommand.run(self) + :gh:`244` (:pr:`245`): Allow comparison with VersionInfo, tuple/list, dict, and string. * Additions + :pr:`228`: Added better doctest integration * Removals + :gh:`225` (:pr:`229`): Output a DeprecationWarning for the following functions: - semver.parse - semver.parse_version_info - semver.format_version - semver.bump_{major,minor,patch,prerelease,build} - semver.finalize_version - semver.replace - semver.VersionInfo._asdict (use the new, public available function semver.VersionInfo.to_dict()) - semver.VersionInfo._astuple (use the new, public available function semver.VersionInfo.to_tuple()) These deprecated functions will be removed in semver 3.- update to version 2.9.1: - Features: - :gh:`177` (:pr:`178`): Fixed repository and CI links (moved https://github.com/k-bx/python-semver/ repository to https://github.com/python-semver/python-semver/) - :pr:`179`: Added note about moving this project to the new python-semver organization on GitHub - :gh:`187` (:pr:`188`): Added logo for python-semver organization and documentation - :gh:`191` (:pr:`194`): Created manpage for pysemver - :gh:`196` (:pr:`197`): Added distribution specific installation instructions - :gh:`201` (:pr:`202`): Reformatted source code with black - :gh:`208` (:pr:`209`): Introduce new function :func:`semver.VersionInfo.isvalid` and extend :command:`pysemver` with :command:`check` subcommand - :gh:`210` (:pr:`215`): Document how to deal with invalid versions - :pr:`212`: Improve docstrings according to PEP257 - Bug Fixes: - :gh:`192` (:pr:`193`): Fixed "pysemver" and "pysemver bump" when called without arguments- update to version 2.9.0: - Version 2.9.0 (WIP): - Features: - :gh:`59` (:pr:`164`): Implemented a command line interface - :gh:`85` (:pr:`147`, :pr:`154`): Improved contribution section - :gh:`104` (:pr:`125`): Added iterator to :func:`semver.VersionInfo` - :gh:`112`, :gh:`113`: Added Python 3.7 support - :pr:`120`: Improved test_immutable function with properties - :pr:`125`: Created :file:`setup.cfg` for pytest and tox - :gh:`126` (:pr:`127`): Added target for documentation in :file:`tox.ini` - :gh:`142` (:pr:`143`): Improved usage section - :gh:`144` (:pr:`156`): Added :func:`semver.replace` and :func:`semver.VersionInfo.replace` functions - :gh:`145` (:pr:`146`): Added posargs in :file:`tox.ini` - :pr:`157`: Introduce :file:`conftest.py` to improve doctests - :pr:`165`: Improved code coverage - :pr:`166`: Reworked :file:`.gitignore` file - :gh:`167` (:pr:`168`): Introduced global constant :data:`SEMVER_SPEC_VERSION` - Bug Fixes: - :gh:`102`: Fixed comparison between VersionInfo and tuple - :gh:`103`: Disallow comparison between VersionInfo and string (and int) - :gh:`121` (:pr:`122`): Use python3 instead of python3.4 in :file:`tox.ini` - :pr:`123`: Improved :func:`__repr__` and derive class name from :func:`type` - :gh:`128` (:pr:`129`): Fixed wrong datatypes in docstring for :func:`semver.format_version` - :gh:`135` (:pr:`140`): Converted prerelease and build to string - :gh:`136` (:pr:`151`): Added testsuite to tarball - :gh:`154` (:pr:`155`): Improved README description - Removals: - :gh:`111` (:pr:`110`): Droped Python 3.3 - :gh:`148` (:pr:`149`): Removed and replaced ``python setup.py test`` - update to version 2.8.2: - Skipped, not released.- Add Conflicts: python-node-semver - Add fdupes- run the testsuite- Remove superfluous devel dependency for noarch package- specfile: * be more specific for python_sitelib in %files section - update to version 2.8.1: * Issue #77 (PR #47). Convert multiple tests into pytest.mark.parametrize * Issue #89 (PR #90). Add doctests. * Issue #40 (PR #88). Add a static parse method to VersionInfo * Issue #87 #94 (PR #93). Remove named tuple inheritance. Fix bad rendering in Pandas DataFrame * Issue #96 (PR #97). Make VersionInfo immutable * Issue #98 (PR #99). prerelease and build set to None by default- update to version 2.8.0 (excerpt): * Issue #79 (PR #81 #84). Define and improve a release procedure file * Issue #72 #73 (PR #75). Implements __str__ and __hash__- update to version 2.7.9: * Issue #65 (PR #66). Add finalize_version function- update to 2.7.8 * PR #62. Support custom default names for pre and build- initial package/bin/sh/bin/shlamb54 1590689800 2.10.0-lp152.2.1pysemverpysemverpysemver-3.6semver.cpython-36.opt-1.pycsemver.cpython-36.pycsemver-2.10.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txttop_level.txtsemver.pypython3-semverREADME.rst/etc/alternatives//usr/bin//usr/lib/python3.6/site-packages/__pycache__//usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/semver-2.10.0-py3.6.egg-info//usr/lib/python3.6/site-packages//usr/share/doc/packages//usr/share/doc/packages/python3-semver/-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/bb313da4872dcfa2e352c8b6df9ff866-python-semvercpioxz5noarch-suse-linuxemptyPython script, ASCII text executablepython 3.6 byte-compileddirectoryASCII textRRRR:6FF}ULr[KOutf-8f30e679eed81ada6e4e8b9c607b459202fbd374d9239e2a1ef7bff31410a3956?7zXZ !t/3D\] cNDfZKДݸ<5b_+]8(|^̟!DboQJc#b~jn>^z]%ӐIcY2hsKhR[+sO%so^Q|{yFaČsC}m3{ԡ>M4E=V_%R/m`w9[ŚLOq}y?۾($sŀ}%eTW2L2l[|:S+ G<# ܥ޸ GZj'p! ӑ̶h˷bEH{QÀgBl:r찯F /o/>itp|UGY(I}Ls%X)Bתf@g-T"p畭ц.GGroUN9H)F)z(Ԕ=4oGi>2b>;O*s 460ԶG8 0aҭYq#ٺ<\\eYRޖ!KZ%YSn.36;/M !߁: /x@o7F]@+ZtZ0'Loz]J '1p m5-l?$Pւ{r;z>wG7\9L[fobImJ\_Ej6c ,qd5F!Sjwq-Wyd?[hҺm^ !izN1Anӣcd^ ;+9B%(nDHbE_>j 09'2V w!zԌ²?k=uPʪZi)<[\3TlnUvEQnMRQLt)ψZDyLz hl'U|mk�D35;isk Lk[ 5|5 lybHä6Fhge8/Dr~ ^A!zғ'aXPЧikIa) gqn!#q>MSW? Evx*`0c9i?zU%wpW_"&Ɵ4-ٳFRihodw;!W:Or B!e)ǀj[M(v;GY?t0)> k^#ˀ8&$Vt< 8c1?e͊c V"ULLj<ꌪ}aU6J搾Q2g8c>6Rg7y:™.ʄ6ZˈI)s*9aVi }ϵ#Q\Ĥ1CZ8A6ޅOKDYKQO7&ԛٲ 1ÜШq)˛[ț[q֫Xu W3PL]p%k*s~c4x $!D,nDVo,n6GnO]hmPnRp5Aq/wRL}ȀAiBNcۻMגA H)xHAt`W7*“mzGVc;6vupw۞e>Ǡ :ac0RH;+-ӢtT8On[ 3Χ,8ςUGi_8x*#Q绺&d՟ I?cӇFª|~vQ| l Y+NUjr \)3S@bU%98oaby20ZEJq9VD|:dI?pjt"mEq\%FDr91w!9;sb٬l~r*"vdoѠQ G%?riH+ vg/P,bP>*twnQbt\>YaE?WFGT_pl\ iWꁩy%imiHce Hw÷ zQ6cKldWVκĨшP 6_BnTvRh,rZ;_[=28*Ug?yrj95Z|C N%=i OÃI%O)bz.8ե伈J|P\Mv8C9\-^kϚ+L"XF)g#OAiHLg ,NT P" $4\Ot9IVlۙ{ Xw׷!E2Xp'9dNbd{8X3ӞF+W e$|#֬9lv D*fi\u\/:qp ?x' u_LGwSg3|rRѧHw KEOl8bzצ +fe:gZ8":&)YXf' 2#Ah,<4 r 1<-Mts=QT9svRمw8Jŭ^aÍ~5_='2C_U-+^1"H ˤ(oݯ 3|[g)ŒlGȉr:` Kwu-N͊(Dн*Mߍ U B~|=0^]K"\7~&MYFţnsԋX+'-!@k pF ױEF7b8%8oi W$)SĠ ,D֗àY+']x* u~ *'gzm H#e-q+|K$`g$sbKW:~Vsۘ軡H,ܱLah BJ =ANr~%]AL\q=rli_}Wлw#Ƿ9Q=e6p ,P_MwZF`kjEd"U\V\kEBܩLe.''Zd.4fhPLSrpn`SP\Irקv"xڔOai&gE.gcV `T"~xM;+{1ʃ\7bOr1t'j:\}FZ5u5(LX j,J1N&(WݹNr'FG->a=v\Xlk>+zI1455Yڴje.YWCbP"g~sdSvu. c"D4I~Lv/"Yb$:P+䟎(wq+Б/0iw4q$KV]FAXj4:Rs>TGoCP#Rq+n%uJh$s~a4[9  S 9xp9<~ѹ8-V<2`s_ߗPbM9Zx.7:۴5 t"fq-1R6&1KW)&ͽʭ*m˘xK/B(kI+ 1([1^%&CXlw,9$%iTPFfxVdrֹ^q j:ID|7Xy-uNs(T;sxSc6mmGw48ù6p c {L[_ܞ9>b0Y/@vmVbMwhAp=|GSr&DOI~;^b{Hr,"]?4g+Vs2Ɯ~WT"dV2HjnbifQeH,hгؼpꪭ:ND@m{Nrm,dT[hg5+Q-\TOm;e(ڶ>gפ!!=r̾SY̫y 衮 p܁,t"ra\fMԃ lLFWVf2/p5" SYH}s2 b v"(S]`*L]>:iG&x1NL]/鞡Omh+[@7j5[9N5nX̱Hk9.a%Nw{.d:5iHO=W/6Qz/U2'Qem 0D"ʬ0J<,BvpNZYZx%:˿ئcJ(nm{j} k@+NwWXr>]'lw 4f"1 P[| ܇pK_޴;$Tr-Ug%N#Nޮ"MJD8YAp!! 3 H aV Xѕ,"5HaѵoWGfqEBj%NёHɞi@\+Gelc'ٵiUO>TsJvD H}F",gӇ RaVQu#*^O!po697ZD0xFXL;\Zc@ O9v8cU'MĚb=a le.y>{@l[wi,xe{!A)OSF_k|._ח..g=-%+=N" 8Ӫ)u~>o-.4/:7[g^< 'D~1e֤Zzɀ 5Bp}P=Ÿ+tv*9Y)0/0N$ sy}ε:S*vwd[C9`&Ɋ* !s}}*Rp76R]PtlA=1#6SA+fG McG1I6c؂>4C[48MG$"e2]kݹIsdǢ7iY;ԛ3;&Y`4 J*5\ Źv=fl~'`qt^mj5mcBmqg!{#'RiDYDq ?YAZ8z}+ġmUrr ˸z8E3-)_%􌔪&xͣpe !#veΎn)E ,ۣ{GAS }V.Tt],*ŝmaՑM5)0xpsD=o\%IXM Fiߝa0%y/P 7:ag Yݹ2L]Nx4yN[8]T~A']@[߸ 5籽,wz`rU CO٠R=+%`5зGJg۽P4EQxy .ʏ3yp~?=9;Sj!T9 lǴ(S:;( mr+ 7&`ȅк֗X-k%t4Vk3pZ;2aN[ٱm$;E|2NІam1|qNBFb<mZߊodK$9a`tA֭`4= j-qF檕mq[1Vf`ja:d{>qnzܼ^; lS :>S{gf"3&|]u1R`<81ɼl:$,B_Sc Y2䍼g˰/jwp'Hxl=Dũ71!rH- _]jE \ si,G⑲IZPQ,q@̟(^/fh $ S}'$|Ḛi;Q]M^wwkxuĈu` ?%( .dnrFh25lT|*>^4VJo: jw֤hAJ#m1iˀĿm eK \ +y\e<`P8;ғe4$*[GD=s"h|\Z~P(7񜘻6u<<+@@A:wun撬 U>ki}zDj VrCHH\- ,+2-~ "/gywuƲn*l W4ͮ'/Ay~NE@a 6WS*zQӕm0]p XXYa3@S5!~Z/.8ULۺ\Y9̉gy 7$aN~xD}먑=hdwmIQ:#SU@cdSvpOנZSNaO:&d!|-yfo GC ނ,5AQ_@FuO|U"ƽG/SW7#Qvx z}ӡ_f+lmۍzmxMB8JlR\džPbBGI֢/=΅oEI Ѣ0r&˲Poi mQ\јEk-% p/HDp[Lž`3ʗ)jq &RbԐl Q6 &@*V! OBdķ&W}E6zI=g֪ck 'aTҨ`=~6g~RQRJ;$C]',{- ONbVq'z,Iea5j $C'8َYQ*@w*Z*\Rx2E˖EC 1Qn|-m\O#sCVbÈ KuqKi5IrDE!4Y,uЌ[484hp=CpƩT~M ր$[&yߐoNkA!ʣ*(6^Ti1DGd&Q\TSR'd'j P< -˟h6C!9N b"Etydz3>~4 pfƾY=,W|c 6 \)n6)׎b&Hȓ֙Ӳh"C7g֝6o\jChp$Z-%wO)h3([!q",|lfRJ /d|є؝` U0ɾ%+]4S/IL#gpH5<#ݫyM7֗PbØT2='{7=1lE%Ϥ,7 X v^ف9ˆGf{XTO`Og-rwܸ0tX Hi~} -5ہ9˛;I佝|WHЦ࣫Ԋ %n(;hz T,g-F֓Rm{hpR@|Zt8 "6omx)'Jو&]%>WJ;\^pŁH7/Zfk(; 1;WY4)cՆsijLOX.k]} kw!dQkX!6u D6a <ۢԆqYAessA]#F$"7ڪcb4$2m߄945R~KǠXM|l#=>m!.Ay{&u@PQ +N^P _Xw:!ݘmN9FXZ}3>#g9 048oC"1J2+HR@3^ưS%|[<%fR[@ SyS9)vٌPn 9ǐ7`,9pbRpu |lq(k&ft"7&m#BԪ`K^^6H#U{L/3Cx50GF!J-Ltx 6ԏc@HFo*+~['Nvp>oW>~P[U uwb^sʔK#ɩ޸ x"#'rJmru7(v "՗Ć5~顎Zl[BR,@v5Ǒө *j؃.8Ç Aꆶ`Xi1_02q[Dv!s>PQDQpy'۪oh 96 $`jZ6*"Gc㻯xahss/u>+g81GaFVD,tۚEB,iRcyـBU<xdGs$wt̝G1W>ǿDX1?"L"# Bw)$Î02(ݸj8Vpw3QqEhe%,nqiiSVGUL"Fz|iR ܷ d\ެH<<Ѧ/x+I/2gB(^\?cn%K.J/Hţԓ%} vpmj؏ !ڊtF&$-`nnA@5ɫO? 161[[?=ӀBA{G4i @iKtTI[ Y뾳6`|pu $9w Ct*tjqCexxoFOU_<wD^'mIk8M.Ic). oVфU{wE] /wxp0Wc4%m9aX!u/ s !+釖ň^Eq㴖`duʤsK܀T9* Γc#a"+dHR1"|C,l"Z9U]ڈq Tە>w0L5#WG~n?4"oh m(kAk6xS_m\^|V[UJ򵕠pK\!޾KlT#NQZ(9^`O#;Ce.>nMڍ "o$&MH5ɷD@);zIQƁ7 isR-A# T񄯊:!P*yh нjSX .E& drrbB")c0P|l N(JV!~%Y9Qc4M4x y߀NjJ, ƛ,wL0H7 =o|`6"P 9,532ZZO3,7r\nu6Y >ōK.1 vK$N]`k:6C$`Gjsɂ-!m]FOvFxEv.7UUL3Ds a_951HpÏ34°# > D"ʌ lM-'B<|LRYeɁw5ք0ʤq0Hn;"o6 ;4Z;wIε;sfNwN* c`IQMRޯ*WYmfHSvH3q85IJŝ zJf -d^RR"M-qojlBYO68_n8듹Ĺݷ~'Ҵ=^.4{'~,@#exk&A\|aXKx > 8e#t"eh"HUIyQ5B'gEu'rP-QŊ.~&t1CRuǞp3\)3kA*>{ߺޣ; Opi!G߅LۘϨft8SvM]Y)[c'__3 cL|6/е 8&WJ|P5Lsc~.T5!]0M$4|K)M ؁-#%n ?44lT߮vV{ޣ"EOZg`0mZĆ1Fl%#`N>NG +l uF j& rs~W3#CZG4c VaJT~ruK\-Jo2O2 h|B1Fe #w!#:'b@\-p'+~:ͯ*Nޑ_9}TC o y/^6 ZV<]OS`à 7ΗNԓ f2\>I^%]; ~E9h\,!G77(*9<9Zb+C7sEM $U)ӊ{}8#fǢMv$w\>Medb!$Ajݢ3$ 7 }-f}q Sfdj"< \嚿[]]7F]BY~GŠ or).k`Զ#&>oaa$/Kꔩ\Jչz fq1+ aÅ_#8nۗ ;U7c="[­hkxx*jɳ~e aabD\5jqMDuG @ձt ЩW= H1ͦUݬ7q9Њږ 5=F>Jh"r ctiq)گ,HLtzA;tN_x=pe%2LUw7%0uZC#2:"s:*l7LiGqthRpE>kƒ5Ie؛^v?M6w'8#d>;m['?f1Ũ%MdB[>K  g2?mSŁ)VJAfeRIX:ᛌ)d6q3@ZӮV5+zHf̖&ʷ, @m^6!`҆'JԩmCiRuE=}r=;]P{z1NbpF }Äu4LM_+Oi!DtJVl̰VeCn1f"/^:\1΀A;PS 0ӷI[heMfkDOBLEEfC|''io&I+sr;NC֠TJb2oM1oFfwF%#C2y3쨅 R1\Yպ+JA'jqtP9WTWiфii uXwCk+<5=gt3(].HP lWnEU( `tB|9imN 1yp " dMP)'_j;i&8! DhaG(5 Q;+Dkecn0E]9+E(е?r|_?ġyJs4*.,W#Lj5d6o0dׇ6/X)G n:9? >.:, r}z} M]V֞Axl (hJ1HcϏQYbWGuT`KCo*S^lUVf3<ܵ["VĬ֫eבWiԍilB" TSLHDغ#]@ rfTic-1B%gU׬d]Z,^qyplνǢ1Ij+tуL19㠚edX"J_Dۼ/x3u}P'kX`OɨL̙F+S*Dž0P v#_>Q.%7H}IJ$돬F/(=(C. 1)}*p!jOċ7p:4`mFN.Wư霬yX9R- -iՖǬ;shN m<hGI]mkG3,CMwg5JUk.\mPdʻu+ o3ƶBv\8:gǏ I4 fC-2t? TF B^y0=H 43`=# +j*K1Q2E)a ^R0Ntjg4:b(qI`0Y!;H(6T I>Z:ԾLᘵ}'BfrGǗx0dV]-ީߣG$z^" +GMvĬWbs Tfؙ 6u[1 ;n+K/& qcŽ*R~M z"]b=K㳾*NJi\3P/^ƝÇ?' NiTxwG&D*NJVova =77%*b_4$>G:By*sgP裍aWxkȭ t5pqI'٩I3$)Kk[?jκg-,$$!yS'|mv\&*Y%k3"JtNn&>_oL{N0h^H;vD2ڡPO8}iRےj8JC6͢F}6 # $ T?M&]e1$ :QͥTKNP# s!h9tAK2ID50{NG񘋣WP7t->bz{J98? =Zhk,l ˠ7=;"'Dzgqo?_y[s3/>Ի 7JتlhG/rE$k&|sӠ`!qE(u џ ; & T y=g'I#hX#)U1 {U1\;J$  r,ʡ\si͍^gDWbRۦ*;0. [? `ZוZ*) F0JRrX\'K|lc8KRQ< "&ԯOS3c2mhLlj+_(mnjbI gLHTgiuO oh[)pB!0β/lXBaժ~ΗcO&;nXOb:b2[S`PWsmYCg&A,SiƑ}h_fB>FVzGY Jlpa1wbuRm25\\C {*nV]`2V`̭ԔdXoMõe^a{s``%ջ@]p[[9Ǔֆ\T(- YZ