python2-dbus-python-devel-1.2.4-lp151.5.3 >  A \/=„%(S4 D}e@d-t Ձn]H_#}|^hw^h~Oʢ'3=(s $.@ 8ZMtJ(GLS:כrK۝)1v]9GC؁l|ЯƫwAw2V\0"p XS"(|Vώ L8%3=si Pw6.x`;38R:BqJpA48?4(d" , [  &Cz       $      Q     (89 : kB.F/G/ H/P I/ X/Y/Z/[/\0 ]0L ^1 b1c20d2e2f2l2u2 v2w3T x3 y3z33334$Cpython2-dbus-python-devel1.2.4lp151.5.3Python 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.\lamb01&openSUSE Leap 15.1openSUSEMIThttps://bugs.opensuse.orgDevelopment/Libraries/Pythonhttp://www.freedesktop.org/wiki/Software/DBusBindings/linuxx86_64 6<,cL%y*iA큤\\\\\VRiVRi\\\\\\980ce6d1dcf050a1d480e6d5e31167212b2d40b2d170f349ecbbd66ea17134c4ff7277c8889e4b37664969b9e8176957d0a1f9d8d8edf31dca76b48c3ffc198e12d5ac706fcc965dcaec556e8c5f4966ade5826c116789f3948c0038a61ca4b88245c6b53e48df0483b5162ebbd1bc29de7c446ed68a01dce20cbc224f0156f9efc65c1d24daf96568954ea15d70e13ccfc5645f077fc5e0e995eee78db78aeb7e9ab5b66cea62f4859c3b31f511a655c254f91638ff7cc3a7da3f93e8ade956c18681b72359d32bd8dd892dece5aa55064c1f66f62b2e8dead3e538ec5c295d96df16464a89032d466913ce56f61aa5647bb0f5da6c3491cef6ffed34451ca8cac6cff5cffe2dbb0c0897c3dcc04dd03db83a8a3c994e9f28114a115b859e27ec07ba75e08e60dea8ce81dff413657441c3965d829495d752204158879793b4dbus-python.hdbus-python.pcrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-dbus-python-1.2.4-lp151.5.3.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-devellamb01 1545076639 1.2.41.2.41.2.41.2.4-lp151.5.31.2.4-lp151.5.31.2.4-lp151.5.31.2.41.2.41.2.4-lp151.5.3dbus-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.opensuse.org/openSUSE:Leap:15.1/standard/7e6b427484ff6aa334d0a6ac0a81d117-python-dbus-pythoncpioxz5x86_64-suse-linuxpkgconfig filedirectoryXML 1.0 document, ASCII textPython script, ASCII text executableASCII textPRR\xOƓ{U utf-807f816ace8b8c6b926b12e6ef3a463ff6d41a677e306a895ea13f90e4cb2674e?7zXZ !t//X] cr$x#r ٘8泖$< C!P`",@V: F3ŐQ X-~  u0V ]] r"ȼ|[(I,s68pacq#7\1jA~%70OL[$ zK6"]ehT'CT BqXZ@iTp{Ȑ |9-̎Z, 픽WQEWFvidВ o) pIEr뽽mO7TneEK3ݲiM#I2Iŗ qR]  ۦ%M[&E<EÎ\m1;`np ~\1Ls,AbuQh7mge+C]KHv2c 7ʎFd-OWߟɠt*HțK\By]ۚNy2 &N*\ΥZ'Hw|mL8}S},RX\ 4$z07`V@ʩ߅P*g5e:a-g0wv^XV9, '{;:X)HZ3iX (^,t~Ig&Fc`O& V4Qr s|Pa4(CHDM$7ZlI[/{ȪƆPό5ȃnZ{(,9:A"͍;]Չtt1sXJ2{ O Źiuδ oj~?o-$mgnv0!Y0@T{+Du, 뗪`ڕ'{,K ysYRlbGq .J[3+ HMevpKNІ46!,}aQ 3XYB!+%L[]Ϟ`5;F:)g[;]?E'z響 'gMYNcBg'S}^;X);B1V˨`s;[4iD5}]F IҮ=y@m gS:ϺD|W2Y ncrG'wb8Uhl'PF L@pų*כAӎk2@-CX.z7* j{Oxk%:J-`90PŒsU/^pI#ޕMVo~EGµAmBXuSdDwGa*o|.wS^%$+:~K}Xac}(Hk%/. +smUrs` ^F<8e/tՎ\gX9LkHqY4*7ZP]70sV nT33 1fuH<12ބvd3RNLkQH;`^ѝX36mK97 @LⱝOkdk"f1VwEJ6^C_G zdqh`IL 9 S<( ?=:x _3КUEJ-˅9>ڐj϶ȍgdr0F`(diDYdՖ[?Kp: ۠='Qܓ \0lٮQs[5":[mo&+A^|YH/Hɭ/ŽV)S&DIՆ>)HbM.N:{Jvd=jy!RJnqʯڲ ɋ7pY1͊/"h:_dzC[YNi[d[L Ѝ-J(Zw pPP7o5^I5 1'_8uUҨ\oŘV8^tK$ͯTX^/.Evbj4J?N'1Jw&@=x͒* Gá395:^fPABKmUZlU ^Lh=v T@ hBE!:R˙+L~ʽ% 3$;,'CpO<^} 9L EoʍT9:mcY"3S V\}Ir8 Э *EkmQ;jX`G9Kja'$a, SJXWUW}RVpO4.ueDesϻv%BvKk4%!sMipjL(b /p:(5Z)^ h||.|j7, 1; 3f1qGJ|Y*9n=`~AX:IQ{&FW:띴 @"@m!M~uwA;PiTYА\O U *罝p$Kjkfx.٧1g͸DGo wX3~ki긲0'Xά~HxsgmL- 񍗥GrCZNnR,eSFnιUAKUf-kyE*$DZŀ!r* إ$䜴-G\br<u^\GdGp,ftqrCw3ưA"#]6W^ $O9@|kX"{k\ض'H٤SdaSsuЏ{U&3&‹\jQP 8F γfU"3@٬c%Obiۘ1;e%D,!O%xB9 IPC/ǚܾsN˧5rG1|T7$M>09TdQz1ူd2o aUHXUexcE?#] B뀬n]l/r ~[{ ܫS 1Wc\z 8=\/D僶im dݔv9VzD/k ɺ-JnT&Խ>k* MdTwʲގjK moj-c@Le@8)1黀5!YQwMWG,fnU 퓗ge˾D"I YN< nyV'f֌T|=U*ٱ.ߟHeAVn{8lM*z1$6\Kφ鎘IPȎfJh<[ԇvcc$} =(+.{bI#`FⷽC*+V F$\׆1oM}я՟)H< |{n=ӛOru?5f[a.~ۿ ȣ '3u+@a<^ G D^ṄVHT4NGTHx91 ₄>G?|nv}#QZk rdT) d bG6' 74س~VtEVM'flb.^\dU}5GTJt9f)SkuqqT!FY? ݠ ._t''D†C(l!2.rlD *W)Nv ]GG~M'> /-Bcߎi\ἄMZϬ鞾//K@9+;בC@y^Qa5({ 2~nBr ,kiZ.k')@id2BH5eF?6]ؠC*_ʹZiRQί`ogn{ثSazJ)-uw6E= VXW

