python3-gobject-Gdk-3.34.0-2.27 >  A ^p9|YI495B1l.Њco$y{F??ѿfPEӄWtg,( [P}$8 xqgJ霬zg"~(^<{nލ;S;zʆWOjlu̲|^S=oLt#c?+cZu;e{oNvپR|zC-I& W-Ӎѐbpټw@G˭M8b4f060ccff717f78071ea75a570c3e3c035438dbd67f3f0a04ce975042404a9050e95c2a118c489ab972a3c53e00e3bb87ee928^p9|)8r URi$sZ E{+Pi݇i]>pA\?\d " B *< Ro    v | @(8A9A: AFYGY,HYDIY\XYdYYl\Y]Y^YbZ3cZd[<e[Af[Dl[Fu[\v[tw[x[y[z\\,\0\`\d\h\n\Cpython3-gobject-Gdk3.34.02.27Python bindings for GObject/GdkPygobjects is an extension module for python that gives you access to GLib's GObjects. This package contains the Python Gdk bindings for GObject.^ ibs-centriq-3Y(SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Development/Languages/Pythonhttps://wiki.gnome.org/Projects/PyGObject/linuxaarch64?o\DD]Q*\DD]Q*]Q*\DD49b8be32919fc573eeaccd14a48bcf81100b142d262b4abd899e5a6c2ebf8830dabd8b67192bb533ec3f31af4c69fc9019427e7596a6d6a9f50f13621e719cac9de15ec2a6c8d30f9514ceae057d40e4efc187f6950c4e1b76bee346aa0b64a4cc7ea958fb3026b16496392cd154113122bdc759096566b5b4314ef0d0a3c48c11fbc1a5d6f8fcef50134298ebf4e2fe904cc5032430006854fd74274119cbcb2b018f18b9e451114c019b04155cebd081439b2b2bb3c8136d52943b5695d9cerootrootrootrootrootrootrootrootrootrootrootrootpython-gobject-3.34.0-2.27.src.rpmpython3-gobject-Gdkpython3-gobject-Gdk(aarch-64)@    @@@@@@@@@python(abi)python3-gobjectpython3-gobject-cairorpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)typelib(GLib)typelib(GObject)typelib(Gdk)typelib(GdkPixbuf)typelib(GdkX11)typelib(Gio)typelib(Gtk)typelib(Pango)typelib(cairo)3.63.34.03.34.03.0.4-14.6.0-14.0-15.2-14.14.1^4^]v>]ja@]@\ \@\\eX@\-@\@[1[k@[t[@[v[@[)[5@Z2@Z@ZkZ`__ and PyPy3. (glgo#GNOME/pygobject#180). + Cairo: support :class:`cairo.Matrix` conversion. (glgo#GNOME/pygobject#16). + Speed up repeated closure creation by caching the closure cache in the argument cache (glgo#GNOME/pygobject#103). + Overrides: Make :meth:`Gtk.ListStore.insert_before`, :meth:`Gtk.ListStore.insert_after`, :meth:`Gtk.TreeStore.\ insert_before` and :meth:`Gtk.TreeStore.insert_after` atomic. + Make :class:`GLib.Error` picklable (glgo#GNOME/pygobject#45). + Add basic support for template based widgets through ``Gtk.Template`` (glgo#GNOME/pygobject#52). + Avoid truncating value returned from g_value_info_get_value. + Various documentation improvements. - Drop: + gnome-common BuildRequires and autoreconf call, and replace configure/make_build/make_install macros with python_build and python_install, following upstream drop of Autotools. + pycompile-searchpath.patch: it is no longer needed.- Update to version 3.28.3: + Fix Gio.Application leak in case no signal handler is set before. + Squash critical warning when using array as hash value.- Update to version 3.28.2: + Fix: - __str__ return type of Gtk.TreePath with depth == 0 (glgo#GNOME/pygobject#143); - A crash when setting a str property with a value containing surrogates (glgo#GNOME/pygobject#169). + Tests: Fix a potential crash during tests.- Update to version 3.28.1: + Fix a GValue leak (regression) (glgo#GNOME/pygobject#176). + Various fixes for Python 3.7 (glgo#GNOME/pygobject#170).- Update to version 3.28.0: + GLib.Variant: Fix creation of guchar arrays from bytes.- Update to version 3.27.5: + Re-revert transfer-none boxed copy changes. Now with more fixes and tests. + Add caching for boxed type lookup and try to avoid the import lock.- Modernize spec-file by calling spec-cleaner- Update to version 3.27.4: + tests: Fix tests under Wayland (glgo#GNOME/pygobject#163). + tests: Make it possible to use pytest directly. + Reverted transfer-none boxed copy changes due to regressions in gnome-music (glgo#GNOME/pygobject#164).- Update to version 3.27.3: + Fix a 3.27.2 regression where functions return invalid boxed values. + tests: - Make tests run without Gtk/Gdk installed. - Remove dependency on ``localedef``. - Require/Use pytest.- Update to version 3.27.2: + setup.py: - Add a "quality" command which is equal to "make check.quality". - Add a "test" command which is equal to "make check". - Install pkg-config and header files. - Improve pycairo header lookup with pycairo >=1.16. + autotools: "make check.quality" now requires flake8. + overrides: - Fix ``Gtk.Adjustment.__init__()`` overrides not setting "value" sometimes. :issue:`151` :mr:`3` - ``GLib.Variant``: add support to create maybe types. + Make it possible to resolve ambiguous vmethod names. Ambiguities can be resolved by implementing methods named "do_$namespaced_base_class_name_$vfunc_name". + Fix setting a property installed in Python from C in some cases. + pygobject-object: fix memory corruption around list of closures. + Don't copy the boxed if we are the sole owner of the wrapper after a closure. + Only copy transfer-none boxed values in closures once the closure exists. This allows modifying the passed boxed while allowing to keep the wrapper around after the closure is done. - Drop pkgconfig(libffi) BuildRequires: no longer needed.- Update to version 3.27.1: + setup.py: - Rework pycairo discovery to not use pkg-config. - Remove various classifiers and the download-url which aren't accepted by pypi. + Add sphinx based documentation (bgo#791448). + PKG-INFO: Revert name back to PyGObject. - Remove the executable bit from example scripts as an extra sanity/security measure.- Update to version 3.27.0: + Demo: - pep8 fixes. - Add new Gtk.FlowBox example (bgo#735918). - Use HeaderBar for main app window (bgo#735918). + Fix potential: - Uninitialized memory access during GC (bgo#786872). - Potential overflow when marshalling flags from py interface (bgo#786948). + configure.ac: Error out in case autoconf-archive isn't installed (bgo#784428). + Move pygi-convert.sh into tools. + Drop: - Python 3.3 support (bgo#790787). - pygobject-3.0-uninstalled.pc file. + Tests: - Some more C locale fixes. - Make the test suite pass with the C locale. + Fixes: bgo#622084, bgo#622084, bgo#731501, bgo#788890, bgo#788894, bgo#777719, bgo#786948, bgo#786948, bgo#735918, bgo#735918, bgo#790346, bgo#735918, bgo#735918. - Switch libffi-devel BuildRequires by its pkgconfig module counterpart once configure only looks for its module. - Adopt the use of %make_build macro instead of raw make command, following best practices.- Update to version 3.26.1: + Pygobject-object: Fix Python GC collecting a ref cycle too early (bgo#731501). + Fix potential uninitialized memory access during GC (bgo#786872). + Test: revert parts of the previous test as it's broken on 32 bit builds (bgo#786948). + Flags: Add testcase for bug 786948 (bgo#786948). + Fix potential overflow when marshalling flags from py interface (bgo#786948). + to_py_array: Properly handle enum array items (bgo#788890). + Closure: Fix unaligned and out-of-bounds access (bgo#788894). + Build: Fix not installing .egg-info file (bgo#777719). - Run spec-cleaner -p to get respectives pkgconfig(*): gio-2.0, glib-2.0 and gobject-introspection-1.0.- Update to version 3.26.0: + Closure: silence a new compiler warning. + Make sure version information passed to require_version is a string (bgo#781582). + Test fixes.- Update package summaries. Fix RPM groups and do not run fdupes across hardlink partitions.- Update to version 3.25.1: + Bugs fixed: bgo#663068, bgo#667959, bgo#686835, bgo#698548, bgo#699440, bgo#707196, bgo#712197, bgo#726484, bgo#730908, bgo#735076, bgo#735206, bgo#744690, bgo#746564, bgo#759009, bgo#759276, bgo#762176, bgo#769789, bgo#772896, bgo#772949, bgo#773394, bgo#773803, bgo#777713, bgo#777719, bgo#780396, bgo#780409, bgo#780591, bgo#780652, bgo#780768, bgo#780812.- Once again filter typelib(Gtk) dependency out of python2-gobject: it's not possible to use multiple __requires_exclude_from statements in the specfile, thus change the filter to be valid for python2 and python3 at the same time.- Update to version 3.24.1: + pygi-info: initialize GIArgument before passing it to g_constant_info_get_value (bgo#772949).- Switch to single-spec version. - Add python version-dependent wrapper packages to pull in necessary dependencies. - Include all dependencies in -devel packages. - Rebase .changes file to include changes in -devel package.- Update to version 3.24.0: + overrides: Update for Gdk-4.0 and Gtk+-4.0 (bgo#773315, bgo#777680). + Disable -Werror=missing-prototypes (bgo#777534). + Fix new PEP8 errors (bgo#776009). + Move pep8/pyflakes tests from 'make check' to 'make check.quality' (bgo#764087). + Handle exception unreffing Variant at exit (bgo#776092). + Handle multiple deinit of callable cache (bgo#776092). - Drop python-gobject-missing-prototypes.patch: fixed upstream.- Provide python2- versions of packages to ease transition to python single-spec macros.- Move Pango overrides to -Gdk package: the main pygobject package is supposed to be installable without a dependency on X (boo#1025819).- Add python-gobject-missing-prototypes.patch: Disable - Werror=missing-prototypes (bgo#777534). - Add gnome-common BuildRequires and call autoreconf, as above patch touches the build system.- Update to version 3.22.0: + Version bump only, no changes.- Update to version 3.21.92: + Handle nullable filename parameters (bgo#770821). + Fix list/hashtable enum <-> hash conversion on 64-bit big endian (bgo#770608). + Allow passing sockets to io_add_watch on win32 (bgo#766396). + Tests: Use dbus-run-session instead of dbus-launch to run tests (bgo#770798).- Update to version 3.21.91: + Allow installing with pip (bgo#767988). + Skip a test with older glib (bgo#740301). + Fix a test with Python 3.1/3.2 (bgo#740324). + tests: Use places kwarg for assertAlmostEqual (bgo#740337). + Print exception if marshalling a signal argument fails (bgo#748198). + overrides: allow treemodel sequence shorthands (bgo#766580). + Remove pygobject-external.h (bgo#767084). + Remove pygobject-private.h and rename pygobject.c to pygobject-object.c (bgo#767084). + Merge pyglib-private.h into pyglib.h (bgo#767084). + Remove pygi.h and pygi-private.h (bgo#767084).- Do not consider __init__.py for automatic dependency generation: this file is filled with large comments section but in fact not with dependencies (parsing it happens to add a typelib(Gtk) = 3.0 dependency).- Update to version 3.21.0: + gi: Add require_versions() function (bgo#761141). + build: Do not enable code coverage based on lcov (bgo#764075).- Move gi/overrides/keysyms.* also to the -Gdk subpackage: Keysyms is mapped to Gdk symbols and is only usable in GUI apps.- Update to version 3.20.1: + test_gerror_novalue: Don't assign the error to a variable (bgo#764165).- Do not package GIMarshallingTests: it's only used by the test suite and is useless on an installed system (the corresponding typelibs and libraries are also not installed).- Update to GNOME 3.20 Fate#318572- Split out a python[3]-gobject-Gdk subpackage: do not forcibly pull in the entire X-stack for CLI tools requiring python-gobject for dbus bindings for example. - The new package supplements python-gobject together with libgdk.- Update to version 3.20.0: + No changes.- Update to version 3.19.92: + No changes.- Update to version 3.19.91: + Fix marshaling of GError stored in GValue (bgo#761592). + Fix marshaling or GError from Python to C from function calls (bgo#685197). + Error handling/reporting fixes (bgo#751956). + Fix crash due to GVariant implemented as PyGBoxed not PyGIStruct (bgo#751956). + Fix crash with GValueArray stored in GValue (bgo#754359).- Update to version 3.19.90: + tests: - Set the active style context state before retrieving values. - Fix crash with empty drag source icon names (bgo#762392). + Try to import GdkX11 in Gdk overrides (bgo#673396). + Fix import warnings pointing to the wrong code with CPython 3.3/3.5 (bgo#757184).- Update to version 3.19.2: + tests: Fix failure due to new GTK+ warning regarding size_allocate(). + Fix build warnings regarding _POSIX_C_SOURCE redefinition. + Drop -std=c90 for now. - Changes from version 3.19.1: + Use a named tuple for returning multiple values (bgo#727374). + enum/flags: use gir info for type names and __repr__ instead of the gtype name (bgo#657915). + Improve and unify __repr__ format for PyGObject, PyGBoxed and PyGIStruct (bgo#657915). + Don't leak internal RepositoryError on import (bgo#756033). + Import dependencies when importing typelibs from gi.repository (bgo#656314). + Don't import inspect at module level. + invoke state: add a free memory cache for PyGIInvokeArgState (bgo#750658). + invoke/closure: reduce g_slice_alloc usage (bgo#750658). + Bump g-i dependency to latest stable. + Avoid calling g_slist_length() during invoke. + Simplify closure_convert_arguments(). + Remove a level of indentation in convert_ffi_arguments(). + Prevent passing the user data multiple times to callbacks (bgo#750347). + Support throwing exceptions in closures (bgo#710671).- Update to version 3.18.2: + Reroll of tarball to correct the previous one. - Changes from version 3.18.1: + Fix Gdk.rectangle_intersect/rectangle_union missing with GTK+ 3.18 (bgo#756364). + pep8: ignore new errors reported by pep8 1.6. + Don't emit require_version warning if namespace was loaded previously using g_irepository_require (bgo#754491).- Explicitly define python build version. Fixes incorrect autodetection in some situations (such as devel:languages:python3 right now).- Update to version 3.18.0: + Stable release, no changes.- Update to version 3.17.90: + Allow passing unicode lists to GStrv properties on Python 2 (bgo#744745). + Avoid a silent long to int truncation (bgo#749698). + Handle gtype marshalling (bgo#749696). + pygi-foreign-cairo.c: fix include for py3cairo.h (bgo#746742). + tests: Silence various error messages and warnings (bgo#751156). + Fix test regression when xdg-user-dirs is not installed (bgo#751299). + Explicitly check if an override exists instead of ImportError (bgo#749532).- Update to version 3.17.1: + Add gi.PyGIWarning used when import version is not specified (bgo#727379). + Remove Gdk.Rectangle alias with newer gobject-introspection and GTK+ (bgo#749625). + Field setters: Remove unneeded type/range checks and unused code (bgo#746985). + pygi-argument: Remove unused imports/includes (bgo#746985). + Improve test coverage for field setters/getters (bgo#746985).- Update to version 3.16.2: + overrides: Provide _overrides_module attribute (bgo#736678).- Update to version 3.16.1: + overrides: Conditionalize touch override support in Gdk (bgo#747717).- Update to version 3.16.0: + Stable release, no changes since 3.15.91.- Update to version 3.15.91: + Add GLib.MINFLOAT etc. and mark GObject.G_MINFLOAT etc. deprecated (bgo#743514). + Emit PyGIDeprecationWarning when accessing deprecated override attributes (bgo#743514). + Add namespace and container name to all warnings/error messages (bgo#743468). + Avoid duping filenames when marshalling from Python to C (bgo#744719). + test: - Don't use deprecated override attributes (bgo#743514). - Add test for GIRepository.UnionInfo.get_size() (bgo#745362).- Update to version 3.15.0: + Avoid copying bytearrays from Python to C when transfer nothing (bgo#743278). + Allows passing arguments to opaque Boxed types (bgo#743214). + Emit ImportWarning when gi.require_version() is not used (bgo#727379). + Refactor overrides import/modules (bgo#736678). + Replace statically bound GLib.Variant.new_tuple() with GI (bgo#735199). + overrides: Add Gdk.EventTouch union discrimination (bgo#736380). + PyGObjectFlags: Remove a trailing comma on the enum. + Remove redefinitions of function and vfunc cache typedefs.ibs-centriq-3 15914127483.34.0-2.273.34.0-2.27_gtktemplate.pyGdk.pyGdkPixbuf.pyGtk.pyPango.pykeysyms.py/usr/lib64/python3.6/site-packages/gi//usr/lib64/python3.6/site-packages/gi/overrides/-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-SP2:GA/standard/b564302d279b3c3419d37654c686a98f-python-gobjectcpioxz5aarch64-suse-linuxPython script, ASCII text executable RRRR R RR RRR RRR RRR RR RRuG~ӊ4qF!packageand(python3-gobject:%{gdk_real_package})utf-8c75ba31f7c4b38c77c0ad1b8805d62f0c78e754cb8ce285846fecf8ce9c0bff1?7zXZ !t/]AV] crv(vX0}hLhl]V=r4nNW {Bat0WOE ؈ C0 hGN)# pgi61iT3Fc&TF.̙Uzl!Y@E/7. IV>Y~eb_-tץ-{u7"Y$oG!'\OJ9ɥ}$$-6  W4WH!]YY5O\{V@`\Zıb a,BuW]]e0sOUP 5T[[9l0jX4dγ5O7BGu1"NXjOE [6 u5a:%aL Kbuԓ sm|ֺͯF^#hf"?7GreBˊf. K ;x1ڵb?xs9HՃ '6@S]Q6$ŀS w7M+ hZaνYrH53eIMwۀ<@0p" TOA?n!{]{RGzY..`bt砌%j eEP|QUspΑn ~5SJٌJvjypzJ`H5nE%jMyvVXA3ZD*N't*!0&:*J^$<8mZhM~lq̫e ;Ce*)1'Xܑ-3?+pY1"lL%c Db+#ela)Ԋ-0\%7c EG{"n?ۃҸ4k˄Wtp"6rd9F_jEX96dordwҲS`+}ТٺzgǶ}3A*' h4x&L…ZAڔ}hߖ7%_t/}[M}q^ Ws\KVX"-4ri x8Ħb{&NO#TĜ`p4>}p C=g4 Y FY?|9ոŐaї ̧+oqX WXT{sy6{1c =JM)q1s| AjvII[ζCBU`WhF )ʙTũ(! G(n ڐgTK-G!i]G&6[WZXxVEMfiA(_A;U/<_m/:ɯ xrٜ}1-G!%_ TB>p$#N]>.ݭw 6]!*1,P-/9εGMQ9Qxٙ4P7DNY^a¸GxK*9ࢊe1.ܻd.*Ryx ?k{2y鑫-gI_n欜DآM.Ha : sue>$܁3owT5[]FK6oW8Mm[HR#qQL>#a]kQpCD^u-{@F}^Pn sbzUm6d+H ^tlR4ѸGr(Jz$ NN3B3Nf_$G 81y":6]nq;L c(i1Բu5#x85`!sNmxAuH֓d%0;Bhev enQaƣ5/Qߤ#D -}-ѓotvhmQ%c"6rR tˁ֡dsÄCD#| cј0:V(\=ꊉ|,& j_`ӕdL$GJy;sn;vЅ궾@v&l?Թji0e7z#_EN0u,'$DA[\iԽ5}8)zJK,6qe]i:NI #l0CޡIe gԖ*S+)Si08hl|@^~mI-Jc]dY :JU:J7fa[R7m_2 .~Uj-WUj՛9)*ͳkbyt!#i@ުk"87OVoVu_(En^#V:;c3U&ٖ&L ŅA$Z0[goGeMo%<:l:(nIo5 chg \)PWt.ZRnˆj Gjт햽 (o9zY ]?^?g Ҍ2sI*O3-t un\N0/QW7b:Qs9 C4skZU'ջ}8͋Q+]_=ڧPȎLZɻ^Q){_J EGkUUceό J!/gT:9f6`0qяa5BΧ|(w6(P2SVi6jNFOQ|pԼє_jXE%],|g4 6Y?Kz'9\o {3^Ċ k~mzd1 cGRJuV[Z=#%F7r J;Sev!-q5C!3Ü>×Ǔ[wP)oP\5c[{ *e72ə5:*4b"Rs*hl,JBzkܲgd W?dm|\ܺRɎ+vύod}T n ?мr4yɽc2E]> v^ƺJr7@QlqE?_3 VeM;êoӰ 'Rb(6V3_C0ë 1\{b%^6qf%ȗ=nz>$C,+[t*SxvB{48($xIPN=5!GPQe H|X⾘[wy;E4Z&M9WpQsbQ%',|yMp_dXpk\21|3\E?0AKGɓas^sKʃwGމG )Zgr8S%.Zwa-8B<;.͘ }#,1XYڥv?86іpw@T*w;D# ^Yp]> ͍WZԮ<O0Ǡhr7UX&+UǃD$P;|)"N>JjQ!Pv*,EDg-(+~4$*^9Զ5 n".g[IN^ʼn=fMHl{7ŏf7x1OvKn \0x =Vye+7kc(Gp"-@wBya\jLF"$HteMk9&m Tqt` ;N6r3L=~+J{;%P;/ɀ] j'J  1ad1Y?W&꫈Zt$k= Dn Qn2|2ŶOO%$KBxKH1'l_bĨZ-${ax&ZZ ohw'9'w*Ƙ{j)i78y~YwIE |DYV0-uXe+I?]2Uia ؁SJ3X=-U[_ݐ+إg#]y5Tgз{%f&_0ͭZMwU^X r p"5 Cɺo1ARJ=$hYlCD4͝W¡Td]='<z-?,4cܾ1L`@OytKxRvl! 8;Qj=/4{݃ؐc? 7ֲCz?N4<&3}ZܑPoߣTPatmu \O  k{;?`2o*{WkUh>GRwiGF"q&8%Сp-o]p[ߡX3LI/přf%$cE` WbXޗ(KR5"IKBWh#7e N<ߐ9ԺǞdX ґ?\y2u;esJ/okAb@y6cK哤=D[5fԝ[V+߯'bCGyu5iS8({",#{ٽZ֨ sDJ]~i G_CxNjߑ BhX,-q64 S s?/29) ;sœd MS`%(}D \⿳9‹˭٠@ƧЮPF!x: ,hwPOI/Q V-5"mW2`owTqG7؋C&)"sn1ի]Kb2897gmi嶯, ᔦ?!XHVOv 2SE#SʥH{ SM5:Ҧ1'6_)=G,C޶;M/v'Z  P}5G gJ`;TlVp ;had<ϞDnAS[5gzx}ymU=7}4G@u]2IûZ}ӭ핦eq߃^Â<4aI1oϣxwk8m ^SD%@V6n̡;̅uI7OaZi`7%jGE W8=ˆq~w-RtX+hNOᒈ jgA[ݵ*R<>?NeDoIxZqwf745! kh% #N+}k+}^k>a)=7y(m# fot$OgVqNVs@ޤ&| &}m`oOiPH8#j,Wvwub6TNoPusHk]e^~!&!՝ȩrV%O-ʓ]r7~#2 f77g'$&j-0%tNz;!;0[G q\J0To܏leNPˋbY"2tp3ӿ_YE+EoZ&NVc{r]Yya9ej3ZKlh3c= 6쪞ݔkјSqҚ52y$[Å*H %/_۸Lަ= l7L)~˰Ia-;ٔ\StӜK=cs;Lv&I*7h}~-o&)bGfM {$ 9OZ_δtW1U"- ?STU^WRcRV ;\Ju},{)( ֙4mV9Opr;+L=?̃qda;ڿynmhQ('Tj$Uy8u7]ɉЊQ4˟'N je''v$bQ`C*oiö/( DS!(7JF z#/?tC@i YB#+GV1i+Ψ$w~7:Cʕ*XN;'JN6}zoSX-GG>l(XZ[˒0}+J{-TY?Q\N3/tU{*Ln\Y UT<6p(|+>0MBsL$ꯤt]'w^ 2UV=M `S[hM,X% S`2b)p Ft_ű'R;^0-R; f$v1ɲ_ެGp/e?h~: f^!?-2L"Z|.=z2k-{q K>5 ֑r|}1: ek.W$>d` im8Rb( ,Ѱ434%<-\M:ӓk2/ףgrCV#A^fۘ2xS$q&ǖcGxccK|yoHwE&&f]`g::͑\[܀V;㢮솹O}{ըKF3,HBã\<*:i_o/5-&Q8R/}\OTo>U|!>JxRT]ty#-OHqo#qOMP"8G>QRk#Qj/?if{:)NB_2i7cM-Ow ڰ妽-Ϭw ;[v\QPobZH?猙"vn j0aX1  #AZ D&&pWk fuʁ% |g32q8|mP9N)_5Ͻ9^?Zyچ2B 2ɎN\]Bq0^ u'(Ď0j"(ezJuqqDeUUPhGoq[5(`1f S i ItJgK.?<'v{PFqz$B/MYi V PMK=O u2oa˗t}ײ l;6gš` a#t[}G>](\VEhMGS}X]TI}A޷A 5PMf)߬ܢ"V"f21~I'GN,iwq>dzX~ 4 8MMڌUcf{ծjWY3;A+2 >MA6-!R+Ż؆a%tG_miPCoFKts-fR:AwΗ"8w(!S){Lk mZk^7v.AZx!u #1UsM޿ \V-\B,Hف뾇Ҹ2R,J.%ta3^;7*Fd4rqqO&Уx#n^;?bmsqIW|-KE'm<̡M-N@&TF3jwUGgo]lO8c^2wl8:\lY ' yӜwqN7gŕN.MÜKQ Z4^{FG:N`WH9@f)eDkv #2Hg1Iyjq'/8^t3 :5݆MޘA\Č/i~緊- nd%Oj:tx|$bږyK':f\k:x&QzKu_9^" 7*>+;)$ńۤ W3;Mʟ%5'C$|%{)wePF.+WvHꌨd39c/nTш@0n"}TjCc9vq3m_+,i-~f1N1~#LS- gѿd8a-|:h;UJ߼c8fpVp<\ lsΓI+`@7G!(^5 PFYQK|LK^bFd~Q2yIta$i!{0dqb@&H3-\[Ԕ"sLhmSsIy}*vgcv Fu!_RH`gdžҥ# z8Rg4q/b=n l1)x1**pW#2Y Dv,c2mrUWxwb:(Jgk\)}?P,3` ѼJ&,fVzF"/bxD'+|  ✮\[U~AO߯r(× 96_S'Z't3nf=ߨB \|)GgP56 8_ۚ34o\ eZ\Ld0i ʶ\W۰q:@]?S6 ̍7P( 4\x4uj'bwaTqί7Q0UuYšsl3KB }GgZubp /|g*GzBooOqV׮IjoT啸2is6luYRsOQpYgN ߺsR AKbCvGGr5sÓxx5_ǹR @* @ w@9p}k͠0#)eZߢ͆U``(Xoӌ'yL0("qC.0g}wHT]_/qЧBd5zCū`)׻.;YS2~JOoyF=zÔqgIG׿,ilb*p#O銎p,"SPAQزeW1h-ӑ'Luqָ׽}#>0*Ͱ5'Ю J@UqRϴ_0X0_% \  3I IOR EƸlx 9`ɍ,(=c^kGnr^x^?˄u%c){od>ώDm7;1'l!?s[ 7GYsc;QopOJm0k_CHTbl`(BpA|i}J!3 #6j~e&MU>r }7O⎏ۢ}:{R6pSp.WnGR,I0uzu/䇾iŵNtUGv]`Y!(/A3=]N#kNN-ߋt6| 6Lb.X]Ş d-yq~ j%ҐzΈ]ڮ\D/ {7lf6A)Yﴼ鎛 Ke$8= NY :\m kY#&.812:g2 %z|hRrWsD5VZK-dBa1uh8h<`%(@͵-UœɿULH],f5j:o@’QZ)qa $3z"#q(\iz F.x;%æ?&P775uŃ` Oh3P#DpNRYvm|w9PީO?GOH kX318Ubs-d(k(ϸy 8~"c:g H܀ʞUvהݔ[z?_}1c^*keQrP%8U`>cPD+rt<`?n IV@1jOf/ HvQ"YYT$ WI0==a:vv۬f7+Wԗcca}V"Rj.@{yIG.aer+ѐ|^¡Yw_h$⯴w֭ECQv(A RV /∙cE8 qGL:IR)[Q}o`aп|KVު+g,K5i=A_=<0Jb"ƎvA%\)AbnfڻaQ#`o,xpmR=ͳpյa?wpx vC̈́6I޶K$Ǯc7tWɏ0{A)2v^MaԠ"eo>SoQ3I}T2*Lay1L4 ߋɄ 2Ca8q? N(mWuFbNZ&w)=,?&n%?i#h2/m rLLE|~!x~҉_b&.9i.ЄO>dڭoGE״3G70N 1Z-: 1LU|dKD237VĐԕ]) #1:AI@lv ~-|aOsa},kFY=rC 3*qmb=`Rh ੭cS :\;K:3%zv!Oʅ5<J?9m,hy&*Ts1[*mSgKzcuiA ~^7e3s K">ߤG=s63)*IH1?$1'~vׄD|Uf Js $R  C_ R 0q#tB(؋t%H1؊Δ *jP`$i&^/,%9C̸k|cdq}RޖfY#|~A4$n c*!y8UB -w(ވm,Gt^#֛Np]-~~=D_R5uu RR, P},g \PÕUS1.nbty(O>),_WeqYtyMsR l |" G.lMAՁÕ^1D=&~-QaDТYQ0]ꚮYÇQht mZ DI6سNG@|diS }ڎ㣞 pI}QE_Vr$r_{|(V=ιE8 8 dzBrs#IIa\5 Pc C RfO€/.ËM^YóߊuY9DHrЅ>LJП:pJ6_͡(W*)hz]ϭF%<>)ԌX3 iM4C: c v"J%cCRka}>X Xb j v!߹b3 R0>t`J sq"vy+tk+EO.fcP݄ s$V1!t}x_E)8#d+X%4 +Wmm=pj.gٜt矝{nG47̵Ƌ Fw<J_ ǭ`#&`eٔAi0 T#04}F}{GBV9^%^RqgԚ :mv)5,; bn^=kB4Z}u>1#fmkoDŽ4ij'㍵eUߚm`H]^@LU>:4J0Xy:@>ϓ4pɭp@&y/d hGf0;~[n8 YZ