python-curses-debuginfo-2.7.18-lp152.3.18.1 4>$  Apa8./=„@Yh7_S]}XĽ5qI GΒ&M%|IOI2p +*Ucv'gx Z9.D7E SJ{ ݊+>I 0 Z_>@#ԛ]WJLq_Z\ r|aaSEc.fCZ} &Q2"i F{/o.WxAZp^+kS26abe65a39d9b2c73c46925667e4d0f58f81f8abda1b62539b33f8cfb3f973fcc932a0dec11a2c93acb792456d5ffb2d4ddc1c7a<a8./=„ӛ ]wy]dgyx0Ṫq$*7}gcUY+W<6bc*eדA2d9y_cGxv)@*+hWv9 Pe)3e f;`)3`wRU1:{xУ$QƷVgV"Cΰ,T=ň[z9G p\&H>.ar[97drT+ZWXbJHhDkHLlO@G-V I <5Q7@|>p@\?\p , X /8C \n   8  P8 ('80I9TI:=IFTGUHU<IUtXUYU\V]VH^W~ bXhcY&dYeYfYlYuYvZw[dx[y[z[[[\ \ \$\*\lpython-curses-debuginfo2.7.18lp152.3.18.1Debug information for package python-cursesThis package provides debug information for package python-curses. Debug information is useful when developing applications that use this package or when debugging this package.a8goat17openSUSE Leap 15.2openSUSEPython-2.0http://bugs.opensuse.orgDevelopment/Debughttp://www.python.org/linuxi5867d=jjuAAAAAAAA큤a8a8a8a8a8a8a8a8a8a8a8a8a8a8628047d2d1779eea7ff4414f748ca23680e594bbac574057b9e717ed7cd1fab59a8afb8c2e8bb8f8aedd55302fa43f046a8da10c80516571ccb6ed4caa32f68e../../../../../usr/lib/python2.7/lib-dynload/_curses.so../../../../../usr/lib/debug/usr/lib/python2.7/lib-dynload/_curses.so-2.7.18-lp152.3.18.1.i386.debug../../../../../usr/lib/python2.7/lib-dynload/_curses_panel.so../../../../../usr/lib/debug/usr/lib/python2.7/lib-dynload/_curses_panel.so-2.7.18-lp152.3.18.1.i386.debugrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-2.7.18-lp152.3.18.1.src.rpmdebuginfo(build-id)debuginfo(build-id)python-curses-debuginfopython-curses-debuginfo(x86-32)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1`t`@``___@^@^>^>^;^8 @^.^g@^ @]f@]@]]]d@]d@]@]z@]V]y@]9]1]\t@\\7\7\\J@\J@\C@\2[[#@[6@[@[ @[Za@Z@ZxG@ZtRZp^@ZMatej Cepl Matej Cepl Matej Cepl Matej Cepl Steve Kowalik Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Tomáš Chvátal Matej Cepl Matej Cepl Tomáš Chvátal Dominique Leuenberger Matej Cepl Matej Cepl Matej Cepl Matej Cepl Steve Kowalik Matej Cepl Matej Cepl Bernhard Wiedemann Matej Cepl Matej Cepl Tomáš Chvátal Matej Cepl Martin Liška Matej Cepl Matej Cepl Matej Cepl Matej Cepl mcepl@suse.commcepl@suse.commcepl@suse.comTodd R Tomáš Chvátal Matěj Cepl mcepl@suse.compsimons@suse.commcepl@suse.commichael@stroeder.commliska@suse.czpsimons@suse.comnormand@linux.vnet.ibm.comnormand@linux.vnet.ibm.comtchvatal@suse.comjmatejek@suse.comjmatejek@suse.commpluskal@suse.comvcizek@suse.comjmatejek@suse.comkukuk@suse.dejmatejek@suse.comjmatejek@suse.combwiedemann@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comrguenther@suse.comjmatejek@suse.comdimstar@opensuse.orgjmatejek@suse.commeissner@suse.comdmueller@suse.commichael@stroeder.comschwab@suse.deschwab@suse.dejmatejek@suse.comdmueller@suse.com- Modify Lib/ensurepip/__init__.py to contain the same version numbers as are in reality the ones in the bundled wheels (bsc#1187668).- Add CVE-2021-23336-only-amp-as-query-sep.patch which forbids use of semicolon as a query string separator (bpo#42967, bsc#1182379, CVE-2021-23336). - Update to 2.7.18, final release of Python 2. Ever.: - Newline characters have been escaped when performing uu encoding to prevent them from overflowing into to content section of the encoded file. This prevents malicious or accidental modification of data during the decoding process. - Fixes a ReDoS vulnerability in http.cookiejar. Patch by Ben Caller. - Fixed line numbers and column offsets for AST nodes for calls without arguments in decorators. - Disallow control characters in hostnames in http.client, addressing CVE-2019-18348. Such potentially malicious header injection URLs now cause a InvalidURL to be raised. - Fix urllib.urlretrieve failing on subsequent ftp transfers from the same host. - Fix problems identified by GCC's -Wstringop-truncation warning. - AddRefActCtx() was needlessly being checked for failure in PC/dl_nt.c. - Prevent failure of test_relative_path in test_py_compile on macOS Catalina. - Fixed possible leak in :c:func:`PyArg_Parse` and similar functions for format units "es#" and "et#" when the macro :c:macro:`PY_SSIZE_T_CLEAN` is not defined. - Remove upstreamed patches: - CVE-2019-18348-CRLF_injection_via_host_part.patch - Other patches recalculated.- Add CVE-2021-3177-buf_ovrfl_PyCArg_repr.patch fixing bsc#1181126 (CVE-2021-3177) buffer overflow in PyCArg_repr in _ctypes/callproc.c, which may lead to remote code execution.- Provide the newest setuptools wheel (bsc#1176262, CVE-2019-20916) in their correct form (bsc#1180686).- Replace bundled wheels for pip and setuptools with the updated ones (bsc#1176262 CVE-2019-20916).- Add CVE-2020-26116-httplib-header-injection.patch fixing bsc#1177211 (CVE-2020-26116, bpo#39603) no longer allowing special characters in the method parameter of HTTPConnection.putrequest in httplib, stopping injection of headers. Such characters now raise ValueError.- Add CVE-2019-20907_tarfile-inf-loop.patch fixing bsc#1174091 (CVE-2019-20907, bpo#39017) avoiding possible infinite loop in specifically crafted tarball. Add recursion.tar as a testing tarball for the patch.- Add CVE-2019-18348-CRLF_injection_via_host_part.patch to disallow control characters in hostnames in httplib, addressing CVE-2019-18348. Such potentially malicious header injection URLs now cause a InvalidURL to be raised. (bsc#1155094)- Add CVE-2019-9674-zip-bomb.patch to improve documentation warning about dangers of zip-bombs and other security problems with zipfile library. (bsc#1162825 CVE-2019-9674)- Change to Requires: libpython%{so_version} == %{version}-%{release} to python-base to keep both packages always synchronized (add %{so_version}) (bsc#1162224).- Add CVE-2020-8492-urllib-ReDoS.patch fixing the security bug "Python urrlib allowed an HTTP server to conduct Regular Expression Denial of Service (ReDoS)" (bsc#1162367)- Provide python-testsuite from devel subkg to ease py2->py3 dependencies- Add python-2.7.17-switch-off-failing-SSL-tests.patch to switch off tests coliding with the combination of modern Python and ancient OpenSSL on SLE-12.- libnsl is required only on more recent SLEs and openSUSE, older glibc supported NIS on its own.- Add provides in gdbm subpackage to provide dbm symbols. This allows us to use %%{python_module dbm} as a dependency and have it properly resolved for both python2 and python3- Drop appstream-glib BuildRequires and no longer call appstream-util validate-relax: eliminate a build cycle between as-glib and python. The only thing would would gain by calling as-uril is catching if upstream breaks the appdata.xml file in a future release. Considering py2 is dying, chances for a new release, let alone one breaking the xml file, are slim.- Unify packages among openSUSE:Factory and SLE versions. (bsc#1159035) ; add missing records to this changelog. - Add idle.desktop and idle.appdata.xml to provide IDLE in menus (bsc#1153830)- Add python2_split_startup Provide to make it possible to conflict older packages by shared-python-startup.- Move /etc/pythonstart script to shared-python-startup package.- Add bpo-36576-skip_tests_for_OpenSSL-111.patch (originally from bpo#36576) skipping tests failing with OpenSSL 1.1.1. Fixes bsc#1149792- Add adapted-from-F00251-change-user-install-location.patch fixing pip/distutils to install into /usr/local.- Update to 2.7.17: - a bug fix release in the Python 2.7.x series. It is expected to be the penultimate release for Python 2.7. - Removed patches included upstream: - CVE-2018-20852-cookie-domain-check.patch - CVE-2019-16935-xmlrpc-doc-server_title.patch - CVE-2019-9636-netloc-no-decompose-characters.patch - CVE-2019-9947-no-ctrl-char-http.patch - CVE-2019-9948-avoid_local-file.patch - python-2.7.14-CVE-2018-1000030-1.patch - python-2.7.14-CVE-2018-1000030-2.patch - Renamed remove-static-libpython.diff and python-bsddb6.diff to remove-static-libpython.patch and python-bsddb6.patch to unify filenames.- Add CVE-2019-16935-xmlrpc-doc-server_title.patch fixing bsc#1153238 (aka CVE-2019-16935) fixing a reflected XSS in python/Lib/DocXMLRPCServer.py- Add bpo36302-sort-module-sources.patch (boo#1041090)- Add CVE-2019-16056-email-parse-addr.patch fixing the email module wrongly parses email addresses [bsc#1149955, CVE-2019-16056]- boo#1141853 (CVE-2018-20852) add CVE-2018-20852-cookie-domain-check.patch fixing http.cookiejar.DefaultPolicy.domain_return_ok which did not correctly validate the domain: it could be tricked into sending cookies to the wrong server.- Skip test_urllib2_localnet that randomly fails in OBS- bsc#1138459: add CVE-2019-10160-netloc-port-regression.patch which fixes regression introduced by the previous patch. (CVE-2019-10160) Upstream gh#python/cpython#13812- Set _lto_cflags to nil as it will prevent to propage LTO for Python modules that are built in a separate package.- bsc#1130840 (CVE-2019-9947): add CVE-2019-9947-no-ctrl-char-http.patch Address the issue by disallowing URL paths with embedded whitespace or control characters through into the underlying http client request. Such potentially malicious header injection URLs now cause a ValueError to be raised.- bsc#1130847 (CVE-2019-9948) add CVE-2019-9948-avoid_local-file.patch removing unnecessary (and potentially harmful) URL scheme local-file://.- bsc#1129346: add CVE-2019-9636-netloc-no-decompose-characters.patch Characters in the netloc attribute that decompose under NFKC normalization (as used by the IDNA encoding) into any of ``/``, ``?``, ``#``, ``@``, or ``:`` will raise a ValueError. If the URL is decomposed before parsing, or is not a Unicode string, no error will be raised (CVE-2019-9636). Upstream commits e37ef41 and 507bd8c.- (bsc#1111793) Update to 2.7.16: * bugfix-only release: complete list of changes on https://github.com/python/cpython/blob/2.7/Misc/NEWS.d/2.7.16rc1.rst * Removed openssl-111.patch and CVE-2018-1000802-shutil_use_subprocess_no_spawn.patch which are fully included in the tarball. * Updated patches to apply cleanly: CVE-2019-5010-null-defer-x509-cert-DOS.patch bpo36160-init-sysconfig_vars.patch do-not-use-non-ascii-in-test_ssl.patch openssl-111-middlebox-compat.patch openssl-111-ssl_options.patch python-2.5.1-sqlite.patch python-2.6-gettext-plurals.patch python-2.7-dirs.patch python-2.7.2-fix_date_time_compiler.patch python-2.7.4-canonicalize2.patch python-2.7.5-multilib.patch python-2.7.9-ssl_ca_path.patch python-bsddb6.diff remove-static-libpython.patch * Update python-2.7.5-multilib.patch to pass with new platlib regime.- bsc#1109847: add CVE-2018-14647_XML_SetHashSalt-in_elementtree.patch fixing bpo-34623.- bsc#1073748: add bpo-29347-dereferencing-undefined-pointers.patch PyWeakref_NewProxy@Objects/weakrefobject.c creates new isntance of PyWeakReference struct and does not intialize wr_prev and wr_next of new isntance. These pointers can have garbage and point to random memory locations. Python should not crash while destroying the isntance created in the same interpreter function. As per my understanding, both wr_prev and wr_next of PyWeakReference instance should be initialized to NULL to avoid segfault.- bsc#1122191: add CVE-2019-5010-null-defer-x509-cert-DOS.patch fixing bpo-35746. An exploitable denial-of-service vulnerability exists in the X509 certificate parser of Python.org Python 2.7.11 / 3.7.2. A specially crafted X509 certificate can cause a NULL pointer dereference, resulting in a denial of service. An attacker can initiate or accept TLS connections using crafted certificates to trigger this vulnerability.- Use upstream-recommended %{_rpmconfigdir}/macros.d directory for the rpm macros.- Add patch openssl-111.patch to work with openssl-1.1.1 (bsc#1113755)- Apply "CVE-2018-1000802-shutil_use_subprocess_no_spawn.patch" which converts shutil._call_external_zip to use subprocess rather than distutils.spawn. [bsc#1109663, CVE-2018-1000802]- Apply "CVE-2018-1061-DOS-via-regexp-difflib.patch" to prevent low-grade poplib REDOS (CVE-2018-1060) and to prevent difflib REDOS (CVE-2018-1061). Prior to this patch mail server's timestamp was susceptible to catastrophic backtracking on long evil response from the server. Also, it was susceptible to catastrophic backtracking, which was a potential DOS vector. [bsc#1088004 and bsc#1088009, CVE-2018-1061 and CVE-2018-1060]- Apply "CVE-2017-18207.patch" to add a check to Lib/wave.py that verifies that at least one channel is provided. Prior to this check, attackers could cause a denial of service (divide-by-zero error and application crash) via a crafted wav format audio file. [bsc#1083507, CVE-2017-18207]- Apply "python-sorted_tar.patch" (bsc#1086001, boo#1081750) sort tarfile output directory listing- update to 2.7.15 * dozens of bugfixes, see NEWS for details - removed obsolete patches: * python-ncurses-6.0-accessors.patch * python-fix-shebang.patch * gcc8-miscompilation-fix.patch - add patch from upstream: * do-not-use-non-ascii-in-test_ssl.patch- Add gcc8-miscompilation-fix.patch (boo#1084650).- Apply "python-2.7.14-CVE-2017-1000158.patch" to prevent integer overflows in PyString_DecodeEscape that could have resulted in heap-based buffer overflow attacks and possible arbitrary code execution. [bsc#1068664, CVE-2017-1000158]- exclude test_socket & test_subprocess for PowerPC boo#1078485 (same ref as previous change)- Add python-skip_random_failing_tests.patch bypass boo#1078485 and exclude many tests for PowerPC- Add patch python-fix-shebang.patch to fix bsc#1078326- exclude test_regrtest for s390, where it does not segfault as it should (fixes bsc#1073269) - fix segfault while creating weakref - bsc#1073748, bpo#29347 (this is actually fixed by the 2.7.14 update; mentioning this for purposes of bugfix tracking)- update to 2.7.14 * dozens of bugfixes, see NEWS for details * fixed possible integer overflow in PyString_DecodeEscape (CVE-2017-1000158, bsc#1068664) * fixed segfaults with dict mutated during search * fixed possible free-after-use problems with buffer objects with custom indexing * fixed urllib.splithost to correctly parse fragments (bpo-30500) - drop upstreamed python-2.7.13-overflow_check.patch - drop unneeded python-2.7.12-makeopcode.patch - drop upstreamed 0001-2.7-bpo-30714-ALPN-changes-for-OpenSSL-1.1.0f-3094.patch - Apply "python-2.7.14-CVE-2018-1000030-1.patch" and "python-2.7.14-CVE-2018-1000030-2.patch" to remedy a bug that would crash the Python interpreter when multiple threads used the same I/O stream concurrently. This issue is not classified as a security vulnerability due to the fact that an attacker must be able to run code, however in some situations -- such as function as a service -- this vulnerability can potentially be used by an attacker to violate a trust boundary. [bsc#1079300, CVE-2018-1000030]- Call python2 instead of python in macros- Fix test broken with OpenSSL 1.1 (bsc#1042670) * add 0001-2.7-bpo-30714-ALPN-changes-for-OpenSSL-1.1.0f-3094.patch- drop SUSE_ASNEEDED=0 as it is not needed anymore- Add libnsl-devel build requires for glibc obsoleting libnsl- obsolete/provide python-argparse and provide python2-argparse, because the argparse module is available from python 2.7 up- SLE package update (bsc#1027282) - refresh python-2.7.5-multilib.patch - dropped upstreamed patches: python-fix-short-dh.patch python-2.7.7-mhlib-linkcount.patch python-2.7-urllib2-localnet-ssl.patch CVE-2016-0772-smtplib-starttls.patch CVE-2016-5699-http-header-injection.patch CVE-2016-5636-zipimporter-overflow.patch python-2.7-httpoxy.patch - Add python-ncurses-6.0-accessors.patch: Fix build with NCurses 6.0 and OPAQUE_WINDOW set to 1. (dimstar@opensuse.org)- Add reproducible.patch to allow reproducible builds of various python packages like python-amqp Upstream: https://github.com/python/cpython/pull/296- update to 2.7.13 * dozens of bugfixes, see NEWS for details * updated cipher lists for openssl wrapper, support openssl >= 1.1.0 * properly fix HTTPoxy (CVE-2016-1000110) * profile-opt build now applies PGO to modules as well - update python-2.7.10-overflow_check.patch with python-2.7.13-overflow_check.patch, incorporating upstream changes (bnc#964182) - add "-fwrapv" to optflags explicitly because upstream code still relies on it in many places- provide python2-* symbols, for support of new packages built as python2-foo - rename macros.python to macros.python2 accordingly - require python-rpm-macros package, drop macro definitions from macros.python2- initial packaging of `python27` side-by-side variant (fate#321075, bsc#997436) - renamed `python` to `python27` in package names and requires - removed Provides and Obsoletes clauses - dropped SLE12-only patch python-2.7.9-sles-disable-verification-by-default.patch, companion sle_tls_checks_policy.py file and the python-strict-tls-checks subpackage - dropped profile files - removed /usr/bin/python and /usr/bin/python2, along with other unversioned aliases - rewrote macros file to enable stand-alone packages depending on py2.7 - re-included downloaded version of HTML documentation- update to 2.7.12 * dozens of bugfixes, see NEWS for details * fixes multiple security issues: CVE-2016-0772 TLS stripping attack on smtplib (bsc#984751) CVE-2016-5636 zipimporter heap overflow (bsc#985177) CVE-2016-5699 httplib header injection (bsc#985348) (this one is actually fixed since 2.7.10) - removed upstreamed python-2.7.7-mhlib-linkcount.patch - refreshed multilib patch - python-2.7.12-makeopcode.patch - run newly-built python interpreter to make opcodes, in order not to require pre-built python - update LD_LIBRARY_PATH to use $PWD instead of "." because the test process escapes to its own directory - modify shebang-fixing scriptlet to ignore makeopcodetargets.py- CVE-2016-0772-smtplib-starttls.patch: smtplib vulnerability opens startTLS stripping attack (CVE-2016-0772, bsc#984751) - CVE-2016-5636-zipimporter-overflow.patch: heap overflow when importing malformed zip files (CVE-2016-5636, bsc#985177) - CVE-2016-5699-http-header-injection.patch: incorrect validation of HTTP headers allow header injection (CVE-2016-5699, bsc#985348) - python-2.7-httpoxy.patch: HTTPoxy vulnerability in urllib, fixed by disregarding HTTP_PROXY when REQUEST_METHOD is also set (CVE-2016-1000110, bsc#989523)- Add python-2.7.10-overflow_check.patch to fix broken overflow checks. [bnc#964182]- copy strict-tls-checks subpackage from SLE to retain future compatibility (not built in openSUSE) - do this properly to fix bnc#945401 - update SLE check to exclude Leap which also has version 1315, just to be sure- Add python-ncurses-6.0-accessors.patch: Fix build with NCurses 6.0 and OPAQUE_WINDOW set to 1.- add missing ssl.pyc and ssl.pyo to package - implement python-strict-tls-checks subpackage * when present, Python will perform TLS certificate checking by default. it is possible to remove the package to turn off the checks for compatibility with legacy scripts. * as discussed in fate#318300 * this is not built for openSUSE, but retained here in case we want to build the package for a SLE system- python-fix-short-dh.patch: Bump DH parameters to 2048 bit to fix logjam security issue. bsc#935856- add __python2 compatibility macro (used by Fedora) (fate#318838)- update to 2.7.10 - removed obsolete python-2.7-urllib2-localnet-ssl.patch- Reenable test_posix on aarch64- python-2.7.4-aarch64.patch: Remove obsolete patch - python-2.7-libffi-aarch64.patch: Fix argument passing in libffi for aarch64- update to 2.7.9 * contains full backport of ssl module from Python 3.4 (PEP466) * HTTPS certificate validation enabled by default (PEP476) * SSLv3 disabled by default (bnc#901715) * backported ensurepip module (PEP477) * fixes several missing CVEs from last release: CVE-2013-1752, CVE-2013-1753 * dozens of minor bugfixes - dropped upstreamed patches: python-2.7.6-poplib.patch, smtplib_maxline-2.7.patch, xmlrpc_gzip_27.patch - dropped patch python-2.7.3-ssl_ca_path.patch because we don't need it with ssl module from Python 3 - libffi was upgraded upstream, seems to contain our changes, so dropping libffi-ppc64le.diff as well - python-2.7-urllib2-localnet-ssl.patch - properly remove unconditional "import ssl" from test_urllib2_localnet that caused it to fail without ssl- skip test_thread in qemu_linux_user modegoat17 1631110427 0c4fe89a2058b07c16b8636eb85f3caa469fd5031123a66eee698032902fff7a71c1bd57595ff3922.7.18-lp152.3.18.12.7.18-lp152.3.18.1debug.build-id0c4fe89a2058b07c16b8636eb85f3caa469fd5034fe89a2058b07c16b8636eb85f3caa469fd503.debug1123a66eee698032902fff7a71c1bd57595ff39223a66eee698032902fff7a71c1bd57595ff392.debugusrlibpython2.7lib-dynload_curses.so-2.7.18-lp152.3.18.1.i386.debug_curses_panel.so-2.7.18-lp152.3.18.1.i386.debug/usr/lib//usr/lib/debug//usr/lib/debug/.build-id//usr/lib/debug/.build-id/0c//usr/lib/debug/.build-id/11//usr/lib/debug/usr//usr/lib/debug/usr/lib//usr/lib/debug/usr/lib/python2.7//usr/lib/debug/usr/lib/python2.7/lib-dynload/-fomit-frame-pointer -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:Maintenance:16917/openSUSE_Leap_15.2_Update/ffc5474875adfbac690e7b5d0c9e3777-python.openSUSE_Leap_15.2_Updatecpioxz5i586-suse-linuxdirectoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=0c4fe89a2058b07c16b8636eb85f3caa469fd503, with debug_info, not strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=1123a66eee698032902fff7a71c1bd57595ff392, with debug_info, not strippedPP˦q;Rjpython-debugsource(x86-32)2.7.18-lp152.3.18.1utf-8cc868681e2316101954d4fc8b4deded60b9c0701f9a679ab1cc011319bcef28e?7zXZ !t/{R] crt:bLL ۚsQ%aR;)(/&xyZODuuHaQ3jY#NaY8%N>AB`qFǫuHsz4K'H0͋({'3^zFO9=|/p iU9'ANP74.8!DƊtmt$﷤ ʸf 5bjr +23Llo*W|%|V~(*a :!Qp_y "<ΐ>ަ᫧Syx d(-d[ܑP7fz +"hK i4Gj Y`[T[f]\qNU.M&f ȁ 3(omG%y-AI=6$ly% 4RI60KnuS#N*\\,ٗ%MAv"t:*k /aM@XSABrj4 j8pxދ~#_P@ @P7&u<URVfh49OWc%2ISm%UCH.%@HM"c\P-}ݬИcl&tԮ۳U~s'ui֠?3=flZWò /JI+熖.hhumjz7%d5P$BrI/4X!10V<;TFT`*1grr}s=]UOHkJL,c}<83>=v/'H'feA'6AF+L֚V[?->NR: h_cv 1Kb;dXمNgW-].* @vͣY*5"7% KL z߷P={c~JᮂM{C*9~,X^,Yz,zoBLhdhգn"}H xLDOXF(uKP-ZKmuΫ-Yx Lp.ir_5q'U쁥EBtX{av|ח_O-z'ذw!HZ1]q^/o(}{{淏j}$zv\5&&زBUW^OY+m ^1gk\|%֘ŸfxpOc$5BKnei*,XM$w8R8v*/?@ 5cG' bvIՔ^KWZ.<Ÿ+|%x:f:B9њ&$x4U7֮ƃ b:'tdX3pEpl,.y cК!ϽJ{5lkKsqx9`EaJb~?I:3{C-h +ڶ  bY%7>`kG=y3ۉ1]M=ȃ/IUC\P4X7%xR &6xL R)CW@ٺ#CB*ߐA7%^1o%"bWOXPY퍛'=TIŋLXOz!2{hIqf50-R@ݥ+bxȵG+ɖ dBjvɍy&RSIuU۰ 9/nzY +16,"#sDBXux`Rua LF3DrJ[.LN CetW^,'7׫PH"#O%ܫaEVg l&}.S7w :HK7ZVAD:X醚-qTΚĕ&0w5.Lryue|I%MXZAm~Ie*lTEc+}[ j kÀoM|R6Y"t (rCq^CdR(?#YncYkٞJ3m;Ͳq P%z6t?X}ip'ƴnرWII؉?%NB~wcl#CKg?ĦXnW&Ңpd Gd>cg~W`g:xdx;82U~έa}o3UziN&ãTy> 4"&F'RdIÎh'v)9ll۞lނMu04$\+6/h~m']ŵ><k e-Z bwL͜X"=4#hxQs/LASrpImv`A.bނ ~SXbOUqfxX` p/Qͤ{OF97 X]cGxU5BMqx(/;.Ju3,%NE],\`1F݀\XG0⟱1(іås1}ON L MhHsځ ,"j>$Frɾ(l/ٍ>0Fu[;_$4%v-Iqγ4W5Ju|J$yOvY Yuաa s>!Ith߀6g}XRzBӡZ.x66-fo'PQ-oc@ֹL4Z/Zt:A nDI @?nqItzx F7owa U E?\TE 541i=ΗY n/4[*#^!pQ철g L8in 4׹CPiLђF*()jjC_'St8X؀\-#^fW(I+שrl;`aD{ŝN1d QsJF&]8 ʆʮp~\~M1!!6Ɍg2\-tRJEm|Ec2Sq~eҀFuD>#K**:db1hWx 4KfasG f)eoT酁]Ү_KuM&Dz{j UvSAfAeFx'RYNAm0Yu?%56ygL)v6nTА"B!VWջ讕/amf>j,9jY$mD=,b%Sh{fYD,Q4cpy sX2f)Ҿ@#aE UFsryG ]p錳LT _ueF['\3$UmcG|z QQHrJs%֨ARX:c{Lm`kS-͓A{Pjw@/;(ø9hqKE^1+zܩcn%|6u($YN ]1@Aj HVgd}P!wNF2/z_{N)xjvdy CF5G=BeFiD-><=_K?Te>XEŅqR p.ׁZ^Rk*Q)ag{VBBI#eߎݳ,AcV'TBTSOKhӴ!҉ ?@gɠũ:<¨bxgl!fߴGz"dv Ohՠ+!Ig&.wI+̫מ,-h$T,6nnYIo]^2m(v.r֚NJ1Ju)r^M^X= (0>G]ػm[dJu~ԇ{X 2Fz^2ؑ nyٱ[<+GH>5{eiX@P@pRXĨ>ޫj8q Yw|00w ZD9$\J%8I s\'8seL'G蹌xNzXbXӢlZ[&?Cs7yJ7iqh7 R2_ɀm/ffZJi}CVH(ߣkYG4"'d'V>󹧉MPW+ᢼE;_{ z37=\2~NBb0d y7 մ #:"`i$Rai%.!+N>28ud9W /Tz]yؓ:/‘vɑݱNlRdip*Ӡ?pa[庢rjmwuhһ cɝͳL3;u~v> &̵Gڪ&ܻipky5/ֶꟛA}'9<1 3R} n B< 9^k' D9s I14=jRI_m魓bO>ulḟ*H!H\q_N)vg.=LbS0vP z6e_I*jL6n"+9B#FK)fx "i|s-(Kr.N'75`} j^W46]HZV+:54JV`9l}jI|zvPg\XT+If@Mh\oMlECϾZο!%uw-t5rC{ /BD_ryw&Qg,vjcn=)8p03=BϳJgFg/[F0~,WY4*P񳄆b :zh%cc䉎lM2QoVxP+w7nA25eP7hUTtX(WtG"jwS{i8a6b0iGݒ4YBQ UF(VzthD١dg._]mQCwŝ7 e&(ɣ 6DA9h ^OJ ֈNTԪ2fӲ2z|Qa-lbuwM#s'60,6ɱi|e A2=Xx )6ixz=ր?!>UuYq/;Ѭ3бR$2̐Wyw(Oة3 ?TqbR+`O)n>e3I>ƭ#-dm֙|u.8HE? .Cht&O1_*Zߜ.w!{ ͉N(u!tq2@Ffy[^/z,({r0݄Lz?tlS0㹭ͿOj\BR%~; JdϷkv2>U+,ڥubA )O[0e7rH!]q/FWRӡEl㳆\Q J|h [͇,`/n- 3=`NhP+^`,ׯ(Zc(Z P٨gч>jL٥[j!\֙O32 zHS_¤ PYi\ֵt Cӗ'T~r|,vl򩃱1jr%>p?o͹LJlZj*WQN f{%¼nn& c0+2&Y,Xv@k hU50!G{Xb :s,8 2\v\fg`z|S$4i`+/Q,V9Tٰ>d4VVV4Bo8V_M**9-uѻϩ h.?iIj9%(ܒ&u:\Vu:|j.;-뜿)YYTO,4 kIW.KjR(u(.v4*~w@z9`a j} nb [[m4OѼ>ODŽX@-J|9RUVh}=7xvR*ò'`e-F')MwN.sçኀq8yts$DB!Ra/ۖУ5@|pk@WG|²Lӽśo. v/Vm| ?Ɠf6ǃ@Nm\i h(``XbUԉbO>%gXbO/ui Vb;' )+6 ^b覥nR(Bd=O{/NM4{IZ_e@N8- f@VpWd:s]@%$3;'V(8nL_Cɺ&-VTbY=cx7@WdOY&VZ쳧] JX?1NAc Xh+z.Bד#'s$ l(XUP&C<~ƽmujM ›gw:;,,rZ|)* F'{ )rZH/џ#w_? TtNInu%Tl9l"鹡%*0pk26Z5 M_yS3[Bl e6Nvӆq TjrFfbobы,oNUѬJIk&L~zm@-.bKx} P {奈ՔyA}9!V^L)jfǚ-$bk%Du*s'gx p(>M: 9liK,5wG=X5Ȕmh?IzӂůSOB?j "n}A? ,pm9kNGNs#iήXmC8IlC{tڟ{m͡TB2Pa ;PEƲb!g0guO+yC޵xVl̚_}:`5g%6_)[Bc'v%ۅMռ\|Ɇ ,2m" ~lHX~TS݀\yi@%xsq:|ёxV/8z"8(R ȀŦA|ktG ڻMNoV@MiD&2;?н\fEIUTI\M{b3Vg/2\Rr4 `ޒSȩ9qnk餷}. nL4_oc}1})$^8a'uĖGͣ2Rm'|"j>Zל^ dw/`l֞y@ψ_y !v(d̊=}wM1NZ< ^禢kuÊ[JHh~ !d|!Fa9AwdwV\6uG7^978z?>EBhU8W=eL@ 'M:p2#OQ79Y1zINl"&_q%V m!@i™5?6 ܕ7Kn%[+ŷJ;156~l2M-̼UPs q&[୲ mm1۹$]LOU{oڏ ƮY;*Ԙ^[YJC2ly5|~ƽ5shf}).u5&H-|ѿV2.UFR&РjsgqmMLT΄0xjj7ڡ0X[O*'s͕Z{q:4섒{I9`?l,bW!ǑČU$u(*nz: ŵꋭ.jy!aN _[#o@'pXs?Arw|ӐDwJ .XI-Y,Gi!\UD 87'3ԭgݟTgh}6"Ǿ)g`NB\nIn+} R̹Ch[.xn'7Jvrj,B7N!kpU`S&`|ukB|4.B'6y/,w^}ytz+4߭Hkqgg0Yٖ`fk7j=뼌%q7W^9Ċ!- :L\|{@N&I6oˆH0b]D/͓@C w\4w X3)e7rk^[wpScѮՔ;.d OǔJ\ߝ) Zi>E5Yys*)7- `f!@+䒬l@/4k܌RdeWw*dkyn"36h%t HB_!D ~`Bz zE.YH Du,s $_iFGO~t<(h':N*>㻦d2e2פwt/׹ķC[棻 9۵H4^1*g&Q@{ ̈́Ow$=Eܒs/Dy03s]cN>0O,\R# BThp+q:ʏX5qz(a*!G* ȓﵢd7U +$JJ$oT58e[VѯY]K%u Bv- CˀҏS\4|oQVSBT⋿㣤x=_TUxe؈1l!(_21ǣqCxI=\$ͼYKؖ]J?n y(lf(0^!$}oP|_ΈT0`+vD^2Z b@`Nؔ{_Vq;io|AAOpZE">I4?_ Fp)lFGyr~n9"R5Xj!٦ {&~c)+سH] n&VL0`rap1xmq#^Yu_hԆ򠣉["=sELp?_? 3stv9?qve4KQ}74>q[O _7=Ƹw@~U@][H]>i뱼X *+>* '03H-D!e"ݒ$"ƀ!(1\i!ŜT\{g bhTW}sg,CRz]P&K=+X~qGC/C&O%J/"WilLGvYsDr7}d[bV X=]48F9MkMEы-[,&)ҟUuq8ݴ+BqS}˞ePhCC !5n?h|p> Hbr<qIրrk2k] v@X]I {|b.@w_o4`C{:$d>!8)B”˸1D}nrMch ƊAZebs#3%;=[[(]Z-_7jqLPsxfE:|ShwĮt:t(1PVl@:DhgṪ=@;0I{i~<" ]W %aoVCq(g@2K;n@ uұ~J0W{LLAXFDeJ(M&_F.N!e%ׄ~OFKd6P ^I7TFwc̶>:%)UTFcX |t3;"N@[*i_k-p ݥ ϬN∇Dǎ;#e [}08E~>C ٰO.Aez3=]ss.tXaCi`}EC6^)ȟ;Z䣟3҇ؐP%0ca[DFoP%J|p5u''{C{Wo"-PbDXʹ'WPb8y΍b8Vxd™T (86K aLGy!} Sّ8R8b zDH?lh'-C%(Eŋ+u25petܹe6gY<.}wE ?}VU3 wN}5X&ߕ|M&Ɲ]05w7mѢ) ǬKX~d~T&:Fadae}݂ .?.Wƚm**p$FԹ~+l.i)/x`Dfȴ5L= `dx(Ϣ=N8DE~݆Ĕ2 2`>b~x$5oݵ^U@׸ boK+0ut&O6`_[ŌПA|mʦljh0RG[<Ш5bv-z~xtԦKϗC dX \x u͂3aoڬb:ۚxuzZ~S+uiymjD AV"RCW8_gÒ@2&Km,9\T2 ̼L\Y2]ܘ1HS5+,w0kOz+bpLily=V`5^Qvh_.,Ejo*W 3$)A'sKЕR{˱);O2%,IA 9*D6r->|~.BTQm奒YO`I.kNqObbQQmYy=XQ[xınGs=r,']S 9 ;K:)2n9x )Н}y&ʊۆC%~v?25u`CS#᱒L=Z7ˆRL 2 y'|o쯠o_zuzos, Qܪ=;MJU8XL%wMV3EĚ7`_P{Ak- l#{JQZ88Tn(Ė `XOGqb~LNsP/cAvގRFaTT T=z k}C mݣص)MjL-QKR0oXo3m멢HS |G(5d 韟17k Vw0@\F Hַ]*ܖ6LP SWq) ǓC?;څc!w*Dsi>3Fnw/<J^s$1@ts|ZLr/Cܩ.(`sA/?i3 0+#B\V0>;19YZ5$%-b)'Y./zO{WD觪&patTS MUCg6P&!%mUA#hLK@n^rѕ^;?\O6$V)Hj|JVE FنݻҭWZ/Pw5<%+ơ)~qe ׊W;`)_`ym=1zϐ3@G U8uѯAP|t!r7t%IOp>ͨ5ȣ$M;4VR26^\vsNjBo[2aZl뫌Zk,0u,vjn`9'؇ɩnX&#|WPEcT[a+&ܼƭ2XVAaKj!EnC` N2ʠ\FX43`-m`un.v)n%k=|{m+x}K;>Ͻ Aτ(zoW^qF>~gD?]`rR9l؍J H 9&I -`o6Z>S u<GnjI7O~"^{N0.=.9[if侂Ŗ]2R ՞;B֙]beJ\&Lr$S{K^GV;^֘u9MfCU/=l|ϽA.2ITb,' %6gX̲;ɗJXҗBo6v**~0b @j{c6da.lVI"Hh!asdĹ]KL2 V)َ!?ӛȜ’jE +j}a.nGIt 0!7>#yJ},Q #f._۹x}hV!}Hv!OcL@GI=$oAŅD앢}[<})-VG]ZړLī`LN$hXc82U(V6yu(!3ZP&Ř㕴TRh6Jö8NIzO'NJ! >*FnM IҽdSBò&Weơ5{ aMh߸"BP9P~X<&&[;9oݸ3D6QX/ӞwO".e]wn<Pv1] .o1OC]T>~1 Ŏ-5䳏թXD;ۇ<|~\haZO||qHT:Cr%>B!`=GhSgbW゙7k.h"8^Sf[ &T{9$ eߢDB>3g%7znuEԫ,-;7V+0qQz,d`<];jP4mTJB+ W'y/$`+:!|)hY}vXTa+wo  jCڮFOD-A8-m_ZJ/L]""EEXS]nN$ س%8IR=4/>t$!kc\"@g |]*ѳ+)[w %E R SӬ> ;~A~ZGl'˷uv.M zL*_  h)}K]6o1gl#&Df1=M&GRh?:ͼኸT\`;y묅Gf[Qs7{? hzN`1 ح{k,2@EQ#9:Ob6'?o @9]];6]t\f|y7O6_Ր LVvuW̓g K]k=jb6b" *(-4RJݝ6/ņ072c3T'eVu+XC;mܨZ_MV /#3'}<:XPj6TǨ!M#яS!׳slS5 @3GN4q_Y/7f͝A҂;-kWټZ'+H])q}ϛ<`Hh k|tZPk+#|RҸ0--~ScZǣ}Vɓ?YqLAi/Xvz[ B˙C;qUYb'qC28ᗁ|ʾGaDvz;UJ3OE@ED~%.qja`q޲y{tw5Js;Q픅Er r)V&Z>#=:mQXg;w;4Ӑb\psƸA^LϘ[66.h/%ol-~ɲ 2+F9 *>y2n6@gBs{7vfpZܫR/(ۀɐ5e;@iUXpn/l, G}cR?uZ1B%TIr:̧^^62sk MtHF-!iKS|iﶺ("w$F9x $O;˯bxb*-o{Y-.MxUII8yrRJ&tZ-@:ޓ#0Pw7VP|'Fl(JMȢN6vvLxQd"Hؑ^(1ʦboKd YN12H8>d'4!s.ߕC3qɤETآIK<~(g CZ c;wG ʧw톲c}z"wfE*: !$5B/YQJw94wݖ׉+rLO %fUJ' ';5(hۮPJKٍ(7~!,C^3E Xrc) }H4Y9qllSWĺSQӀO*I_pI(Yi:6zPDA;<JPXPMpmr5(wO:*W06H3K9hR1aTԮl^ a.1.2:V!)"Dg௜1cۏ {L-kɭ@̄]ՄTHLn]v0FblT#`4-ڃ$(%8A!S_Cμ{;Ы =j绀<*$~lybʆc۟'z`=~oޔɠ=MARLF5 (ΑM;#!an`gyx'o3Ȫ@iLR$>z⃈tl wD$K|ZƃLo4^_0ߦ.9]wU D^јelco  ma\F!EH^(r< 1̯͛ L˻K'wҋZHI _ݫAFݣUjt~j Mmvyra ٤l+3T V`Gæs2:1b؂/'ͤv:,{*1岶/75:^[wodw}8XG F$㛲{k7^\xĐXncuK![N6{ۿo(O=d 軷m"'x&Nn;&.K'uKA*WH3H<ZU$t_S?% 7]/1uD]r恍q/ݺ, W_]>tAma;&Ado;dJ'߁~/o ix|U>wM$F.qO"._u4w}_>O4_Y aB9ܤK^ZYCo+*VV ;$% ,',!pphq2 ,So.< ^B|XeO"B~[: QY:-fI2`JO uSi'M:_L5ؚz= j4SYqĝܾGDM ͯ UAAxq@YwUSM^sF58Ш%J{(fZ\m/JWx_+6y p1aEfJH\1[)4HWBԶkصpt r}sr Xti 0H(TWs*E#xq(NfZC>KԂtuGo=buQ*F{ѭCs&^yfdwk$B*gj|}hrYeě]O)،Suf0`;bh"1 s~G\ \M [j&xb8 =XDIn|߫]r_J[Nu">?)eN1.F9Ђ z:x;rahNHQI-5ZMQwd1 v">ZY~pUġZ8Wǀ y G+/iikS[,Y ;Pľ^4 :J kSRS%X3+-$+ XҢ>;K_ %d62.Їw[5X+d[}W8o<1qN~~YKD h62tU|%餭g|>8n]\k퉚.2"F`ײ[=+@cmJ8>?:gwi^ xu^B0altyExp>U"ˣfsS,BP`Br3eꙏ}Z\r:ѷ9.W0M̘Aprh@wVD4>-l٘uREWo$]*r{nN }=xY4JPU>w]%ӢWiТ׀SzǢ[^/Kw< 'S;WvPy|hQAh|dnٻ`wp<}0SZqD;Q+j~0ҿ= w#rOR{tq88]r OMWMƯa25{403A;p}):/cvCf6nv.Pnqh(+2v'd^ u|zE[x)PT0@z@ӭ]_ :ŖX{y -ސ[դazqV#e3g>~s.MiR7;(3"ͦfe4EN%#,-_{fQ cS>ZDKThUl|лH(7'ËC^Шr"]g_͆Q r#`:zFZP*&(]bJ5go) Kc=eAv8))&6ª'IYU߉ ij`A3kϐ^4F9I'J<7gKa 0:9 MH8W؜]lHJz7:u?er3ʓbhnمc[ aw)rngG4+Q=Ĝ ޳'pH IQUu`a=H_ۧOkW J=;?{XyajPhbzʬ%9ˍWA 8;>P#)9p#ǧ[3;^Ptt,DcܕI)Q!re߅A:usO͡wyRڝ {=v"-ƭ%D|(i]Nr(x"a0LE.— 8{<Mܾi~/U9,Syik#v΀ɭ(ҔL=\IϪU0g&inp9;VP&MΗoQB3fDpcĭwT+p+ߋh''z*ҏ#X\.ZOnT});%V!fJ!(JX:.؅P&B%!]գS1QҟTFwklqæ*O'%}i^ r8][g'mxi%,5(zofBLUe5fuKbX#g }%^l1?lPRvT+ 1NB/sUn!h0w+޹[qsMCzDu7iLȪ ʁ4|>>">kBu+R럾OպPD#m7_B5znO2g fec{"ƹbL}c#9wC,怟<;d4Uŭ ę1MV@jlDǨU֝ 7 $szissy/\و4}by_&OZdc QԣJw%o#NSH\eP%]eaM 8i+҉L>.3鄘ʏL[z*!$QyE!_@E䈈.U.oLxU5voXM͸ljs Zf{#kҔ;BUBηH"<ϋ4I< JlK]ADgmE+Ȁ1"s3hfXWzEӑg7NMqHM[L!ʟ1ڏ0>sz^J? 6VIeUh1r[6BnEOJV&|>_SSp(/i.L͉l9L\TpvZw'w 7O 300ijU_z@Eq PΟp/xHB92chbtBG#8կS Aه݆s\@#`Թuag8)gmbB%J*=I{s뾒P{ ETegЧOy &пtV6nq7su[٭ѭLwpb+u9Qkl㽓-ww{]?2Fe\.[Om:yyJb:КΥUŇNH;O3-l}5K> -(cy'6g{ 1$gZΌx)=ӈef9E3\ .)C7ay4vp ΃X%VΌy ?ʹ4(Wwp]/ȻKon.,\81LMQ΁?]SeqllO=minfJcCѨ֊DxO.UN~5)c$ Lm TG4,TdTRuAK4i2u:Aazş> To챬u=UfDZD%ྼӨռ^YDc֫3< oLXE&wDZ`"},@: TZu3'Q?@)z=EBPkd_1~s_'$;z^ŬK|svŢ7 '5mL:=b!ٙ,>!f*/jyCo$Sg`*Ba!c]Ƹ8~87g*ֈ-Sp_7>赫XhKhc ʭ 9u:;2i (ܚZ8YDk=Au>os9 B޶{W&w4K`?kixƵg`(oIْ4y,[VBǑ6 VQ([qNׇ~;"B^ <[QsnՃT_c |yFkx7"Qf@|4>PbN-LKrWED٨DcD˘Li2icO4Y%a Z_2cu#EZa S:?~xUBòyHyk `gt\T&MpBvŬǧ<|@E`J }ofPQ=FsT]U􈄓7'U;x{p}0Rb6U9v+Qr^ؚ6>ԃ#a̲dͯɉDv@ _zW UC JK60m5q҃7| EhDMnD .FyUܖAkJ% m2֩(7(ÆW./"5@Urp/C) V4&K8P*i5}[52>EM{a75ԉ{pAϧ0Flb+bjT-PФs9}!T2BF~̉X.Չj!d3rDAPbϩ1imQ$i҉HIS8vZh`ӫ|$#jq7/mRm8y55ݾ]+=@0s<m(*!4b]L?J/6]t2rmzXtIf 01zV}6M??>vqhBrj7(WLVqW , Z׎/jFGǞQ%+f#C< UUH?v,i2)70^ޭuCA8L t8m8#%$PQJT8rd3g+Gc~`'Mp-ɡ5&5 64= Er% o@hT UJWb#ys)INK#e9KL\gYm*Vږ4}FRLd!*K<<򶕓t̝}׿VFvp=,cqi"{rTOwM k̪6GWhe7$ VR @)Sۥ]$P¶%j:21e[UAgk+dVX]{oEBI:_ Ӓ#pOM#Ma/W'/JJ)<՝M^5)uP(܉9TV,9 O:4[)|Dʵ8rVp47o_xNp\oB{an-hKȕOI6f|ZO R1ȦoM23Vᐤ!iMD $Tb9Nݗ+nwt:XaF5SEXeք`iy6]eHOdJ%@J#A_r|] 8k/k?ϩhe.*{Bv^f7n[3xintkgZh?GD1^jlfXSq h0 x)U)f"qHLEKL]co)FQE>DV2nY(S#)G_|nMLcCb8|4p,h҃=Ǯ'E@d"`rh儌;\[0S^7޴m$LJ4ԕ#E5bg~B-G\A\P^ݟ x1v0 :^UEkMnƟ1y IXqzhmwB4;F–xr; XwX L7+| [Z&|pBh˜T9vT{sDS_,Ү{0/j3₈±*+dMYvzGo3[qP =h &UD唐8RHXF#}qEtg8B}+򋐢u86/pr"^ETaGh4>4Al<'V\ZԊ PcҙB>PR%֌gzg0Р51ʵBA) ΐzFqwH9 =xjƖ_ Ћo"Da}eO1cHl%I`Y M1VvJL6ZDKR)+WuZ/LPd ,s$:3>IiQ \R_Y(Xwjs+\I")41iO_GSᢽ0WfjH0Ȱ4w, t3VGd C59v*y}BꔛOO|T~=}*'Pe ƅHid®tyI%fEW)1wVqW{z\ͭݿr⡦" M;ī=s<;·rq +NL~I]IKbAgE6W ܳb _R;q٘Z،1+r XR$N@9Ы>7$]sRgu"`̔/CG5Swv%(tOS+Zh5SgBve~Juf7TT›hG!K`<T:!&nPw[it4WhvOI|oJ@ ۼiM|w=Uhm]U G- GO _n".{]p}&y)EŪAj*-M4.{OӉWD/8az|)APcf+-c6.wJdƥBIP=(P[B{(jtW0hb*H=zo TE[N1 y2+8P~`HZ`K;M{Q 6<5xˬKɦ'ކ n㟢"?˦[Z咥CfFfX+BԀ4JL1D̮ZZ}PޡK#ѕy֎8eK6l,&:U+b '' Y1ʛ-AN;pt?A}]J6YJv.=.NHӰ$)3/y͗z׼19ytUKՓ*bKIw5)vޱ(*Eجī5S:Li:lC!!ZZ/iTύ[LBbGPV_,ƗT4ad %6m!vh^niq0Ng7O)rڦUCJHQ_ٻ-Nܒ{$%#.ԕ爂B>$1O x's 1I`RZ &Н`n^}J|~D=ؿ7ƚ7z,nR& D/3I_N#%VP~C(3|w$EfE'd1'CaF fq&~#:Έ7xx OTu:I:??%R8U cJfZ YyN$>aW1 6UJY`,nQ<Yb;?X5)fW7oXNkkdN=]slRdsUOl4[V|]ݷI"~{KQyfN{9]{`O3[ ATpiB&md9E[ [ +銣QdX=x&`,~ބAPaXP ǿҩ&@J$cw|; Tufs$"2X)fޑ>F ;d9Jw{aA}J2$(~#Pp}6̞OQi̟L;nKvLmk5dc'QΔnb*=DbqQ@9]ΘU22'Qb'=u<`5f@X#gG_ .؍Җw0Ĥ>EEׁ}q pwPطctOX;P2{*i3<3[A=s>N~Wy_~^o,PKpг1}(~@zz[2$ w?:|(TмƐ49[iuBHѢ'gxN1Mz8:U]:bhC f.$v1̣-Qz"!w6i2{wiCIxp).Q^o> mlpS`/IOwH^NZw^C C@Wy@ݓ5\' @ $#1_QwV>UKY«U!ob@G{KϪx/ovx)il=^FQ.Y)pdw*APly9w4F]5?2KɯU ;`ZDih|~30Z0̙ϸ}zM2r g>7}qD+[ %S{e;JdD&o%\u,1PDmt}8f (P~yׇ|ae<1›(jI'Cː9hU,k7_9YPft.]&Y~\,B/$ Yɿy,GOJ6ޭ^6{wеlHZ47v&$q'0iK|sɒۡN9j*ϕ5a}ָ nM8tc8Vb0dS?ت< )DmV6_Պ[t;AE҆2`K`ky6<5Xac:R0RS*kNލL=ǘnןw.~2AW-៪Pi QwBޡ{O~n]fJm-$41ZNêQZu%/WjV k ~fw,o>8t Ya9waHxT_81S#JkeU-y&Zf4BpyA|&d]~.u?{ʏ%?9"=6LA~sx%ېD4Gbo6Vh1"xGqkXFzCy C^qWwHƽ 1)vRW; {4UbS o Hu'iZ@;DKq^5+k|9y'i6`DZI\j>K،_,tdU8qgWqYղ{\: _'Pv0[zMiܶFK4KB+ YZ