python3-dbus-python-devel-1.2.4-4.24 >  A [y>p9|y]+B1b3&;A#)^}G>Vˑ%W0+XUM/_xKxbEק4&yCMM89vaayd }Yi?* *ph"Tͅh8rli B#L<?Mϕ}@Oxe,T)fQYC#F='yZcOkg~Aa, XW-s$G5HJ^EhTԜo1kSf%8n324d509f18122c397004e06cd821f65e74ab81b88e0e0406452680b3050d0bb368fb5a9ccac741085d27bf2f4e427d88c32f9ecf[y>p9|uMXCxV13:Pܜx[MNY wD^ mA dWD]82s7O_Y܊!"E?}w0 KJ1;Ij{C͈˱L5jHzAr|i}w^Fhٜ"uxvdq0K> ͠ ͦ+Ѳ=hz/>pA3?3d" ' V"& <Y       <     ( i  p  | (89: KB.F.G. H/ I/8 X/HY/XZ/|[/\/ ]/ ^0yb0c1d2e2f2l2 u2 v2Pw2 x2 y3 z3,3<3@3F3Cpython3-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.[y2[y-[y-VRiVRi[y-[y-[y-[y-[y-[y-980ce6d1dcf050a1d480e6d5e31167212b2d40b2d170f349ecbbd66ea17134c4ff7277c8889e4b37664969b9e8176957d0a1f9d8d8edf31dca76b48c3ffc198e12d5ac706fcc965dcaec556e8c5f4966ade5826c116789f3948c0038a61ca4b88245c6b53e48df0483b5162ebbd1bc29de7c446ed68a01dce20cbc224f0156f9efc65c1d24daf96568954ea15d70e13ccfc5645f077fc5e0e995eee78db78aeb7e9ab5b66cea62f4859c3b31f511a655c254f91638ff7cc3a7da3f93e8ade956c18681b72359d32bd8dd892dece5aa55064c1f66f62b2e8dead3e538ec5c295d96df16464a89032d466913ce56f61aa5647bb0f5da6c3491cef6ffed34451ca8cac6cff5cffe2dbb0c0897c3dcc04dd03db83a8a3c994e9f28114a115b859e27ec07ba75e08e60dea8ce81dff413657441c3965d829495d752204158879793b4dbus-python.hdbus-python.pcrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-dbus-python-1.2.4-4.24.src.rpmdbus-1-python3-develpkgconfig(dbus-python-3.6)python3-dbus-python-develpython3-dbus-python-devel(x86-64)@ @     /usr/bin/pkg-configdbus-1dbus-1-develpkgconfig(dbus-1)python3-dbus-pythonpython3-dbus-python-common-develpython3-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-python3-develsheep20 1527281970 1.2.41.2.41.2.4-4.241.2.4-4.241.2.4dbus-python-3.6.hdbus-python-3.6.pcpython3-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/python3-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-8edf2a8bf41d15b0c00515ea76976943fd3ea974b5700b1ac3de8c79bc515f770?7zXZ !t//X] cr$x#˯6sov;  &idЏ%Kcm޾dfOl#4X_V1F"71h'JBʬYE#Y#v8IN)߄q׌4 ؉u3LYq0[ CuZ`eEܢ"B-N(&CJTՈMj^Sk4J_te884ﴢ=pUWLX S =#Ow*PeM.5iB:^kZxl )ڌC_C?-VTئ>j34-e#e5ctz=ƺY/N梲t^f] fH> FeF`E4uFmS:)w9$qטu 57kJQYhv~@I!J:w3xVͧ7ˍ!E(z]ƀ6O]߯PgƊWHMRyꁚ]?D1QU\mF Ka#jԨ c3˗tT_w֊:ԼDs $l-5CX=&)"[ʓ)ԝj?P'\<]"םlBA5}WxBbTQyDL7믖֕/uڈ~(wUx.% "YFwIa\.4rDHp[F}B|cT v(x9Y@`Ls5AWPOVPJU һp3]6[A8Rw eSUjxS~avlOݯzb+p[cBWk$v>_Eb}nN13~"$VMB:=A;KVax6EhkMo}8FTa $!, K6|(~.6Zıyiʲܲ-!pǙ)Z,XKjzh=wƵNE{4P bѦ2QЕz2{`'x@%YPJPPy3IkBӷ6vceYjOu𴫘^ᮛeZW: R;8l3򲀐ÔMdHγk5=FT*YKi7`u|ČHiIS+.SўΣ3.bjW1A=6z1}_b)-p&w+{N3Xs$ܱJNBדlhFcD@1k٘$f{cfs>Dy<p<*U⃃ b7}˃:V<2@Dzv-d3D}Y}sJW;g\0沺{bшWPZRuo<@r d\/(Ʀ?Mc =Ӌ'vv s?#dy'l~JH, ?cB^V7P[R!L bԁ!j|2Tܟz*~f"!1^Һ.)vRYr*j$kĘ|XSϙ)ߏ'Uޯ/iib#pw@NzrlwsQV:P2=oB MKjPl9)oh1uݿK= QN?նiD^u M8Q7Jv0m;@^gD'BF(8,)Rgք9P ӞgV@/^J>G?Z(DEa-haI  Mh2tĈJvǢk W?pyyRr`bq{ fäPk7s]ŅuvRL@BÝpIauLZl{TgkWmBVƔ"}bscA{gG22` H+ ׆ E)@ws6VB`<${N>ۅA::od (rDLY?3ankY5hf~HkL6 4d/yb2OHNF ÄW헁RZ3`Iء8.Y+$ |V bw S\knO_W󮧇Maa)Դٍ3J8Abb)p&@!gZXD,鶴]"=lVo} ŢfyFA?w=Oi,Y,z楆@zv2% T (!IATtpۻJ:'S]s sf89U:Xi'uxƁtCr7yG`?DfW=p۪CR?CR|ys1? f A5YuNF~cmVjbD`gј\Ns0L=V=}/eU CdKNJUH zaRB|#}oqvQAі&]9n0s/ Y|m8[:c nswDh^Q0JI/J-7uq$EWꁢ"}OK=.Pn Rδӟ~:tE,EP۰S=/]FEU\(vYTg~xg4Zy} i)_dmLhϪ[c^|wB< M{?ML| G(n KV0شLN)%C ncW^ Ns-\瓍 X5yיцt{t2f :` 20lڸ)Ui4qXP3 G3zHG2V^g"v=0L / 0·h;lI[VvmjL–7x+~>BRe3Jf0MXԢvڧJteCjemRAU1N)}Ca2x z&9ӳ8{:CNR:#]!fןawj|7/.-VFv쏷ŵ㐽oE" ⿤0 rP`y @p-0`赗֯1y&YiۓHD>z~Y3lPhA7.] HR-'|6;U;T!.Qj|UV <漛z_L0 *0_9>LA]|˗ ? [8{<k-.}ח^\oWR4}@F7،qeШbu3 ?fV% GV留d8 Q_Y Lx4-?ߥB=ZR 9d0^9uK*YO~ʪs Rk\d?ǠH¨^L5.6FNcāx .vt3)3{KbE\~i$+suYj%u0SAZljʏޡBYm+Լ{g⺃O 'WH򉓿KOF2{+K5 ]"% VCP`p`E޸ <osh ktIa?ZxpJll(QRA {꺳n]2{5zas`X^YCzX~ǁ'5Aﮙ-:aQ,Fz|hpUᖋ<2 ,i]U2ȗcʲ>)#=|R Ji4xCXVefh|veJx#KT0wS!ma ASաf@*ڊyĀ]}a1M>/G洝%GaPϞCcه>*[7R(<%9 1FNUџh[ٷҎ^1JcXxh0q55062 dWř t'c!>Rr\ghPM?J-Dr ejchەDZ)\ڀy}Gd9,RٕNW3ً1Noo'xbҎopG|e}/]dݼOvM:`!w9A.|/{d<#2 sK*9 WTFE5VLP76tK`h?mmD\a}? 9_Ʉ=Lv Ӊ?ƂWQh6r,81NӨn)H^P^%_SG=e$0lzshҸ_ZNx_"8K,}OKQcTBc H1yZn]}Q' ^jx` RJ۾Ph2ٛR3O<Oƹ w `Q:d89\IJXlaF,x맇 ~ao8FӉ5LOGd!C0 N0 @6tr%z &BdpG{Bh(%+> %Q ӜdUί8 a[o cYq)̋@2|+yv.N`D8QWb֝ k7o1Mf UqqD!(ag{%mKݯw*( Y ,x}@N>r\U\>UuK #=fPxG`ݷlSLKKjuJ;CIBG|%;ɞDdEH!a\Z3_" OܧS ia\]h05]{C28ZiK2w_YeTXO}=H!S; 0]~%hq~ВXNċi\2E֟FHP P'̃/ՅzQBL0yTE Jcs^H =VsѤ[qqC`wN ΨR3KD%IsYNf@g;51'9/m2mqKRW$ fs+"q|xFՐ M=q  IL 6(Q`J`B7W!V'I:Mkg8-Ӭ?m &QZf` НOUهN.O CL8Naߛ&MܚeHĿ vpG 9[ܵ8>[w3[dpTZxp(t\Dx.[/+Wgd68K`8|5qD385,d(x2]T! "o`'2rp/gf\jKO.R(l?RP<!G\+Ny q|ԉi84Cp*iE.ݭnjf?j}X51e(Nz?Lm dz>|%paIod}h@\kA1 *N[ې䬁5^!<, [4A\f|м*N`e~Zzh[u%dslL]:^d|{P}ķϟyٟS7d0/fJKLOԝ VD{.PGmy^vО>+r/~7T47> 6% SWBf7ǩjXesy;bHf*T`G ,Vsյ^#8>& S=|I޷|]xh[B8C@aF>M3ײzۺMUl q"}.p,#a^N&#n(_d |nuե QDsg)vԬP'2Qj#1Tߴ*Қ5HoDLc}b75 ^dy kX9&FB B_[ؒ5^}M!S%yOpMY͚-@0Q4eN ME Oz}ŋ|Mrș! ȉgUS/faENJ#$%'ɻ:t Bsx5BBY~|6O4TbWTGƤV'"^KϿ(? *CI vw})%R^jo NcU,$DH]kmZV/H\? ؅7s)lYn_P}xaѶ"0I9<xk.2X_39Җw7h4F ZdUt{ք8lO͵yܹ|^P b9oce,[U=) 0(V{CGٓ[UY\BEyg,Ɣ3%l8t֥{uMdV )n.\$&5K@M+ eҦ_;]?b,2Q\P=;xҰVu=L_tv:pw@ p';{+ذz\IT>o6CO1ufFBR'ySm]վj]B|a!Z쓈Nb[dý(tlyE&bE^}R"|Nq_8ظ1zQjVmy9!^T`|@uL._ O eY0F~'(J; t/T KMCW `S…IUKC4_UDaycFۑ_:*z'.s &}#$h@|c{"dEle6aji`.'@!.GpM 6(O* TPU=Y2`uzt\S$F+.~!%}Ȟ Qc#x0__ْ wdOW GN"Z@cN(j'm]NW3=Xc>=?*vT_80TE.T3!Xnxb!/0amE3qk'ƲVxFx'Ň74:@yѴMt'keW–L5mDa%l W(Q{^~,uj@̍ZOmzFBSwj sS +H`CMŁ-йa=3=@:G jr^ϸ$x+wxg: npyuw**z)7+x#č3aFdjZr_拃1=eHZkV,/z(XC\p͓`T0f-G2wm6i&j7yVgy+PbIֵ:s f2$"\l`CkC0=a@/;_]maU 6fRW)E3Da )dWbS5Vj$(w;mg~4t{2a~$:¹z!ʹ:iw:d\ϡZV D~0уIN+c۽v.f8pW塊~dwG7c9NBO/1Ӣ2LjOv]I;;L@56I)θq{䋵X+Zu\Ɋ %I!G<*>|mF &=n7q:1^KVBRx]3N82#h':>s#PA29~{/Bn:-ȋ`kCOH^❓Y@djZN-fb+}q%#7 QtBiZ5ʿD%o!Uuཔ Lэ=rOFO ^@5jn kBA]ն4/t%  o$K6֨&䃺rß|%>CM|:cԮ.PˢFQGEZz#ŵR0t`% ,iJ dtXGo{6pz߿Uc8 {[=%qؘEڴESu(G#;✫}fy>-']7H4&*4 5ԛ:b^›eM16/Q*`yL)(I\+33[GH6h7)xfP_;F )C]-P X c|;4 NhRsRYxeXO)%Yu᪓S͹ ggH,Md x ŋY..ȝkb5wHR^@Nxnw[B;P̧c➒Щ_3iY?-(#=MCvx,O.j)fQ =QMg OV6l0T 9<*ETI[՞=u|/V:ǣ[eza8BE_dMX)V@x*lD` K&{Pf/ NWY4c+V 0:ù"Pf! E*8\j7E Wr˥i@50qs_Z3ly-qIAA&ͺ)t4;kMkceq .8%j\^U/:,Exs1 \OyWGoN 3L˄3aVL+ s |bxȥB K.X0`։WzyX-mc Pe#4 Bt_MSL\p+) uFGր0⊀BDkDM|as_ svenqø"^w<Nj [෽HԌ(~@TA ;unj[|N1C{ϧ? &[x<MI2ѻ`*jf3b;'C"LYoAGf)֍%'IWYM-IXX}"0L_wT/Vy?xyvg "'z!F#uG,zS'wb8 ɒ^T u{.Iv5֬u6(!Y qg ]p>MО>3Lk褥b(4r3њ6 %4{SX(XدTCXGyΕ)ۺ3c5UJ8PClNGa[04NqF8zUe8VN!BZ0iq> \&#Xevg- _!s+MC?7VKNi$"gj( )3cq׼h]u1FlF4$8B:ɫwZְ)CafX "Yp7Bm\w@qAbai4Oӟ=I9ҠL )p`̋vW-7m m4HLkQt%c5~AjLu`$:c=Z4 Gm;|WgK ݺ]R:@G2фpN77 e羞G1(N mLtYasڐ*DDq|`W2gUV5#1jvd(EN[x_#wGW:) ;m/ٌ2M+{?d/)EA۽OT50KNF/% L<)jr(L*(yTR-tRHBd[qb5[J<.lv= K! O5)W{rg,|Z]LJJ:(IEAMpH'!8:3%&11tY [-m4?3}UpZF|VǯN=.V!SL."':?m1({N,`O2qf ĥ8}a,dѪ=5$\-81o[󱷉NudA1 I["e Ej1ƆV"Kʩ2{Gp@IuљIoxqwtu-\v%~~ `@bG_Mr~3ab)j'|] 1WAR7sJ sMyg^_|t|z{=g x+ک'Ԥ'ehoYSdpNK|\*) .`{|H7Qg(RZ29nQe+Λ&vs aծ#hugomC? ZiŲr%F+7S.%<ךjt$_B_N\3?˽_nGnJN^)~ )rAݿ'bU6G8Jb4h]X%Yt+иLh#dI`!%W^Yfh7@.}ӗ!. PژFS~L٠E:&S7uF)m˞GHh>bmK}&Hd3ν%kFJ݄mtZ'{7ɗ?|9ִ.E^EfT2u-|C JJzIJhf.!N]pV1c1%a j伤`]jc:̺pYt}kR6t J-z{xЪ8K0CoMK =ު+[W`@:>W'!J~;6yacv$}H&Mhgf$ndڜX8~Z- ,L( %8!B]L%NWrdCQkl` `CVE{Yw3pA lGo@h=K蹪LepB }]bMtŜC p8a.kAftѥbJqngp߹'>ے{"OcA7(K/;b7삊M " :D܊Tȩ̎&ō5:}Ho4!/$'͝:=nGdsBLHG&vE2Ʃu_0ObffpD4TLҷ]p)l3l1zsh mM(ʩJ!0Wf́ kZ?f- .29^WބZhP/A8IC i8"aezQs7tڢVK_ mɬw%3%cOZ# JDJԻ3Yno[:3^9RA@L;[;ea9O nmFb Vv6D;'`>wz))ֿ"T$k!}GfP0~[r[1(`QS⃑I*$GHCJql2J7C\o ֠\=*}|լS0IR ↤,m" XW<$a=w[1rs!}msuy֨jr"˹N 2ϋ!^36%@<(٭0 *RPM!Q}vFrɶ Ƅdbu|~GUa pX.ۈ8oR+1\@li5,b#$xYP'ņ'&C*`y<ފ@HspS< 9ߟvm"W507Iu6۝|׃]3zƱ`$8.BJ,]]Zp$_-xb/lXk?]0 = (f&dϗ^h"0pEcrd2yC9~M?IQp[P }:tW*Q?dX?]A׎~87EdJ_$\-2/ & d@$Ž ,ljPvD ov%(m֟q1O`/ oBKО@8 5He0C˴K vŠHBW2m Ul>K14PRCCޒrW[i Lœ_vc2ɨ,5]h$N.0,b)pj)ddw Y\2EڤBL ayybuOYyH5t,BѭԻٴR9 I?KCf㰢j\ck䂴׈6XR ȱ6"IP] i BqXӅ4xF(bO3kd<5mUd_07C5#+'䔚BnP8" k!Iezj՝9m*b{s˰C@l"J@ԪOH^~4gna;NZ{4C hϒR6}lSi@MfV+ӎBnޓ%UtD摉Te+0.l{̕~wG6;Ŀ$Y3 P'悻."K>FOhXs Y]^++Ygo45(RVV;' c6E+ǽ ::!kK#5eE_1{K܊O Z4RiTX'S5ez'ss]Y GZ}OoC"wl;^dVȸ 4dWI UZp#Ϥ]x5UNǒ=\j !:4>P0Q60Hl`V״Ŏ\U0 /myeyúnUV{ԝѥ0 q~F;{>x~C%t{Tȓy)!vY >dyQ1ؚG*I|EHڧ=mݭ4(]w?'jwœ)7WBqB/3Sf3OcȡC/fUZ>Zp@RA=T4Az6G$g*< E(hf lYĂ$ KBn9 Խ:c2IaO&óRnsQt"ƿԠTI㏰\wJN#q$^3oy%|WE`m"݌4MW;dsC6yAw8Cq=FJQ&D ]$~~)i.0ejK4zhrx,?նTr&D";~M-bywDOBj :kruME% Κvh2""K: C1EO`P5Gp˞ȟ ╵ֱǟ3^KfL%/])Ydu] W<#1$w̨g>C/a%e13㝑AΐPiܱ V )tXmd Aˊ}vRqVQI <{ ߚ*BϹ L Fw/ H8X9@u+^Px:"Qvkm*/NÏ0 ӑ0k;c5h*Bn ;$t3<@*_OV#K#Ծ\c$ Grdˉ1+U`XhD3z@ۋԲ򚋭ODxY)xYAŴ|)c#Wd[QbDyjQjH3%_5J?`f2 PmS-N4fx9}BX&ȘxvNpR8l6辉՟!j)z>O;)EX6G gfByxuMo{X9ʫa]J)JZ77ټ4 *+ ,mK\T5s 2,S 8W V]࢕ *wGKngc l23BxIءPIP=#ڍ(b?Z\tA:^RQ/=by`9bp 4UGjZ͠[p%&5 )i3#,)ܐĶӺ?=ʜWF< Ӗ3'B$]U.hƑgJE7n^`G^vkbg%`B֘YIP':p@Q,[}Q18*<^.Z {y`jz|:h[e:&x_Iuos#xh:*)s</vFGFksE}zgB9s1쐒W\XgyjN1&Y2]qvq! P4Xq'0K։\/-5eHA]) }u/ZZw{0CӒs^a~O"mG|MMtFP}ݥ[ٿ -î@VۥmԜpV^)’:jXWXjfrzh9 ɐ-y``1'5|dث{n{ 7m;"(;$%rDiKDN%-tA amhZ6$lP2 '#8fhAƗh|U_I\HXhoۇO{7?FOp`LQiKZ8'LYz%>RqڭBVRXD@UrJ}U7֥Dg*.z.9mL6v4j/YVK".cau$uV7&_ %egRܢeraPx$9p0]]eghz%780LH2slX a|Kx1[=\r/#x|l4qU>0THɑ|ɲeeЗnVP@h )͗; cDc#`dr+[:8g+Pg(\,#v*}/Zۋdm+ x:3 ӽd.*8n!Cp.<,t)eIS^NH 8kI25HƑInpÁ5B m0F* YU,V{^˭̈́yQ/=.3`<56cf/x },XJ_z$7۹}- 9f)苇./y:mK>iGlr^QػzwoU%-s=j#W]L@_~[d!YX2qE0>>oq>2Xx9UIP9zDW&p{}MiJ7yy6,W"!׷]բfJ( >V=H ϑқVGSVHB)??X> MpBl x݈LB_L.Dt{"`|d%6I9 N|#ȃpQd;awߖ]VSn ͥtn|`m |E0'G%LAnOLAUHt1 -sĬ&F-טy<2α{HY)L>_Ev iߑ!z7F +e`zDp5QT촔7:TeJT Իժv5X\ZLؗҏytzU;•-1~6`.% P1CY>fO5J k׊Z-u+HC%)dp*ߧ3#-I9[)Rs͸$/YoO*͖ʦ."~5}Zovotk+Q֊J )+\b &M H*O[V= !B{ńva3hIy?ل3[h٧I>:/_"RkM ᝼թuBN7VV>1V7gݓGx4Xfzcwіl)q) O@R=(?fNoN١|˙`Z⁞#&e5mXw֘t1yT!Xhє a6E?ݿspв {I YZ