python2-dbus-python-devel-1.2.4-4.24 >  A [y>p9|ֶ soyٛ3Kň@h'>#T4}8Tm{X55heIh!Q9ȕZOeXbĦajrГl@&H>Քegql^v cCI,` OTV=bxӇʈ@U4K6l5ig5[مi>KhʷMXq̈́Y;ZT+h䭼%$%nifp9582d9384ff9887f7d8c8f4b92fac45dd2dfd7072c83bbb16f21d10acdc5c2986ea0cb0be487cde5dd0b850164c44c63a17f7689[y>p9|6xLz0[Я|$,I :kNՈ2$Mӳ=,'R̘r_/S&ЧN+\z *AY r*9֩l;IHtg]I1o?R0cD#7L6x2EAVNv*_y <9P0FczF%+hln!ýx. yn%ܘ0_"g/5g/>pA4(?4d" ' V"& <Y       <     ( i     (890: {B.F/G/, H/` I/ X/Y/Z/[/\0 ]0H ^1b1c2,d2e2f2l2u2 v2w3D x3x 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.[y2sheep20&SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Libraries/Pythonhttp://www.freedesktop.org/wiki/Software/DBusBindings/linuxx86_64 6<,cL%y*iA큤[y.[y.[y0[y-[y-VRiVRi[y-[y-[y-[y-[y-[y-980ce6d1dcf050a1d480e6d5e31167212b2d40b2d170f349ecbbd66ea17134c4ff7277c8889e4b37664969b9e8176957d0a1f9d8d8edf31dca76b48c3ffc198e12d5ac706fcc965dcaec556e8c5f4966ade5826c116789f3948c0038a61ca4b88245c6b53e48df0483b5162ebbd1bc29de7c446ed68a01dce20cbc224f0156f9efc65c1d24daf96568954ea15d70e13ccfc5645f077fc5e0e995eee78db78aeb7e9ab5b66cea62f4859c3b31f511a655c254f91638ff7cc3a7da3f93e8ade956c18681b72359d32bd8dd892dece5aa55064c1f66f62b2e8dead3e538ec5c295d96df16464a89032d466913ce56f61aa5647bb0f5da6c3491cef6ffed34451ca8cac6cff5cffe2dbb0c0897c3dcc04dd03db83a8a3c994e9f28114a115b859e27ec07ba75e08e60dea8ce81dff413657441c3965d829495d752204158879793b4dbus-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(x86-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-develsheep20 1527281970 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-pythoncpioxz5x86_64-suse-linuxpkgconfig filedirectoryXML 1.0 document, ASCII textPython script, ASCII text executableASCII textPRRR] H utf-856a5cf416872eed85bb64d8f21b47c18a22fda965d79457aa85be1f67763e330?7zXZ !t//X] cr$x#˯6sov;  &idЏ%Kcm޾dG/a7 ̐>*F0 p{1 ljԺas]mW8AG]+~O+>UGJAZOޡ&lQs?)uX!hszOf0,,N (l#.bCz1CJ bY0"" ᶻJP${z;.C4&%bM#6 `EZkkॗnTD dEi<= $P*{ݢ?dÌokVڦ2A@X&Z<}?߷ewy X+uwV\!,$5PVO'].LcKm>w MaWԒ 5q/1Z`cS5Gp, 麆X͕2m7fD?Ѓ#<w+|'naTQUp\-^aOx0lW|U $^~ M먣&;@nﱪtJO5sÖn;of U,:mmhm&Y'Z*gjY" ]'=V5 B6V!QܘVk;[Líf M=//7Ni&2^yئUY;?Cg+ǩ`U&' so< J gzxXeJ"2R^xTf|x$[Oun"@o#ę6PB` >J*Zb>5XC7dTtߘ/NxMV{$4 0^.ylgnq_)SGzƨA454UEY86h&s:u :DlW qNS)x%D1dX )VkSh3[!תn#ty=eJAi%]$8gANRWNlY?"+]B2gi~T)MV#aX+"_tf_-UJ <@,EpQY >qrcՖ&":Zޡ,LJ~Ƥ6猉KV; lIe^}aPA {Fk1Mذ{HlAùT}1[IYd,A]bI[>>heZWEb~,[z5\r+H?67^qe/czX.&YOȑs9gؒ rv LI.[&-Pa ܩIҽwɋGCL[d[Laj=pGi4p[T g t<{ jJ NGr5 6CC_Bji tͲȭ`3Gz;"[6k6y]6XktGpB1@8BFf4F^'6[NIcE=/=M{Gco"/ 3Mi3\ea+YܐE#H'`gcǣop>fV`D/\BO<2_%T}xVR-Zq8I {]!ZlkևcV\Jq\Akd @ p#x!-s[ "X ]%`ŁL4TpB5 FfAtʬ]lPxv`u;vx̶" wWCC5FKnSgO;@ܚ͓w%8t?aڶekYtHOp?<9լuh߄9%HDt1KpL=}T^@-#(t!^ -JvP`9n#ia[6YL)o{+UgOc]6b8}OOì%]VRPE"Mg~Qdsb+}ޯÕ5z:ifd@OC7ʋP_O͜Bajp'Jv}r`d'ZsqU~j:`j' ̳4 !i@OUEZ"µĤ;/[ 9x w!5\e1cx%~<3 ɐØ9voq˕NciۥVf ABj ڝ.5e ]#KIz 㭔nP مhId MQ0+_֎)u hi hUOR0g=]T:+?…9%BK&b/럝"6HINzSig' kXYᧁʲ{^#OsgW:u$TAx:DXMsnzYZ]Gv+Z#d2x~"4iڍ]c_\uPjazU_'Lc$C56w!~ϗ3A(LLy(Hd`9XpP=oe~p{>wK18gC엦5'zLz\WSH-#% h!G@]dŕA4vyB;,1\p(^f s~f*T`$93ע13fhLFd!-pSYMƷT'67aՇdRmZfREt]z .s:J !ԒgǡFNKJ&VnRF2:!ޑYO$WvQӞl ?j>F*61@ gZ[6F% R9щ;(dT ZvL$6c|eUv$:E=@c.:O`yZAk€5!Q&2)mY+כ)w6Pu7sXa ?m)FVyeǘ Tw߭ړ4=5a X[DD y+Hݝ3tcN$Å9U!ș|iWЅv6_} ٴh6KP ?㺽cǣwOo_ z=-wJz `pP/ lh1V8uPsޣp#{=+}gDw|ku+j|wlV/hyUJZDKfb/`IJ䗴ըUFVFn |5} 󡨾@8vˢTT&LrW](u̦_} UdmG=l)ĩ~>}qu~h [wGsvRDy%ڀ/aڅPs.HHDJ=BʕXt h<2#AjE[*VwЌjpeb=<+1f{zau?bʞx![,v\*asލь4"bjcGYQ\Ґd`]?P 0-hgL/_/)_S_6A~o<Ѐw}N~3$2 Bw>mQtkc7۳:qZMM[~e؂4ݩE ΕYk2fI %7; ֮\3eHV_#OTsp<Ouo׾ DPj~-*\1ZBfXQ !Ԋ3w#ϔ*gR$V,.H[kVzwZ+ 46v^Y^n=+I+g Mм;JPH Mu<=$M Z7|zƬw4/'| $8YmP3=ou\V[Vf.DLU/v'ʽgF1@/|@YFoy0>MG-5Iukw .:3ai4&d' fi{gIqi-)6AdLj)$ouMozLdXk im޻YD'XZdc#5p&hذZ.݋)"IsA6_Ҫ /mҮr-7aYx'荬tw۵?jd<`2XTⓍwmcKUwtMJ*MۧKFlBΚ]\-[&DTWS6]8:(vh L;=%bnVr5no=rLUg<<: @ M.nȺ$nH|aljn<ƜX@A (EC q ҏj+i= j;1m؀ f-V@0{/SNh"}QDk+?4#s?ak{&5)DJL%{m0K QH y04$E/4^b>[k}gޕ*|~?\`r"=y!ثл'OKQ, "*F}!Q>:"N-B*H"?r8[fg0L4~,L;ADZbZ:wL_ [d>wa\۬CGoFUk,Aě':xoqw7F߫T >NT'YX`VhIZ:!Cݗ#D{䜹zY(*x~?TL͔hHv i2LH΀x@=2=[N%@rfJt6/.2yY5a 4xfB٫ͨfh=yԱyi*G?wYtLOy2 '/9M-y7 )$A-pܫ\sH`W ~DvƥE-YOوHP9F=ʹ'W9u80&1$Rbìzvzo]d~d"B_ P_Gj)hdܺ Tq_бk!M{>  i M7GPArXdf{VVЈ;^-ŧu]nŠm]{Fpʼ(K6<"?A`YL1D [J y Ehh $U |=b\DMl  -]^Φo(Hِ ĻUoU5u(NP/pJ3+MUgE*a7v )=EEϕg6aT&{b8g&_Ԕ">CihS>HA(oTҭ̑^h5V4p݅VVuU_tV~_N69 m}8?r7]M5߮3xg[M} I>e_9d;n;ER@vU0klV+1͚SD 2ZG 6OT7 vr=ުAf3u+"zPpEt G]ϼ/ ֢eZW<=(%0_(F '&4>#:N|cgzJEfd#zH.w=Sy[3e:AV ӎIϦ[b r^d/v=WܤFbCNjV=ܞYSXX%@g>@oQG& /?).=1m (yUsO]{CլXalӆ5]LDC5I h oB5 ΟX=9Wqd%Mwh.>\`>1X/ Hz^1ƊV0K<=7W!FG-ȢJGElppF}*%!5 #0yiE m7AL,w  h^t0crCs&i)˪n-IN? puLD8%oK:ӫ1rSx$Յj*!A%.ꕄ:GQ%k|*.O_0k J`=`bo;dc! [xQc6= /D$ Yrb#3pn@ (~#u!z U$w / pRSusf4XÔFȢnvi>,5> Endm|BgThD?_EY@O*Wx {uWdݢ5Rx_%]B&r1Ahʨj1㐧]S';^杻!:-8.|s%wN/(J8ai5ƝeuS,P4\ ^' kazDL嬇5sOG"J^4O gq hf2RL&g.F 3N|[Ƽ_T&d92"7uj֔>tό65(a&!brܡȍъ/IH:䧒9y Wrj"FksFcqCɛ Db EEX1s(C?׋./G\yD$I] ƥs] (9Bt6, H3D[y%wVeU;hh'Bo)nF7BcaAbm)Ewֶ1@8H~Bf|j\YZJHd @n\T+'hڑ7`EzW*}`U `%ityfx'7-Zkig귣'_nAAqRT {Myhkq׮íxw&JWͱh _ H*5X_ˌ {32 3%;>4~a|py-&BqWKU~ɪ=on6F=D`oIͲt-u7]WaRlA7&GtEۄ`FxՄhU1+d3Uvyyk3m뀭T-}I5_V "TP-x;f` CT.ٿS!ubVCH[bX~qh+w>qoe+cF/ [<K!*Q9>g>c6G>` G_vG#V5 غW ר~6 ,[x/,1`yAF >dV}t.T׫Uѱc[K >MYm%BO7LI+"e*| ɜ8ۧ]K0r6 $mN/96X%@3_霉8tcf$)C.C?6 y4@J7h^ phΦ= R S6$ys-g']W߹prG&(qmۢil/EoҪF9=;JFrٕq՞ 7lLS(S7BbBޖpE.}lS!)|GSiZHaax DYHߒcbvzUy7&H.LI6u0 xP=sЭ |5%ʑY8'5%'eI;xF\x2Id%6l 8@ }&niV̊qq= >Df$伣QYݿU`+ۇXR%eo3[;_ @Wm2AI 2%zYrϰ*'9XY 鮬Gr4ݍTjf2LDmdy;hwԨگlzۈ:6c]!S2iCnL)$4xx{}-8e]žΰelj:b3xUt?^9BS:C_S hTӒzR _B QfnR*/AUrV-tA`Zq;=r&jz$#׍~y\鷪 O2ҸrG[lc[=prH{U l`r|UM?7X'3~ uWJh D?EL4k/@aIהi<(%(n}ppr&_.` ŻVЭ$ teI% b_(J_5k p KG_%fFNDMqVp5 zr̦PiB@*CT\,><=d5X\t[R5F`L]-d}(:*ˀI X'*fp[%pL}#K|lUص[^w(bVg\q w> O u/j"ҺT +A:L gILœsҗqXUt@,8Dl$0DAD'][PŔPtHN%,ެՃTTn7o^OcO)< ujW5VJA65|8/5/@TwOϷ 6w@]HZ.E-RkCD{>eM @F~ 3EX,x|W%]̓a ߚecoAgvKq8!֘M9.Ŀ.KR>gڡoPD2/JzzŘp^+x&1zdnEJ@ 03 uH]/#ub_ԍ".G>i6Zs1SG%<"jLVe,'aStZJ>B{B؉h`@aBՉkW0_[8pZu#Z% deQ31>4 /QFɝ,(A^E_#Q%2 7Xjyv1ЮNYXTFΰ.A0 fz0DK:7LwysG|@d۟Z64{@e<ۼA|R Dz.͚HJih{1T}lbGitgsڢ^@.J5kE}Tl lORf 7(O.  @C/@/6{$_\Vԕyge]Y<=1 z}dCZDͤxNP6p:υIpͿQN40a_.BFHnQ 1ǚ>)vS 1y߈ڢ&waxܷ V@Znf )xU`+ =xg{{gDhB__6FK峤#@zzDMϊ3Z&UjWt9TIˣ%w'w2eZrUHvʓ9㏘, Zs¶P!d*AP0 ʸӔ&w5|)qݡ֤K0)dkcj(;G{UdghcZ ^ʆ@evh*<'?a:+8{?yc.yvG3 M=EzWUmahBx6mXne-wKqv`*t#1kcm1#z$@lk:*xwOG cdƬWsilܦڏCkUHPɼ8gY =+f+6Np85ߟ9u9-3 *J'9)qyN̩fNo4ۭY,G<ֱbApqo,Lډ^ѬbfTt$`RV Lm%I$d~d'@0s}É)C1jYMkh|5}:WX]񩾵 %U.C^D iVBٴ*3 퍐&¸xs} ubՆ,#,ÛEM 1vUw60 *3WCGb$^<'ԕpel`RLv,_Ҥpi"ҞټvA}J G 0&/Zn|&`WdЛ^gލC>yY-k\ށߕ前Lށ:;lM{75l{fofs]W%9  >͎[zHO_aՅ~I@q[~lbiY[bER׻%yC*Ks}F(˧IR7;M k d@vo9q.i)I:7!JLW3eFߵM\/8MS30=l]MFv? 5H?Tݿf]$.tՔd&ynBC76/'tq\^0^lR⭿47nU{3etOs!lזshƉ Έ)V-[Ӂ|zDy-,6ۭ9bL3ޑöC9  )Hʼna<㙄luġTtM_*ٵ}(Jǯ Eue}2qМ>e)[)r`,!lYƝtxh0hр+3BԄ"B<*׉ LQ[!S9WƍKCjvI ܤ6\0**pt@ BSrh{R[e ~[w+`hJS?XC>'Ϡݙ@C>uQ4y"1Ԥ;]Aa~\c=Gо*ö;+/B|F1' TBɔ!(<^OUk{g䚃 4PWڢvP%T`^AT (:fe*}oY <ѭْC"SxZl-e.X {sN,4 <:BUwZn%3T!5j$&y"$T{9{.u~ʟwx)L T v>oo&7e{e2avМ?O{bH:۽;0UUN\A'p66UcCaṿ-rg0R'T,T&xӂ ݙ˽joM' } F2ɬ}HET"Rʲ0h&*Fq$Q">l5R;c k ^@ڙ_ӟBax`2Gbz%LII!XFpp?R:a.{t; y9lEV CO=H% Jzލ$/}SwBsysl.= $(3qG"byH-3<ҼЧNzH+v,ʚR@*eIkŐװX!#TF97jh(2_;r=+m)(n>Փ~C؛rբCQICz5-f-qnnVxBlK15;(&W+D'{aMh׸Ϡ \/z*OGG\cvwnC@VZf+PD:6JuJ؀Iܧ֩Er%;qRG_ nQA 쓴:xdhH M@sN1zKq4J-AW_W-ʴh֞/^fR| -믓tՊVg'ݟ8X*%NxWY^?{4 \)3pXdnΣh)8n#P"_]c~տßWW~7_q$T7[(QI;iMoņJ@ar"xֆd< LJ,D!2zq!cFSØwsc0vd MLH'+xXZ/Hf7Yf*%{moގ* ƭzZa*ٹ`T'INcXބLԍ41>{rŐ8RYGH"qK.~Oc;aVXKo!7 tVX7N]B̶5Vl^WrqQ>½!|鍐ݯl j7x:sgV8Pܵ m.%`h]o,?b<֖/edtP6 LAKK"3G<,3 IFuLVq1"L%- ͙Ql[iiq D--X/O=_ZBFV B.C1-)'mg{ Bs};$L3ܽf8~n?ʇ+Т_ȬUu[:!l"2F`X))" ~:ʯxt^Q_e 5TYrw' 3YGMZ s/̢M|v5q6Oc0^YbM}cFpK#9A*V_Je-Y.siC6{zhyQ>WA˩4 *F'|k4V̙_RD >`&};M-mMEO44MWlLQYy =1Wk ŷa=Iq2TVKK0=Q^y鏡,reJ | ⿝Fbfwcϋ}n3txAILaM6<E?&DG%Hw:\J?HJz:u'Vnv0ZрpPaMַx y110ɪU0W& >gؿ 4mZ]n43U\KS:TZ!P(+$Ș$:\$GW3gջt 0MObSrpPLRGZ8Q&|Jc\u/~%G pӳs/QFBSAsfW"r9G|Nw 덧9C,jd`cu,Dfƭc9:6 ?OG}.i [~Bȳ2f_ek>AN1H)$(4GKyc3?ӨۆE]Rqddfc6 Ro6oЋŸXg.qF})L"¨쾒1Ljf*oCV{A) X$Y]f'i5c綆 v-ʓo 7- fǹ#~)Aq ~u#,c8' DQiΆ Sx ʼdm^#pht){9u0ENyN# 󮔒D#r m|Qy$+Qeݩ>n kJ0PO=l^a1)d[4],غ+Ѓcf)WF4d{WZ nأ K /r됇Z#ˉAvǓ!FSqΌBGV׷Y-R6&-~)6>d" MB*rdž:_*8ÿ_eN[]CІ4k^p!㞻bГv E} &#>g`Jl-6CwisϽ2q'\ݶiT&E%-֣MVGkaO%Aݷ C: ?'k2 ;tTdjnO]4?R,`y<=ɮڸxR YZ