[mr@ l2+|Q)$c&mdT-WR;& wm[#S)E8xyg x~s(tjZF_'z$KXG)vNG<$k{8K;@nGS;J - n -ߚۄgIOĨ{e_Xp*$\P9C¾IQ7ϦM{ZXo70Kz1RB5Rl:E[^,%f`WNL`;rX0H `n]IkGto:T\]|Li} {ĝi~E`C>JtOQ-mjJv#UY'_@׼-,'10&حGVAtӑW/҃Hd~i44z&J׊G[!SQs6 U'@hci?bGvHk 8…FLxpձЖBs/8bm<ᬳVq ٺ3>EZ[tQ`!=<: 2@ʩ}ѐ4kM;/L`*?}ASaARmU\"$ELhgTBBc1Y剕LHsQwLk:ѥ #Tm8'FNN˅|BS-E< J(gIn)RɫH헠4>Ii"@ yt%YzsÿީOx$g`c 0ڇđM/op%"&{ )qo0"? h~x3$=lPol@{G#{R g;hK<å^ |ScL!z nTc\5/G,n&XyUtGfuY?ߜx|5poS  cYP[NTc ]W<|ZCiݡiv'~Ոg|g*ZXYtM)lKݝ7셛0羜8۫RľTJ8p 0-(Cq^I,kgx f3 G9(V~3p| 0ՓO .޿R/qnG찺A}`똞UR̢o4yvtWsmDBYf x-Zd6"0Bז 6 9:Wg`<-Ո7Dir1S&&kZSzzN_$<݇)} ``쎪Z*l;xݢD:a[_2_'3ry3&%2mt?5b8˩Ѯ/GTY5T\m mԒWRϿ<)B_:"sD.=gDw7Ō^=4l4((d'Ei)۷528^F5V\f*0U\ne ipB(|{qʂ>̻g*w"k5\%`;M?t0*եK-LR}Lr·hW&o\V,=½\WۼDvpf.ju(q4ɸ% '.lYi<-ovDࢷ\{,GO: ,P sx|j立?˄dcTh[殴5JlygLpws~dzz 3X2g▍Wͥs FVuKyP"j!f+/fg>`pbm95΄{r?$\mEN nq G@`x+=UjmPUPo&//uIET^p2Ҁ.mt<*Ck iʜ8P0eV)=fQjL5|)P =ߦ-!>E=ZGH*,5{J에[/T^D\]Ro57%}m|y-o f |?fA*e=yְ]|,|uc$VHBMP맻пT6e_s>`ѡ4$TDʑ=On/I=*T{aԀ`uwlT^sҩL;+ 7zW ݒ~c tIӷZrCv+ K2X\@Ks(QMt::a8a- ,Qb/LRLbJigE9ŝ+M9:G%MoY C)Qjh'(,zyzf7H9*:8ௗr MxP8׿dCSzt^THi#(bo'j8i >5O4-i8|W1?dvt"0. b.㱩[ ;Akve)˽\÷C:Gsݼ&ū?K,= n D9vϐ9^R[}e)VGkߣ&Ɗ,w.?ٓP~~lAZ'Sх7JXi= suQ4hH+($, mn@Q9y .deG f[̃ҌҲ?.qZN8<<æ!W@nbP{Dc~2X52J"G㊤A|AI $mwVz QH8Z ~H)ZŨx;+U;|R ,%e*h(%D6XSn~{|^Y< z&j ef>K[N_>*?h熟8sƏ(5ڐ/9zLb50ټ]0"4A7 XLƣvE;mo;ȸKxgL|Hw] BMm%XWCRoO#=-l ǗxCMJDǎ=ZG+HJ7\_sLJ<K3J`T/l!>X|[dnJP`_i]__zZ{},X)%ƴ60 6=%yk|ALJCގVJ$ٚQe1A&3f{XyvEA9)锃Ϟ'znJ2G} Wj9΂AW~'] C{ˏ*dл=n#|LGn}~u>x_\²e䀢Yy7e_4YZ@d ݁=Y:G\7:ˮq~ǵ)Ll5܎y50鄌,ޙhlJd!Ks8cWoJ ?,8NƲ Ufr?Ay;4ُ{Ok^\і)7l.A^lz{AGil&5w7杚5a#UOtz}7q4*֎E*DŽ8tL?e♫?OpD MJy En\BZGw ]@?68iJv<X_zÓ¯ 8Z v0 g\?r!Z㴅NJ6$'P$ZnE\Ѕ]/"qR,i.;K͕v q?1K :؛^qUr*Iri;cW*6HoE׎Ri#ZČvxQ]K; kK Ip=yy|{BRfƘʵu߱ K "{*[54<=`-d KYy9y"譇|T)3XDWS5`hŽ~1Jbl{L{,A*ew`(E z`bAFw1rZǎpѠu/n\`63PU ͳ)j)?Z,3H, patKG1U(,UOMsfF6!#2zPrܔon6|> .2?/KtƒὯ_K1!nFnshfC-Eu=QO B.8+~:N2Ncm3pFfpʡof{']jH~<]}do\OmLSM6(Po.kZ ׀ 1A,# Dƺ2ZP!{yӜՇ "DGrBXn gfڍ,?hip̥KaZ,g#Q{=~'ea,lKU4"₺~T >^ lf}kfG  a9NC$S-G|I'e2)=k F)?&}d0>]Pqkk천c=! M[ w]Q)Ίh ŽP-Eu:iWCN` ,dwH%WPOFZ14E$"ylN\P*yO6¤/0ntC2dQskdU.Z0z t5Ɖ|}Z+["qr"DP-|P)=ؾ}?VNjilzl~sD4_舫Շzy:Iay|nVT*㬱Ħvȋo*JJfaNV*F|G C=JUjq4шTT(JyҢUV7M3TkH-]/{@([Y~}VNP؎Y_Ėp6ۃRlt" -Ieu^ìHO8 у.;+5]_3ǠqF8 JdrWmd ` l4S/Z)pԣ'7_i UoVL:w`OCƏc$g9m<ӈR6oV;.`7r}nZJb/) j!/v0KҼzwfo.4OjLc;l7ͩelCV+LU]П騧ʍe{%an̮O2ˍ9Y: +8a9(}38piI_-bk/VIURlw489 J|p.iE˜"Ө9vӑtW#Ja'Nr aqZEy.Hz]8jҊ:^!&T{}YOc*8uhuG@IBI yE#[uŧݐ2s~J2=i &7Χ-LJ6iLBoU;+ V9Lk$X۠g;vų 4V){ ñ#F%= 9x}3w3xV*`N1?BG02[+r/ZA*Vt^l-Pdhqr=^, BTF2Pǣ,=>txWkl:Pi a+FGiC¡;-wq]4AtǚLG$N I%?@m3Dx߫@ZC﹒% ,0{SMvJ(w"J~0SKH"O ʹDȬ[}8.Ҿd:A<>QΏLcr )#y= uE@k0JGe7Ƞy7Ģbz*˭ȉ)Y Tf9FjpTFs絙4Ŭܕc Un=ȤފC#;p`I0"c9K-\,0l X%=| 8XD2N|I/UŪEȕ2v=LCtJK4 &5x34Ĥ,zIG6ÛV/igL8Ի6[_Wv~|1pBlpBKIز<ġ`nc/,l ^b+Wl9?:m(*2Q ֲi?6w<8G3o dFˑ ZAi/-: mA[H9~|*zbU aA_UU7}sF.;R;Z +&?ߓ/e-Vš&sRnS =vٌE0b>ldlUIOy}U'Z;+FW"y(˹禞Kk4lKwTm×3 3Xޭ_Qw_Yޞ^Rr9I1 }(ڳ9C0\,>iJTp|~Pϼ  wZn`~(UbZ" r(#@S/06iAyZ{__XnxD"SY|>wvDaKhtHDž#\>ߥ[1X5)(D"I.cM!V4 0jryhK&gec{+4TW+37/raAUY1ߘN} oE6f2̃*RpI( V3ȫM%,tnGE3e[\j$'ץL} ;lG'#Vy#2Hz(+{d16/Qq2ƠI|y̙WΚu$m=g}gUlJ:m9XrM\v=ʥ@n"^B \9jI|EdW3˦pKߗ|_r!s6.OαbTu\*zxv ̭ 旅TOEߕ/Ч$*PJ|c[^Ѐ{8 e ~C-h4o_jLV/!C,("Ƣ;ܞ+U% F h0]v }*dHr/{dv5ׯI9Lwk~cg~/3gY $ӷD?* У5IN,A)Nr PYX#Y#L`?񓸬mr3'_}tBPF 0TLaܫ㦀:pSYu%hN r7]ݪO8Q/8P`e*~,CȻ+%x:Y[,5312C^BÉLMZ^ՋEd#J5Kv*׫<+h6bbUi#4D &ٵX __yl[Ɇ [TgOl$GxKm|Fc:5\XUL⼽ Gb+ ؞^{TvrJ>NE XX9u/td2ָ;\Ŗp/~*4tC:]bS;-PDݽtnH@ήNzfRm[Rͷ/J[6t{uN!ũX96!瑒|6W덬.3E3HL0tҫ|6%bsjBuRJCW(:L ^D|J?}m >c:' )n9`[q#9:7㚒K}m8:^>ϚXL4!br싕)è \*OKOF_ԧa\4Uez(-P_N^k$(%@B mzNx| ^Vu@B(/^d!9iDۚ|GF%n8ʹ^vWJ[zJ#KzXz(whCM3jiE>=R)f)KP޹XZ萺47SsK4oJ6ْtvMpn@Ů0 K|jˈ F|u_6iJwF8Uo4%-qMߐcozk/mp&$ߒց |vbmSWxB= KHUu\pfJGnscؼdĶ%h@IuJ6A9˺(=OSb.H %yv =Ƹ+:!2u2%Jhe˂j$A1zH,+5}{_~H%s$.^O-53z=-תPacc?pE Y9ndٮ!3r۠O;Nx(oxwlSo"!Ú{ m +nk\k^R:WbZJ2BpϵM#lXCX'&o|k-*E eɭrgXSUFPއZNDn ye?6р"߼xryɶJVpmdy,}_J[ʾk4FV5UGXфE۹RFoے=A8yOX0pY<p7NgREи'$eC:3 h(ZŒLHΠ8TTQI=!UXzUK h!.;Q:lz!n*Wҕ a퍆vAu f\``UoŏUBLe'SIT$wzMNIBocx MRycA46&xVN`pk[bTbF<h]GI>M +d~<qœhj!i`uի_֓+{]R: Gć)Yx;_^5KwPJs @L 9 "0h#{f\qͧ+[5dzꚁdF1 ~(2GMd-cJM^4(Ȉ#_\Z?eGys9m](Γ,›#|ZmO:"Ǖ\tggN <}c^(;w"(UI0y7Tr34緝Rۤ2u'KMpi`Ij,QjjG]}dSj3v/i8I%ORJ"DC˲Ѐah%x)q" xb3tWH_sncW=lށkSlmFPP_2KځZ!qXKʌB x~S\U;᭻5=J ZfQQf:'Y0"off&jz:DTsk*"7A4+- EsȏGA]K?:<"Ru':!Ua븭hN|<2bk/x?Ƃ:qSR|x\9 ЇYIeL־?AR{ k?h =6C _r|7&Au*$Rkz%DAl[3H#8V1ڼ!f%-8ցY܃3vڄ a*iac'‹\0}9c>dMPh )NGYuԄJOvTꕢPD#d^D= 88SmJYZ NSJjޱ\3[mЋYhRrt@T{Qu%@} p1> hђ&)~' s9KNL9z:G#.eʱֆ,p0?J%8 }^}-@x7umI=at kȤһ]I[vmaXM'JȚ{ #V7͍6c¨|ximb\S`#ȧ!}hMF׻ ա2kڟ3WӬ, H!6Cz _!;QM}^sDߒ [l0e(6~k9j׭]!gm4UOt{2;݁tF:+ť<1U64f~[<> y쑄!C6w7aj@@-lR=|L'GQ#)'#3.@j&` tv4ЏV-[YNexiCN!x{.h4̻R8"~$(.')xjqί1x(rWp#kebd;mODԠ)~P ň[l/d+gy鰲(W3bZ@vYg`d,P͔kIU y[^q)wz (z:&Wnb]f. z6)S#BaC|Vj8D0J5Ol}4dgQGQZeVSG=^="?7RӏiE?@~(,AW䪋 vM _,%%ZDjN3qwt1uUR e"h(߀}(x蕋jϳ@ڙbdOxE#|Dj8*0naMogJ@XneU[k8ݱ9#,DS{eapp}QUG4MjLQ?M ʽ[7[f/^p`QTL ZRey) Ҋv@pۂt` lZQn&1kuUli$ H\N8Q#O 3)mZw a 5b,b&_A^+<)-(y=@n@4_pWauQ&m'kW /zI Hd,e Z}1Qΐ;i)q2n7]>Z:ITFr[7$XG[J YUnOݎXoq6HD $o~ZM0í,eTѐQSV Wf1;XP&B oۙv<X*?g,U#}{ح"${I0#dcabh:b(Z\%GwLy}$z ,ޏ\ω 0/ , 楛bj ̱6}(_Z x iC=$)#g{tt 4H^U-`r#@%.ӶPЬUٲM }%Si?W՟[PK[Y (a0rǦ^ՋR4hU.x~ƚYC>Kҧ9M[TZ<Q3uu-vpZn&&/C 6 YZ