python-dbus-python-common-devel-1.2.4-lp152.6.7 >  A ^#/=„/%xG%G[K Vз,;UH`^ ^.̶lOv\<*4DԭtA:jP!}c;6te%FQRCZؠ2A=bT+zh PwLe.Ɂ )49R_Ղ]X3O7Jn JPoFfH=&jbzVtѤzuS}?^g!xz/Z(4*["cAjkUW"uΞdTY-XiLŎPe>fpIeu}(A$ .]^n(獣7D$w  ֈ=>p>2(?2d"( 2 h /8< Vs  6 `  I `    ~( 8 9 : F+?G+TH+I+X,Y,(\,\],^.b/ c/d02e07f0:l0<u0Pv0w1x1Xy1z11112Cpython-dbus-python-common-devel1.2.4lp152.6.7Python bindings for D-Bus -- shared development filesD-Bus python bindings for use with python programs. This package contains development files shared between the Python2 and Python3 versions of the bindings.^#cloud114-openSUSE Leap 15.2openSUSEMIThttps://bugs.opensuse.orgDevelopment/Libraries/Pythonhttp://www.freedesktop.org/wiki/Software/DBusBindings/linuxx86_64%yi % I% U A큤A큤A^#^#^#VRiVRiVn?VRiVRiVRiVRiVn?VRiVRiVRiVRiVRiVRiVRiVRiVRiVRi00ce7a06deed5c2399153922681dcb2159d68d89307492e7bd7c89be73ebfee2253d85e51368a4e796ddfc14fcef1b1b7909fff23baad01007a067d088cabf8f12d5ac706fcc965dcaec556e8c5f4966ade5826c116789f3948c0038a61ca4b88245c6b53e48df0483b5162ebbd1bc29de7c446ed68a01dce20cbc224f0156f9ff7277c8889e4b37664969b9e8176957d0a1f9d8d8edf31dca76b48c3ffc198e7e9ab5b66cea62f4859c3b31f511a655c254f91638ff7cc3a7da3f93e8ade95696df16464a89032d466913ce56f61aa5647bb0f5da6c3491cef6ffed34451ca8ec07ba75e08e60dea8ce81dff413657441c3965d829495d752204158879793b4b360a89e72ca0579fa757dc61facbcaa3e9b5bafd483b92306c1dfdb901f37dd5d99ee5025bf991ff7dbc609f1c9e6833c857cd43a313a288e0233ed5c0d8f838cb8a85d75b0c1f5d240d0a04afac2a81654b3819b4b23aec4fa2ac0bea6432501198dbfeaa8d0debe1d8b9c5220237a44f44e5c6e613d751e80c27df0001db9c30c2e9d21dd530424b2c666d67cf1be7dd26d0efa3b996ae72cbbde96b0903a10c4231165097f08257a36676d315c24397d382f1f5c8b1b4847d1ebed58a282607cd53493177e7e690a629cfa8d25301da3659489e9739875e08f32bd91ad345133b2dc9d0db2e8d3f489cf20280e8de22e4a642d85ecf32f7b12c119e9e330f1a83dc74161a73b6c973a77e6bdd7527d0843d0fc4731a27e7082fe8cdd5ff2f3d6470e7c968bca56c4c111abe625f526423347a6d5134890bbeafd02c4d481rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-dbus-python-1.2.4-lp152.6.7.src.rpmpkgconfig(dbus-python)python-dbus-python-common-develpython-dbus-python-common-devel(x86-64)python2-dbus-python-common-develpython3-dbus-python-common-devel@@     /usr/bin/pkg-configpkgconfig(dbus-1)pkgconfig(dbus-1)pkgconfig(dbus-glib-1)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.01.6.03.0.4-14.6.0-14.0-15.2-14.14.1Z7Z)-@Z X@R^@Q@Q3P@O@OX@jmatejek@suse.comdimstar@opensuse.orgjmatejek@suse.comtoddrme2178@gmail.comjengelh@inai.deasterios.dramis@gmail.comasterios.dramis@gmail.comasterios.dramis@gmail.comhighwaystar.ru@gmail.comasterios.dramis@gmail.com- 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.- Add missing dependency on python-gobject (bnc#850792)- Removed the %{RELEASE} from the dbus-1 Requires: entries (fixes also Factory auto check).- Update to version 1.2.0: Dependencies: - libdbus 1.6 or later is now required. Enhancements: - Unicode Corrigendum 9: when used with a suitable version of libdbus (1.6.10 or later, or 1.7.2 or later), noncharacters in strings are now accepted Fixes: - Support DBusException('something with non—ASCII') under Python 2 (Michael Vogt, smcv; fd.o #55899) - Correct some misleading wording in COPYING which was written under the assumption that libdbus could actually be relicensed to MIT/X11 (Thiago Macieira) - Avoid variable-length arrays, because MSVC++ is still stuck in 1998 (based on patches from Christoph Höger, fd.o #51725) - Remove unnecessary uses of stdint.h (fd.o #51725) - Add support for Unix compilers not supporting 'inline', for completeness - Use GObject.__class__ instead of GObjectMeta, which can no longer be imported from gi.repository.GObject in pygobject 3.8 - Fix autoreconfiscation on Automake 1.13 (Marko Lindqvist, fd.o #59006) - Removed libxml2-python runtime requirement (not needed).- Update to version 1.1.1: Dependencies: - libdbus 1.6 or later is now recommended. It is not strictly required yet. Fixes: - Validate UTF-8 according to the rules libdbus uses, falling back to our own (inefficient) implementation if not compiled against dbus >= 1.6 (fdo#40817) - Under Python 3, in the absence of introspection or signature='...', pass dbus.ObjectPath or dbus.Signature arguments with the obvious signature 'o' or 'g', not 's'. This previously only worked in Python 2. (fdo#50740) From version 1.1.0: Deprecations: - dbus.gobject_service is deprecated. Use dbus.gi_service and PyGI in new code. API changes: - dbus.gobject_service works in legacy PyGObject 2 applications again, like it did before 1.0. The down side is that it doesn't work in all PyGI applications any more, unlike 1.0. In PyGI applications, depend on dbus-python >= 1.1 and use dbus.gi_service instead - its API is the same. (fdo#48904, deb#670516) - dbus.gobject_service has been removed from Python 3 builds altogether. Enhancements: - Use DBusBasicValue from libdbus 1.5, if available, rather than reinventing it Fixes: - Put sockets for the regression tests in /tmp, not the builddir, fixing test failures in a really long builddir (fdo#46747) - Fix a reference leak in dbus_py_variant_level_set (fdo#47108) - Modify AM_CHECK_PYTHON_HEADERS so the "another way" works with Python 3- dbus-1-python3 package added- New upstream version 1.0.0: Dependencies: - libdbus 1.4 or later is now required. - Python 2.6 or later is now required. If Python 3 is used, it must be version 3.2 or later. - GNU make (or, at your own risk, another make with the GNU $(patsubst) extension) is now required. API changes: - dbus_bindings, which was never meant to be public API and has been deprecated for nearly 5 years, has finally been removed. - The repr() of every dbus-python object is now unicode. - The Python 3 API is not the same as the Python 2 API; see PY3PORT.rst for details. Enhancements: - Python 3 compatibility (fd.o #26420) - MethodCallMessage and SignalMessage now have a more useful repr() Fixes: - OOM while appending a unicode object to a message no longer leaks a string - If libdbus somehow gives us invalid UTF-8, don't crash - Fix rst2html failure in non-UTF-8 locales From version 0.84.0: Enhancements: - fd.o #30812: add the UnixFd type, and support Unix fd passing if compiled against a new enough libdbus - fd.o #34342: add Connection.set_allow_anonymous(bool) - fd.o #21017: add configure arguments PYTHON_INCLUDES and PYTHON_LIBS which can be used to override $PYTHON-config Fixes: - fd.o #35626: clear ProxyObject's pending introspection queue after execution - fd.o #22560: remove duplicate code from example-async-client - fd.o #36206: allow signature='x' among ProxyObject method arguments - Spec file updates: - Removed pyrex from BuildRequires: (not needed anymore). - Removed "autoreconf -fi" from %build section and also libtool requirement (not needed). - Added epydoc and python-docutils in BuildRequires: to enable generation of HTML docs and API documentation.cloud114 1589650337 1.2.41.2.4-lp152.6.71.2.4-lp152.6.71.2.41.2.4dbus-python.hdbus-python.pcpython-dbus-python-common-develAUTHORSCOPYINGdocAPI_CHANGES.txtHACKING.txtPY3PORT.txttutorial.txtexamplesexample-async-client.pyexample-client.pyexample-service.pyexample-signal-emitter.pyexample-signal-recipient.pygconf-proxy-client.pygconf-proxy-service2.pylist-system-services.pyunix-fd-client.pyunix-fd-service.py/usr/include/dbus-1.0/dbus//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/python-dbus-python-common-devel//usr/share/doc/packages/python-dbus-python-common-devel/doc//usr/share/doc/packages/python-dbus-python-common-devel/examples/-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/7e6b427484ff6aa334d0a6ac0a81d117-python-dbus-pythoncpioxz5x86_64-suse-linuxC source, ASCII textpkgconfig filedirectoryASCII textPython script, ASCII text executablePRR_穷*B[utf-828ff3d22f3aed77181ff85ff93970cc8464c15f6ec39453b462c7a4910e7eb85? 7zXZ !t/=J2] crv(vX0ev^9,e8r:oFF7f֯O"Y^ Oŷ3`WOMGG0hB0Vܼ/6=-A I= 8P+*rCpѪ"0@<^'J>Ё3l8 ʲPvr2#55ܢ>ӻ1]sYֳ`_7^HjP,]a{!0n qT0LM^>8Ş!y\j9;=gyLZn6EP@"W7j+T` 5g4I  'Be(ŊODUz93QcQ-%¶38+@xJ"Ll%Q*~d+ #h$g-+?"݌1?˚1Y㢴Lk'{¢'Pq\>3WJ ptQq5W\l.(n?\Yc:#bh *,1o<%N#|IXDȌ@A-?QvbaB:ojI`}8-[9g)-b؜W!Rk3%}E*c$"ʬy~L$B1(pz6a<GNN|GX\FSBNCB!JpR-\(b*i-0$sL֌r/uհw)p5 .)ð$MO6}&m+D5Q͑_j'?+jQfN-T8ڗvsO3 ϬWXrP,7_57G<[}W)QXb9( jE~@_*X%&Fb#n\~T:>* *sΖ5H^*e6RPxTC},*ء88JA86:Ec1 ׍ҢpJ5V̿Ҷ);-5" e2!4:,Aʀ&bEWbao^k4gצ+Rʜm&<v$d)>hIB8B@L ag~,2=L׉ !oV`裳S`=BDu-[Ǒ~aZ5! ~;RߤqQ~LM]yXoy{Ȉ[&|qH? .nRI#?P*lEcdP󵍇y 1Ɨq Rojm!+d )S~g>hki'j~o2 %$`Œ1 6ڨ۴3$Dzx"!2&ߑh|Tnj%+P"9 \%De8A}ӿ䭳T1ގ9?m܁-!<錦uNwۦmXX%s}%y[AqQc$׬g5xt"ah14ȃh{}?=0װЖ"^8]Dm@yaMf$8O-=J*wN\j5d` LJB (ޓrԇeⴊNwȫ}Rd3{J\00}dL=FRF>yTX4O6>q,R侴-Xq7tĒQh+ݱZ S"@]GJFk셃plg e*: %)]mNzC̉fӡɭ:- RV0,+y:SmHx=F%̠f9Wd@Ri_X T-^xz]njɳ4pc0S޷Sb6n;h[VI+ cw66rrFt Z‚ɐ*T#q3VX o[ j:d ˃Y, 3@ BBb걬~[,)-OBǢSsK8#j`Rwlp o@8v"|&F+]B"nE 2#ZBO@^? گrؗSg}SAliwz;\ǫ#u l/6UeTlZE}J܅YApkR5*oaډ2&C(蟢8Lfb~HFq|ﱧqr/!9}˸_i25y7*G1mO\>=?e"=׽> ǮKXڭ؏2\jkfҢ@[ߎ"Vkh@!{[su:0Ӕ$cR;mșW"ϵC(^3i<۵W^~d1@rU6{i8V0|)ڶC#@` ܭ?RL"Ȗ((img/(cgaf&N S5[q\wi'rWz}$~A>Ch0Js)Lmqx-8B[b.r Pܻјo85-R~ Ey+Rv }lhuRIC LkݳWjL`Y6^ƟDTO!}RsL/2Um]Ȋbjs X :* j 9kk{e_gUAKӛW2K5$[/2{ɓMr@5QWP!.Σ'a21J B>cuÂQ uN5y_X]zk0M] E@.0F͚ ~onfi N<-vQiYfzcAn"AI43:"Ʉy&Άϱ<{t=YKCK᷶`H X -zcYF؝UlM\D2cL?xTe }l&sSgK{f@3j6fj@6 8ux=vP1c-%z3pvBfxr>t;!`xc* D%(ZIdʪ0S4rJ‚o*.@z1Eb`+i D$~ tf:()aOn;X)UۑO}b아*1Bd#N1jAbmp(92vb$2LqC;%O"%FoUNRZ<&GVASg[8lZ(I |has}]UJsywc=2`[6_[`Is=0+Vhz\g mݣh1&Bʫy& VņӼXRh2/Qm+J7R|ܥ:o:뒋{ifњ^\mt^Vع5j:r"'m*u垪H}Ed3Uh:哐b# D$Gu1}*e{!຅tG/ 7P4& ?RƣA{ٚjK 0\K?͏fA2{S—S,N ]r`nY4Y0рX /phV/%Li j3eLF3ƭns*vHUuPGce ]Yy37g d|X@CQyFQF5jhJΘ0[%!cj1M_ !3⅁*ZXI.0t6a'LB l|#W% }  @DWt3ZHK4ٕLx&,֝s``^3y@#h(CSM/L2!H$b=/<S3<;@iUoZ$^%G3bp;pEcO&9nlHwws'㠯Q? me!zX*8F(oK!ޒU%#Gy*U0H=4I:;z-JgO#E¨@2b)8ı55۳P:?x5sԀ\#/ePioDKM_RKg#ަƵG[t8WƶSmf%#LIٚJB6 "G{#g Q7-{T/|o_E &.I(CeD'fهGbMx\F qbaR6 >A(3ґCƀeZaDm;v{~fF\τywMMG6GXU}:?XT!u!q0km\^/~B(e=02۸ VPuiN2OXʁFR%/LdE7r7b z y^7V%i`3.!nD}=a^;YEϩz3lj]8yy;8t˧5 ;}!)?O;j3 ^A\ĩWˌP8OM]`t@ԽL6? -)=4ul^Lfdb lbHh?Z IF~f+=aM%j3M)E=RozP~!jY%#v!?9..STM냞ۜ!gAKU?7^Ѩ~q򾽣&*;Iu*^f P{)v*4*&jϘrXFKq甤ipodwMf)7;U~c\':XjD=_dGNCi |ޫ:} uj6ZCĂ5 xv廑PR 7 6if;F^ⱅLK6"+"9yw8w+*}.Rol5csSaD,T@ HQsoa4X8?op Q1 &Yyw5A/PWeg_ËAM8jǜ.@|$_4}ft<Pㄛu;m@jK]]R ԅfz.:;zΐ}`.C7kLMNS´W - >o- ׼"Ue;O1ًH1Gcycg'(ףuWbUh:>" &0=P1=O1LN.d#*W2a(a >gl(#jW\~v.yJy_@Y mYU=3wN_?pj Fw¨۲=/ m:o ߆2SMjjq;(Kgxޏ n,ũl#EeB"̔7Y~ՅǮ=뵋rE5k?1-3Z"C*<¥0#\P 68ۥ@v$/,^eQ2E R`qLJX-JNX,nݲb||hޢ| 4Zlde(M.4x(КR-K,Z[5b2MAE8_Mr^D}${^ԧzGlGq| Fʭ\c+̮Ǵ2eħbMfS̀M 9D5^e| `S] x Ү*e"#0(| jJS-B!H7_2D.ywdNCA!Ae'>"]jVM/z%K,& 9BVvV-~df뇈( ёؐC2qiclL4W>qH~>ICعSx6=ƍo uM T_HKLS-Z8Bqμ5z \ϿpƲHmm>|VC:v@kUTAL2s(ە7j_m3a[e=Y*烶l5kD3q?R PV>$Ge^T6xN8-ҠpoVu[LkHh6G/믛+E]zժZk˅CL旿,~|p4Vޭn{E}-)ޭ.+P'pJgOȣTsVtS^nϨ/y}"al8>o&6Xq(|>"SeFC.ȫH 8<6fi9sa*:c+߱94eLOA!YuN(+ 9:,oB.[5teԼN0Kkt! $Vmr> $t06( kxzp{T i`Bg{a 6< ^y46Q8<ٌ)ɣUuM6v4,7 T+{T) i˟}](?!߃PyOW)9\ uI&:ї2m|vly%`)ȋ̯_gw*/a~ɴP/\<^eV%TY;j%B'nJT, QЃ4*Y"yܻTWL6o5rF9l˄/Rr$m =cso$,`mN3ps@Ieze|(xg2\h4鋶_&sMU74P:>+ o6\h7]ۭxtK!sت1S1vF у:ܝTlkH*[z#te'{:Mځ O8ê3s6Ll)uVjF_ ͸ R8"}W/QAÑ7 e;1еw{~5`h-fI^ .~qVSrP 1?Kc":t3%i3B |nqa{e:ӫ u_> %„ s{+觟sm#n{|1c|DP!oȍt ٜ³=)Hj@]Ry'`J- ^^ڕrj*:7+=E(_NLԽ֟Kt I}|E*?Li9zЎ#:G\G^(FYY(Z[C J)NʹPJ½}GeGD:)oĪe&.^F%v,KcXUСg^@'yfqK)'<ďR/K)Hy:~:ԃ ጘ&20Al4K7cԶmT.+! ݛz>Ŋ1joON`cL$Dd=Ҥpӱ @:XHQkL2Œ< jIQaSh›&^؋Mr-r5 kcf_?TqPP:\]Q„[WQe;L1o{>eȳ%L)iKN׻-R&IRc{"Ef pBBszjоYSi ۯFm^2 B)mm Nx2\U;&{L"3Q x~ӹDlNj-i,fpℓ+SG#E&u"9l}xOC:YU3e0W^ЗS2}%%  UWɭ8݅ZEh!MaOvĭ ]DwtA$Xa={ <%<I'ܤV-Z W ʔIb-y%v| aB~)B˷Bo#ze_q?o}7V9EytxO |m%[uNd5Ě{TּQ{u~k_;_n`Ͷs4F6m~C5DmN<= rBTcfsBu-w-yXTzm}k uojgn{kugZPBxI__;Sl|j7\L;ZX臙+e+eްG^O@WjנX@>'rڝM`(HtsfSa acF ksоJ֝xp3Ϡ6}\cEPyߞ5D  %cLp].BP4d>*T>WaO$$-?)d !(b BZ|&h&7QWC&m;'f׷Z[M ,uV reC҂uPp_KePs$8-9 !z$bGN8w"[McX>f,9&%Mh K6cŅѽh41Ս jt&5IڢxiK۷)7o!AQui̚.,LG\d6y2+¥l `eډ4w?%dp'SaDف3[DՎK(лPj#yː߂[Cؓ1QN}X0K؇}сӎ`8?N ZZ ) T͖E:Gp 5db `wK+6q% N$g~PO -Ft#T(!!Q~!7є$'! c1 +a3n@_󿬸XB/OB0' `jzbEn7LR|97wAĴz^KE} a*p 8H$X'cB1lr_!x(| ~J՞2̲ƬZA{yױ?ՏvO }z8 鞢ܾ=0$L%_H oq`No'jgFH^ep^SrZfl^ч$he ߈+D+e#큸}ةlxwr$+5`V7crI5C&vXSY'5L`Z ٻ`˰Ftlt9F.cNSʔPeE\%2Zt<i)^zd׻QEy:z#M +&ܭWΈݼoe^H z 6 FQh?, w r Y$7/LL2Ttq^ t,qOj/J' 9O?@ƣqh p  -Ս }<#N}Y}X_Y:R6bs NtG75%JDX_Q@ۣ`L`zeA|ʷd7YjP B'X4W2Dm<3FL Šzn* dpx`Q8dyj MtE&_k6@OVb&f4C5E]@#EW0ĺ#@|_A*ꁔwfgx;5`" ewId'+'_hT3рza=Gl3 P ;@mK%(S::S#2nUnYTuWDA, gU;):#|J㴶\95js^e4P`WjNfQ:_7߀.hF~'7s6 ]5 :) X3}~{ 帥o<^ȅ r|Q;˫,ӰA@St3ΐtӲo8 &^0T{X1/:#P 2)@ Yhe!]aUe[MM{:Һm_ {yj'3+!V>tkR0 ݛl }঄`{1wۂuHLSUj6us2;8{Z&m%ȹdqTUEdȜT iJb~3 -Dt}S0\t*&7M%o-\j$i vkv]xlf 3#eV"]oHN=8(' !1|:kš٦6kO1<_CoQk$^$ (RtQv$mYGW$5ʼE edeCy Ys QV T!]Q̝=bd!c(N*I'Q _ O^rZ!ً=x6p2֒Ȼz Qy',% X؝?-/_Hś2[cz[=:Qx]ఐ`Zɬ`u'ߨ#P_]mgHf_ؾC9,,0WW*j F Դ$_h{Jf XvtGl`}~ 8ȝM JHX֤rGk] 1Ze*@'ҕHX+u񈷛MW ۤb n;TH!AP_ù[h0A3㜕ǁ^ Wlz4l5yJ aB^rCS nQ:d&<h Ѽ:OOKՅq?Dnywl59\#T@hYu5_?/J!T ި=행ȁc-Fz7_":B(@g-~}HA(EdĖN0 nhI# ! L.'}a݂]r(r4TS0paa%Ч< )%_9ZZT ٗG 4}W `CwMF5G6kw,)W' \6QM@qa abqkH w(,91ԯNUO˓cJ [o-6\JtHi8"2)͍]C P5)6mHn%\7z8Xi e!q\pV͹[DtKf$e3c3OMZ CmcI,$Ѝxd&_̈S H+9ʴܻM^Ǥq7z#͎46li2M?3v2LoC@c(4yZ3.k7vٛօ^ 7fU$ɪ:Il`W2{b2Y[#㱙95tc/3r2n~gl|It5W2)olBIE"2wu||Y8Fd_ҐkR:ElzCG.uK*v}yd"d=#߅_@)we2Ze3Ӫ#A|MXϮ"(jKxW.փ$@v,0CxCQRi7ް[E(\,`!\>M窿1+ÿv,~7Q[&=f JoDNtqdS&@2 >/I_bV6Is= J8ʥ6.flZ"Kw=S'H[N%ΣڲIڌ/gp #D_<ZjԬ6dwziv9eg-2F8aèmPn3og;|-3^d,zgGC6, }]fuqY,@zU ґ)7eHsҡ>.25ðNԠ].O1:-5`>{RLe)C $C,2o/鹂 dL!nye4Qࡵ-+W@T˫5թ<Ǚܲc&5bB\{uL :7k;9@u[]g(}߾;(q&fL8(qs67 YO3&gm#]!S}@cfT BͿ"^vԮSBL``%ch"{55wcI0 @pVc):KrjiTYpwF""hY!ݿ~wy-?uaJ?( : N8"m  @6n0D͌HxlMܑ27#(Mm`Y  xpOg_fݹ2 !UmY|ZF|HɿJĴq Pb;̦kp5]ܝ0X=梍 FKN vN~ WT(ǀne^&CFLKSY hRP x-QglB" ULg@l4]*@1hpZU7So^y*WGV -Ȣ =b лt(0KՃ21T/|KL Ii-<%Ђsm_4WS}HCC[6 _fb/X@Aketf RbQ=jWF4.M>$E'1~ڠr@!rdgbv˥.rX3z$*fHou䜜@%L\2S*9ŶaL9v<FX؊Oe0r; ,*hl \ &m nvl2,CH;/{O$no&Eڥ3!ȐELKX5bWY[4&Ӹh1; i>b[}Ȇi7~^zhğ%Fk +_cuuL~{co @#^t'/n O*HחjdMQKJ<ፐ+nHNVtU"L^,鴙eë)rď4z%?IjP~n Ps5rlOBlrG-m۹%(S5뎑+q}>*qޑ bnFc^߫xSDdiaݑ}?61kdZ x~m[{qͶ = v#Eޝ?2;=`s#i&"V{-yxO]ufsŞS.c)( ٹ|M ])M'Tܾͨ'ai,R|1K.˨z eR))*W}^1ހxtX{U}`Y)i^#wYdU(dn\ m^Z/P8jU߂YqxvNig1^X"點p! vc9x0W46R@W6w'۞ck,GlKKR">ҷrSھZ~ل\JbSGR\[egQu_ X틞ׂT(CN]صiPիO3=I`nOlj,Wa!\ mj%S;#R"қԮƣ~q)U +ss''&h3 5h Afa;#g>F' NYK_p;gV}n,7@h﬎)ĭ.)׈uB5.·k$YQ7KbC~kDJ xB`c+ S_WuD/7z=B\q晊K|c` YZ