python2-dbus-python-devel-1.2.4-lp152.6.7 >  A ^#/=„HSNl慭%4m:X_ lyD*꛵hD,0\WP28icš_rQ-ͦ'q^T2y͉WӼ { -~'5E ݢqG?_k=)9vF-#Dm9*fk.װX}8иH\'hx]iTvRfu=No[ U&ɲ4j0ebTA=Oj%Ժ9#ă_03b728887450546058e8a8fb32c8c73defeb34f3a8df2d49a894f25f455bab07923af5fc6ec00c308d4e0e4ad8d9f42cc6867a6fd^#/=„q,??9^$ϋXj Z}7J2CٕJ!М6]xZQr6vܳ6>+efQi.Vʌ#4^ q;P{u0R]ҋ*RX=X@t7㤏%MZT-lPc檉=O٥D|$ ucU#yFƕ(}s"h J12|"ܹV#Ru=&>p#D"(seF'RuHpA-?-d" , [  *G~       (      U     (8 9 : B(sF(G( H) I)4 X)DY)\Z)[)\) ]) ^*b+7c+d,Ie,Nf,Ql,Su,h v,w- x-8 y-lz-x----Cpython2-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-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@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-python-develdbus-1-python2-develpython-dbus-python-develcloud114 1589650337 1.2.41.2.41.2.41.2.4-lp152.6.71.2.4-lp152.6.71.2.4-lp152.6.71.2.41.2.41.2.4-lp152.6.7dbus-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.2/standard/7e6b427484ff6aa334d0a6ac0a81d117-python-dbus-pythoncpioxz5x86_64-suse-linuxpkgconfig filedirectoryXML 1.0 document, ASCII textPython script, ASCII text executableASCII textPRR_穷*B[utf-8c96b44eb9775606cd0589f7ab801d85f912b5f3b749452ff5a253806b01e221c?7zXZ !t//Y] cr$x#+Pg5<Lj奄%$ft $Zg|vVQϲ0lVBMAN$ѡJڼՆzJ=:A FdnD<;WlM/Seßxܲ,b5j#S}SUe0ӕ]v&Yǟ!Mp)y+Y V#ꯓ姅uH*Y{dr+W X㇣>љskd_b? LIdn"͆f8GF]"e1 Pg47Aƨ?d yD\~Rotl1B' 95og.q+8Mbʬ)l8+8a9YR4AZ~.á'9sێg},/*t9 m)m1WىtV}WUZObe?OH|t:^8Yaֆs2b8ȕo֌td<p9Iy<Ǟ5 a1'.*^$ d6NmU"=!E84K+見dmAk"z-A2^1 ]C˛X+V~FНgA4/iI+&lnG\g0+K:SH yzG@lshoC g4z _:Jy6Rv`Drhn\-P_7c$6-I~Q;W6Ĉ@~1UeGu)!@:^;&m{~*x,WkC?ncnD ]~J8BѴuf ʮSBVEFCb=seh/V6ɕhɍKy[ScƑ՚kEy ˡJK|CdeJoPE 9o?­4%^=K>8"g۩+ʹquB\0wGd濾8ni\E9a>R=9F%x*`gܬ)T/y&lLFCDg6 GOR[&,w ΩM^8t;Tw1 >ӖEQ]cwcljaA-PQ1aH̟Sڰ>(Z\2aCq \3Tu=UÏ65ɽ9~&?dcz!QWkM{:wٴ[@rBzGvxiS?"LxA-}j a.C,=eJvՉ}AJ'=N2TQcdAr6!$JXG6>o.cLR{cH.6Hu(ǰ!x6bJ`J)puKGĿa&~ 3hp:wc:zU#jjCH}6/pS%,lzPy)eܞr1$)'Ætlhaerd%_^DM!lMvMU=\ϊ~-" s9~h̶8о\[O.r;я͌=-!@U%[$l-0 `2hȏ[XZp0L؛UbFh ,wॸy!IOvԔ'Lp,|A#Udh8wΝMS$:9APL7i9Œe,\vqӏȹ&D(~:H6aͬ#UsS)v1ƐBYa㩟,$(NL]aXD[0A^B{~4iUGd]?s獽ʑ,++ /7Rq즯y|}wYX>G MA:|NXtf:w!NفHZiI޸ ˇNxc]@DMP0U_'8>qy^pi%ի$W"@x\}aKaNS޺b;z C{ C[ն`RsY= (ʒ=G)njb,X#H>C9EǚQzTHwmoZpu?ahF$˝Ȣַ4հâLAoro׻cA5WeU"XXuͬ{M#d_/2 fByi:ʴ= &CIl?swJ+J$C JGF=kѸMJ(o$Jb*ZBЎ B9?-L68QInFK >΋߀Injy<AO6{\9#O rus,{k?P"  ,FU,! Ɇ5>hwj>8}bt냾ѧd|M  20{>rRmHdJ3IBׄ #}{;k c =O\ti^)\ "Ҧ:=[1W(="Fh^H\ۣjad+[ϹEef4VDg<ר~,FWX|~C؈rMarTR/E:zkH j* 9j\8t[CΈ{]+ߺX3|11wMqQz<:*BI a$3*Lu}4)鹤wfror 0G`@kRjRym q /2o b%UEL-)+!BUNv2 ʋs:竇 X%u(^r fE>G|o}lhYxP;7՜:5ƚnHp" Ւʣ>@B*T ]_^t.M6y3nMS>YIx6 ZKCLR)oKLI UL/s(?E> -Yd+T22\X1#˸jUКg-U~Ax-uq!IX 9#K ]06MYRRO[m\-d0"!&Lzi0Kq& ]-H: V%sw0EmAziӯ$}IomxZ%[h2Qaoy禅\>w~%Åp[;+\$Cf';)؊7F z`eJ9IXٽEa`dU,r;9 ;Mr|{kKX5YO1[,OxW֮\?˥^\&JЖvj%ZIsYb$LpFw2C푹r^,v4Aޱ!E i&0PǎB(EoUW 2ZKNoA$¹ɭ6%ENdayܔ/ {he 4E2tÿ+OUIsyX˲P\!wqᴳ5_լ,z4D+5/y4pFqh#-^w6yYQzǣk e_^КAP?Fr׹=+l.k0²콟Zx1^Taa9=CQjQS{q1p#CD#pD|=o6g9Q_eao`ڐN`B0Gg$Iqk]g︅XI 2|@ccz/)07 :JdP;"ܯR-D$G8-qʐbapX;[[yXpkzwSSa"}5Vaz/q8a0{Lr8n@d%u"Oz k`CNq;W/ƌ!}fH|Xvr~6QGSU18&V64 80C!kEMUGםBz6\XQ& >b-]=~RtBA#샰 lKΥABz}`f$ 3 Sn֚I6 )MuLnpwIY@9f+[#C/Q!=Űg-&፼6QYt oAV|dy*OK[6*X7kI bѮmd^6ޏԤUӡ0W4kr?v\ɋk`v1<'* ˤ!\f±ywgNMԖạ%5}6!{vXƓ{;218:DZK`S-s+^}Rl.-;܍2lPtayEa^\qK-IQ76UD(KI^}Vu1>Wx/Sôoo:o߽ ?֋rayEd]QzaδtIӟw)ÜNQV e}8c5Z'/iW.2Z!EŴ}^q i95XxT8Xsb!Nː˷T%"0ˆj_ȋ c yMhM&mj5KIV=I8 \ob-4~/ 3ޱ5ĸ]ZjZƏI9c/xv0_.S9G!|ɑbg-{vf@K"Uw:[EdKTM/XsULEY U>wԷs6U';AN}NOHRj(2 n@z,JvJ1(0~{@oާE~P~ u'pތOC[@!pʘR#ښжe*AO331%'AX)iv`4x|L$ >'c]n`dvTO;mtyc&cjkn=V!ީI:tz:{;$ %[dAL]겧Bm\M\<wc~72B1,rw2xYA,@JC]#؀4ƚm7teqd*R mRDE&2\dhYTBCoPq3rQ[pɶrf$76h4*cgͲyW+>GEculGMۜn-m!3yEDBT {5 e5ZKy<[ + 1])uv_Xtwz3ɗ*\ZTF7^$FaAzh* ?\=Sf2~?}t/L'pܹC.zwE{"hZE)heH3@w3> "#lq$pE*BsoaIޚ*}@wP UM)be1)r==Z&)5H(oOǕtnxxHs!B1s"*줇%;fg@O_JđwCxۜ/cR+3žOa8qjUw> !Du+:d'//xzⴳS(|:H6L[ 7?0ijDxlBR~_ |#" mfm-}-3ǂ;sc=G80|fQ]ʼn44d/BBؙL2oךc5ZV֔ZzFa1*r-ZuDC <'^mƼUؑ\S@$n5Z3 c?1=C!15NPH}e MKV3[a|+ }ispZy#(q'6?׷dj Dp]Kh)8ZJI~/$2 QgS!(ܱi,!uURJot~n cI7BKӆ|]wk~O #4Ncp.m4ɤ?Wgno赍2s" +»383/k;C._ `B 9E;z0u(`qE@eFHS?mJ kshe:ۀ+!m,azx ݱL%B+I륦07ՓITBa!P뚮far!-4yR;ɯ[C"kESU$llCj@3Wz}[ ߬G8-2\Q59aWDb"qq?Eup HWEU :ݑ z|9}ߜ[QCo88%v d"XjRuA@Z쫨<6N`LUf uJQ4.E6oR!?%Y$䌡hQ ۇeLS_F%Kr{c1!wkHǿxyVV  [(iS$l) d~ ^؉ n@2$3,"}l.IOC)fyjJDtnt{y5Xlu.̹|0b\GAЎ#Ar^FNadE* ȈV9W͊<,9ทŒn! ؏[pk4a!XqM|m% סf9Ph 8 mQI)٬L,9eڵuP6J͡']`k܇` }92HIU70}dA>,1%Fކjk}<6ͫ,?N%!py-sExpS(ͣR&b1-ӫwMYi} 묜q(ý9SQa:xU'"!K#NI?'Nw4E566TTXʋ-/^/[L'R ?HS"' 4Sk?=5$G }tejY p N,%c1)}[ZLp8d((Z6R@hPz0I2d:Wf^G-n٘qu{`'i?;ڃoG!.JC7.>pk8"1m5E E ^™,؜o!*.gnoA[ r@$X< ?$@Gt_sLp;̳ HMpb1cK,#w/Hƙ6:.XQm;˨V= (cd}uȇ:Ǖ _$O^fVdwW%ѫuIb̳Zdg6XZ8pf%J(_lO47].p:dAY$kݧs"xc u5 ŲȔMpQYݜ}.@Ǒ71n1g|_rS&Ryr,eQ>F:_4 Ϡv3lg$/Qٸ&9՝PizI#/cz xҦ=MM FˡJHen;;05p]l t56ƹXˠ99@\ӨbZE.rIvW%VE8k9ҵ{B#! ̀44 Ûd|4Zv`^ˋqEߠ`rRvW|Ԉソ< ֗A-v娼3&w g:s53p,eWi=7|.)-GrB2 t cD 5?pw6-~#;X3r? ֓6|0a07ZT ; 5qlLZJ Su{f;j,c`߳$ &[1!v 'Ћm%#%i+lr#E $)wmCF`rj^S&4l+R=Ɇ#|]_spkKă.y|slBW!/QaP<:2XFg4~ʔM瓾/rU2$ϚN? j6 uY z{Y{ӱ _=|s&4̲E:`#Y&ܯA)\@3z}K-9gqדbJX=s:Trۢ12T/ >Ł0KMa{ 8hˁCX!uV>Vv@m5}DAA" _;]՞;fPD麋7ʒvS^ṩE\ y wu +ޔr$FOhϔМ%07<3(LgCk- `(z*Ŷ7h7 p'Q8$S|>sWgG$XⒷtȋ/5}\ "ܫ)IߥtX/?.,XٯR% R+a'x=2&ƁfhNr)iΦc-^KaRi)\{vřG^a[C d4ȧ:V5dE^5c6K̓"|na;!Ė Я@Fj$-K(̾ Tpd1po~_M>${k,x@3.d CcR\>RqdEwj?{!x{!Y';q?`m-W|gbX[BzwQdf 8iAR w53%̼àkt Li=?ԢzpXt ͮbW;:J:_I9+}jaS=aE8kGfhP%|X\ިjcT `v/v;(F7Dں߷ [<>iFdDk7ռ^ǝq '-W:;z;j" <]9?j5*qڤQ6t㱾vR%vIg0devtQQ nmb%/@ Gp,8Jq^Vʔy:39сJЀy1YOkKV 2IGo,xuU*$,aMY_2^Q9b: 6; =wSFfN댣p<ͧHB74{yTOr:SDCЋ0aI&0xt5x20zh5(Yq(4YӼO+2uzC2[E.!Bᚭӕ+ZeS.xڝ^ӾvגBj>w^|M6fElpz~Rb fS֑doˆCy3Two!Le} T#޸‰`."X:poam瀛]M8J}Qg.m[j'qp 6[tT *v#wσD(үu9u]n9#WY_1{%+o΅A/;%J~R`$HwƏZ.L@gcB|% (~G,A߲

