python3-dbus-python-devel-1.2.4-lp152.6.7 >  A ^#/=„0j|D&iAx,{I-yu4[\@9Q'N*Y}CV_"% {F*hx WlyI'B=oȭ(cPP` b:9K^9J[3N25 ް=2pN qf]dJ]zջQxd@ͽQ(~ פuI%2Uy3374c558a90ca99e9bb5546ee21778236db5e0e4ef92dd698aa0c969980a9b5a66d84b6ea69db321c194b883e8a2556ddc4f150c^#/=„Wiw<;l}BN-B)T|@ =[&h\Cb^Q%G5YH; t |rqա9kjkm!SDU̷}7gP*j&]L ? Z=|dH @|GYB™{vhc}o[pwgճ)1Su߉  ӳ&0u/v.#ˡ[nR\dR8qq4"ˏ{$oRu<3Y|eV1d.$[/>pA-L?-<d" , [  *G~       (      U  d  p (8 9 : B(CF(XG(l H( I( X(Y(Z) [)$\), ])` ^*b*c+Dd+e+f+l+u+ v,w,h x, y,z,,,,-8Cpython3-dbus-python-devel1.2.4lp152.6.7Python 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.^#cloud114&openSUSE Leap 15.2openSUSEMIThttps://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-lp152.6.7.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@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.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.dbus-1-python3-develcloud114 1589650337 1.2.41.2.41.2.4-lp152.6.71.2.4-lp152.6.71.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.2/standard/7e6b427484ff6aa334d0a6ac0a81d117-python-dbus-pythoncpioxz5x86_64-suse-linuxpkgconfig filedirectoryXML 1.0 document, ASCII textPython script, ASCII text executableASCII textPRR_穷*B[utf-84a15aa4a524db40d3ccee6ac962c5d0f0792f2043b332b7e59e8e3ca5fdf3717?7zXZ !t//X] cr$x#+Pg5<Lj奄%$ft $Zg|vVQϲ0lV!H {~CC&D4*񨞭y h2V R ,4GK 8S&xf`eXsHtTup4sw3[I/]vsP*2i*,DW/*wkw3Qn"QoŸ[SGg9ÅITtrb=-Ц[8j-#M@ʻȼ>o~5)(B+?XӨqt-È)4CT4LVK({hHgD%JajWE!QDa {~=1x/=@ZZmqWri Nj)&Qap7G=5\1&$2q3"Շ{Q{dd&D[Gtu֐8;v[k ˟/Jp?ՖfJ+ f!V]pluu-Pkvό#g"≍rN^9/,r96H=IA_vJg|1,W¢~'[q„B (! Zgdm?pbU;-WjՠulEFpnnCEpdڼg;47f+!P"6yI;-wN:uU= V 5uhkdD}g*)[4 %3|Od鸝sb?_xޱ[^PhdQTe!h%v XO$4FOQkP)zpXtՔ͖h{cD25J֧ﲩ@d@wL#Zovq\L̝:|[ 5ݭJ~>˕P xT0͜MKA\$ Dc9&>bhwx,ӗuy/tܧHVQ KrBmmk޴D:=AoPG>uoY ecTuj+Σk#Zg`>eO7K엑\󩑦\ ,4)CRбвO GjzmDŽCA-s?mi^?en19t[ -SmR#$3<i^??wh!6"#6}hҗt+)CII f3%GʪA8@YU:ċ3{ӈD|n.m2}Gav+H$ &2A"%v/G_eCfd9.y읔0.pz%pk:˗*\#(uyjl"1$!w/?=>#"*W(4?rn᜗+NEv;~atVkP&>$}_ۤ;,WƔ]LYӌ)mUnX &.$Ԃ,kK%E_L&ƞ%fLexm3^8!Q"kz}t ᪺O C5x^>Wb>Q% ΅Ltw>=¾4EL h?2Z SA1Xܭ3@{48 |h#c=2%%khn}]9_w;mcnżʖ  EA0+?HXCQ2߉ƷXlfz1K07*AF2TBqspeSNH=Lm՘cB _yjF6FO*D{(̧ͳ=1E.ڦ&{HwY>qF*:Jp|iUH̊d2&BjExzGUL3y}>s~!b{gB#)Bm6Yz"d>AE)H'<#cE )?ٔȹ`Gп @91/T prm5cAԬ2Ϛ PX:[*D@{(@\u`muU#K]g#Zw-c[&}.M !ՃfxlG6KWߔ}h1NF8{ }Ŕ!3m+'<}.#SSAԌȔ`R{5Y/@.J@&Q_RKPkK1RCx 7 o4MM/ref#ԍ7%FP_~hkx[4KxDD)#& p X $d QGc? emyG2nA7M2Oiz7=%m=U9~X3(BFDK°NL w4?>'FG}g!f G`S%EMr"n'k9E4@zf/QGzڮLTA\Y)?*wRg"LY@D(7ghmA/8~9mĄ` &Ge옮=_ظ)/U n 41DR5y+ݡH3$ С5Ld K@Au@̴ZIL/qܧ SF rܻtި98wLbُԎrߔ JѦHq̓gҡ5Ƥ3'׵*㍴y> {q8L~Έ(6XHd;lHB#DUW5!(' \(KߚxTBȲfAǛ+ $a͔]1Br :n. 20la3A!z QGzWMεYKjV)8T!Uav&Q}{*"Auiȵ( !箻3;?|Hl詅'i¢amF6 e>U?Vi󷬐oN2f^^'{q&bDgy*xBRzHJЦt5'bd Y)/7ADOKb&o6S7ݲ= ʈ[s2 Jy,1zAy{PᲛ=E )ұ*Ī V-1Cڙ=$ E#XB$X&T0k(Q!="LVDNY|Ob=h}cuK]MgjtdrwM@u-z%QB-.}$qA{sj"fS`d{cS،g9@{w*+3V^&)>+ٳV9 #R?dBV0W.ڈpkjgKr'>3+azNv6gCn8R_eP6qA:HAj؅(i0h ><ڷTl>՞F#+zg7  >b\N#[;E..6F挳p*9B xԴz5795}5o-N~AY! ߽.b4 r+ͷYJN]oKB6`UM+x[JS6tx̞T%}}-a£QI\809=:X܎)q"T Kv3!E103;@!ȫ;vJN[m4j^,M<,A{,~7/SK^*vY·8Ԥ5~7qPz Ďuѭr 'b_H3 aV4$w`.󓢛|w|ÂjXF"NQBsnsfEާv q?jJˬXgr\5䶦 o|4YĴǓ [,C%[/IGl<͔qbGktFO%9g`BHLl8pX;^ȯVF$m1MS30'OCLc-m J7ybI9Ukѫq+M`ڋ/g򱶺4ͥkb|l"hIOpɗ2~O>t4²ˀv #N6"޹")<nLA[8d(X9jvսaBZܠyN~zxtu)N}Jkt!C}"pGgt6 (3w>W>GPЫlfI]F^5}x3RS!GjiN;F1lcWb` NlJ8unScz^͆YnaѵjoLIIw֕F2Ac; T Y–oF}p+K~ӠkَwJ, `Ʋ_g'.$Լ\ l2V1V=<3VS#d+g 9@%-:0pi~:)kG,r7@t8tÂwR \E͋h~%;=q)%x&IsBL'|6Bq[?795/Ns^Cc/Q?~w$w9'Xv)˪Xw.gHذ[ӴwlYƵժ.NME|7*v&xY90 /F{uR ʌlq'dwHn8C-J \6<9ũ3+Y6b5SzN4i7œ2DŽ*j!A ClKWzLZ2J(‌DQv&lHd-54|hlr:`k1g3q䍷 a9NfJ|] UJ 2om瀖[YnR)2s],``<4[T $-!r>!$Re0pܝl2w-_VykJNg|֟*u2r$1VRr|}Ym-덏ҜŽç{ɷ·ptQ@$ ]Zi9D*҉`t Wh-zsq+zCр/Sҡ-@ue<[A]CHħVT0>Դ.$jMnە~M!5~HìP ioQ%y$,[]:+CNAu ~NxQrb@Ql.Al]%4vTlbwjlcu{}91`~jA9L=%͆&\X}T2 <Q +aIn( 1C3nlz=H ɢ<[Q)k { a±[jEHy{/{7Pn&, QӶLW}cM8FYλI ^TezU \cp4?ѿzP4sͲ}Qi*MH‡iD֕؉Fs,ny~r1ͳ+y'٧;[v ֹ P}ڑ @RFnA%[|KZ e8NL&~d,4Aw9s QJD^58i({-v5#sn$fPfp9 3[ighVA!Qa]\MyVAC։-ۼCB~)اl4>2l`grsA&`ɽѾ1{DG3G2 & 5ɼZmđ=O }(UqDe6@Mu`  @k!ǘmOfz^ucM$4E+e~Yl 8zkY>2 ?LN`~]#5v:u; "O"d'™Lwe,븶} 0k+F4ox==gB?w^w'#$E8ΔRD}Eӂ&q^=t>DWObOn~<:VAwi;"(~ݎ< wY1"l/rkYʙuGpƜ/>pt<%|%6z]պ }\-lb}!"i7agJkn 7׵Tw>}]{cj$Invl@~mY`O|^}\"%2;jCK,9%ݕ|&JsE!HafDyTI*{4{ /U5R0ϬX(lp6].:1*ieS\!"P2?Kx<5!}r~/un_Db.;vf5%0n/RTUJ|X$8_k%m?V;q?WkǀFr=s|dօ>7+@Kk#r1& >l F=+Sey>Nt) sį3ZS [Z+2-*ȗSN}ṛV2oĥ}X;N<7>K@*,`݂KU?P/Zd ܴy/ևB҈SΡt=3 {7L'!׽i apo?:뙦حz,ASYtO&bKN;vVO .[N;;P {G8~>AfdL&' 﫠3jjpgI:JC{^Ϟ2e4TPqI[L@6UçOq`4+G΄pl%._=+u^פU]h)_-+,,k`O9?A%$_Jd.&o)$́xIuBˡo^y9F|ߞBdjke]ʄcl}'*o\4e^Ĺc#f*+6e1+IN; 79?r^ŵ7Yy `E9K12oGݬH)?cRH*퇚?Ѯؓ}V#jt62;k Qd1G< _J c 81=^'΂^ee@ŧD8σш/~:iKa1LQ\Q(xV,*:`wOwtS]&9~$JAxI/^kbC ڴuMxǝ`Ü7{7 _1 7&.#nX Pc)`1-uǒsO)d&Yc#E:̓l&=d0ܒjsb ŸRnQz&s"u|nLXuPO5<ƉMHY~Q`NI&9mlт!F =QDV: dȁU}Чovއ"pa3?$c3V1^0}8BԸ:KT[[qRn"~WE&u%,Q[m/?Yz<9fmBdNMKeZ5@'U1Z+$p3wgЂפ|w8^*TSX'.$p։hVIJ<#v4~։km`yʼi{~q7b P-HM7Xj^86 /a0),y@85 |{Gjw}5fɺ; C(e6|:txCM|HQ`-u#[5PՔ3P%DﴴB'4sMl,BB—7졶g6(ft;YZ Ȟ Q>.=GUgT J-.VTIK vGVg ig̡; .L+.H*& ;.:Z(Mß.Œ TVf"5nӖn%r\l[ŶH 7-;~R U%Գy?ҚxC1^BO`̢ D96`IfDS=:I+oȔ(#聱ds 2wDr"nߐQǎB]bxfp|T?#/yvGaϷwktz=#^-_ ,-|[dk~"l ; 4 a~<J<J8)Fj[GEߺęDN?j4[Fҕ)٥cx8p0q\lnoc ɣ} Zowu2t(aHޒ\_ 5Ub.ؑ ]ϯ/MiFl| f5]ؓ"U툛oigM6O y Ge(hcI؀Hsn TPyKmPJlU/^m$!%+{7Az_S` #l<"񫎀o?ZC'O< yQ6EqSn6ۘxee3Rr OǰgeRH^PE%0jn{ 6ݧCmG\/iӢM:1ݠ_e\{EiZLBLmE&enx(I hHV4Npm(hW!!{d_33D,w83]+(%ߖ/(Kq-q$/<ܛE(fcݒ;L |,-'s2s<.Sl|{ko$k4wm%F]psYOX;LD_sr7jr&'6SU$7~zs}8xoق"Hlg,{XytKȪOF~R7 u8D6u"rd YgDd*xf JSH %0G@ѺJaTcy.]z;s.&$qWҮ̼P5-nQcޮ7>fdg%f $TZ-^BYAg(mݍ#48z2ﰢ_{݇$W#Gt7)Ul^5rMXľ IPY5Ɔ"KZ#\H|x7W |.Db*úg?óg7OO÷M1Ϝ~&dY R*(HT\.:$(5"^KQL~IsDr~a# cBµ&;Xq}stgܔE 7 R z$^A& "60>Э 9R 뗜ˌ^@T5N4QJv:}rp:ǩ}Κ?ꟶ cbӕ ɕΥ` v0ɸƌK qƀ$!Хǜ /M"ϓ\+4V6p2;YH\3v!jРSH{ew-D^3G7ýkW@\0xAa7HZ]) T9n(Y0>="/qv_汄~^6l߲ŪfWV*N_ 2enwtO\:nHB}I5A+\eT3ȢkݷjElG +s z\8*tNPaE*Fz>F'WXX)IE][9ʞٟ^avx\#!?{  Ba{Hָ~kwA ! Tp fG}s%?8\<fkVG.W;t)iř” dk.*sיg WF-#pr/źQu3i ōЩ#Oakꅦ2ixc>Ao{A׋D}]oepB@}ǩj$mA${lf{,r~$*}5+Q^}yo.jAh { Y0?i^z D#ts@"]MNM){_gd_l3Unh’ U0~!֛˹ZCgH?ۍ-.@W,:ԧ@y,%<(D "P2(0r#ʙٖR$ [pD )k !FkQPӰ;DQ䏨Z͔R*m)qL`՟A7pgԜ:/ |#fufT\z Q>EzwHC}Rb\P ;Yw/e[&4vS##R+Ekm:\ FWkX&RBv4p]<#5!"-D1"<56@LKM QͰf֏}Te5\k1, ~k@[bt2D ^φfU6`ȳE\FF ugcAmwȤUP O֕TJ>D*EF(/fyr}a_; }vgEoٗpS\V;IM [$\8=bqr:W `a+s#Nv?r$y0iV!%RДkqP?"܃:+B~F=/Ȫ IJۛ%]G<>1)M[*kn)X=9 MB6S'' Ԗ9;f=~P_] ,sa8sD4m*I isAn񢁆6m@[pTϣolߩ l1"-ȗCn窗|ǾWT9.ra7t>LَTcN?-/AhH/Bw~IⰷPahci0GaΦa0ӛ:a[[`N#GIr֒ s^W;vfx"*j60-|$,L@n!CƩ!kI.'CL\ 2nޱDgchA"~`@Hb+H]VOAv~W"Zk)i<'g:GjaO^C Q9bf]xih]I5]RT=ӶURj]2F ު @50)s!Z9'T6SEa㘉˷{—䅬Uy~XF$!g,b~-W<>r77 +1'ؗp!=ȩ9t0?)S+5m8^u%3QiM;DzN*\cȖ?O`ؑU :zRd'dQ){6-?WK^y"2usvy_bDL&!Jz yOoA/$ΔNMc6lgՌ`ؙqAB;kpG)_3ANA٭i# E'wz pɣ@RufWح[DQq|8j5|.;D{$_;X6Q~9fgÁΞ5Gu dfH&WmvQ_.5CQqg*pΝ)@/4YQ|zdڅb Q@fVWdØ~nȭ?yJy4pKE 铌AԌT+IdA5,uo0 Wz -Ha/Y$][Q݃?P>dEY`=Ƹ')^LGJ+}Ziž>'葈F&5͆uhPHdBd " \C,^g r[<5Rb D, qH>T;<6s wQ:T2Q wwٛ&A"mg;/ m)zmYB'ؗFmL,AIto#*YmkDuz|ّE@aKi,92أ?|&#K"ᬉ\ P ?<!*TzWY6 4*i|C