python2-dbus-python-devel-1.2.4-4.24 >  A [ pvp9|f*犧j8o0:R/ݹ+ ֔lQqJx!~o]H_(a)K/`=,(N9HU;eGA1i: e"([ye猚OA (4b}i4P?gaWtU}T`Ă0U]43>I !g\U1@6쀚^W_|F8A)ő܄b+ ;Q!%!} ]7P 412143c0caf842cc67f33c45013e719ed7102a645a40220ed9862e849dbb669daaefe75dc4454c2cc15981fd2339923b09edbc22[ pvp9|HJ20LdQq mלE]s`G͆~/_H ,i9'[3(#_vTW5=0+'o &;[休V\2٢5o3V1:h:2WETh]6A~YfW?Oe\v*ÉMiM΀Z_NŞsS$ӳr(r|p!4YpA40?4 d" ' V&* @]       @     , m     (894: B.F/G/0 H/d I/ X/Y/Z/[0\0 ]0L ^1 b1c20d2e2f2l2u2 v2w3L x3 y3z33334Cpython2-dbus-python-devel1.2.44.24Python bindings for D-Bus -- development filesD-Bus python bindings for use with python programs. This package contains the development files for Python bindings for D-Bus.[ pjseattle8&SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Libraries/Pythonhttp://www.freedesktop.org/wiki/Software/DBusBindings/linuxaarch64 6<,cL%y*iA큤[ pf[ pf[ ph[ pe[ peVRiVRi[ pe[ pe[ pe[ pe[ pe[ pe980ce6d1dcf050a1d480e6d5e31167212b2d40b2d170f349ecbbd66ea17134c4ff7277c8889e4b37664969b9e8176957d0a1f9d8d8edf31dca76b48c3ffc198e12d5ac706fcc965dcaec556e8c5f4966ade5826c116789f3948c0038a61ca4b88245c6b53e48df0483b5162ebbd1bc29de7c446ed68a01dce20cbc224f0156f9efc65c1d24daf96568954ea15d70e13ccfc5645f077fc5e0e995eee78db78aeb7e9ab5b66cea62f4859c3b31f511a655c254f91638ff7cc3a7da3f93e8ade956c18681b72359d32bd8dd892dece5aa55064c1f66f62b2e8dead3e538ec5c295d96df16464a89032d466913ce56f61aa5647bb0f5da6c3491cef6ffed34451ca8cac6cff5cffe2dbb0c0897c3dcc04dd03db83a8a3c994e9f28114a115b859e27ec07ba75e08e60dea8ce81dff413657441c3965d829495d752204158879793b4dbus-python.hdbus-python.pcrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-dbus-python-1.2.4-4.24.src.rpmdbus-1-python-develdbus-1-python2-develpkgconfig(dbus-python-2.7)python-dbus-python-develpython2-dbus-python-develpython2-dbus-python-devel(aarch-64)@ @     /usr/bin/pkg-configdbus-1dbus-1-develpkgconfig(dbus-1)python2-dbus-pythonpython2-dbus-python-common-develpython2-develrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.12.21.12.21.01.2.41.2.43.0.4-14.6.0-14.0-15.2-14.14.1Z7Z)-@Z X@R^@Q@Q3P@O@OX@ON@Nu@M# LZ@J~@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.comcfarrell@suse.comcoolo@suse.comjengelh@medozas.defcrozat@novell.comjengelh@medozas.decoolo@novell.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.- license update: MIT SPDX format for MIT license- add libtool as buildrequire to make the spec file more reliable- Remove redundant tags/sections from specfile (cf. packaging guidelines) - Use %_smp_mflags for parallel build- new upstream version 0.83.2 : - libdbus 1.2 is still supported, but libdbus >= 1.4 is recommended. - Make BusConnection.list_activatable_names actually call ListActivatableNames, not ListNames - Don't override CFLAGS when adding compiler warnings - Fix compilation on platforms where Py_ssize_t is larger than int, like x86-64 - fd.o #21831: deserialize empty byte arrays with byte_arrays=True as ByteArray(''), not ByteArray('None') - fd.o #23278, #25105: fix crashes when trying to append more struct entries than the signature allows with libdbus 1.4 - fd.o #23831: fix crashes when an embedded Python interpreter imports dbus, is finalized, is re-initialized, and re-imports dbus - fd.o #21172: avoid some deprecation warnings in Python 2.6 - fd.o #15013: add dbus.lowlevel.MESSAGE_TYPE_SIGNAL etc., for those who care about message types at a low level - When removing signal matches, clean up internal state, avoiding a memory leak in long-lived Python processes that connect to signals from arbitrarily many object paths (fd.o #17551) - When setting the sender of a message, allow it to be org.freedesktop.DBus so you can implement a D-Bus daemon in pure Python- Use %_smp_mflags- use new python macrosdbus-1-python-develdbus-1-python2-develpython-dbus-python-develseattle8 1527345258 1.2.41.2.41.2.41.2.4-4.241.2.4-4.241.2.4-4.241.2.41.2.41.2.4-4.24dbus-python-2.7.hdbus-python-2.7.pcpython2-dbus-python-develAPI_CHANGES.htmlAPI_CHANGES.txtAUTHORSCOPYINGHACKING.htmlHACKING.txtPY3PORT.htmlPY3PORT.txttutorial.htmltutorial.txt/usr/include/dbus-1.0/dbus//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/python2-dbus-python-devel/-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:SLE-15:GA/standard/7e6b427484ff6aa334d0a6ac0a81d117-python-dbus-pythoncpioxz5aarch64-suse-linuxpkgconfig filedirectoryXML 1.0 document, ASCII textPython script, ASCII text executableASCII textPRR ޢCC1 utf-8ab28dc3540faddf79751f784fc470581e2a252d99adaa40ead37da6c5ec2bd7e?7zXZ !t//X] cr$x#T1|PԐF4 U%jf(#83zȶ.D^_>X,N΃x;;ukjqk#X= ?cOI@e usO/_=F&Yq"t0 x1X*VNV}A+qG[Ի Wsߕk }1e 1 bZS5i`y~?DC<{~M~$^NrI[s`~!fHϡ { 1j =,@SohJ@x1\I -ût+U]#~7nBBe+~3v-&&V;[)^Ml4ܠ0`6jhIKb)ΡQdՀ qE @޼^j<*ܫNS ީA͂HF\_iv^[6"Z^h=BJ -g[Vp :[<b[Y",0ّKbϯƨh&piC:;/e }0ϻDzskج>ki ϵW<ŭ-#00dU  РMHs{vӰZ6G40 A ŏ)<{Y\[8,VծČݔ ؞6.\ (8\K&A|}`G*GE<߱^V؟U߮Uch )NORi%lX4]E,g 5?=T(T'PCMf]X&i}%kosKm{z?z.Y49]A$H:'(F[`ZM= 8<|˘ɭ~:U# 6FVFy寽?sARF&O&@&)769 -{J%Hd%OaNӜ xتpq`4Mr%A1#O}u 2r5 JW%nY'sUT II]؟COps׳ҝhkܙpHn.͈=?~C49՘-u(v'&?|NDLCd[bH9h`0Ʋ7,ly ϪL*`*&_Wu̫ztˋp͔ iH(LkؽE" Q3>~dAWpO[Նuo򘳘@ BsL72OuR#4URzv%"G]<9ҮKs%K5t\{DI5!#]ʐk-&&F[ˋywk(P}/p'#Ԡs|Nk#_LNrU T7ˎt7+bj@}ktF  qG/2jW6h@g/dB@wHNŠWL JS;c&j&E1q3ӿa9L{Ëia%Vh$Z/Mu(Eu05"wL>k^x-녈37Lb+E^ztWt3̻ԇ 6+z8{o}ljLmɂ߅QhPM>7xQ6σ9`$j jQ!$(PxyfAR,x: Koq/g1TVkp Q?BOyhl/A1 K#?9 ;XVT|u$^,#Be>`Z}rȡ(_~tS6BP;lVr4k|Yݒ$!Viԉ/Z7/0q;Ri2ı"LmU x 唘w7\\QlϒEP {l(wT3ka3 K\7ֈb3uHV)E2yn*Tk&;Nng%z=xd:O+ @yO 5%0(Cvڑo;%#.d UK{+M6:&e{_cf2_];y _džV_D_=bYJX}>Q{lEҏCC%܍2H9Z:m0_dxz1ٯ,t\Kbi|mm50t_i!v|k=V. ҂) k6putz,=08챴*H3}z9&ݽ<7ӡo-/*:AO/ݏZʹ8H;2N}QsT)q`S/{&~ޒ5PL_c9TW"ß]WE>j,ñ-5aj@PA/wm?*< %+4g];.}뙤>$qj)d/ T.8uquM %"WBN{u{0ԧ|h2I$Lc) ?lz AFEsxZo ɑ"< Q$PVUS:1$ǂ$8)${ @(;oǟXw`jhKٝj7]Ж?y،A'?h]PNWu!њtW@zEd5Kȹ !semdF0_1 opeW:قB$=Jke]H f3M2UsG6IR*(KBV<jxm*:RDߧe<1Gm;mi&G5RyA  u+pFEZ( D^4ԃɌzǝ+uU6K<"r<ձn!Q{P¹VBj_žy\![% , ݤ˂ )4x+F{-tJ5ȷ˪úYB;} 3nBEǼrhfM.  6F^\ֳI7ǠZrFIkdy0άFI%dQ sLzN5Ndg.r߆ngPAhsv@,a^m:FRZ > ~iQCҳ)1 tQ!z솣$zA|(k-0nWw'-2HPz{ Շ~ecJBsz r}a~ߕΌ$/-2LyK\Z {zc:І$-܁,0ߔ Bu$^m] LjDxq b(~qEk*" 4j% oҦʏm= 2x)y yJ dȽ*p:*J@**,JqX;t>,)I-~D>8rB L}tB 6ȧ8V8zT"r)L$*ff%CS0/Hj4D ޣl|n= CP8"ٿٺ;$ãf+Xr gTR"o1`Aٵw YDJ"@x5▖M1d:Am IE;SlfQڅNvZ3'jURNN]^rK^ `SP_gh`$B+MU^Aշ80$ŋ 04LN+Ϧ'ҹSDOb8Uf6rp\(-%E)FjeU>;] 8yD\ 1 =N[(;4e%S5}`u,f8_dY3a׹*(fMy^7h$SV8|Nv %~Uh pö?֧#??cֹ2R0tC40Ze|;faWi߮j$h9Ncy<(TsO+Ŋ3 s<ў %C M:z uD1Č0ѹ^UafYnZgj:P{ ܁-& yh@ 1rt#JRϹds2KAt{@@GttTe{@nr>4q[=}qcP.|$@1<;W26_22U Ԕ6B8_cAJCwb{cDRzMlT_T면]qL7)͢r~wK1^ DMy]c&7R+ W\gZO?ժJ^i]@;MAGkxJ6`] C-*}7Q%mGp]Ww-!LӪ?h 'Y=AԿiϒϫN!kKQη/u{8m[9'x MP v2m1҈S7bF)Ә`Tv̴2]SZ&%. r%ZL< }@ܭe!pu /L=Xg'%7`عl^$8<&R@'a^e`>8qW˜wMDgż5=oI[-C=]P<!v|q@0֚ZgC2=4~b"<vETnbWr5a|؋ۣUqp -N)^h0gW hv>@n/klk=v&&UL_z9+/&.J%KULUZȐ6cb- 9y-Q{-N:WV9IhI ;0%q95 aG,_ۑ6~*>%&Qh/Ĕ,"CS>5J-dDBL͔1mZ%HPĠ3 Y(q]sH N{oli1S~F3!I;1k6XlJy〬7#ophBg>_]6H*-!L3|B`y/ XGur꓇ݷ)"^ SL]v٘0xl2MCi>ph'`D Qnzn6]ХV$6N4\W+iPB)hraymCOIq(G{,I|hф6l| a{$O^T Xtyl^b ~wڱRMeju-ps}gEe>-рk볩~ )G!ciRY cH 5ܜ5B,Z𽟝EWNIվ9 ~4-y|\>f0/3+˻joX+J%ڮi d'p̕Ӈ & h;8[ߚf#ss="~fkN3Aî`2oѿ)БٗG"9\pcAV \!K.  ?xs\;zheؗ$^0]/d8{g,v3V Og`AP+sIk_2҄*O1v⚓&Wy}@K+EԜCxŘ{m I4#W$5Bw9@QLlAo]t(iAКPՐz뷘"N:)ړP?$g(HKD,lo/JMTϻIxFzrD#A7Srpy3|u;"JH)mSqӴ3faV. yG)bKY#Crzrȇ%xYh("sYk:`DMYQ4w`~rgl&aH03 cM#JvZO]` rG)OJ9^ iۥ.%˪?7N ,$B=?&MVc:Ÿu~ϚQ}Nt.D#b㎈&E@w8=( CA6\[.-8fs:lrZn⛫#Om^£SJy׾ bI 99d,@,iM皖:֊U4__2.Ph!Nח>fME7Swe?~(jI͎ +4Rbv0 e`z=.J*a?xjp:꬀+*?>4E<"If%n {: m~^7JT|VoCWM'HaGvt˥[fzȬh+u_RCyаaW{0; n^7CJxƴUlW߉)?N~}TOHpE0GjƤkxyf0UqD Gh OPG?/MH7fVbD^g _gKX' yqs\QyB(&5`?՛, aK;rm vc*n`>l?)yYn(\SJ|f%cEf%l_ءmn)Uj8ڤ8voEo[?n`14G 9(Tĩ-l`VmEJ uuި"ְ=GkM YJtlXu_q@NJfwE nZxD0N!&>v琛1sHK}~q&h79GGi㥜mU5hogJ5pȩwㄾۏN# ֳZ{̞8(Ʊ&et y9~Ƃ~vbee۴SU\RlrY>㴙"Gb. A>YiMmIl"CF qf9"kA\0 yaAdIObi/y`LNEI$ C"ǖodtUӸy*qHֳPMhtj+`fڨ9 a!_s6 6% pJ:m\~dEGQn VKjd'deaL=0ASD Rl0тeO5Y(|5FIO`+2^E&cGRbSqV͛@U:߷`pmeNRk/^D{:fkr__ x+!-UPȽ8yTGmUf Us-FKx:`GRrJOuUw\( &:[S fͬi5 QBki[yf0 5 '#IG[W5OnŜN贩&22mz>+[掂T2SKV5ePriX"9d0zimu]lMnuF%4s/ :?ym9i$xz^.Qk1ZH o'AC m+c[|S $gVT*nj*R}2 7I,%MW>kaSSƭ2fJgja҂ fv4Q cM[| xKLYYLa߯ȸajdcVPGM/ˏ2M`*5`쟖[G,Sq s$/4[ ٺ6#T- eԲ vбB.tQ̴]Va룚c!W$} +xΫd…Y 7cNO{K@1+ 4铕ErO '.ؔm{ފќC=$JkvW[Չ4l }ɲp<|as-Ox"8@1_Sp?1=;/(VkG@HwV+B; 65oFYa,E7GKgS8OA_e}h'v`'^ot|q^x^O(زTv1s(ZՏJR7UAчXPxl PD]8.T)V%4SG5S2i7;XV(F?YVG4 {ya,S\HzXX2tp!%Gw 8b͠cؗOO d HSjB%ӛ>jBHHH?R0bfKj똚pyc]6T%,|IM;؇=&Gl6S_}2g+ Kr@lQw=g#~hxb=c8m~r9uϳvv?+HޣƘ5+SoVpg{'SWRTQ\}\__uf'x/!jR+5]y;z8>>>D'Ic)ZQ\88!G^}4*Ea6BǬ(]J0 {| Fћ shA75[Z(to Wk5ki믹io;!D$sm*d*/R=cGVҟɆl&o]bءblrv)dӃ-ՃAp~bom{sA.R.0ؖw;12'I3B7crP, (BU2{?Dsx ƊfZW)Le۵אe_`u{Nkwר4wto,23Ipf,Lxӣj֏N{t%Fb|kf I+'`^bg:,#0ᰰgDYRZy,at;Ht Y[Gs(QUPfD-jKk&s u$?@#7P@2% E~Tx4z*+:mߪԯ_A^vLq5V 8e)GbT:ң5l*sN8;G ď`:]*^<ֶGAyprܷYKdZv\hah{k["Aqu> qvPIı;LW=uJ,V1\-5 v ,t\vXcw*,em֑u! -7"VUgRxh4I^mx{bT?GABW%n;j D]ztىV\/֍24O usQ;>oF=cdd``?w/~:3__G%,jƵdJژ2 jתavxOi" NԓF?KWeI:6eN*PnʐORXUmj{o^bj Oھ2IHqK-y?_.I.7=ޕ麿ۀ&m1,*D|J\͍/Euz_/=W+Ǟ\$} X'*"H'+fpkܽК\n:'Yb Pxamd'|b'Z㹗+y'f.Zp m]Mʎ y4~Nǹ?H)?Q}z˷q!_hۘR_J웒y~UH!9(I5Fno=%Yi+Ybdo9ϡ'M[x(#tymL_m| $˜㣌e;YvI7lV)s{}Q Z;rY4hZ;Yl9a'm5/6hk4XԈ4rgzZпg*0fdx_9=ӿF22w7VL'y -g*RCZ'2y2IJϢ.ƚ }3*Z~\4j-Bif̗17fE+y[bŖ N؎PBSO*]Z Ahe=Y6jÑ4CC\#{<O@5'b9~#)MV3 hc]TXu݄}ވŧ|g9f,Ơ-ޡTuEZ4=$:BKN#?u[;͜e40Ze{y}vB\OW^}GgO\ vhT^ɡW_e =G/wHb)j)Nes"VOpvo*Dc!&x@u"ڡtrx!\B nP*TjFB{jƻߝ>+N,ڏ$@H., 4_`mu;|/!ΆJ$[}Svu{Ce3t,D[!BRbh:qI'MOكov5S=g<ɒocbRt!RzfvO'WIr|/+!5=51&N/z"X(g'טwT-gLqL~{5x&?j\9 >s !41f[As{vKX HF9(z"4)Sv$O Ǯbޑh*u$G3WgK_pSja g:ޘ>Xu:)$d:9b` nsqatg*hD['aE SXYI/X$π-LsR^ #4(p`0if+(+28.sыl.4PD5:0ɐ"]9Ya(~b8// k5@+}A@7K"nfq3 OP7rb1ؚ˳,ވ>KnK8+8@4|bfg+/Obs' Y.#ş,|K!U0aNȬnZ4+T\S?A g|QOIu]f/X,=Sc젅0K!ƹ-o9>v5S c1=. |9[ G4Ӏ+iR[f: h--CTsB|Ls"@44[ ~y@F2I3O]_4ȓHpsʹSF9x" N*`x%eY]:)鋱%T3Nv*Ukg;|cTf;T8Yq{&kzc݋O]/˂conhuvXʴQXQ>{@ ,iјRXrlOoGOBm`"9LZ](>b62<#k2A^ a&_+yhQl͙U$e(tR\Ay{qb!>"9%bw|54ÅxٚK-&R8,ǂ)Ɓ(`{\^>CF$\[YNo נ !ZKdlv:=NվIx~lGO );vJn0!R=\卉ٳt*6=kdOTCI`n|Ա iq! {6~m}?ԇ k1:b~gMXz+^{K{0D8:TiN\m<[Cظ۷ ]H?*_[ǒ* h_ԭF8{=e}* [[[KhBvp/kê^{DBD^-KQ$5h^Riži˳=-ߧgzJ2h  R[ؒMJ٧}Lb*Iص~Zqvg+7vc!"moI+Heg^?ҍ#W 5Q{ip֭4Ah{3]S9IJ:0xiQHg8w9hC[D69s/!33!vKCCIoOQo+CBB{+w4DQ@X=(jd :0/ #2y' hʬ z]\iPzY8IM ta 4fy0I-R*5!Q{ yp~<ޕHΓak.+d941xRA[HD7.q"&|8PUgD3o6m$֧|mn&r]ىi.*ҶF8v$l$j3_XV3_,lr]~D : v_X, & bXe#ca^l$߈1BE ɔ50j|7_lq|)s$f dOl(d-? PQpy-o]}})uQAⰙ.igF/+5ϔb\Vh˫2nnu+zo̠9A>JP 6\ Sb6B>򞳰"%= CGrLZxWD2p|!# ڗ؝H|lLH?[3 Le<'g"cW{$#،̹yy:,+ضH=aTɓ.fj]~iw"?:= *"yn*W*\n>akYo~#qyZ۠+ d/ > 4PvVfe;!%+p$KIQ뜈e~;(4H;L{NB3Z!82h˾. ߗդv:>G>< {bYiBt _eB^_m;5d-HD!K,;5V(9fTt.*miożqT^~ ļ'F /S mfpa/*goXu7;? 7@-GC}}ʨa =͢8iOW@$XK\ :C@sm, Jh//`zuF̪L0!  ܢ ({ CNlsL9zŹ՝ź ?#~0FG\zª9YYgd)A?p99 }_bsj&'!tNFiuF5hoc: Rfl 꼽xԶ\Z)[Dz LxQT́g7{snϜ@ت?mڎCg-Ir_tY>+-g8'=s\br%:±HOC ޽+[9S i郠&@rx8&Od9jӉ׆p+:q>Ȩa&=Z/MjA< tFY&T~#RJ+N%+Q"6զ" #'*έ"G^IO%۳]gQ(D`ǛFw97B k+:Be7z H%a?؂ 2dwjBOmDɰEhŠaRQэݵ_xoSW;)/YȇXo1hښO!%lLgamY]06?XZ)MLl!|4S# ex~0w%+9KgM*9fO؁h]IzY0X[32Hzjj?<~?> ]- a(62C=\Kp&I L~J& \h=Õũqm!Nf*[f +枉$bO?i0|@$7س9R<}zQk1\$ჍN_BI*ងVӒ}9~T8Y5g5hEp\5[jw@L|Y9^rCzׇW]7D[T G} ;Uf7S(9[& [܇9RcYDҝ-wUقJ(WZ:rq?ˠP܋> ;\("NW/ *ˁ~ڐW#Y{qj577 RT#|KPBo|~WI^7}CĞY!Y\k^ ] {-8KgkT|L:nga 0,=n5_lgrRgi0FoC|M/9E s%a n}[&DN! TkyTܮ`Ҡn;{mP(6Hd)A=T${tmlՅX._9G; B2_BO7&LQ_ȍ 2)!^Pnƴ[J >,Nm 1bga`dpdvmJƸDZn5\}f.l|9cqaɐvP2N̚5H}7%ZL`HDu8@Ӥ21.qBp;vi2~' Ύ3nLna9Goy}V-n0lEmW4hoǡd<ءPHgk$O'ݐ;Ҵ%Fԗ)`aL]ЖɊv,HIњ^Uo-]'_ԚIvՌϰoO*@@/!w |L^[uLp啦Aw-@ck{;Erm͆9p xIB5u+eDĂ͓"1Nh-rě=ivz̳OF[7mEapyYb?/D]9xkAwAg :62 @B ɸ+"kb .W;D.ع\kiV9J^6S֨ =5y'zWtÊ62LC eNO=/?:Qa9tTӰ0a@F]4w-v8եdI':QF5aXMut.|w4Y0Hz=ҦBȒm1Q}\AHHx8-t k9vLBҼ`mݷ\U`_DZ7r'̻nNu$fIJ%Jhx-3<^?7!n"Bߛ{ܼs3Lm"ն$EN. k+hB=pq  YdITKhTu/p+~V2hnUlNW.9O'q T3QՕ!2jхBɃ؀_T=!ykVڶ)/b8n,*P YZ