{W@3cQD StTcvu 'cDAXm] L CB⨖Am& Ηmue @l0k'j}*d8ܜ#@ƝJ36O.({7 Cz[Ce+CJdj S0M[ɝ^kryw0F!\zĺ$Xo[pW]sNσB,băl?A♆8g,q|k;* oOUXY 3Np ]5D(O@baf8k^'eqWbe-n[T w(6΢h@oL,Kkm=Yay#Ώc|lu;_[d$`璵CxpgȰ!K<b>] P׏|ͼ(G9B vyM).L~h ܓeo0&x Zdp1;s)Gł5t}OVd!RdM`zOoD1Am%`?T6kX~g\\ɥt{䥯AGhA?sl}nejsECnAӐ.pF0uJ݅̑j/-Ǡy]"/"Cj{5[vǪi?Pkd&5 _VXGWW%;P?liQ!z[$RռG5ȥ?}x?2a*M Ϣ+.Jeo,*U=B@Rn^>e*% 0In6Gᘑ)~i#=йy^`G׽8L|RjjKٝK.(Gx@nG\@=¹&B *f#ڣ%1JVʯ`Rif fuԮschKq\P>[cVgqņƇ{$Cpjms 1vT +ʪk]YR8 @60Y| l0;%)C )+)9u F^\bWT{J/`Kc+@m`)Z5G#4=ȶޕOxPGkp ʂ4|?5_b6bTu>b.7O KϒQL1H\V1!fd""9w ?j0웖 16"`!H$l A5Pcn\lb?I$znCyUWn|6sِn;Mv0l͛FMFC!7e6sV{y[/TbOwY݂#CҜkl`֘GѫUQ*T=*F¤F k(ܷ7V\݂p:rt͒Xͳ`&ՎrX־ygi(}$4@!Q}6 US J:u%0U5I1ʆ3<.lH_qɃBnI4/rc$Htv9Y+TTII 9ֹ8V?Zbhy46|B0VC$P{]Onj%( ܾ@-{QbL<$ymP#.?͑ R6|$F&N Z7`9S"kYOM2OOmIwsc&7dbd0_ƏLZ4_^/_Y]L+waR]'[$tszOciMr\oн 1&hєNLi"cvds -cŞ[5KޔMh?F@X+S|d ks51<8wk5~GCg[=TCdp_PR abI*o˽~٠G[ʙ$a7xu,i[BK0K۝l Nc/m^,u!~_h zߟ cG|8vuRTgRap]|c+!$߻cիf\{'&p'Ga](rݻ4=PA—U@ XslvST qz_E;$򯺧VW7=}@Y"5~G7- Q'[˕ga@kBǤH,SȎWl}%Z]&^Ld+.:Q<iQw 4ߌM`ILJXS3MIl̔~s /gN]fy.#,+jO-. qBN-e_XՑ""eh8!c2FF"ai.Im)Vm ,Oa*>ߓNQ?l"J^=O V^`-}O άQƙ.p|O>:X9?jw^w?l:ϺK4!@7]tcff t ш':o2hߴY$i5joeyW Ϝ U*ѹi~!72S`^$Œ&?5s,Nbͻ>~ENS8ݵNŊ6G.VT>xnxÐ{r^wBaO@8*d$T@\?*# v<Ҫo䠁.$B: u]AsziPʼn77|+zmd,)SR4+ Hz?g.֓|ո4=LTq?lF-&bq;ao=bxc4 v3Gz}"_@;_m=\ppAeAg_*sOֵq҈Av1g n`6PZ EKsct։XO. CTu-~ 8 ?"^n+rP0 DtG'_ ﷠bF?LkGMj@yb5]i zUy߄ƈu}'뵠u9-'%9Ƚ?58U%˫o躿Ed WH-lM-ApD㡩0M4>-賫u \b:92]§xxnlOIm 9g.rk$[ ^s1@.Yь\c>'yvcb{c-c Cy:ԍ=-~տ ui?#wGs1:q/ a!:Yy/ZQ1SEo2^앁&AcuNiܤDuOo(FUܬym;% *i1d+j$Jd_Ra9nB