python3-dbus-python-devel-1.2.4-4.24 >  A [ lp9|g˞esrtgc!*pH e G"[o 1yO ׮Vmrjv1#?~a󪏜`Aݣը}K1`ZIp>+u [t>/De˿r#T^D(nHI -{~n< N`*̓QE@wB7d#*Q}GZ%:t-[Eq$v|N6((7aceebea866ba3348ec9f9b8b95b2ffa490ff02c69cdf4febb9a540987ed90e53daf346ff4756f29506ffb8edc0dc4ecc61845cf[ lp9|aˬMruP-W {xp8@YyjͩEkuȣ|%睰Y[kBO~ zX 7=O w*X¯)HLN+;-љ):}LWxZ@Jݢ2-\֥I{JiRgR)MiSY/^ζ`$aD nqq֩훠tSˎnØ:+Sy7ܺ4E;7) JQDSaǔni{/>pA3?3d" ' V"& <Y       8     $ e  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.[ _s390lp4&SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Libraries/Pythonhttp://www.freedesktop.org/wiki/Software/DBusBindings/linuxs390x 6<,cL%y*iA큤[ \[ \[ _[ [[ [VRiVRi[ [[ [[ [[ [[ [[ [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(s390-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-devels390lp4 1527317087 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-pythoncpioxz5s390x-suse-linuxpkgconfig filedirectoryXML 1.0 document, ASCII textPython script, ASCII text executableASCII textPRRpr~;<d2utf-80a10ef997d97ea723444b6877ff4da21a3d3250ce4a290b1efe4da0f0e444e8b?7zXZ !t//X] cr$x#/ڡ>DͭwGO- 0tk7l:敝Z|2+(vK+<pNL4 "t㌷k(V?PpqIK+ E$pӒƦQ* 9+ o~x}5y9Si Y |zN2@[&zoW'^ b?>lmrؑLu)08K1o ؀h-e}"^- 47_SQ`ohI |Qͅ¡EOR$S V}bDIST켉=:v|A}?rRiY+J1s gRS礞s!#/q(4"7!xܯ5ȷS/`;<B4/(I[3k:SwR]Z{pT箝4̻/N9fq-x|SC?³B.6T/SmLA%N J_@6yA8u ]Y6C)]:0vnᡨĥXʧ ܙBPd"~RhjVRAMٯ91堒 =s̕R 1pҖNW񋽰T_7A9ȷPfK P)7Sfj{Sq7O2,Ukzh1qdb-nHXT p_Uc޽pItߏ\dGM/_ +$90QS[> wmD+8xq1k'vڂ̒KmΕi1*mz&ÊX,K*Xk* ϙa =q>JkpYl(_;FwS)!daK3c9B@;i$b{wq_œNq[gʒ g㿄!vBG]A)0|Lٲzb#-nj/)[-ܭuˎ:}J:]#$ HQ5m Y~s_HEvHLmvagν,Nf$ayu$g 65KISWi2t26{a7B'ޔ|M "{m:ؾ⦪ ʱ1s01<ѥG=m.\7376ҽ mdq[|FYlEU" Wx7u#g"^jPI)DIe` m`@01|E&X1֌ViEWGs.R Nmg?c2U w֙-Eq_M͂nyr xz(IRW~#R9s; PFܲN'&D X$"}?Q꿡Pg\%+T[ĺJp0Fk*К&9V3貶k)Pm0&*MeLVqmq;ؖ*Ƥ+Bs"KPz ZWIa$a&.FhgzwxHvuHjWGVC;'$|$ݬꓗ[ZyB?B\-Y҅:5WLjyAEV&H˰tͱ8xRw~>*>0f[lR%$XY+^iֻChm8>8H2$`jSlDrˑ- Qe{oٺO[_~?[!eYXxFcSTčN7C>"ump!1/O\m$ 7kJw +rOV /kpf92x\lq8Ç'4O5| zhrsjn N>JZԿ'.*JԱ/yG}|<[B!0$T:QA'OzDBN0R H$|qԖ/uh{L'(O"`K;xUb58=8Eoٿ EVqݙ )N0*y-Z*Cq/HEǰ`{wKŃ66jLl$uls#oV!B;g6 3#7oEa f= (Fw\µ.{x˼"݋)r?=_@kX$J[2%>uB? ji-9c(z{x]Laہepڨ<[uP(bAlJ "B6YE#imh11NbaL?*JfMd649ʹx'}eAlj(y@i$Xh}?3X&Eb}i9|kȳxhuOsh;uԌ&8%?]3o,14fOG:ԅ|MwR̉TnSlpr)dGLc "R䬷É}ܟ8èK/% _U!oŶh5' F_"2,>u b4,HgM8󳄹aɦ4,YzgxD\ߢRCQw zϝi埅/k-{@`CYTR!t[p=y396~B,DuL){X'#~Aa(dKia'::Ӧ\"j51/C)bx3Fj zX~<)w#~:%j c`3g(Iҟh>±ylꔙFJ_Q +%a\^]D0s-E]vݿJ[D} z|^?jbZ]'?wW55IE@cʬǀJo*+miðM5Iaˑ z:jjQ)76( g vlgo'8]cʆuɂ+~`7mkN,UdSjQS\~Pl9oU#Ʃ,0j31UV!x] VބLdFA&]8ϭz/ܤv9/#|!*9YƳ]+?^)@ GALJp迾$b32qJ?VwÝog#*,iPh-:NxYIɉe&SƢTcbJs<_ eXDf;cwUH _N]gY[# E0qsw@DU(@I v!n~]t!u 95XBc~ޟp #JYKMuLc j-@7^u!kbBm %24lADjzo{&]ЭfARj-T8}RW E-%Es'uNЋo4 [}i١b7oN)b c%wBHSAm+la4]סP**;h"B3/α36\`JnOC:uX_{9hˬ oekI'*dz1N@B\07|G'oN9eyRAdCU?a>=q- _".I$`|Q8-G}y[( MevZgK5_h$Sۺ 4(WcmBXCF+dUZj똏\b*1zeF*&-״ʼ-yQ8 @pM-t MiP6)]?z>|89d;jwp59A͓P-7 |2g>%zKf+̏D*lU@UDk  `b_}n pGfRKXo#^+z!9NCY r|0FR`H"iˈhqs\ÒwR`#3^H8a8S6Ƃ+;R3 2e$ual4L` ?[E8 hd^SEeaS*WuB ڦn ZȃDCNfxPr+k`#*1!*1d)-E{>0$5yIP] `]ӶTHj&t޶ -yfX]:n]DAMy{9WŅ 1H1c)~dd ;KzS;Pns#|%5> w8@`U6 m\8'oմ O <h|J.vlL.` JR'45?.yeSfGY58KyrX۞w.6ol[Յ1aґzh E?ꪈ\D&{ů' 8~; P̕YXMꡫ Ll jV8e'G#p: dg&mV\'U?>Tσk4߲dAp)E&8ӘkAr$>MFHwƓ9.qM%ޣtcf'STteGtS.L&]eM3[|xJ}#Jq:RWѬMd+TzEZk@fޗ뙏,Su`7vI UWT\Z9:d+xӫ2jȇH^2@ @Rֹށ+<7' >Ah>tS#PMO^O_HIť(_\). n-ͯ9lͤMOgE_ۃMs^t>gr;<ޙrvNo )X9VN6*:Ykt\Báp6vS+Ͻ6LkPOpcGҙUwYRAݦ~Ԉ+ē6&WG\,:e%`U f5 ~Y3MJ^"AVU |yܖٴ}e2zJ5N >K\[9J_lOK택xz flf@C=z#OqYjn8uBEWD-&ξcy6Ǯ9}EOvƵBE.@X4K2 [r1QGHԦu먟&v$7e3J& ?v99"?=]zM֦eגdG,p_'IҞW9HD,kKi FܫqCMC/0%(oQ${n*-߯М]li$YԺu$1?p5u[/KجLĹasq6YtasnS5[/C##M;cQjGx ͩY(7M[%r٬1yPG99oҫ iqS5{^IJXdbxu sϔm`l0J_4CgY tsxʢz8'P"({`}7SW$ش8s}e?5ҩ3hg^Z01Dy059E gP!$^:P'r|n~l ^)[/d~)$ ެ=F YGDlO >]D+Gy%8DLJg9)DXp ,cyT%|B@h՚z5g^Cv"ȗ?8{4@s>ǖ{R;]La,PDJC@x~QjvA'k~ ykڗ 4 Df*4/jt̲I=!y:kAY(~,flpF&ɍ}+%'aFӊ Xlmm7 ˟Zp:N|Mm Ջu ke+7ι$I\с WT8؊$H́ ӤJ},GL) o\HZX|eJ^3!@{b^hkoILK1".X/<8;Mp%JYɖN# &]KLvʁDb fA#m`P`Iاm'k/A 6fFYis~2$l^b &0wB 0TڍJ'Ji _qZLFsC ȸ«Q:R5ɠi6y pگ.O|IjiG݄-ZZ$%Pf.?z;E0i$>;U?IyEHYH_SeM@mH B24 #S8r GM~0ژa5hs5-+H 'lv9K27dY~Uɽb¹_BgC.<(5$g*T&p_uw|8Tu]?\IG^U(9QUv;i$ 8ڢd% 1GB1CZdɲU>nYgwYNQ ؑ- +zlP99ՑfX|iZڧtJ <47Ք痌dP bTL7k "dh IWƈVC7խܖ6! o%]*h/ ' XzL)6T՞: ޲8t~B݂`dz #9̒Z2bEu2sx3Pqef/>71^&7Ì(dx _T< ;ˑ-Q2sFzN~2LU3' "=ZGNPex"VzQ'.3?sQiXe1N<&qkl.P{c[C)_ks7?tNY W TT{4Z ~‚;!1fl"!?0)1ۛ]+& c_ƠUvyVE' ҆aGT4)<:pF}Xu7[a)ӲU6׷FБ_ڋ=b^ l.Lj> b٭=@52m@M3CDvǴǾXg3^Uxߴ3sӖ寀[Fp7Pt2OJz2+ 4#ag0+J:M5T{ &=u kq:''W'+8+r d\ RpRKuX;b74"Mvh$-ս ׋\7Յ.:>\Q-ݮVwY*ONTZ .X\ypX{?3|ט2~fyfmMdQ`zѠD@yM,0c,nZ":MLN-Tr:vhHW+m炧p&יLD9>qvlfQ\0Ąxb8.R۫4kjQ$Hst`5#g0OYr<ҽ%ai&G_m_i^uPm-{ֹԹP Oэ&erh};UpuDcQ%FQ\SAc鸍U,⼦(9Ciuī\*1a}ƭ/1=W(WvQth;rx~Nj{@0 )e#W"3K -2SL0<>`qr.a@~t0^7hi}{sFn ^u `HGt(1@dwI(df}p *%Ns~Ve(ḷ8'uC'ճ'j/DCUkvT.QM᩹.4d2;V㷽8{, ȼ h+4Lq٭ϙ'h*gSrh6oQOtqhn4BKL}Uե^ S98WJnmx0m 1^>\S wSJ:o FTeiq7L3Բ! %@=4}4XiaT#kVӁ(7N`Y%D^^E;Ƨx6:#6n3w]y)(8}%VO8aM^[hGc>= 䦘jt'o5Wx8"k]5k^Z:"#lfKEoҲ+8876Uq)MZ2;y+]B#UЮRK(D7ȹ.65UڗM$R()H9*+>/6mQnIǿaLb[{Fl8(k@gz]y>)"dh_3 QA ˇ@\vHjf|KyNBJO*[`U@yCwJ,e&ss:?_ȁPrۣפc6䅠<]e>HAί=ryN3"?t歸oq|t5_iʬϴbn^)F<>R>wGt]bPŲ 9<jf|„-oT5˛_+vlYV4:ٕ: Ӂe KaRxyZߘb<:|KD`&꥔Yw]'}xo6Rp~Π̙rI?q %_`sx ֐ m8zMuƟ?*$\Fuп8ۥu%6ԣ"v!ȞڀRj zz_lVvP,[> c fV'ќ~}X">|&*A70;JHHՎ }uө.?x2) &U;g{xdY(J+-Ng--4"lZ~`ȍoؙ ,2"G%tdž|왒! _ĔW{zێe`&'iVLt]Onf_i.٫Qqo/ȃK͙*@`6Jmʺo5]^L>5Mf>c |a0Ǡq̤R|&/E VϫBd1o=r2^ s"FJU~Z Dia=S)t۞>̃sE?fE[C 8& M:(rHzTmƋuW0>+!T(xAn-=0h74FxLYI ŤGƩfXpNtcN! %g &b=ToKI^2ↇ=F_on o˳7fgZBUA{Zfc[ɋE _{MoFe?JIk9Qt!rA<&QҊHlҧf kTdQʈtgh$N}ιp)~/lpAL-ZwwUM <'76tuBFX#2|zwrr\7%$)&B eM>J?Oiʼn<+2@SҘ𗊊VUXMA8؉ zJ&q~{<Xu;nsNKY:ɞnSvc\W;AWn2x7UmS7۰IɕEeؒ+,&n(h׺%'MYYޔ ߺe4ZG~0`L^%?姌!c}Jj|1'5WptV9Bi%o@V&@<(|z#31}F`R'i},2r5aT!Š""U9 [)4p1BOQSLʋkalCͤ!k VFf33#PZHtLj쥎t=4*S%/(7 1-Ap~ p)42f@0 amY}!Vm6_&=-EV7zN7={M#H2m7 .ECӄ륖WIoE7#@ٮ}lt\]-.Ay!52KDMxN~x]س%G}٧& Cحz(~Y@80ypo;wkXv_VF:yZ3NHy-Ϫ8AS`k &{)yaeKC@_B¾˓(B-xl)Պ3DDqBKQZfAQsƠa#/~uآmWk~[N?rې>٤2Wp.Q}\C\TGeyoyc'X5C|rwprV km_ thx3 I'%(0!̪CMtrr9"!}MJpQMWy@)Oܰ>'z}e""- s6^-@jÀk!t" nwA,4.:B>W #wنݸ'[dLS{igoNQ6wvwޥSaA) [+ Cޥ>ۤ VKzVcn'4=&Py\ Ш12[ J&* EeTaX!!P5t~U K2Hq}YlJ͡L 7Mq-]jd~KcpE$u?".V( 9quXg>ᳪY<^XR)StIkesnxJ Ҧ%ٸi2p+?kPXzaEUcY;tRdK3^l. 895FX@ n~HjjжL9P%<, ySh溛mXHG`eZ→JBTklprU H#z1 z5c&7tD^ ]hZ {`zwLiʣf]V6md# nP̂^D:>8:G#ڃ=v^J6-˚|'h"W^E5!20U@(:wٮhŒ8]I.DjiRuӈޗ!bKX 31xRq 8azӇs7NbU9Oj2@9ŋ)15??m}q7a&Kb-ۄjiCu\ӂr'dUn6=>zK;R]{'EL*̷f`m+xQ'j /:Fb)Xk4Z((eqOSe*?Xf1!_*We;#mUr63U[,dvZ{ެ"fExE6-."mƩ"(oqqVvRs Gsůc[FNz8i52H\ҵmv$7#c& WK֓ѩ.F";t"NP[/Ƀ'0,mq {򡋞ޓVf4GzUu4Lܖ- o?"doލpWs@ݷldv:aY{fBMn&l MPcLug'$ 6nZ7b*$" E|( V04} EZ9HYB;Iс@5+7B*m3͋{OR&_ *}W_˧X%$bLjS "<*JNnsK RzBgMPL5SԺ ]xRDW тۡmy 11zI'a1)4P.VWD@KmApU):R.(WC~y ?gȸ|+:Y?RKS"b>2O.S _@Xqh9W$!A+QUw<8u@S'7,)gPD~=媸N S$ ;2~tWqǁexouf2quA/]]- `!uʫ5|"TǫoSԱ){[Zl¿e֡SB) Zܘz^pb8Fm 'yjӱB-1w*$Zt65e0<5Uߣ7oXyakDFBN`lڀR)bʳ2N2CQseejkVLj@5pRY|@|촞*ne=`N"Yܴ49•n`EJSe{!DރW%%_-P3I0SunV 7KM+V&&05D[^*IV<MBgÞL9җ m\J@F_{S?MyL]i,:=1˝}{Sw̿r&D%z3`dAbm@TACN}_^s NINEN|h|@ 2Hzՙ,ID܃p5>Kp)[;?**aVzYŒn|0*wD H`&r1E_)R[*sE>y1((5sܭG^#Ekԑ U._ml&E6 PGz ;%Z0C꼤;lr*f0Jyg,Y?]m ֍A@4pQ|'Ž%&@XIKTK97F 'LMU< C Fr+cV&PUxƱמG&G2ӫʎ{ zb22 6ZZnr6m5V`qt 7+T+T}V7_澧37{% D*dYTM]Q t28wG^:Վ24Bs\P#`HW- Ji(FgPrR`Y5۸Xr6`KXH<`S7zDK!3&WĎ. צy)ɼ=M2ffgˁ9Yıs?:$z!kN0w_?b<P\[kwvr~'N!&άF_ vFWf_cuiM@= q%4ID.V-D 9x}u͠lǕNZ6v/$݁aD3kvܙ~}ꙏa7%UYp[PM\n[tںb*_ž" D̄xk~\0"FJiuTPV]q̌ _Fi|+OMVU &^Ƃ1CE}4߆֊=dw{7fBq]5O%3jPXJ n)1@o~}R v44 GҗኴxXH]Rb)u`#'K=FX,C|BΥ@5qs&UG(?Wrc;]JUsJ?fV]F9a8mj~C`(@C&q̚O IV ϓёbR D<6(\UʭlG)Y;b;<2^ z{kNd=ҦH4.V?_XdnZ IK|F뀜̂}$@3Ţ%Po(2=d &SG[7'[!>:3 6U/EՁEuF-OFe&3 2[ /jty>eX(?Zl1h 2x³Vƌqn=V.`.xMeK]2X83RZ BF]*+-Y.UXĤ'%&Ǵ2_fo@g}rf%iyqrk޺쩯69v.֤`*Rgs. I,wADgkb,OBGkYCTlj$=$[=Éj1@ 9.4\I \-gTۭx'[bZ9mO^D#2!lU/7dC"k9QlT8ȅЁ~3FbEd,W_le+)R(U!fAʝ&UD$$ 驇d6"7k\9:w\>JDƙ;F&/ܖ}+4- $"o>ivnԹh!zK-@5歙yހmj'킇WF;[Y"_ؿ|rmO [Q{m"M?D-"!6B+_]% 9;[MkFہ2HŚSg&Yzd"NaSTt̫'Y0א"% '"&jOsp+Oz\s?{bfh:~um$\o=[Eeyv)h7qJ=7uq#-&"jj-2Ii+֬+6k9nWHUq `Z< NRh?^<N4KQ+-)lgHP|LȭwʗaeܠfSB>G?0%`J:v,R:~ϲ MD(8m{@0΢v5ѺM]7|XCp/OOze躴Bt7jX_DQV_4Q49lWuƊ -!i ઼mc-6vqk6܋1\҄not]A[:|K=~>7rgˣmX20k .<%ܨ"nEf/cRosxzFѧLa6,ﻳBD_iLd}U<-)z‡oa&$e#O/Cd A5gn%qڑAȢPW#*;Q&]zpl95т R)i Ӏ7l>/͔zs_˫hX>"8XqlfO~ vYF2$8GW#;ve"߆>hj j<qT6sCCɔ-Uɋ8`Kjytw*C 9Î/: :Isܾ + 寽&.I}؍ SE\" r)BƍupgƛG0Dfg^~R% -,GTm]GB 4 Np/:_Kl?n胸w(eݚ1,LO@44.V_uDM`s n~gi|uӏ3\qfٺ2a8Q wF.A3bAe՗7Lx1̒M8yPTp2&[f hNYZsnuKUndu|)Mx?N'涟/3qB@$$#q_],Q\7&*2ۼF5i}Dk[YG&B^p2 ;5_P{Ernj:x "D3'Y d?HFE!yJF>"Vy fV>nA۠(ɞ\v|48'J|tQ7'$񛏇,iYL<[n-U TPJv8tQDvHM%KzXgzB\ {;a]gk#*FIe2K +01Fz !tD l?hK~6M3{.![>u MGU+Utvo:'5RNtˏ@vFV띠Jᚃ&D {|Тu(.z^b/ "ecjcn(1<ߑe>=<2E$DnE6K`8qQIh! 2U0!Ⱦįd#TG>׮& MOa&H_KYW:g 7՟De4f. 8둇 0E6B*[oW甌Qr3c(Bz uժif0QD^WJ㟝B۸ԪldΕm7%BUy!E]r~- 29"&Qs>I+/VG`yn HU?|%3ĩw$'&p 銴:>Mg$A"1i7N-iJVfPQtE0 %+0(pjg%c:A|$L]ΜN6СR//? O+I"8ح-~ˣE΅i.Kј#%jD5 Lg=r""P<ԕ:~ڮs8dFRDb~kr D2lWHwtUJ@d;1&Jz96o8/Plϧ!F<,gy/;3 2( #:dF`Xl8qMPpp={ë2>dZ nR4é/u/rm5S1Ĉ6vֹ>]e.ΰz;ۛzэdCzBuz%Xqz|j` Y_[_G; h#()fQF^yj8ǖ b_C\+ɡN~UMۧU~m~' @%417V4%Y<yj)ty #S32Y>V%H4<.2D̈́6)JzMI@?{. M_ y*Yixҙ'{@CH0;aQȃZU[]c- ͓fu!VE#aI0! juʼ Ծ9 :Y3&1(؀Cۮm|[R9$DmD6MH_ϴu# o/,aG@~暽rk-.u62Zc uy#Q73oc/TZan0ТBm/J8uڒ'L| Eۍ;V-,[ H v_xꆖ(T~RrCM +ʑ[SSE, sXy&8FkQ{K]ag7m߾u+yw-#=.)2EX }uĨ 3. ՟4c(5Z\Gv:bx;וY_ gLGªIs*􄜂56Ȉm6Q.'\m|SnS~T`i31970aEٟ#x!& &<4BCƔ-Sc>DEh\;J7RhuT-H.u ]ia] +o -yIn F@$="hīo1*2fRV:YM(V DȞ%N3q6C%٥vyۨ^uz $al\2Ѩ]99UW [W L%>902EQ.Sn?wj4Er ͙bxq,9F J4^lLh֛3ĸ:Baܜݟڗ屺0rg?6/P<1_{J0%7!(e!*i Ĥs~*7XN{h\z-AuN _A].&iv3J UAഐI(\bqtX+΋urM YZ