python3-dbus-python-devel-1.2.4-lp150.4.4 >  A Z _/=„ |@YHUS`Jkvxf]-$qfI- cIcl.K?wl_)io#oBRTkDTpi-Cm4\`EFw* zZ.r'#rVLTgSr)鑢;$p[ID.j XG^_2,Vc.82R6?l-e遌u59Zsӌ3F j 72248f8ca0f6999f6fbc655e8907460822cd0201bf48e888e21974b8ad62a05f5afc87fb485e7b233ad0c8426841b416810f5fcfZ _/=„XP߃d-V_q}(us"Kgo߷,㳲XgwZU !?5mX X Ckn즧  3\?5TX.W@g"Q'Su&ڝ$UXqłUgmu;=u4voU6Ôu+lQ%0ٲߠBRv )||{n/>pA3?3d" , [  *G~       (      U  d  p (89: ?B.F.G. H. I/, X/<Y/LZ/x[/|\/ ]/ ^0ub0c1d2e2 f2 l2u2$ v2Xw2 x2 y3(z343D3H3N3Cpython3-dbus-python-devel1.2.4lp150.4.4Python 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.Z Mcloud124&openSUSE Leap 15.0openSUSEMIThttps://bugs.opensuse.orgDevelopment/Libraries/Pythonhttp://www.freedesktop.org/wiki/Software/DBusBindings/linuxx86_64 6<,cL%y*iA큤Z IZ IZ LZ GZ GVRiVRiZ GZ GZ GZ GZ GZ G980ce6d1dcf050a1d480e6d5e31167212b2d40b2d170f349ecbbd66ea17134c4ff7277c8889e4b37664969b9e8176957d0a1f9d8d8edf31dca76b48c3ffc198e12d5ac706fcc965dcaec556e8c5f4966ade5826c116789f3948c0038a61ca4b88245c6b53e48df0483b5162ebbd1bc29de7c446ed68a01dce20cbc224f0156f9efc65c1d24daf96568954ea15d70e13ccfc5645f077fc5e0e995eee78db78aeb7e9ab5b66cea62f4859c3b31f511a655c254f91638ff7cc3a7da3f93e8ade956c18681b72359d32bd8dd892dece5aa55064c1f66f62b2e8dead3e538ec5c295d96df16464a89032d466913ce56f61aa5647bb0f5da6c3491cef6ffed34451ca8cac6cff5cffe2dbb0c0897c3dcc04dd03db83a8a3c994e9f28114a115b859e27ec07ba75e08e60dea8ce81dff413657441c3965d829495d752204158879793b4dbus-python.hdbus-python.pcrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-dbus-python-1.2.4-lp150.4.4.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-develcloud124 1525091149 1.2.41.2.41.2.4-lp150.4.41.2.4-lp150.4.41.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.opensuse.org/openSUSE:Leap:15.0/standard/7e6b427484ff6aa334d0a6ac0a81d117-python-dbus-pythoncpioxz5x86_64-suse-linuxpkgconfig filedirectoryXML 1.0 document, ASCII textPython script, ASCII text executableASCII textPRR&7&bynjutf-805038879b510d38ad05f2b61f0177b169396c94de8fb21070e3390b792649865?7zXZ !t//X] cr$x#^B2P}E +=3 / D{Cpl,M r(KNI3:a,(Oujջ'MQdX''}:F2hي1|CVs8vFf3Jk8dVy_fPflD8$ FS}ݞG# qm%TYE^2Y$YbARg2ƒ{a^m;w;TLʑ_\&fh ޚZKWcHn S^ +5"P9c?5 f[mJ97gQz[0k#dP{8 )L;_:G7a6ĝņa*t}7IPX0 + h&S`,3kOD8k-'[}Vw2?G@P<~ۋEBQF(Xgs"U0Bz̠ۙZGW,\ IJ6ٛ.iQXJr&‡S:H3O^4npM&Nw@H$Kq/:w5pGN_#&d9z@s1 ]${9g4ͦUe \\2S81W_<KGb<BHLi5G&t[*>h$,~4(+}Y/tBYj0b, +1XP`M~bFt'6tx)Ŭs;IZ} %\'bB1 )KOhABܿu46G=/R,U@%nӋ]S7TÅ9=}4M""LfAͤisEpn C;88F/j>BX!q0H )%@2װ)>eqoRc'?F"b]f7\831%vHr5Nmm 7T~3$~E..&rXsBݸ|~8o $lo+ ϳoi{D _b 4e猇6[%EG_~~xJrcX=qJ @fWC{Xl<IݤP )_>J#@qϑ?~M*܉UPG>Mr "Գe}q >.HwA9c`0r@dbV[bW!nvgiO(O Mz%x_!'OajxLds_Ĵ'2+=xU T_K5iߡ”Q4R9\S1-u0ӗmο\+[nBUwCBg_w8;s- GLfڎ웏T0[5>f9$|kMy"pL,5sٛ_tqwƎMfw`Qqiỷ晖(gH%*Aoh)ϰ]YR}G:RXdkRh̽:ua<JA +K]R ,@f+lBtL-DT)ÈHûRMq [i! XV;@@(R݉v"rjpBF P | ;0T"jkO*iTu:>AMXO0/(DO{L} F,V7zr,Wyݱg{tQk7@_E ʤg=j>ԛTX}J.m B}E %*CjM{XX$fRÅ$)Pn`òe&>ҽՄ^Io'Q==+|j)%珝pQz^g'h 3^x4 ]<|^?7xUම9zQw&7NZt\_NڌM&r4r\8 õx7:$ VZ.`.jZYXRn/ ,u3MYΡ,R؇dJp F˒*\/%<0볬ZWdrݡ|r.h&PTb L .jaA5Wsk)Mj'T7i![N.,|,RRW pEZ& W|'A:K< l@v2|PЏ*c"'r3^X|nwҚ 7z'BFY!Z^\kkTlU`S)_КkŽf4BxiuؒQ'M`ϞH|kYqᏟ!ܹ(K r? 3g :sw|;ZOʱX;>ڮ3q !R ( c̤Sgf);TT'Ei$i}HoExo}#{RC4U. FQY[ȟ8x[ߟ<*8^pd*TO3ȅZa3Y+ KIkl*vw=#$ʷvBA $cˇmf&4usS=-y~1~F]Q&kR12MUmgE;Z 2uy/)œ 萂Y:hq5L PrZz<9exgxC% ^LaS=Y/G8ra6Y̍È"%`F@TU%|[5`ap(׾Khk"jRPPkV6~uH `:@Cˣ7*L28Gy_iuǩ=w|q:;qm$⫙س\I~ i W{QUoJH@`mTM-7f;}2C-NoF )/~ WIF7Q'vK^޴J9V3llV /8IvB@HOgQ[?@E욀AYBkΕC(;D Ho1&uxzEzd(vޕA=&Cϻ#Q(Z(.2'Ql%UgŴ[S/jqGlUjYʁ@a+˫ub ~Ї:ijOKZ5z{ؿsiTGۇG.nU#/L1#[oց@r*1i~0jL},?H. M"!>W+!x/++>;~o%gT`q˨gz8o^Ymh|2/OkMA?u$$TyY9H {῝FdP`T$r;qGYCsֆL C7 R,|~ԧX֒kL 0L}޶/Q|LUw@jܸ̘ӈ~\ ^^בH̆.c2ppE&•}: wsuF#Rwǯ ƙϹ--<3 _(_.;tbS}@Ꮱl'n7xa:q4DxD~P7.OS9yL^VxH"v}J 騛 'g5:QBC*A:yʥ~^8;>D[P6ɷƦWxKƶ1/zd1`jJugq.A~€Sō'z\C{'JTқyg3a)S۫-[7ttE)s^*pz=Ja\L cљ݀u_\<2M0|WF݂56.fI_HC^9eE!gFS&"NTL&wtnynPՇ 94t}qs7#$t#7o#-E-q-*:RaH t'uYe&, n7z*@g8n&tD7JAŖZnUҷ0zsB~!TJ*@rUhN6Vube-o#VsTU ԆV=4~Z[Uz3l(n\dlk ZʖpN,p@F2}I9xMmZ2H!XBDS%_GmL ^XR6FejD _glUi>ѬQ3+%ATcyE?hK'+'E2AzxquvkyZc@ѭC3˽p\ ZCG|cУ*K߲DKiF/:(ЬR%uM@tFif!:-9,~6?Uqrղ[z_B/͟%Hwáv?J[mlň>8|Iİ i*fZIآ .ʨ.qlj q|6pXNLqzJM 2հHl;>z@ #QOa "؆+әAݎ4!lXhUٳ_ ejvQ?EK;$, kkVg.nuO*"F9#O}"S^pp^/iպi>NV'd8 >Zޢ2>Ǚ- OR6K<}~g87QQg1r` n{ӥF:WZ0n>V)+/VbÞM_i6?>O#gz ʞQߗVqZFco˽KiÌlfj2Mw4Ԥ$\F<(!Ε J3-'t#{8 &3WzZʍ_iu| 'v\V}M@rŠ\N&g9VlMqMeBMlLa574,]Hֳ!.Kcb.>Qڱu%Sfe/|]Tk" y\O{rX ʩΛ`('1drW7*4lM $nk).C!',/vϫg[=E#OioAzTIǖ\s3 oZ#2HV9$t4P:Č: %/%VK5ͅ'3e & Պ;luie*Y24|&䧤~'fn1iT#aDYn!0YVvg 꼕<2$b= fI#YS7o~+O),̚6۴ ^dYa(9\[9+?&Nw[UvnL;B]˄xng@ oFGH| =zki P'*1-QL\XPeMh^@'0ra)Xd̓ YҳrB񐘋~⦔Yn3CqjUH]OGh3Q2h{.4yD{;!jֽ|b0 sX̂v%%K;A:JB3(fs&MǕVXJ,=OzgttE[i'e ,˳79gyE`TU\lɎlj=X_dɄV d$ D$eOf ",{ ]GcXˋ4̨FsIRњ; ]#Eyo$Փߕ (/2BiĒytcLMt6t -9X MB]2|USǐQ!v 2(YY0}L5K UUa_!eMpqK 7ܷ1oق J΅hFVN&E{"ńwZ*<6+LJ{гLT ,cpފ|瓿rqfwL5f;N_7{NǍšwޔ@TN?wƙ)DiP4W;ׇKd[BP]`hoTQxK 9qnǵ B@:RDnXg{ 93qGPW֡1(v6dFd&rb2U!GkM> 2yZAunU1>^/ &mF)k|>b-]WWRG.0`=d*]:ZE4_1~\-Ǯō2G$ٗD^=fI ݧ-yT#I0( ly<Ϙ =Bcq][֑'|3M8bw̹Jٛ%I,5S%(8Z$g BzyF0tHUsNrhk^=ޗla]:C Ej1U"H0#Ml͖ѝ Bd(`As;y P7 z<yhS"Ws2ck Ȏ?v+h͒!y @fZqnijٍ|"V㾢n&-hƪys/bЀ5{VvJZ<7+L5c/>H R qM>FP46*,B&=7? Vx7-@r'TMLWOY.Sw?I}Sc5wFPNy-~fgROrdYtY;>܍# xq\a -3`FdxQVp>/kE1a50?Azb kjsVYoGA鬇-Pw(9PB{-(ṇ+~_ k/ dQ/ fts#Nao D6SWal6ȅ9wNsf<5tqYC*BeN=I= WO)-Ҧ=k[c{lvdC،x7xioKaa2?ɫ5?ψvNsR\ \2_Ű%uC&O+W|l.V !p!`m@~m]!_-Neo|Z/WŦeQ 3ROLa] əe\/9zxu ^}1{.<. Tia]X EeωLM2hyTz8A돌^eXJM?Ð*#>q>*g]Hj$e&\듵+S 9-(oC$r,/7& k ru=yߜ &#\o>iaQj'^+6(xknw9~!4?am6CHLRt:h@6d\ W6l$@뵒%no[P:6ԷlP(h%DD'o-(ߙo1h Y?җDY#>AGa]ւ H4KCYM8@Qc?3/'L5!bBNԉA @ \tkwokJtte93b.q+bP)uN*e)XeSof]<=|xGdp&x߂q Ɇ|%DPJf&k;C~$**z;a&~ *S .YXi5%R~4QOUqrlٌO? Zlܴ :OW5+z|ulo\h-g rءFg&iΟsS\M)_h?|%ԋ"vƣgf ΂ҚniA=6(M%F-(?^EĹ@^cH#yrƛ5aIyiØ}8]i(bU:Z't"QS+7n :IfbGbz^b1PbOzo"'n/pn9tLufvйj1rP[Rsh>֓ I69ǞDwTQKK+ǭ<dž[zT-Sbeһ^ ,饇oX:)v3znrYb otR;1 ~¡%Kt>.;PE@=[EN"g7`'`qK1+yAs|*!FzR, ߕg5R{[OIW\Pϡ{]|FҚi+y'KZIg"/()ۅA= ɔӤgGf"[ɮm;>%3|GrCRJ\dE r!p"nvx\<D3j6M,0~vA4/^G5pְe? U7 xJa&|֡*# x2<866U`c,nU腼ZVohJ\D$bxJ[IK]YW+nS5 wVQ}4ۉ1|RاRa2XhhL{_ˢSή]E->ꯨ T;Bjl-Ds|Y\hG/4]єW 6~`A[ ˞Ѵ ^K9"[Bg;CvPVhbe 䥞l%\-84.&bY#^oqf/9_2D);s`H "SߛViͨđ@)vn?9bFyfFP^V iߜ}4#@H-ZoC1JкG> qc T3 AC>ZG ОO:djڙ;u9/8̠ɲu%y ݰ.^-Lw]R)Nt9.'7>"[ŕ0R8f8J.{4Ody|Qݔ˵ (Y|̅p˂ FQM`xLL0@m$mQG$:REZa)"5yc'8BFק罱Cz7e$~:jV 42``/֓ OSѳ?v-6;`%kwR'k9sg:c?NIXO$ Y>̍G-[QX /Ϯ7B+Ǖg]lX uֿۯ ÏchIe2 yV+;dW3cbc2oiw$ɌDKӨӆ^MR‹6.jD{Enb2kXu UD=߀C2(e?0eyc:׼CD*ٓ\Uoy "^6{{)4p9GI k:fU#S8;C; %Ĩ=1Yb< $=iMIO(eGOE 4! t! .-S N3pYّʅ6jm'DeTz^La`{uv5%F֝rMJbD xxSC(GEXd"B@j)k0@|H?jkŒ9-ZWd+U8x*|k`QK^+;=z,n8h[~($a+ФER0)T<fGaa4' [Ia҄ێ*Rrw)`V+phs8 9NOVṡdDRw`4;oTHR_"~|v5xX ;xNvD_ J_8;Psh:*]7fGOmG-X3d/ROB3PPnWz3^} o.o:|[/;^"!^;&Ɣ5 7z@B.@Dm@}]h?(tw*'O(Hp8m+vE /fFa/X[Ӷ^|6e%zp˓~Vqc@᜙0 לV\ֱ*5msI)r.s`'_WjEXpoRan=U[JM,W91䶒U9B?=kޫiZ  CHi^`s'{Y~eO.1.3{ Qg0WWk:]n Lk+l2#8]TAP@\Ӱ)J .wULD"xY8eє>}b)I3X3k!}ɠ-U;Zfb/8!˿/Qmo{'Z1Pr>`<"Ju9.0tKKt*ךu7MDh08(BcA )f` 1Y)h9qfI\d$]wA N%r4ĚӒӷbTyP,T.xBРt_| hoF=mV[]^ Eqrvh]?cyADǢ8Q3!,T5$<#~IʝmlTa`#? $@Kܔ.8/"D4U--6I¸cߛO3"25B8XaЊ-{ L _߿k|iVǴj0V4d%VqTf8pzGa.ę-G%k9=V :@G`%æ, z2@@?3aAƷ`^&})Զ!⃣gSRJ^GZ\9϶ u}j8k!N⧛Ss~*g*,4鸮(\9q}ZY6dQ*ʼnqoGlSFj/{%a¿=j,[طDۖcm:oޭ.tƀ `d| SН9롩;/3eL֦-(JE=J`1 m0F$ զ:CZ"ZWfb d&Ȱ'1) RZt(d1S?bh[ݒ%q*/e{9 󅉗 6R],_.VuK$a:vhO6>KaQRx/-zJ0?CLIFɹxΎ~h8#H4^0W._S6PiTVDЧ1Nƾ!?94d+%l;4yZjtsc33,㉖GфQpLͫfi8Y\Zg~@pYK=w_S[ AKcrku^EK׃|Tw:|4 fb@h/N%!w갘"k<%_ xd]ojqV1fW!QnA)bbV,+Wl{Xb*7Gya-'%ߊ[\ɜtap7ot)0톈'2츜CQcik$X~jNLL9H`dn 7D:l[%' V7vBr8"x( m-0(.fP8ȐۇӗYЫWQT'܊S9v?J7#aW>ϓܯ u,:0|(piA l]}lmDq]lakVW^u!ҝ 2Π'u|5U6nmsV ^Xwyh%h  <&ZI:JQGT, ԟdBx0],s}#wS!ao!Bxg;f5xz˖EJPr̾TSkNR)9cZf7y'BaBф഼|Y_͵Iv y[K>_y!AsWl90Rŗ?aBO8s,Y,N`iULZ]''{oUCi+i"aoF*Ś?'}O*5rV`J ~i5aa*F$_LD*V_M9\` R]G[g/9@Vό Pvǥ]H7(ڷʁczؗAxUpn3zeciװ#aRה94?ױn6Lbbd7vE^k4;dDJ"?]D`LT^{|q{[>Őۚ72:CE8-!WU˧> 9U9")OiC͓1ErB= t[a3lE=*A yzIpK•*|A%LL4J'ǃ,iwO*35+葷IZ 0v]IW>z7xԄ㻱B>6N0h>WW/Wy TMu=jl+1_{Th7z Rvq'sj) yY]*p3W/'~Cf#))bed>"@dSE)~r?w(&J u{=w 9Ac _Ah.$ _$ReÈ`?nSXUs^V\EZ.ܷ%1-S^pL \ѧW?MHD<H#_B;SSTh;z}H~l9tNnsρ ϶ra Tz{4RCrEIAmoS/r-Y㰲[ RZخK|4qw LbMDWofijv5옃G71t{?YLҰaJzIۦX^DV!6:ctKF!N˰cDtW]xd?>k'd#pssxlU7$`G֮p^Q_eȰ6X T5r(UhE綃hgeEB_86_--XjA&!O=uUSt.1iTPɾNYɭ}[ӺUh="F#9f#NWNݶ+)0h(b\K":R63 7vPn ;9_DCBבW \3xԯY~iymXOh?̘?.DA|Ds_Ƨ{YmZfj}B&TL ![/IɶbA5S_Ħ|X7-'²(5/˱=ŊQy4-x?@^ W/G"1ŦALsgC?۠jn:aifwX(K,qݟ@ mDTnN_]du-bư1ߙ*ԕfy萟N QZl<=G8ďw78:zLy "wQ7#~v9exr.gH=Eo2 IF ?K.D$hg&ApoXSBߨS;34[DS /CDV!m\$q6ȯ{n$dWDI#ss*f9n{g~qlqK~ spIHCS9Af,%"د8 ~jFĢiKOor_m6OCMx>&e:*X_NM<^\ 2Kyk|~>4ZtECJ&_qPű!9ۅc:I:7=1 %~{ [Xw:{?21]/1Q*Ͱb__ȇJd?whQ?-PuA=yš3pbKUwQے:Eэ9bֳkV87eTY]A_~S{mN13d}-J(`HI~Ҁ¾N組{L w7)'yH!'L?XjUոx*EhKrϝy2eT40y@wc%DʗYk验wXstKos^.?ue WJ )~Þ~ue!7Ȏnd8<- K̄"Sekg#+iHߙZ `7. Mѱp3/̣ϊS̀BX<^Hsd z z OŭS'`x+<ֳ%䯷 =e$zZ>fӕ=xڏڰI|}fMhSy7V.1I-OPY`` +ΚO"q75 ΒyjADJ|CV$oGloy9{eoΖHo<5g_boUIowXe6ᲺS{(;O@9<@̇$x E٠򾫽VX*.vS3\O8bC/b)vuce{s9~^z>u-@`'8f/p\!!].٫1Kyd'NO*|QHdJ8}IBc^5t\hI3ƴ{t{>yo{mxQe3vr?>Giq0 * m^(lrꬓU6 h;!^F+'uS|N$;T{o j#ʷr >5W"JxKt%xv19JW;gN:L_ib<sh%wfכmV$e6A 8>MʽTX᫖?3c׋K\nmUFhæ ,H 8 pnzyxg(CFvxv֩N֢ӋV0jG.w&l{G458H0AƸA<-%6*0ӳ,!,ޔ7wXteL$퍤yRWM/,qUNm< K8<#uRYOkdKR0Z5dloL^Pu. ڑH"0م"V'rX_ ]yr} Z N7\p͔ueڶIoFڗܷvD+he]̷LH pgI;k4Uh}'q zZ^S4藭ZL#B}aA;&t@aZJ.̊)ƭ >/ k4-1!?+\]NޛxuSd[F'XcBR2a#QpM0ՕHthM`:.]5xK٨`-$7E=f\U,?yTviE"|Kq}3g$zX?)PΪ[ڽ`,@=1NdfwW8:44rUWT^5PyFT* (1FxezF#'B@0;KiYlݾN>J^x^Ϣ+esY7?ohTO cu@n/ 3U%mƅ a}opG33N*UUM]I9?xEtkYi!sx`j$S\,M(,~\LI7bƈWILZL?b ={ :W*k= 3SR6Vrn=*p. =CG1/w (81:E:9K)~z93LwHt>VV7C0ERrFGNeyD32\*ؓmp qTDAkS]j4b˹Aur~6ndf|Qinu;%𰮳hUBF? G 15fcP@4O*ʶ5dYSO.*? {\S\->+Ut-^O#R1 (Ö8JK="/,;:xUЉqK Nj:TZ o+m8u(+c+yK)&j>+(vij YZ