python-dbus-python-debuginfo-1.2.16-lp152.7.3.1 4>$  Apa,J/=„do:muf-I3-S$ An#׋F2s ng|G6˺F' 7ڝKN.$ỨRmP+"h jHm4k`Νot :n?کX hNb\ qY]t>DFr#\Ȱ<` ϩb!3h=;!г8 Bw ĔzS?g .]^[̂bN $ڱޢ 90d5587ad567374fa8d79afe94cf3254c2f210131a9f448cdd27d9064f872bd070fab25b67095c8c0a692641ab8e58f9311dffa68oȉa,J/=„8@C{i#Čo1c4pugCѳg" Xu|n{BD7RNjV݉ץXgƸHAזv9.֛A[(/ ó5I `wB-bρ׋{TA>\n.+zFp㡵m(G&L?u4Q\\ïI]o>xsG9NzRtKCE0Zy;"n>p> ?d& 2 c (,?HL ew    # (4CRC(_8h 9 : FGHIXY\]^<bkcdefluvzn Cpython-dbus-python-debuginfo1.2.16lp152.7.3.1Debug information for package python-dbus-pythonThis package provides debug information for package python-dbus-python. Debug information is useful when developing applications that use this package or when debugging this package.a,?build73ЯopenSUSE Leap 15.2openSUSEMIThttp://bugs.opensuse.orgDevelopment/Debughttps://www.freedesktop.org/wiki/Software/DBusBindings/linuxx86_64ЯAA큤a,a,a,a934524f91728e43e45a0b2de7ba4071c1ace7c96a7cfc555538dac0745a851frootrootrootrootrootrootpython-dbus-python-1.2.16-lp152.7.3.1.src.rpmpython-dbus-python-debuginfopython-dbus-python-debuginfo(x86-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1`@___@^@[ @[<[Dirk Müller Benjamin Greiner Michael Gorse Nicolas Bock tchvatal@suse.comtchvatal@suse.comjmatejek@suse.comdimstar@opensuse.orgjmatejek@suse.comtoddrme2178@gmail.com- Update to latest version from tumbleweed jira#OPENSUSE-22 boo#1183818 - Enable testsuite- update to 1.2.16: * All tests are run even if the tap.py module is not available, although diagnostics for failing tests will be better if it is present. * Forbid unexpanded AX-prefixed macros more selectively- Support builds with more than one python3 flavor gh#openSUSE/python-rpm-macros#66 - Remove shebang from examples (rpmlint warning, is in common doc) - Clean duplicate python flavor variables for configure - Update the provides/obsoletes tags for old-style dbus-1-$python- Version update to version 1.2.14: * Ensure that the numeric types from dbus.types get the same str() under Python 3.8 that they did under previous versions. * Disable -Winline. * Add Python 3.8 to CI. - Changes in version 1.2.12: * Don't save and restore the exception indicator when called from C code. - Changes in version 1.2.10: * Rewrite CONTRIBUTING.md document, based on Wayland's equivalent * Add clearer license information using SPDX-License-Identifier. * Improve test coverage. * Don't set deprecated tp_print to NULL under Python 3. * Include inherited methods and properties when documenting objects, which regressed when migrating from epydoc to sphinx. * Add missing variant_level member to UnixFd type, for parity with the other dbus.types types (dbus-python!3. - Note that this is a potentially incompatible change: unknown keyword arguments were previously ignored (!) and are now an error. * Don't reply to method calls if they have the NO_REPLY_EXPECTED flag (fd.o#32529, dbus-python#26. * Silence -Wcast-function-type with gcc 8. * Fix distcheck with python3.7 by deleting __pycache__ during uninstall. * Consistently save and restore the exception indicator when called from C code. * Avoid a long-standing race condition in the automated tests. * Fix Qt website URL. - Up dbus dependency; 1.8 is now required.- Add missing dependency for pkg-config files- Version update to version 1.2.8: * Python 2.7 required or 3.4 respectively * Tests use tap.py functionality * Upstream dropped epydoc completely * See NEWS for more- Use requires_ge instead of the rpm calls- drop unneeded epydoc requirement properly- Escape the usage of %{VERSION} when calling out to rpm. RPM 4.14 has %{VERSION} defined as 'the main packages version'.- drop unneeded epydoc requirement (API docs were not built anyway)- Rename package from dbus-1-python to python-dbus-python to conform to openSUSE package naming guidelines. - Switch to single-spec version - Update to version 1.2.4 + Enhancements: * Continous integration metadata for travis-ci.org is now available. Similar to dbus, this is split into .travis.yml (Travis-specifics) and tools/ci-build.sh (intended to be useful for any CI framework, although it does include various workarounds for travis-ci oddities). (Simon McVittie) + Fixes: * Make dbus.version a tuple again, not a list, for consistent sorting. This was a regression in 1.2.2. (Debian #816729, Simon McVittie) * Use inspect.signature() instead of inspect.getargspec() on Python versions that have it. inspect.getargspec() is deprecated in recent Python 3 and seems to have disappeared from 3.6 nightly builds. (Simon McVittie) * Make the tests pass in "narrow" Python builds where unicode objects are UTF-16, rather than the UCS-4 used in Linux distributions. (fd.o #57140, Simon McVittie) * Always include headers in a consistent order (Debian #749133, Simon McVittie) * Include config.h in all C code that we compile. This is necessary on platforms where it might contain something like "#define _GNU_SOURCE" or "#define inline __inline". (Simon McVittie) - Update to version 1.2.2 + Versioning changes: * dbus-python releases now have an even micro version (1.2.0, 1.2.2), and snapshots from git have an odd micro version (1.2.1). + Dependencies: * Building from git (but not from tarballs) now requires macros from the GNU Autoconf Archive, for example the autoconf-archive package in Debian or Fedora derivatives. * Building from git (but not from tarballs) now requires Automake 1.13 or later. * The automated tests and some examples now require PyGI (the gi module), not PyGObject 2 (the deprecated glib and gobject modules). + Enhancements: * There is now a setuptools setup.py, allowing dbus-python to be installed into a virtualenv using pip from a standard Automake source release. This requires pre-existing system-wide installations of the normal build dependencies (pkg-config, libdbus, dbus-glib, a C compiler) and has some limitations. For system-wide installations and development, please use the Autoconf/Automake build system directly. (fd.o #55439; Simon McVittie) * dbus-python now uses the common compiler warnings from AX_COMPILER_FLAGS (Simon McVittie) * The automated tests can now be installed as GNOME-style "installed tests", and should be somewhat more reliable (Simon McVittie) + Fixes: * ``from dbus.service import *`` now imports FallbackObject (fd.o #85720; Ben Longbons) * The GConf-related examples work again (fd.o #85720; Ben Longbons) * Consistently make examples executable, and install them all (fd.o #85720; Ben Longbons) * Search PATH for an appropriately-versioned pythonX.Y-config, or as a last resort python-config, if there isn't a ${PYTHON}-config in the same directory as ${PYTHON} (fd.o #92085; Yamashita, Yuu) * Add support for the Automake 1.13 parallel test driver (Simon McVittie) * Skip building API documentation if "import epydoc" fails (Simon McVittie) - Add python version-dependent and python version-indepent devel packages.build73 16303061111.2.16-lp152.7.3.11.2.16-lp152.7.3.1debug.dwzpython-dbus-python-1.2.16-lp152.7.3.1.x86_64/usr/lib//usr/lib/debug//usr/lib/debug/.dwz/-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:Maintenance:16880/openSUSE_Leap_15.2_Update/974fc55d70586c517615352c7dc285b9-python-dbus-python.openSUSE_Leap_15.2_Updatecpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), BuildID[sha1]=edc76e9f46bdf7895d8cfc6e3b7031856dc64b97, with debug_info, not strippedύa Zpython-dbus-python-debugsource(x86-64)1.2.16-lp152.7.3.1utf-8e4a7c591f7cd60da47ddd4850a8535616ad1a1c372fe5b456decc18f1a057c2c? 7zXZ !t/L^] crt:bLL !әSZr I?z:U$P5Dۍy:e N9#P,%AyOB[- 3f>)l[X1_I*bQߦҝ|DٛO-_&!M}oA5?uֺM(ey?ǐpkuWqBZ侜üLvJ*~Ow#ȔT@%4,*"Z^@xF<ڷz.{劦Cc` gWd ͛Ox|=E;{U yGw(*" C8Ң@(f_F诧\R,wD&s݋Pn0+ѫj!e%z~^=BRMj9ȉP k;ҋA{RweaԤQPRi%׈W J2'R-. ; >FN8oBpMñ\dȋ ʠ{u]eC${kWd@OY~mv̑WD݇'fwT,UYQUJKcKjґ"?8x>QHn S*Z3$ }-) `ؚ1vqw}?MAB!T)V'֊Қ)bGNjT\ϸB/p}[/1-qŃKl]6S ~!?26uX7 uQO~֯mۘa?|4pMa%Eǝ|sCEB}Zߏ)(7ۋY2@씊d}AW1; Jo4d3co b \\RHaіkcQ<.^3bGxD1ۋq)qGq1\$; Qh;oO3 F 1leR4aX06Bt1I(i/I<[ _նH3EDPv tluFp"Q-~]Be.8aѤj0C&]ceN0w8C vT#5d M\9a0:nrAx=LwETћWQLn1[>=y6SV''XM['JQ``dPNW+,-bݛ C8+KO V κ/m)>{dBD,%^H@g ,Tʡ1r Rv'q?jO>FL'-?γ1ask@bmBs( zp$^fHj}SKX:W9bٞbgI.k-F'hwN .8(Y#6V&.ouי-Nh2|f{R%|t޳P/w,[Sm/OO)C ej`Qfl0M~@>Lo6wh/p$sN~~ \NabgBw"vg_XX  G{TWoL+o|P4BS@>z7T(UXR3D@Ӡwxg=@t^EIO?9G%n lnVSMka˭kF*7/Cx*\Ds5;l#W~"% ]a%|:Y3xM \E ZrKZ%|:^@sH՞P WIOZ?v;^Pw/ r7֓x$Iě;S窑 ׊M̸D a\sm͠Lq;%Dr{%+s0^ENv=_γs{}4+_ߏV{+Vr]|"0V~@2oSn8|[5Ʌ4?1G9fc߳]߀u"C"f#{0d qܱAtwB}JYWtm #*\EGj/Zp` yN:ƴTm"w0k[w̩y* >Ew#ћaG|p, 77M*v[?L\C_sZHC JVNxRk/.R ^NcB,adQŖM"x8C|ԂO P;4 ylt \}{n(]#Uhp6x/Θv& Xt`L$&(]5\ ( Ua¦F -4Xr?aq##MG"HynɵO/#_1EdwdDN`Enw23aү7l|풇a!];ADm n-lZNJD* M@^^#m"Cr]GnrqJAYKg6$DJyWw(+74}1B&F/a1pB˯2òTD e/?Zn> U@n@q3 QsfUݏAv=#B62LV뺏QWe ~sҚ^v9íǴ47-3>_,-<1S!Ӈqk+L{N-'>Fl)yՃyz-= 9i#Z:;dz&sJ;&'b¶_nao!ͨ׭ƀ~Fg&u+Lβx.j\ :JfoKC{ v:~3C\+qQSd= J++TP7Ba+$WԘwJYsἸT:=eӁ9L_(DVG2`Z]۲VA>/w㚪?:Qas`O$}E$444*q=YD{7!}q49m'*z]*e[]ȌW C`$ ?/Yj}˔ù6cZ 1/ AsF` D5)9K,&(Yau0$CEoVJ~VN,OݜDSqL$&0:.hv 6&niM{IV}.1aM5RZD9>=g[(vb{׊Գ$ˏ(p}@϶ܴT[cGQ͊ 볦`i+?i2A B\pn(3'HsxPw` p3!.dZ6>#? ƅ8*`Ɂ,a'nd#g%@W3vi1|(9W&jΈ6X 2ҭ/uHCU%dڥ@yrGO_^zȫrf/ ¾cɅ "NcAmI?=_R5.Ԫl8K.%!aXg׌Xv6Y+{&MHhh=_&Sedzimipv֝a3 5Ž>kz( Ze^nʅIdۅA*`[к2=[!ї~LedE-Hg/#LV(±6#.xGϦG|ݮբ-Y#.Miؠq_Wሰ!4[횉!2GuSZц l 3I*lG]p^Rs|e>[ ~OyKW-فbp k D^{88)1U 3=-_| SaPCz- h@־4ӽtNJ֙&$g4$5`O`vF*Ҟ›C# L>Mg.^¾#fAa#qg9hO5¯ cg=ax$F 0C3;)H 3YH6!yv$* 0c[*k~I(K>5o\>Z$mm};{l쬠~ÏͯFqQ'@ XT1dߤ6l` AxTRDq"8όA`X傌@C}#e*w "ݚzPxeחcSe_9* Xi*Y4?e D`uc>Н%S̲׭8 cW?}–JAEvkϞ3V{s]*|P4?\k|md9[hxD|͝D9ݞyZASq6H*#u7A-[_r!m@UהH**dPKNs p?"uVm($l8"y\Yi4 H:+{`zDZ&J9oy 5>\Lh3 þK3rkwӏD,NVN,|3z(-dᜈ`brLK+tkH kӷpqխ`|y#( PaCjQoWA_*䢓Yf ]1͏aWifOg-A%i"y^Qz\DvKǍ^ǹ#K;ǹbJmo14^-icY-y9_5&}XoBpޢ7JbX簧~Ȥ ]T=dgvuuPR1Foo8mp|ߎФ)'C u/0p<,M!(ōLߧ=$O2;dk D_HM\bY|b 7[fb25MDFP[H~sEWgLrX.Z MQ)SKQ#`l* g*UXc$b1Q A*cxX-1O2Vt}ZeDgVdO+ڸ|WםZ!0d0eNE' WTĔ9r8f3s[ }x>P JZd.=DrDAgH?hKړd=ߨr 8K [8K$2arf\}HMLa`ٔgtV$P٨12MC^AzbyY~+aaOt;#KRL!ض!:ө8̇JJږk%+9ė@c+} AT/zՄ[*9BrI5V4e(+RҰ@-QOuV,,`=—.8ǿ::*^N\ wh"@9|>cbO6Aɜy0`ކ뱘P 5jfJ@"nmWւRhdHAچXV4oW=a`GC <4>ik RAYu5NQ+30te73fSĵA% Wwd6q hY DщXʌ [MM6dMksPB:yڻ i26Skw׸܈o]7L9vazyvaܢ% i͟cW$t;L]raL'lvm*Z4mХ"%\fo.Y,kT9⌊G}#aF*Zߨmk0U)oI=@Hʎp!m'2DFG2X8-EL_*4|f?9-wϒɲ#$@HqS8/U^A}jEWI瘉IB O&A":)>"!)DO"_ =82J IB c&A"?mO 8vB0"U'1Ԏ Ȟϫ͍Ba/wcOORqKD (.zim86DZQJAϖU| %q]5~Gc{L-1O.ߏ`R=47ݴC~Omo^za5}mbf+\?Y\s*/- &R.9yn+RϨf;p_v6=wuŪi~8ZN aq7<oE.F[{ȠX;4YM51cM̹xOqRIF 03gF|f9uI%C Kh떉 | \S'og_R)HQWp%lBK/Z)Gjˌmmף=XXg& "l<0er qs.$U~꬏2|0;܆{} Qg:*fCn3}XB^HzSe8֘BA)EӻOX{׺T0a6Svv-GPVN^2xck}IH@ig}[;K~6|q)<~oMՒ $B<蒼r+GеS[$/_B T7{9|73'+i>NTR?ռUE}6e_ X^aы(BA&TzaP=F~ };x+>]zq[t* :yH4+,yu<ٌiɜ+wug0I*MG~-:xXq۽? = .;&3*u=3MYR21 =*k{}ctpw[`tbBH {O?(8r unS 1HCS~}&Ӯf`' xk M`>OG*(} oNg_Go6P@zN0os8!۠e?+JVBs4!XnڢHc iQܤ␖+jL4ܠ(R6QZiz 5СNm;h#@rrWֆd.査U! M9 A`)x:h-U+1kaTTgxu+*hfQy;&$"u#h7pZ[;Y9;BicmRXR>h\qBΙZ4`6Qoe?YM o ,v]~F~P*f"4(wǼ2QÖT3 ٹY)R!x(,P k7^Q>\o$riYMg $5K}>p=ˠٓ뫹8q%+4m9rIɓSntY=Bo˓E;'U #lGy$&p yV ~QfIìgARV_dA)8iWE-w *Sh"l !u;nTDMETj~j8Wt6Lzָj\g_Sr9rߡR{$$%8I/gr}!9y:d[s>ϠtwJHA3* ȧmifާqYB2AEV uaYe9K5 zZ[^GÀOs _7#8τٴF W3 S L^.ZrYKqQW$_j=X:8@dQcNG$Sk/eNKא[frFqtM'g3-Q?T>@#GfȎ#j;݉\dXRܗ!"L)g/5fm}4Է_8&R\>aLYNև9Vm"ME2ϣ)ܚyMğ[>9*d,$v_ULoO&Ωʽ%#)|\8Z^*)֦WYp.r+yhԺsRY A=B$([Zqyľ9p{fExLJΠ7wt߰O-GѣW8^a}'HFl#^2#́"SOeN49y9=C%鮅AMA/)Vd ?[mP_]uI3H-3㦲U55XcTyp3r-_I'%+;7=,WkQz r<t8@拗%,To :,}szT{EQ䖙5S[Dw5,GG3efk+H:qf*+Noܤ/)ܱ6i{%s $b6Xc2D$ d p)DW< D0ś7\ڎ.qj {.UugF%ٰꎯJX5R!մIp[$ lo{Q>vO?lͫlS . KC tMGn^늘RzlUp~à!go˕rd 9.!_ǰk)F>~ObiU5ZfL&NKq )vCF{0&.=6㶠#]f_J E~/9M\; \u^JO P#x#͒JNVÃ" s,b<CVUǿ)a><: ebqsPjGM"u2hF_=ӚXbz>1V( Ce։" D LB1líkF"' "Ʉgڷ5huR;f^1t_ Ug-uu/֡R"R&1oSKm>f-فRSgR[áVyoLL A#5?S!#}M1q2 1.Wޚv2C W d CiꞐ0P'Z+ TVe`VHXXD29њ""=>rmT:ŭ7_.p"f,Ì;c/wig/<̰$F{S0?*`0ڰ>`% Lt,Owve(Hb}5`IhnzRX]QPAޠ\;Mz3rs b~A^lt@BUynh kn'0!V]Ea 8hˮ|wJN(SMJv$ȠV˺ 0Hij12#wwC!}^ӎl6g-6ݽcyҵRt  |ec;Tcn]}"HO''+K`EpS:%P|xt7 RRx R@ٿ'B_|OI**^)}u{8/CR@$0Q >Z" +AK]iwew7Ď*!6S}jc lrFW+oL3}b5v7YuqO2^#t-.#u;v1EhdG(mN?x>@M.UⶲodXC-+10Eo"}\*>^O<(fQtF_u¾yb5/7,H (;7P=O&)|eҀ^?$]Ov 8WQ~hJz[MPŗ1gfzmq.`"<ׯʿ+1{A.nh_*l0ɁR3}Uې1zƔ/7br0`un$׭CЉ^TnU,(xҿ9C@77i߿1Z€iza3a.{C +ؿmu VǀigM}YzKMbrHgS6Az~!f){{inQ$^v^Ԫas5BZ42p ON/DmP=6X 002(=8Rx.C3lWrS=y&FBR) pp $>Ӌg8h9gp? ʶ 0ta\ &#Wf͋楗B ֘y_K-:k1+081,SAjk!q>:;?IDlPԦC\}ǫ9Y40vh"gRUOl)y C:`F.׹ktOAn~H1N]EPNxcaoMJwYDl@Pؐ*F@X"+99Z*)X k4f ݛ=,h Ɯjo U\]S8 T (-.6/{oOװ0c߀o>D$W?Yɰ.Xʸl"xPSu,o80&>U 83bR=Wp(0 Xb SenQ`kjUT9<#P7^*nVDC0#S$:N]%bⰳuIi)!"TBkg=%84p1O6V+dۺ#;-A*YP$(ҙ$-)K"gr>rB_'$A٦W*q`H|ǐjLF*4u ['´b7:&m+8["`d"tҟYa/:uEфadFZU3uN9Sh?ՔsDÌI+. nTLaGXwDtBY4 yM_tO!2Aޅ cutOQ TԀ`J~Çl,o͐ +^ y_Ց=ճfQP{IoAE~- Zݙw*̬BHĀi׋ j,,`cÐq3+eJm0z.̔6䗂] }QIx׳BN!C|C/[ yRه(7l ]i/$@D_rQ_HRR9>mnDr)OJG3h YU'l5,U9m(it,jOt](i lRSڑbGvuE;`|m}v֭E5#CwjEeѿ-\t'Sx!@*=(ʥ5gǑV'+U͚7eV#BE!nmIuYPEpt$YOKg4n)B V.F(qigU -\E 6銿 OJZ ʂS.K<51UiZ:v=^&SaRZ~X\W=(TPJl[pWZ%-Le@fC(PUWڔ6/>rtvѷ ]_1]vbUf90DhE*=@?qrbU.b SES?rD&C L$:h(~l6q? G­RH1:yEHobC\GV:XO_ޝv U ig,t:H?X6)b(Ip N{.A '<8x{!-s KAL<9%ڜ|]Xh44z֎&~z%YhJÌ:(bςq:AN3AA"Xl^Qfӏt&owpVH[h2+3RR \F& M T&¤L4{<&c׳v,|ڤe' !(T,P=~9:s `kqYR=/-+bp#UVg*j\eCKyz6Yt ŴFbXp]rs:o̘>+(~z.;Sǃv9'=bpa7ǜi'v2%ڏ.piI؎`aI(%4M: }A A!x+Xl|⹱(䤈m;(8w,^߳sZ48i nQ\q+4@;S-ҍM`gw8;8Y}-;A 33շq {NnHDdz]#,6@C4B'1藟ڋJA*Qq!{Z s^M~ЂK$&pcNTIVQ?%cЂM^}*~#}՞~ si@L!(IW©!S닔SYl Tڦ)mcƒ1l00-l(ũU1m j{P,P}vnZL~ q9gTƎULJ5xZ7*3q&_SB^zhb +T#T_ xi!d)-k/, ȕe`Sϩ~pEݴ?YKr롎56l2((Dsl: 4]4Q*6=P?p\cFFUy+9S ]fN_; Uyp釛mQR"<o&(Jt< 98ŕx~ Πnո41QGVڸ!LY$$I@u"1>sHL듾P( 3pEdXxK?;I~sU$Q$SMauދn3vCƇ͢ց|{研lMk6lܳ׬jUؿ/?2FCb'~lwn>(wC޺ mh{P?yHGaIu }ܪiU9Kk.^,rnt H&&*#1tDͿ(IT%G!:*å!4݇ s~Tf =i@cCXF;C 9O` rq4/dvd&3Nra/jKI(z7I)ԟQ2Բ 3&ARtClÒVDCD=x|˔iɀ]޾rK5OJ԰2B0@#[,X_:*Xjvzʕ]C5XLk`򴁜.^-;ni3hʳY ޡ4S@՘{o0,M-`})[p{R'ĚZ' #CN|`:K ODt0uZ hG;z6$rsIatyF+F!Ԝ/>>C#p)W yGW¤nw2%fQB;c1=Gu4^>tSf*;brvpWQ-M#nnmٵ鐝Jsf6eAvj9nEϬ's2I# +O6æߏ/ 9s2Gp<:9TW^4M/7{uaB@x۳r kzMic ǏݍTحmLPsWS'O~a5q^~2oAޚ fE(bZO~Q u6X)=?M0/yD>ђO:[PU+9r)tXX=rv! fVs810Pd?u{Ftah?&WG^>Rr/WD"|fÚ-j-a1GbHPy R1c$aYC;ik^!qVms}z8XJh6 9#&1[p+&ҕŷ%忚U @Xb_./M+3nz);Y=^mz8Qudo%Od)Jox 9g-c0Q9BҪko cYq9/jAq9lbEqCvۤ&B?9[Oѽ("2N Ь\ase~urWC+IO}-ZcCy%OGS`v}Mn!`?wqڤ9z!aQff~C= _>\E!)yfk `Gvk'|P~d{&caVXͿJ lY0ɀ?}@4S,h<Нi7"XqBԽˡqw1-疰,bʷNהG/$F %2 n 2UzЙjִxt=P39%aRJ (dfI ][WW1UHqN*cz T?D>Na'"4T*GVH]di CC?dܞ̀B+YU*t 6#` 􎀈&|!{!'!Cd[nTs_B\n?}/M,8undGƿWdCucO g Ce,NI eX'B;JTOi:@t6Ixe7KF_9us6}îk81R KfX%IA۔My@rfyvQ6 ZWiu9FR'ͦKRHxuxVOnJjaAk' YZ