python3-semver-2.13.0-150000.1.3.1 >  A cNgmp9|blq㯜ٝ|dPL;gq&p7`Eb/7O Ĵalĕ[;ArC5PQg$8,M)a Ѷ^ԷzinBu^Cxp&9q5[@N"G ׵}") iabⓡ!- wXs%/7 9d,]2|v0T-'SR4Nĕ-HhrXIʹd79660ac6c468e6f1e729881cf201e6788a9d90063701cf01cd6c6dff40cfc5633edf7c20b423faf62290adb5c0fe2b5e4cfe315v0cNgmp9||rkE2ϸr˩DmBV\+k/`FEF[L57!wܨk*4iƗ\Ng1JPф PHCOBEBģ⋴7#e Mܜ^Ye x9 UxI*?Rػ-<-6ы&]Ap JsMmGDeFNSqU T݅JD|bE^ 7ا0ף 3}|s&`>pE(?(d % K :iovH    ~ &l   (89H: >#@#'F#/G#DH#|I#X#Y#\#]$^$b%c&d''e',f'/l'1u'Dv'|w'x(y(Hz(X(h(l(r(Cpython3-semver2.13.0150000.1.3.1Python helper for Semantic VersioningA Python module for semantic versioning. Simplifies comparing versions. See also http://semver.org/cNgQsheep73SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/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" figgT* 큤A큤A큤cNgMcNgMcNgMcNgMcNgMcNgMcNgMcNgMcNgMcNgMcNgM_CcNgQ^45056ed7a01ee33e16a8625a95179654bbd576349adc97f4eb38f2a0e08d78ffc3f188449cdc80098105e9781fae1aa393f74bb38e95d55eb04e0477ebbb9dd10752a955073121c9669b4be91c770a8ccdc40131018b887921f9b7fc0612623576536b60fdb808cce5810972fb81fe6607b8b1886aa66c9c3d4019f719dffefa89edad16925dd1e3654fae556f528d1cc8cef2a0e851368fe45dda918caf272f01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b21c847ddd608f9dff423823b70d8eef5e82e4246a78af9dd5e87d09c4bbae74fa05275277349cec575c7e2fdd57cf8141958a55a8ef82af85047e3fa11afaaad72c561e531a5bf36388dcb3373b5a269629f0d0ca58deececc7ed1e8aaa4a797819105bbbc6cd903a1b3da3fb7f2cc131244848dc929dd742c207f72d215d818/etc/alternatives/pysemver@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-semver-2.13.0-150000.1.3.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.1b(__@_ @^@^@^K]]\@\l@[GB[Z Y@Y1S@adrian.glaubitz@suse.comjayvdb@gmail.comsebix+novell.com@sebix.atsebix+novell.com@sebix.atpgajdos@suse.comarun@gmx.desebix+novell.com@sebix.atsebix+novell.com@sebix.atjayvdb@gmail.compgajdos@suse.commcepl@suse.comarun@gmx.desebix+novell.com@sebix.atarun@gmx.desebix+novell.com@sebix.atsebix+novell.com@sebix.at- Include in SLE-15 (bsc#1199282, jsc#PM-3243, jsc#SLE-24629)- Remove build dependency on pytest-cov, fixing Leap builds- update to version 2.13.0: - Features: - :pr:`287`: Document how to create subclass from ``VersionInfo`` - Bug Fixes: - :pr:`283`: Ensure equal versions have equal hashes. Version equality means for semver, that ``major``, ``minor``, ``patch``, and ``prerelease`` parts are equal in both versions you compare. The ``build`` part is ignored. - update to version 2.12.0: - Bug Fixes: - :gh:`291` (:pr:`292`): Disallow negative numbers of major, minor, and patch for ``semver.VersionInfo`` - update to version 2.11.0: - Bug Fixes: - :gh:`276` (:pr:`277`): VersionInfo.parse should be a class method Also add authors and update changelog in :gh:`286` - :gh:`274` (:pr:`275`): Py2 vs. Py3 incompatibility TypeError- update to version 2.10.2: - Features: - Increase coverage - Bug Fixes: - Fixed ``__getitem__`` returning None on wrong parts - Doc: Add missing "install" subcommand for openSUSE - Deprecations: - functions `semver.max_ver`, `semver.min_ver` - update to version 2.10.1: - Features: - Added release policy and version restriction in documentation to help our users which would like to stay on the major 2 release. - Simplified installation semver on openSUSE with ``obs://``. - Made docstrings consistent - Bug Fixes: - Fixed return type of ``semver.VersionInfo.next_version`` to always return a ``VersionInfo`` instance.- %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/shsheep73 1666082641 2.13.0-150000.1.3.1pysemverpysemverpysemver-3.6semver.cpython-36.opt-1.pycsemver.cpython-36.pycsemver-2.13.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.13.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.suse.de/SUSE:Maintenance:26458/SUSE_SLE-15_Update/b19705399aed0cc0ab9c089213ea6a92-python-semver.SUSE_SLE-15_Updatecpioxz5noarch-suse-linuxemptyPython script, ASCII text executablepython 3.6 byte-compileddirectoryASCII textRRRRĶKJIv5{utf-8562d25e6bd666f6cede241aa44dff6226cb10fc94d87309b7a9c2645b9f545e4?7zXZ !t/_H] cNDfZO>~3|r[+n3}3k W?DCJ|.htѻS^uڋf?ǚR m goQnG(!N&9#3`|Ht#+o ځcӅ1g@8>i=IfgP(=䂅)!P"幱4TK$'yRbd`+F7{8CmLO\ x&dbcsK-*7GTg;0po&Ɣ̟ߥf:8cNO:~[Q T0GU}$_Q]4 @(4|kǾ%f',jI1o:oM7aHS7n(pt=߬>ʛ~Z? ҆w3Hӱt4Nn Dxap;ZHM2 SwwÍNy]e^5PJ^>1DOx+}$|lP=4Q$|bQC1\5wDmfjx#&9 U24"[u܊#:"bDf\$2en!,QOχoqwUQ 7O`xcJX F\>L'PƔR>ELstR!XМ07o ҅@2ڧ3o &XYr3;9(_Y&"ҩdOĕ9A 8AN-nX~8i; M|U@\N=UK>jqd}$bow@D_ױ;Ǡ=Ooa=aD9  B\'lz{ p:FYmcTqW>h1si(WCID*{eWv)v\hKX/_N!BJS1r6H|g&?UY@loάO$t.j`RT}}MMDɢtN7kT_$Q\cUuOy8HJU?cernӫFċ-Y^=s =Kk_&J`Z`-f.<U)yV]dG7l<**j=~NreÈ8"[ (! q2⻬FEU&$PEiI`M]1OKד> '5@l!g0O_|*ET]'o$eyҽRx &JV0ÐuIl't-Gu_ 1Evy46_ө]|wzA}tj{^hS%VR,^S/3 @|Ŧ}u"!B%QyN1ƔUkŽwRs lj=OF5EyJh`5n 4pz:[{x[ eUrNʪƘdRj00."ڄuxcğٖsu' BLİb1'44yBanyCV~076J>(,tQ;i҆:"@3eQ8W@1y6D sq۱KmEo*jcA2NhjÛȉi P\r^QQP^)Vc ipf SzQѪΥQQY o9߶xgdwv'J&3;dܔa5IŜkhS4eB fQJ ~6(]Kp?`7E%"9> qjI'۱<4$~]s1]ges3=[G9 )E.(:=ԁס7x_lыיxs "`}i>3|&5g8Ԅ6Qv^1 0g?Qu>FSI5>|jRaT}B,3!Эg'mk iuNƴ[t9 SїcIsRٺ/ܮapQw)WAc|Lȧpu6LUe ʛ"\{}>} k43aU?L3O&{] UU=i֏h`dOVCB{(HLmratxo SšoN hBX:pkRBn V3[( eSt`|rGm$Cڑq%?Цy3PqvS(Jח@ґRszК>ҲNɛFlO  RgnqD`6IǬɢEb46a:p2| 0[5b, KJzibR=^o5xl{`٢DpPΖhx2PA]ڳJ zk]v%5~&1 OQbMNjщȺ-u8 Di <#%.Dp -*Bˀ!LLNWQU˒Y]ND]ں<iTxCg7[k2}=ik.6jxoΔXDD}hv#-Зbne`#[`@KiG?OmKѵ|1p{0E"P`{qQF^HDި) 5ͲZ-Ť>Z)fː5W]虸9#Ɗ@snR*dT!hMV*n[٨ x"SVA y1#{do,V'u!C]}ʖ3-^pB3-[ӑ82f<0ަxY*5nkxENgH^y*Q-M;!8wL52[|ZjXaУkB6RnQDmH,\b-Q3 N5̙6N/0H6RV }'pHOl!Ht z$2vzK97GIޱ2}-}(7o8\w~f~V\ .Pb3M'ߞL^g* xJc"sx'[C8&ڍI7VGX41wg0ѾjZ#H)ɽڈ~2N5pxl⳯ԞҶR 2$N:>UF=;"CcՙgLo"j \$dHi7jq|]H?GnU_pg<#Nomax#޿}Z^5Fp8PBlPc쿬@N{BsSA=Biսܛ ,!#(EW0cMf']gSv{ 往Yd6kY,ҙ+N;q y%y+pKԁC{ťBմJ2svǥ'9+z_I9p5nS֞&+ji~OP7@BpZP+9FqGyhM.O-;/Qtğcb٩o x[D?=Hj#]+Kq B4Ά|m7>@} 9쓣TAFE]*ǩ|ӝT0 *'PFY| /&.4DʃBv{dpg{Q⧲%5>W5 O?YrMEm/C?7`j Zt-gPL")[(-s.]]i2vN^g(R!lͷCEK^U,@ܟ d`'RrkɄ{J-?iT`*@|&!:qNEMT9mmF@+!7T^TWɔKn_,0UaS?{ν| @!j:(~q`(m3Ky5R9#dF%0thMCP/ ʙDaiC KN(VqoẗFGsE^Rc;wL5t'䣄 RoH'5'p9Tl@MJf O@TIhmQp݇|xlQ$u_C >{j7]L9Qp4!m?諩YnjӣS|ǝd=G$q-h|Lq:=Jjū?CD!;=Z4SkJ4X}f!4q y/^)tJ޸U]|Edǚ(lg~2:)H/Ūd'-DBXfjT(X!U:FǍvYT/yl#]R0[0WkPD_&]w{d*_DƲ=[0ukԀ3Ө?[bpT[yDS$4wPzgY eӁD^{@vAmsiXi(胶"ԿIe#`a4Vr,3Zcb;#ۣRnC-9nNaFpxK|"i/*dʀ\d@Y;ȓV@ "qvPÆ #,bvp6튘牖&EUhD2a?`ufX xfLWڲ&Fsۥ'!$vlvʚHDRk%mq}M* uO8Ug̗/Rz,-)ԧn]jK+Wo _C-O$\y ~Kɾkw~Q+NrD,Xj_ (P;0hxpu"O/ѣu1 M) #&X/{ʽCgԸR+qS͍H!ҥo ؘ.f~T!5Q-9v wg"ݫJu;nX̄/_Ű!gBF(Z>Ȩm0S$05$ IgIjjƙRh+nҠ20H`i*e|QuYz$eS3asQpJZGU&OD5_[7bM dqDYs=t$?3QK $;ti监X[2fdH߰\y0g1kK[^)zyf ܉6{AԆvB/~Š/AV}/Y=5l6 ǟU*.J@ldW"G=.CHmCo׿wVm_ `@ǵz8FiÆrLn裉/q;eU|kj0-.bP'eM7Uϋ!+N_U [ؿ LRc{8ĺ|Q?aIѤ16`U]p,jWbuKhAf'9b`<_Y zdžxa'%<{D(XB*#"kBej=k781ZE!:4@H~O饫1O3_w3cWƏPa2nG&zo`KXL]!o5rQAPJ;O=y&#%Xa$َ-,cbBa8 c qT"#ra,/c7M˴, WkD Yyfśkxb%MB/ܶW'Vu. EE)dKRVpgKcrȖjSi)'k'V(@9rd{ ֲ֛ ?\9$s'ѲéWҀa@UǬQ78fSĶ]KN~ݜs#CdIhH8x 4"ŜM}./׎Sj\Z@qFnQ0䘰hJ rSqPR,t_P/Wn'p…k9X-2-s k%˲,0X~ (yN&yD=sʁ.lJ]VC.OR{iFD ydZUq)DߙxR\SCba;Vʿ̺R5)! Xp(IiX`gj#*9 ʹnfz8}ur*s5P!NB&ۏ#OKH0'`Wsq8Qރ`se$>-^d̢#e bS.ʳ]S#lË1(|#.i#4,`rmIvjԷ+D{q[PiVU*56Br lgC?EQ60>TRI-]UAp:FsS9fvuxF`Y|Y$51̘-2r#X*Wp`(y,, $~Lem6n,PUU2xEɩz݊cL \Xtx{>zKi*M"Ȼh(\Eq} OE3A Qmc*-,/[~.4UC&7NҤbx(!V-W?zoSXd<xRS,<5f;`)jSZV^xaNx v9-chas"%ؒ|xȈ;ǐޙݓؤMY,) s5O9McV0=}vG n<Ⱥ^(h?ZٹI_neƩ$.=ܫ3b*/;) KO=?x:_ B@^e.mzܮ $.)W'/ e9z !V{lW뱢,D\fX mg8lzW6W/fBa/~<q/<џ@!Y*Y>V;` z B #ԲuGϴShW 4|NHw—qceӴY5)2|*ျb/!hgLVw8mb5X=<Ӱܠ ("è|Cq0~DJ6g.K>4nxp@25nNB49*~ǣe'AZEm뇜Г]wnr)m䎧K֊Ž fO;t651FB.8ZMYZ@@O07O#VwSHDz||ӮO,7X>ᱹWx  ᘭ1dz׽@9J=ME2ֲ k{lr8@'fm{#,\1H?lu;ErH\3.Q5˨.xdx~޾?~HFIi,JӝyI:N I7D%SSJjCnћP"4,6׀W p^! )cE!T&֐=♰v|,b: sѨQVL}[|I8Q'8GBl鳟sKkf>ơT u<@_^| 6e6$QPB`|;qC>j}]陫.IV."gRi>SEF׵#vI1 iMIɻ :v X7']7Gbx] wÿUwQH3K'*1ffac>;jGnHb˥>ȿFp+S+X&tW aO9pឲpXY|u ?9<*+}'ݓfWr>5t0G%xabʸF+H @0ʭ7ύ۲D㵿**ad?Ƽ.4 ް}+C"3k|SJC.QwzO-@ N( $:_, Z\xyR8_DlVI0| 6騸9mc.Ea#:_`KdYm#u#k}_o&h`MȦjTm3^4T>"peԆ yb_Yglf=A5VEX1KJ}r,ů)GS!}x(#H= Ku تP֑YzYx48̓`3@IIĢ K%*+ y(NrTK^7HBh65PgAєF!Np^6W9Qa8[h0,һ§yFK͘.7f910R>jBƱ fvdw"Dq3EwmV`X@%[t1ݵI9F!m(#-NJAh{cU-PnGW%n%ד/+ئC֓ U덌mX9@jVNmRWSH˚X)l䕖K )vٌsÑ;xhm$IܝWY, ٚU bggdȺ=o e|J`  'i {qapAOje3~&㐳lz'bab/&qH#iK@{%~>%.Z 2f"ԡlm*CF7rH\C1lG'E0TwJR0I$Cu*AT=m&U: e!һ(4lxqasś ! ~`8ܙT߰fg~|NC}G~ _P̧by'("ɤux=V/bqđl v[;T'e⼛ YMg%b/`>?P0_9$aQ] 7[h{Dr'D1mڙTv<$%0e^ذݎz 5㥣+Az ͅLZ j܏L3IMT|.>Uc"9i`vb̲\ydxqʪ'TC Υ*Һ,"&NRSFpf*K8m'r s/evy 04z 9vY|Qd'uވgZENH" G kx+I^5D7t-rD紸Ꝭ KNu D><(0F(wɽEKlv&sY-SAAT3!5_6S_B`vΖHnFZwbJeпz<}};q kwЛ[^6COkA i#ٲtJzlitZHv=Rȕ:6QO1#1' QƵLrOO)1 #FIc!Pѩ^OK]$8d/W\]N"PޚPg|VI8/gQ#iҡhHgH0,P M̡YVAۣG(*dsDkq㫉5!+mȧV9v-,8=A_| i/asY bNybҢ>: +ԶDΕEyE2.l"QcٖEL #!9a3a>I/Eف=ZhlCK䟤?cu{.P _pu'tc3TroWdz\"W =1G=,T.u PzTXsfnfӼ6YԺTTfqe,}[({=x^6}ey s/n}O:heoP´\(ނ Tp/ SGTnӶDƗ;;oʃ[ | 9-\pr&쏬2}̦jӳSf6=`!Dd5FxN9;Ғ9]X*U+CiF.Ȓl`7Rc!.n?!ԧULy]%\]8W~7]=WCnl0gr3Do&bXvcJr2&*՟~6` +3uCHl3n3XZt::?m>4.-)˞%w{!٠܉hJole/c[ɢ jim\ŀJzVZQ"q5Vmn>, ʃ'koaza?,iQ, drb&"Re{@5}&O%ø^z1bG?w;ܬv(%Qu;FXYcTs[gdӸ^#hY{uj. E[W*)*\h]tCwo[e>F˫Z%#ᄀr|YDW`KVh 3r ö2'|yݮ@}Jʢ& _UABC['+Ǖ i-=cZ@@9EFZJe%Nd)zX6/BT*kFoD\9G{/s Q񿱑M/Ժ2mOYT,hg5,DkꝐlPY%<+8#iY5 %O|+kr,Wi%+ϔg9m1 s}/~' 2?cRma0YbO ʢ4 Usk+U:kG+?≫[hh#.9W|"1P~P:k;j,N<ĻEOԎSol?:Zk@ڪlgxMQ푂;,OT5(Z.$@ı_ r$'<lS3WO :Nu@EyY^´23 `TYADɻw %RQIkjj{M{rv|nj0-0ͷ޿?.OVȳ=뜤Sr`5ɴdS܈ 8*RA3s;>,&!,KSy*֩]d}_X0 i_]CnK3bC5vn.Zˋvf\qޫ r]X%Gml^}CjI) ,vVŐN2H겶cy\d\.Zi K`K6l&S%YEGM t[uD٫`18/h7m :zVh͵ca&fqx"dcηc<]HEla>9*BaQ4:(B'\e)ф2ތj2Aj/"0ɬrlF4B۸A;vIcI}[mĈ9][=Wj^8DY;*5c悛V["컨𤨴1ׅ?0iX̟D-nE8s4VEJЦMM>`iWjc$yD!ӷG?z*$0PÏWȞh}w^,<&O(Xʫ,r#^h6h WY,(5Μ? G)aSq~?f>}6H12%εH7BJԾa`8>5&4B, +]E!вJ8UуCQIL55cw ^r].%[Xݠ`&4 7dcZyCw Dd>S&  =.2î8 Ӧ !`i$ͦw,_)hlѵ> +\R=lĸNa__׾@8=&>Ynox s ^#MߢQj:#cW!P3lKDD_[!14{ڱ65+ zKHDdZ#\;(Zf n?\mR)[l3uEaJ HyPzfꦎx*&P`4º24|fQeQPPt ;n-~Nޓ8$ ܭ~RIø6t-/['S~`MvLs+ ~Gv{74 jRSwj6H}B-'Q0!\{0o9׳ﳸUӕsbb h'JH- ȬKJ>Y0G`{Uc 8)<:SS%zϟ3 Cu/Q#$(F'1&zhDL02TojUc<5ݱ%DP^'i/sps"%%T1 ٔŠZv\I8mJv}59Xo' ̤ a畺!~n;vR#ZS*ld8t @{`e!<7It3 ] Q: tKFy5{@PvR47ȢL>6u_M*+xGB\3 s ہe]W%A~2`>4[>V!~HmS [l2'6Sk9B$CCQi/2}ϤQR2^B^-+,v,ko+wKha \ɜ1^pQ Ey.㈁n)+#%'NS2&j|Wn/2"@wlRmC'WČ~؎fr]Gw- 9t R7|[nϝt?Cĥ)/s4ktצ<TDp3a]P0Ht5RGlkav&vTN٭0t}q!C `AC4;j/$LC 3pp׸ tc|s|/˭XSPRڍX@~#: CCX:j^D< zڦ0N;ض,YUPqQKB7:.k$ ġ8K,KaC{;6:q$Kk,r+NwڴjIIa\lRu0傂A`!AUHI#~TBxZtR $tuΏ=8d0Mqnm\˕UԳϴ} HN^}%A^C[qJOjqNj`rуT¼_Me qpgĈgcvlqj(89R@M_=@'2 uF[{ T.4ePb 8M(հ{"L lOUn0ڀ=H '~ CE=zo9,F~nYn}v>O)㤦_.h;BRC{8XBvAwƝ-9RXIr΄(_LOА՗&jn*0a 3ɿ:'#B5QEi*a?nlǃU+lxUnh\&"tzG}X,|nzt-4%MB($nDȓ0_7(ǀ_uwej+Brhj?  هbZAu9G"J9briqPzF.@s8P#3d+"IWA 7Mmc'0ˁAb*bM=j=GLS]ʼnI .Xnegv1QM)=.z}m YZ