python-gobject-debuginfo-3.34.0-lp152.2.1 >  A ^bZh/=„h/7&@ѭ3+r87 i?lҢ@P׈1Nza*}*2z||Liϡ͈y9SY$wC*a2;S^볕O>_Θ3%rt5E28 vrVt1^O_-[ϺmZf;JJD_NE1T+O VpF !"-'W~K.b#Go(= 9@PF6s͔aVTx+8mbq$ücOC6+mh$\v xsͧw%nM-8^`ZkVوU~-pO2e5"bI ]Y4ӿ'n\mW@^>p>Z4?Z$d" , Y  3<N hz      ,;Jt/(K8TA9XA: AFVGVHWIWXWYW \WD]WP^WbWcX[dXeXfXlXuXvXzYYYYYYYZ Cpython-gobject-debuginfo3.34.0lp152.2.1Debug information for package python-gobjectThis package provides debug information for package python-gobject. Debug information is useful when developing applications that use this package or when debugging this package.^bZDobs-arm-2WopenSUSE Leap 15.2openSUSELGPL-2.1-or-laterhttps://bugs.opensuse.orgDevelopment/Debughttps://wiki.gnome.org/Projects/PyGObject/linuxaarch64WAA큤^bY^bY^bYd0e0c91d3e36ad39927a210c05944e4f4734128636421a2deeacf4f698e73975rootrootrootrootrootrootpython-gobject-3.34.0-lp152.2.1.src.rpmpython-gobject-debuginfopython-gobject-debuginfo(aarch-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1^4^]v>]ja@]@\ \@\\eX@\-@\@[1[k@[t[@[v[@[)[5@Z2@Z@ZkZBjørn Lie mgorse@suse.commgorse@suse.comBjørn Lie Bjørn Lie Bjørn Lie Bjørn Lie bjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.comluc14n0@linuxmail.orgluc14n0@linuxmail.orgbjorn.lie@gmail.comluc14n0@linuxmail.orgluc14n0@linuxmail.orgdimstar@opensuse.orgluc14n0@linuxmail.orgdimstar@opensuse.orgdimstar@opensuse.orgbjorn.lie@gmail.comdimstar@opensuse.orgluc14n0@linuxmail.orgluc14n0@linuxmail.orgluc14n0@linuxmail.orgdimstar@opensuse.orgjengelh@inai.dedimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgtoddrme2178@gmail.comdimstar@opensuse.orgtoddrme2178@gmail.comdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgmgorse@suse.comdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgtoddrme2178@gmail.comdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.org- Remove %{python_module gobject-devel = %{version}} from common-devel: Assuming that consumers of the .pc and include headers are not really using the python bindings.- Drop gnome-common Requires from python-gobject-common-devel sub-package, no longer needed, nor used since 3.29.1, where the BuildRequires was dropped, but the explicit Requires was not removed by mistake.- Update to version 3.34.0: + No changes since 3.33.1.- Update to version 3.33.1: + Make GLib.Variant.unpack a bit less costly. + pygobject: ignore GParameter deprecations. + pygobject-object: fix refcount of floating return values. + pygi-info: remove some dead code.- Update to version 3.32.2: + Python 3.8b1 compatibility fixes. + tests: fix a test error when run under wayland. + setup.py: specify python_requires.- Update to version 3.32.1: + tests/gimarshallingtestsextra.c/h: relicense to LGPLv2.1+. + meson: add ``tests`` option for disabling tests. + meson: tests: pass ``--quiet`` to g-ir-scanner. + Fix a crash when marshalling a GError to Python fails. + Fix leak of transfer-full/container C arrays.- Update to version 3.32.0: + No changes since 3.31.4.- Update to version 3.31.4: + docs: document GObject.Object.weak_ref(). + cairo: - Add cairo pattern foreign struct support. - Add cairo_matrix_t converter to GValue.- Update to version 3.31.3: + Speed up destruction of boxed types and GObject.Value.set_value() calls. This makes appending to a Gtk.TreeModel nearly twice as fast for example. + Allow passing None for boolean parameters. + meson: Install .egg-info directory to arch'd dir. + gtk overrides: raise in case Gtk.Window is instantiated after gtk_init failed. + gio overrides: Warn when creating various dbus types without a constructor. + tests: - Fix tests with glib 2.59.x. - Fix test_atoms failing in some environments.- Update to version 3.31.2: + GLib.Variant.keys: correctly raise TypeError for non-dict types. + GLib.Variant: implement __bool__ for maybe types. + cairo: Fix GValue converters in case of NULL. + setup.py: Print an install command hint when pkg-config is missing. + pygi-info: wrap g_union_info_get_alignment().- Update to version 3.30.4: + gtk overrides: Fix rows getting inserted on the wrong level with TreeStore.insert_before/inster_after if parent=None.- Update to version 3.30.3: + GValue: fall back to the custom C marshaller to support fundamental types. This makes GValue work with GstFraction. + GValue: Work around wrong annotations for GVariant. + Fix GObject attribute access during instance init which can lead to errors with __getattr__ implementations of subclasses. This lead to criticals when instantiating Gio.DBusProxy.- Update to version 3.30.2: + tests: Fix some test with newer glib. + overrides: Fix crash when using non-ascii text with Gtk.Builder.add_from_string/add_objects_from_string. + Various meson/distutils build fixes for MSVC. + foreign-cairo: Fix cairo marshalling not using the foreign converters in some cases. + build: setup.py reproducible build fixes.- Update to version 3.30.1: + Fix various crashes on big endian systems. + meson: Don't link against libpython on non-Windows systems.- Update to version 3.30.0: + Various test suite fixes to get things to pass with Ubuntu 18.10.- Update to version 3.29.3: + meson: - Support building pycairo as a subproject. - Declare_dependency for use by potential superprojects. - Update glib wrap file. - Fix the Python 2 build not not use the system pycairo extension when running tests. + pygi-convert.sh: Various fixes and updates. + Gtk.Template: - Fix instantiation error when using the new code with older PyGObject. - Don't error out when loading a resource that is only available in an overlay. + Fix various crashes when running against a debug Python 3.7 build. + overrides: - Allow calling GObject.Binding.unbind() multiple times with GLib 2.58+. - Gio.ListStore overrides use splice() when adding/removing many items with GLib 2.58+. + Work around pylint reporting bogus warnings regarding a missing self argument for normal functions. + Add override for GdkPixbuf.Pixbuf.new_from_data() to wrap new_from_bytes() to work around a use after free.- Update to version 3.29.2: + Gtk.Template: Allow marking children as "internal-child". + Gio.Settings: implement __iter__. + Release the GIL when emitting a signal. + Don't wrap GValue in GValue when creating GValueArray. + Don't crash on multiple calls to GObject.Value.__del__. + Various fixes. + Various fixes/improvements for PyPy. + Issues fixed: glgo#GNOME/pygobject#115, glgo#GNOME/pygobject#134, glgo#GNOME/pygobject#130, glgo#GNOME/pygobject#45, glgo#GNOME/pygobject#200, glgo#GNOME/pygobject#29, glgo#GNOME/pygobject#213, glgo#GNOME/pygobject#219, glgo#GNOME/pygobject#193. + Updated documentation.- Update to version 3.29.1: + Support for `PyPy `__ 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.obs-arm-2 15835039403.34.0-lp152.2.13.34.0-lp152.2.1debug.dwzpython-gobject-3.34.0-lp152.2.1.aarch64/usr/lib//usr/lib/debug//usr/lib/debug/.dwz/-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:ARM/ports/b564302d279b3c3419d37654c686a98f-python-gobjectcpioxz5aarch64-suse-linuxdirectoryELF 64-bit LSB relocatable, ARM aarch64, version 1 (SYSV), BuildID[sha1]=d44a5ead0d8860bb1ad7bba0e0858f08ab864fe6, with debug_info, not strippedi0bj =python-gobject-debugsource(aarch-64)3.34.0-lp152.2.1utf-818b7ff2df909e66bbd5c414b58cd3bb7d791d90b5ce18f8825d29efffe7f2de9? 7zXZ !t/ᓃ7] crt:bLL NbmRxR1#dk>BB8i͡\|bGh8Hm\a 勵'hNLV0Fj ue= ŽN1SK@Euwf.W"@k_ fxՕ-"aD O H3{2Oꃮs˥<3Ba=r#EhKzD(c3i0^(Rls/3K<׊ZiB̵8K$f F C6*kTX rJ'}L6/p |5>3TBh"}[P,1ddARguhZ'#TV˟)CB.Ot|B_GN AH }@l0hNߵ06}t#;W nPo&{GLz^jcB)XQfH!B`FĜK)%wAGZߋtpfXEa0<HBfT95gV<.M:`!Θ)5Zg3W,JKK-l.Ɗ2FeԿ;Y]Oڿ!EܮMX -Q-,St/϶A~&2˲{YgLLۥ g9_})F׭SH-l,P}ٯM30\Q~^..F|M6-3H _S8rH}IOa.KexVD̠]z#IhUШlϝܗ""o_]b3#u,} C6XjE<:?HEZi X$8Ր _)1K%4KRv*-H5 U}Sją~t" ̣)sJz΁bGWx`7N :e&8c$y`W_W)Ґn_ `8b,,̾L2@(ل aRHR %anowQ!ι㿳ǻ g7Ag:JKkOEb1>r/]HM`. /0鞲x.cIՊ)mbg yV|*j{4Hb@F.Nѻ/mM9ZQ a()y ~Մuʼns)L0={D}Kߩ)WZ!ḯM- IbE &xmxXg Ndu\gx鰷N}lqAܤ+:`},jŇ*cۣ~320E}ltyHO4MRt#~HD& ѳ7`ԅYE 1Kݼcg=/U^tƒQ0;r _%jC}yY'`F*3(?/F֋6qOOq'Y\=n Й92y@Fs#[dg@p& G Wx`Ivx( YlMܝ>SsJg/=q @54-/y~k\L N`jv5f}e[du7U+l<.Q J%XZ逬궼= ֕T΂-^hBdBeq4bE{Fk~KW9Kaj_Ba=c(^ 0z R31r@oa D_ĉ'#L/ҳa;w`n3`_q+zf~R]ƽy9?%M1Nv'23@R3spZۏway V@C) !KSZ^ @1?aui6JAL>^@C8܊t0IoE0EH<٬F"vRyܵ;<$g)9M[Os$޽l:^VJ E^fו7]Yd*/㤅QZP0%!2#Y| ]@N!dKՓ FүW@jˈR 5Ҵ{}/F w&b6ycv"-. ^L/B\jq8j[;/8n8_<}!- {l4$BYb2N^\65,p 2U&`1Hq5+h!oU=~Q%Cg#xPe$ Cp*)CT <ʶ8i>L<֩>O ^i-ʡ)`#-N9]+~#H{[tS{GuhHmL(K+d-FÖ-(` ?CLޡKd <IhLvҡ#EqCg b+XH3 y;{_C^\{q)u/$4_ FS!.(0Pv8${췏/[kA44SL XZKB'l%4%-my ƛMnH+>mTwm$$ʎ/~%3g:qj>ncWN穊M= X5%Nׅ~N1xpń`~ڟ9渉ևj<2V5"tChkRnKi+#m~IՅl*Ub0Q1 bfn TBOKOFVrx(?ydjsřc-FKf M3ݺ&1f7Y!%D\ôQ!>8+w bO/+FZ  H(71{cX~?툶r@xIIϩ|=̓`o%^;j"LN/䢤3E$v B5(p"8%5Tɤ6k\1;e҂=gH1}T|W 7\"kNI,n`=0V#ҍ GӉЫ_hr\CXX;xWQ 6iG=+: vd;unquR4#bZT1II)wC5&vvnRϷ<,K)f 9xv*Z /Zx/9FljWRv}e 5Ya,|Fl 썇g9` j`2 9[>jB,@o0*e#i1O5)iJ7k:r*9B\TWT:~lMID2>#7}g!N\OT>t:ێĩ++]rƑtcgq#);مY>ŧi8]ao8tY_n2b j?%d蕈k@${X)j=  D[B]–[!7/4OJbL5(w?{G::rMK°@B2\[b'#XkfpZyi߻nr 6n'kwiU {'Է\GF'Q9 gxask<>d%DͳBʎ> YMY&4T 8WsukFglATG rv oR x4"o -:O"Hs>8Nػ&#9-h>r1ng2aP`~ӓz'՛; 靃'@52bR]Ox)Pb㴣 >b 8'<3:iB 7uk dO@ JY{wO4_%N~njh 6&}'- V)HbI#;8;&tX.^E^$ղ 3. Exq-4kݦYWHE>tȂP)@Oð 6VԮ\wmVGK mx{,ܮ?"ɌXsG'@6nHIC̎XKyv$ЅÚS~Z\U_F̲.3O$_DtK]#5 .N 7>;bӽDߢ@&xiK=(1`Tg{$efv<\Q1wX}h1 V_>ZR8/l]l}[%Gi ?O0:% H'$&ZZIW[TY ُRS"v~h>Iìҿ"9J$W?ozPb.?q&4`@hcc. !ʀKm$BZM L?FWJq^%͗VW 8 6"#:\?9TMڜױ:as`{A0q&7~5I5m'M҆AQMJGp"K3֯ _H`c yp"qU0r#AE 1PUpHk~r-A,$DYV ƖSE{&*gJ8`7f7'M}rqYA_F9gZ:CA(1Ixh'υ+6^'d#4cX  ̘(ͤ C7OKVg&Ra mԄ-V3NP|_y0+d,R w򵶑@̗Ъ4F,ޫ~:{Xq Ҵ|jZF ˅0@7nS흓6TohbuB;Dgg`ڭjL)cY)vZG^*E9Xbzs"/tgҙ.0ٹ>3G(׆ԀſKg[؇":6V+܆gSrbP.nY{4RjF6jL"S ٗsL,|@t8dC&r9@=498VԾpHhҜ!3XɥϷȉ^/ѧԕU{3O9k\qlnR:8͙ MM$Bnܔ̛N8o1{ `e'lVdR&3eIKPK9R,(tݾެx9j+:;_▤:۹b ]B~T&@P` 2Ug#bQ٦] Ez@r[֩]]{[?+sR6o$᳊9ބ~3#q:iGb]Ka*<,x"ǧ"o C<2qY/ʗBEKX0nE|`%^AX.pbx[zvJl%k0Uڐ Q>gf@tVe*źzd`H?hX'C,qOD1,zdȒ &Kaf@OE$=y  / g #6y4xm|a#1gZe "0?Tx Skq)$Im&pnW??*tٿA/E3Tor6[.jK,Xk_->HU,sk|*bXtƄyHJhe+Q8딚9W[gKC@Z3~JBfEIΘh.fl} y@.HuL֑!3|2י W/Xg.ump>y(JG|"Yߖe z.>t"`ޡ/h(AH7Xx $^H' ](?x^y=8BR59 em/]9]*0 _ F]taآ ¼-y$p@OH6ob'-R(cFzOBZO?xMmeE|\a kR z+;e8%5jÐ,Ɛ **|qnE^qEa"eybWtg P G =r1|e);enoUm/&w*~:TMfz.)q-֢gW o s9Rd/IZJQ?xg9gsr tsZ/Gql.a\?k^ 9$EGއט)耳;'"G,ԏC>7ITѕĬQ~T>{?oPScNeUY|<]* "T[l-=34[-owPRْq'U/x" Dx!bV% Z.~S '"{jS< 7=֔#( \m|'k ӟX4Ö+A*VI'9n,NA:Lq\W4򁎧!ֻ1zhPXq-FmQ&0*8-C% XyBcמNb~{E_2*}ܛ[U%_QhGb@+3s`^=9kXG(i  56[!^V!"jFQMб[ 눢6O/īV0a'EJ4v2h$¢mׁ1GmkLk95^ڕo(bWK[ >&=B)3u#L.=ɚir=XAQ-fF,1UxِSUQ! (J7fⴜ`]1[[ic<5ibR^n-i-&̇,1*mLwk&`9d9" df*9d'dv ci>`{ b7~8JC5XP׾#b_k<_@$I'>GJZ<}8 <88Sw6_μit$(ۙsH :(}1MrS|L4|׈ 5~3"X4͌˯Nh5ɐj S,+h\GgOV9HK{!9Aay>j`G Al7se| fix%B|B ջ:8Q"-U#y,Uwt9`p3) v:&:#ӽs6R ?T5Dwu3P_QIާ+ώ @*'`9hOǯ P"u2}U/×/ԃӳؗIH^S%Z1z{ b,凕% dM٩ [PluQQ[\oE95ڻdE< C߀˵q:#%W^H E_Mg*\z)fe&y8pj"nB(dt fXy 﫢n.VW|H)7A(npT'fqi\&dcV[bC.!͟t#h`1(gJ/@'hN~㋥RJyMׄMGk*RCFj'lgnYob(c09d URCI2d]p[Xǘ1Eސ4ш Av&OLZLZ2w289nkI9~fϞ'4cnb..$I(t"~Op+E6^m-vM=:Z;+ d ki2x`,v:\_><ΗOwvqH?8MKZxbmz5Sbbh1E!eqA:).hvfKO"(ʓE^8hEn@5TЬgb41_T/Ԯ% rX$13 ~u%!yKEtmb)<1:1y|nվ/gI]p>0>eueJ` "{L|@Ԏט)IhQbX|q;;bYȘuO&L/8)jv,ځrɜr + ]ԵRsPi,vU|7n|D\)iCٹAh8 g6o ^]$LUmk˂I9˞d}_?nKnVXG{g~L{8mF94ќ p@4Sp+d~M?YYxI$D$v>&+ 5\亞ly(,dgT{M ڻ}]m6Fn3|bP=M̃`Rd>Urd3v0"fSِY%`dJİ;̏l}E^MϹǰI :sG&t<jM.[gfQz{jxB(ᕪ.y| P1 XbyZ9x`Ӎܽn OҎpi lاItz)SWx jbQh]g!h% WT7Y.%ŲNur\S֩i! ֈ3IO!^R`Ro0%]ѐNNW]h8)36 [S O7s+GK1Ywrj kQjI^I-CIK}druAK ].:LHÑҠf|2$NA8)@JA]_e><5@gjL&7:Oia[}j>t/Mk$[ݰtwFM%u?<_01K"%4*N'Ƥ5h~HU&ruXFX/l1fIIRГJ&v˄VkP*+o%X[MX[|Ԛoכu%G^66rd__^_2Y]\ĎVyaZ/6[RYn?5948 K{PÉNΨF=)y%?"=10KIcC5*Hz|$==_8f??t"=l+l35SKn ̬\JO7S>.߄R\:9_>m#"=ŽCQC赺[2wnD-=fy`j * K mmaR TϮ4;"~DH=q}[=+ǼG!@^$'4`H_0yzi%NȲB_ר,ww@Ͷ)T?%Gp"7WA{[K{o/CD,n&?5N09WmpGb)P=<ҞnjptAv$ FQir lalE($rĨrP'JRjrX9iYx\sV l_ʮkC_Ywa)V}y$eA4MD-80]?L U Up=I).GoL>6ZSs[>#6^M7Rq݅yϭ+n7nQHCXsRv_栋]LP7űN20 &Q8w)xaRA\FиyΒo4uǑ'4bv޷)y`NZbe!Z`$'7_p5i MEJ%YO}GۑiJԌli6[:cݿ}+E3Y< |ҭOoVig=/˓9qEA5{#}cnGicBMjnPQεf*#ANKD^4VOEm|.KbӴ'cDj){˷!¨PV 1}J,IwaZbw^DcPv=:O~FWiL]\.ʩoy,/Y\ !IV'>ՉQrE 4bfI0<ߕvBՐAMbEƑ] >.QMx7? U2٪M7mD~l.- ruea6J2e,Hs6)wP^ {КꆎCeAZʖ.6"z'8d!n+w3UW ]J۶i~fB.0OCXplұJǬXE*)nc\D!\bv4?C5f533(kV۽0Л-W7)CJd DEH F[fn`Ҁn~ Ldt%x #J KC<0  m~64 nЧUO?[?Vg?1Idz蚚QPl$y yx1ŨPbB$H n"~ON\n2KIO,:S%nt^⭞n|O(~w[D4{|B d*FW-E0vhڡM 0)oʒ8;AXи1 7#z &KBge!KLүvӹ߹NľWY9 DT!pEdG@|/Z$W0%;>EQۊjMF8ZE)8PL8Xx#N bsLhht=гy +B>(ԫ{(Ns$}V _nevmWC+.xmUس}n[8vP8!jZ3%yw;mlH.BkB"𶌳Dq`'ay.}I:%4*egHj״9pzlT<659]ޏVu Y]jIu9V#iZrM'д ĎiDvU6/LӭkMw G׹}cNNpfQÿA!F#ra֫^ő(xFzV4;u$Uװ[Z͹qKa"Pv)iPX裀/_PK@-N@rZ']#_5CWQOnݠ&X/Tm]T\Ï.|b5(n9{FnjqrgGϣxG<Z5!e0C(5tBBx=2!VQ /w]kz%Zł;8b3(C(n"Nգ 4s}(rPEL ݢ4m (EW3~k7WvvLigT2La B\ZsA:ҹo{J!y ތF&Ml+aiT^LEI`g pc~ڲdrݟV]^#+L]2ې>O6 Pvxa72^)t@=Z_GnAc> ;T-ũǯn8ߕMB0fR[d6|?MB_ǙoЃNMq <۬'s/fBl6W]:Nϵp7_gxbt ' +D{ި3ѱ=q8׾`<M2(u id"fUja9iT$hXrQ#v|J^ K!_5+;J5L,@8 ;3 'f۠3J^jwt_۲ޛ1ǧ.\Ium)͛# t"U>JvPM fKF.SlFD;9 UhKgl (R#Ls#1{L`FbDBQ3xi_1m`sD=5XO HA3 :KVЦeIHx֌ Db7d0jw|w̜Oz3eRK A噠i=A8)>,v2w9buW W̩ gT~bPȌz4ۮg%Ru_lfC gxW_֑CK 95 leSpns>1 vxNv#jHDq eR[_xF鞟mgKR&%I턒IuP|1EO ԿQ^8P'RAcFu10p;6(y-Pܻɍ.]EQuFy2x1,n{w2c[@ (jB-}/]PfQ+? <3j}.9 *bQVy*`a%l@&h=p@(su {؝[3ZG./fyTsNܤbSh`,m%drsO#ͷgW9Ԩsa)l'uQ2:N5"_LE)v4؃)8te['~P$`h#*!`2X]zUE7\:x|0'6 oUBD?> , fe sW[:C,>A> 5%}ށ?A-'8G}-$~6ʰ Z5)A gKNa Sfu-x{PS?ZFoQ IÅvZ4 /̌>fZ HG8U%?QUo$EvOX@2oP?d0\4nC?HW(\ ~]uaR ;SoP~3fXg 2~J6 mb}C 4Th̳Rt13&[; M*R q@QtfSu<'PI8G Fo^c<FLXQzk-+g(`y!L8d0-W)殙~{Qtt6@5okxk Ar_l՜ 8~nB'aO Q^AaVrT6/CWb)t*/X FWQW4d)g9Q4p i)ʹ]ݰi8P sׁ& ݯ(U{PRZУ'+U[īߟjlLHF}Σ3 hjAݙ/ۑnݦat?,` 8QZ⒬19M*~X}1CWh֥J,6RnƏH q̪d4T6˥w)gq掛8Ts`4j"b]WW`. _NhG`e1J7Tz=;OerE Idؠas`j"^IoDVq0W*u'/Ҵ NЌI=(ۿqF|Ć&笚xp@cO!izY Lc/h2Ha-Ic)taN q b; >pZRl 9XZpH>{@ ǵ=#}z؀bSG_[v'-#C #n C4:?OxZ{N6k5ܑ j5ɡ=rl뚃J\S,'f/{Ch3&Ž]vrT͗}>O:r,j%=QSHآ2X+غ^[I/-Enlh=\.}ta2)c|X(IQֿf /C0^vC$P&+T~aHrR/kg$_L-sq?i 4fYƧ06^ꈊFl05u qSYpѭމUN9] ]W Mc4Hj);41Z]¥>.#h?n IJa1=yЁJ_\㻖0 մGO)Y P)(F*>[:7otXurx=X;j#x?ڜ^֔zwPwն_euEN@l5w|G bJ ['4<0D`E:MOs}}$З W~X|.^D<#M2-K_ȼ9=+hgc^En݅ DWwӂP^o)l |VJ'?=L%ތ^Lug'Xd{䲃̀+Z+u\n¾*%V2-‰٩}ڛ=Ăw6oI`xQ]Lx&~sl?qjOEMySm>Knn(̓(vx:nܼb}t*JR/s{"Гh?/ӕ Uc|Vc.EjG/p WcllˤN5 %$M?#tt*РPKtmk߶hk1>L݁.IE퓵5$v‹aۄ!RS=Wl_|N~Ƶ{xE:xݑ+*̴TK@V 3{Eđy Ae TLcksu;BE j yw*))  i߼,)sYi 凇P]+b!i. \옟 E4))֪Yߑ [wۧ(p (ϢW @SHOAyķݝP>6`aQut֕#紝>E,2m=wc+8Nh)2Qa,k|+CaDL;q`{\nOxw\Oz#S=Ky(ӆPCk激ļ"-#ՎJ\ Hca>N ݵ^tA%hKH:__ʐyIFrP{`>Avmə+90f"M8bI71nG)AвOCM&]=BTܔS<o"4^Q Wq%%z[Y?;#&by6cw@1V"Nz] LQNĴiVq ^In83teٽtΟҩd&t#)3XFpsNw"w sC# +JK3¨?qOh_)2o.;m5C̤`xD|bEZU%Bq)pQK=r'}~D[_tI7N3 [:(-/w&/̱favJoEqpT$`\c4n#z6nTkŠLJbSm~y2*G{k6@B bܖBC_͸*%NrR^·ķ:h1^\8/j%9\zpHCI2[NĭYE}>z@G:Bn[d?gY8JȜT./8DsJy@[9dl-fGkn]V`)AK_5r<@0Ek;| wb\$9Q2󎫨h}쾾sx+t\VbMR3LATJ>d.RdtQƈ!x.$[rGyI #[̖$5$ m5МZT[`/ 8r̖yTJ\NW/.#X~>vd@#WB~=b%YfI HdΉ1K&,m)ed;Nk0C,ZȀ7rK N`Ss NDNZ?,|u0}.#f/ֺVu ;*1Sq R نL3f8,YVX,<jԦmzR&M9-=n:ި-*>(აE| zwA >>dͅQ ?}/<*/b(Y$'sb+* ?fdhaW4N]hWX/.(1u53m4﻾8Hwa]+28tjT,ѩ͟)7 ¬lLQ/4.Ꝿ"Adh0 buڻ&I bǣrɋZ =#r|~n E_zOsjֳjT&}OHp+0nl/Y1Ѵї gD(}h%'QT1DS4 7wfUrXslB%/k) ql]Uu~K;-lpK+mW+@lw<_3B:م, b$[E ,hRW^{NoStS]_҈HĊr4B%HVj1PE$p,DomhYG%22G~ZiH$;N,}:×S>Ta3WܷV.M1{s;2B ൶T yUOb& `5?~ ( ~r0mAd9B% S"Cu® AˆzޜJ'iH׈LPXT̶:+EgK#bxD_2!7LBhGİeH?1 4 .v^{"@!㨇Ο"_zdB]YZ%J\A'5)$91.&"?'c>E!Y[}R[vK֖!}6}g[>TR봐MG7=er@uA,neEC`B^~b~S+,Ii )i}?"fXc^餉/uq Ω-ؼs_n&MujТO/x\5EJoGQ%oE~FWUG2'tʯj v3@2bS}#热c[GkuF @~h7 ݌,{*Ӻ?l=Uvx}UG ڃ8>G\pTJsp];|ӻ]eDY0(I:bocl?Ei].Eo:5A멎M ^d -{ǝL66sЭSsA$'ZLgDk _+<O; hS{o O{ ح\@ckH|;# (.mυճr`UJ 4a::u.i'%Rs%0E4̠qOTYVO+Y" !%+%T;kW="{ju^&=11ZBMu"o׹TB31 W3oDO9d<^[nBI`yϸ#hm`xWoRlvh>DE_vUs]q+b>AA79vԡ t-ջ]ኙHӥATO8j.w %[ySrqDmI'Qas۴V8'f0hh=+i, {JyBzK xƱe3Ѹ ILЯҭc'Gl{+ŭb77I#Q%Y!gŶJXAB?{g$gSw@85E>m'i=QqL]gJxs>t0=fJԜlZち+LA`(|E(x*v_}k0װf!Bon TZKHv CgK =!Kc+F=1V9\ˎ,bj1O!ѷ]c΀Lﲑj SH8}S1S${L-p #lx12,`<^Pcsm/?+쉨 [A>ޤ7\ /Y^Bdmsn~׶z-O +;W*GA 4DǘpNGrB[чL- UZ!Ӱi;Ò֩9ڲpSڂP` !=u%͟Ϊ^;{ j ?%~&qd] 8MQ!q'bYBon uyX)VꆋΦ ^q:#ijU yBΪGф6qi4ᚡLݱZNqǓNB,(@La= ?:0$}nȖyt+| }* `_,MW$|=w8D{+^g"St5xҬ2<}W j#d%Y()|P#m<*m] sQnkXN^RLj&=cmB2/1*\$ow&zH R'R18[yRYYT!UbuяUɆh2 jG,!|#\T0&KGzNuN-h\ =:3Doҩ^Ռ T4NnyF$ny@<h́[[_\{~&]}A9x,8z|ϣb@+d,}şn&˲ֳ":l cq)鶝rh&a2iC_ij_Gw#Aǽ*s;a h gڥ,%VDסCc7YsgsRB*@uhy(2PdIPaU\ci1%~7m@f\l1DVu.GH[~ZsGJ aj Ÿvы5-wci-D?R05WR`n<7&c}&_1j$Z"J<{kgEdg<%{~p瑇mDr4 e A:ZB>\-w|ZSkv2κ  Du M?'q]ľkDr7)94$P;j `i1#eL=_u|Sa<TqTIv:IYe[t'r%?Aئaꮬ|S\i^[vؗ$׼;BW>ڑDṇQ#VΦ#F 39fI Yx*q,hbj/[ld'/z) ipEg Sʹ-L彻g{֪Or-iƏowi|'* śk{Ñsq2>@ܒƨgwGoX&IRrT鼣A7Ew((F=Ȏ(zy\U"kNV_b_"]G,:3}x[2jq)jdc!/kurXʻ(@$$0U;>G.@`0T@~ݤڹZ@dX !r$Ř6z̪XQHLKSKmgH9Kڽa8喞>N8Ɉ ZGyA, 37`~Ho$D6lp-ڞ4 43ɞ8_Lv^[lQXᇩ%\[D8w";UQLokD_9-e z>fs5) S÷5Ә3<3b9tW_/- HpPBWbS(EyEk E c5Mn&7<7J!oL0MH1劋|y(-4Dhw݃QhJP+imGNsnמk=0Fi$\_LTDSww)'#$d)^B10mRx4v(i<0 n4N&)RU5}D-٬#*xλOՎÐ]&oGA_2i!VgTtwrSj1g#h5@[]Bihq.Z /' >7W,;-uy`(oxZCdQkpnL砖QzB/hNiei)j=l<7˃5,m(˛xY,2jMR9"Ի"pkmĺ!-vACӝX7 qT|)ajUz\$+~6XęΫr}λX 2nCT3[5^w|6/àpW&/ #ELt-OZK)w`?3-A(0x}>}{uQiq,!]\<&غi|&eTOunjp+aFxm .pWо0GNuTmvQʑ]^E#cmGQJ T#&GMqߣɽ/!LR,K`zqcD;=] Rӫ(OAܳȧx pf!(R츾Ӟ7/TituU ?dRrrhzeܗʔ%.rPФ2ZHj ~#,6mt0K7AYXrbHRTPjꥦ6}Q=F,=ۂ/P5;9-&>):+a$ 4IOv JA'˙*'Jvœ&\ ,psrK{yk݀v6bб o@o* 3D(e[ &&GKReE{3z|l;S  ME$9Q-ypQR;}/ IX$xR܏ɔYCĺ`ҾIH )1jd.Ty^c5< fQͭTfLKYN)х*x]]7.zRz&2 c1eӍZI7^>FCÅA:Fz~0.vY)/k_nzlRddUQ-3,@yZ铟r{b=#eFҜzѸh`{:;_q\  $K w ]P lVh}I} q+o3}V( oN n>v;70/?ˁ1Ek LK37cZ:z8tCE3!TOq[P)NeQAt_OxG ;ҎmT_VF:@9ҙkxbAE"k^пdnx`u:9\ ؙ ~>$J?/ܸUޗ0QG@uT=<)&|= 03xe "2HO)z6˪=>Lh$$P.I&"ٛڌ [}Q3; fQcCRaWv0~iL:,11L q6_bbY'saԥe]zJو1٬[ =2ub?T,'1^bw^ Cm& Q߉2׫|q,P#XqHa>_HD7L[RaL@w>`g5LkOkY'Q=(?KuEl: ,zURBV}:|i0oڵwPxMyBK0e￵[w Uۄ_,K\6TYa;SSϙ"hi#WGMX6^*Ԃ/h]5l{m_0up~p} )Kuijs}բy%50Lr}746wѕ,U TA&,_X͹ݘ2$l.n{e՘3;䡆ZI=K0ɺ&^)/Z\0LZcjzۓz3c\R01;Lb$D@\Ƭ{*6^BuoL/q];EQs+m =0`ƌj: 4)LjdG"!.săH8];.n[X9`nuCXN̦IZm]W-mn%vo L1zTiHaT2HK(al3oHDT@c*(T̩ O;F8IID>93l=y`숎[f$MCF?XjQe'=5 4H8|QrÉdS^ݻޝ=y=/ CND`%9(:P@Ih=Gv`[Wy)~3AVd=Q8;CpϿ YZ