python-curses-2.7.18-lp152.3.21.1 4>$  ApapAD/=„d}" JPUS:% Xz \vCPh]4e4_W~xΝ丗u2]i3>Fr9ê͉{t]}|F| s稍 I筪HSP-!" >w;"דT8Ks͒|P#P1Vu5`|}`2 0ⴜ `4亝:woKj|щo_# itsEz+Ѷ17f13fd60e2b425594f4406ac4898168408948f236653ccea09473f315e02364e560cf2f42ac9539823cf26cd4a230fcca611aa2dapAD/=„p* |T:#D_1xY$n٤{(.6 só BnNTy 8_ D`6q`ms?(MQF~CܢS_ HFnͮ:.;!}#f'LpM|-#6!"!9%½ȇl.7WpAgh?gXd $ N 4:D   @ U l)  H  ( ,8 4M9 hM:MB_F_G` H``I`X`Y`Za [a\a]ah^bTbbccRdcecfclcudvdTwexf yf`&zfgg ggTCpython-curses2.7.18lp152.3.21.1Python Interface to the (N)Curses LibraryAn easy to use interface to the (n)curses CUI library. CUI stands for Console User Interface.apA,cloud123openSUSE Leap 15.2openSUSEPython-2.0http://bugs.opensuse.orgDevelopment/Libraries/Pythonhttp://www.python.org/linuxx86_64 44nB(^>^;^8 @^.^g@^ @]f@]@]]]d@]d@]@]z@]V]y@]9]1]\t@\\7\7\\J@\J@\C@\2[[#@[6@[@[ @[Za@Z@ZxG@ZtRZp^@ZFusion Future Fusion Future Fusion Future Fusion Future Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl 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- 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. - Provide the newest setuptools wheel (bsc#1176262, CVE-2019-20916) in their correct form (bsc#1180686). - 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.- Renamed patch for assigned CVE: * bpo44022-fix-http-client-infinite-line-reading-after-a-HTTP-100-Continue.patch -> CVE-2021-3737-fix-HTTP-client-infinite-line-reading-after-a-HTTP-100-Continue.patch (boo#1189241, CVE-2021-3737)- Renamed patch for assigned CVE: * bpo43075-fix-ReDoS-in-request.patch -> CVE-2021-3733-fix-ReDoS-in-request.patch (boo#1189287, CVE-2021-3733) - Fix python-doc build (bpo#35293): * sphinx-update-removed-function.patch - Update documentation formatting for Sphinx 3.0 (bpo#40204).- Add bpo43075-fix-ReDoS-in-request.patch which fixes ReDoS in request (bpo#43075, boo#1189287). - Add missing security announcement to bpo44022-fix-http-client-infinite-line-reading-after-a-HTTP-100-Continue.patch.- Add bpo44022-fix-http-client-infinite-line-reading-after-a-HTTP-100-Continue.patch which fixes http client infinite line reading (DoS) after a http 100 (bpo#44022, boo#1189241).- 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).- 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.- (bsc#1180125) We really don't Require python-rpm-macros package. Unnecessary dependency.- Add patch configure_PYTHON_FOR_REGEN.patch which makes configure.ac to consider the correct version of PYTHON_FO_REGEN (bsc#1078326).- Use python3-Sphinx on anything more recent than SLE-15 (inclusive).- 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. - bsc#1155094 (CVE-2019-18348) Disallow control characters in hostnames in http.client. 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 `PyArg_Parse` and similar functions for format units "es#" and "et#" when the macro `PY_SSIZE_T_CLEAN` is not defined. - Remove upstreamed patches: - CVE-2019-18348-CRLF_injection_via_host_part.patch - python-2.7.14-CVE-2017-1000158.patch - CVE-2018-14647_XML_SetHashSalt-in_elementtree.patch - CVE-2018-1061-DOS-via-regexp-difflib.patch - CVE-2019-10160-netloc-port-regression.patch - CVE-2019-16056-email-parse-addr.patch- 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 (CVE-2018-14647): 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 (CVE-2019-5010). 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 modepyth_curcloud123 1634746668 2.7.18-lp152.3.21.12.7.18-lp152.3.21.12.7.18curses__init__.py__init__.pyc__init__.pyoascii.pyascii.pycascii.pyohas_key.pyhas_key.pychas_key.pyopanel.pypanel.pycpanel.pyotextpad.pytextpad.pyctextpad.pyowrapper.pywrapper.pycwrapper.pyo_curses.so_curses_panel.so/usr/lib64/python2.7//usr/lib64/python2.7/curses//usr/lib64/python2.7/lib-dynload/-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:17077/openSUSE_Leap_15.2_Update/d5a113b47c5592d8874167ceb2c7813e-python.openSUSE_Leap_15.2_Updatecpioxz5x86_64-suse-linuxdirectoryPython script, ASCII text executablepython 2.7 byte-compiledELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c0bc6ad4fab8b7b0bf1567ee4b35cda2b1a98329, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=025e5ec8513c1fbbadf68ff092e4cbec53b25ca1, stripped  R R R R R R R R R R R R R R R R R R R RRR R RRRR R RRR RRRRR RR#1uutf-85b222421658a22fb58473062687c66e3aec95640db4377a8b2f6184adced5f9e?7zXZ !t/+#] crt:bLL J)M¬S25#= [afW$O[ŭԤxPJ7kqjmTS0xlڏ$еr^LPߋ1J)18sM?|Ip|YG2dc- >)PϏ|;{~^&6Ga3al4'iiܹAtZB |_$i˯tdzex`!Cc0O$ 6&HO[F "#Ah3)9 *Snv$)$±ȺqfSJVy!`JE6Ā$y%ǗBd{;8t-g fL'~X}0Y6@*ԃr>|cd_ \֛^%%uJcsz=ǕrYy(xj@g9O=Q6ZPpf2?Wi慝; >\w[Wsq.P$GP %<\%JE=0np R2 eKk68kN(iBAf+vtnلp e͌Z SH4!Q5hI ,Q~@mvZ!w]PCjbLXWiC/V -B>,FE;}r Z#6qKb;ȺNa%e?K&<:o3oN{Ks,xz#nf j=逽u^0I_'+ SRg'/wڌ ~A7['WUl\`A7ebu%@ !;zjD^_|FqIq`z: E{dlVPOH {,t/2hL(f΋߳YcB\pW 3Y8RΙnO.onc]pW KaXף787 8D 0^މ7tV)tZ~Ts9͑p6"Znr"εu~ *2!2讌Ȝ[41]Ȗ0[H֣'ь}+Ew" |.#5qW|ہ OSY5H)^űa' S")yM{kO1B[;]`'~A7:h:`=M&_[88'(iMsOpkkpEQLe)@X``#axl7z5yT\jjA\纁[ -t=MxPkًS6{<XFu>JŠyz~qbT3p#tBO`FLe57 >^b?j}9Ϗiy?pI( _ .'N:e?]ccZ|l] @'re/up*I45fYjQ<f^̢<|ܹMqOP|7 c Fnpb<@`еg^8bxJ}V10Y3brSx44#zR0TNyWuv$>}QS•fIxY  @cĨ>KE}TvD$2i)͉dFCRE9t{ksS`EAf*έ5@O+k#ʩ b谘DT36+(ߢe}a/w:׳怫aV{x &Q,t5> ڗO flM Bqp#&c-6mgֿ1"&)\4r?C?n'Kt$ Ķ&=(iFG`M4>mw0(M6Jl7#shْcif RkDT%yW>LcX~H%OdyY$|W,m8?5818}̴:iw~ƲwSd@^!c&}5MxiL/oZ敶F,nr&%g쀢3V $lGަ醸](halZ )dB"̼. Nt=IaFALZAmuc5a. d$\2wo"Iҥtx4 yGSЦ, i VWnRrDT n/B1G sBJ)|\װ?u|k^N7QW"PAl',ZpB\yd\9MٹǻRM 5f\\Bl6/:cpvS!"?rfwo9muL s!o8dJ%r> /]-SKoLffÓWt!䬖;~m.MZܰm眣} ]͵]A0uCidn5Vs`d:J=B-JJDGWdh[pfʁα=ݤ͆ߝ0ޱ'jrtN2IR9!wZ6K;3FNRhTdthi >ts POŷ1mhh]-t\йֵ$>5;랡|yˊ>:jSm˨P.- bRQb).n3P H){d 9o&vTE,벍Y=}QwS |VM%zYS}TGORRxUVI$S"V>hZlT O rg$(K.GH%Q*>c9s2z_@P 3CEL;.nUPaf&1򅾇>~c!_ :`nغ'FXksV9ڙwj{Ɠf/ JJ)MR`Bb6]X҂H3\; Uhu ~/GV,odn1HJJpd9`$?BVKGBgOCNH4&zvԺI6NW֨ln4Uky@㶌_-gaOS8|¶i5>aض(zFtg~M:j^%npĮ&=%"6m2a?^i9oQP X"Ÿ=8zym=iO/N}v^"u^'4A_H9aOa4Jֈ=i`W$ MbDS1lY^D[2yϨԤ,P=oEꔕyUs%H!0 ϫe(Je},}pg4^l[`bWqH#d:^EL[rLh`,hƇߴ2SM!xcfu0;;y NC`1W?B*|yj~&[oP>k7!s? @?$ܢA0zV,89a86uKy:*&nfz䋅78*/\@IJlIoBwvvp*+<}$V,_ad?Zk)7OQOf%sJB+Y<םO6bBDj\S&.E#٭%\?[&-V;Z@%@_KזSڵ6Km!HsN[YCż0a6#18Ge^0ts`I|7읖ަ~cɔl)Xnč Zm l`.%y[\pNU22I ."qeze4 S 7nr9%%0X~ +0x ycaz=pN&ԐQʧUB|M^aB"k\Mm=@=l dU> |?E%ῸPD3kuΆ7vz⬞hCW|".0j#VHYOB*}z(qâ -g(QhQݪx6{B[r Yp Œ)0Ug3.J.>N*^5#OŹ*ͤd/b.{VbqpXb(9(&YZ7:KU Ɩyױ^}j[5D ;A8)LDҋQ o0e0aWLh)oս/#&p c(z-RS4- 0bHb{]71s!iN^R/A1uwT,ϳz 5Dhb!,DnWUAy$-Da.v*CXػLymb9|Jgف )`g}uHI7mEn7xX%'ϱצE;G3w1ì._ $X~^21/"gF ~-+ƒp3fe,ɦs1ٿci0+6@)^j&oi_QWwW#pc_P )J\yhre/>8t7 j#һݨ gxS~UfWWqy}K8h5$Emn^E;4ƺwf䨾yqaK+c7]p+ւ6ply7r:_*.h@"YUEg0"Q~fna\qp7XJi,UІcZM z5dÙAUqvEtcޚ _UIa1ЄTrsSbZuX-5LJ} c*RTa\r-n(IrbKWAǔV"ZuR;&$&fnQNאjuG!p$HwYrݼJ ӺK'v = BG("e^d~XL)Bpi XR6RySa yƖCgO?a%ؐ0XVxEN~f@@r|KZKXc^<.`Fl?}{X%|ۢ?]AQb 2LRT(¸qlnS51ial38[2 Sq}I>E0o1fOX[W?uZrw*t p_"[WО,[ 4_xZ*1/;.= ?R*tRgyu&NR_A[Y ۇ/dW QT Q g.5X-/hiߗQSM_~06th+:5N}W$9 &9jhsvy<͸VgޯˀA>2POwJΫu^=>w^˅ׅ#>{-d2^J [GC(ZW- q 2IY98ǯn DC>P=zDWYe=LKۿ! l!q?3%J:vDd91[R  jy|B,UTd`%F׸7,(*^ɠBzU"Ƭ~U@ɘvr Oc m7ҥ >u %_[s]91glH؇<3PbAH\GK1uLrR ?lM3^]"\7*7 {[|35 KnuSw5ʗ? 11aH~T inC[.v><+75ik.8S`IA.Q}}S$[̗p/[A %#9ƌLwājFyM B}b3+DHr[^ZC˨`3PyIrԦw=YHҰy*!gܕ"BLԠ6N6XE+>|s ?r0n S0dQK;Z8n29j-蓷Dv؂G,8 uJ 0gP|s-w1yzg ,B^d>N3ۣѲ3ۅ FJ B,nݳ'+Yh ճNLb>2!"ֵa8*!43]6(< xS;u*yE] $rc.'Rx@CDHpнRX-)v iĆTg[2A|F]k ~m2 ZlM?% m]ݝ% = \K hFJzg% ~Zx>&QsjuH`U E oA Xoub-y0ryx |J[7HieZe eek!k w] hg \q T4lĉg&Bi zu򶜐xbt˽UrhD(2,[yzom_m-5ZuI%kt>D|2rOM!(n>>+nr}j=xH덵>T- {:i^̭Ec(z?Kg}tBSq6x.q+ԭ#QM$FtEv" mbu&9Z65Cm"lwj ڨ-XHF=\M:,JY  = /#BE<"K¹@R~ֽSTd\$\@3p{O' v;\aʆ8ӟDͿEɄQ_IX[k:,JZ+zJٕ>V)Kf!'7ɂ"My ٮJff0 c Uo^PI|cDx54F4ZQֶgRm0kD6xQL߯^S^eDybF#!aTCrx#,Hy;ޭTЦkbt.oD$Lj&$ֱÌ]p_>5ؼpߏ/sm;} rмy+*s;<3u)>(D2}#P^-aA} 4LK2FxE(,"~N7WpCgw^/F J3:KcLFk^/oE!YL[KIq-1GJ7\g'D HS)EP>|NzI/mLu啢,9)PM}<[].2 G!ryc =]%#+dk9d\=uZr%!TvjݡЅ/|6U LKII!`\ugCXQy-b:/Ϭ ^ URF.YIj:%H_TOXTӥ)M-4m嘝ꅫe9%;O퉋{}evI)o?VxN~AS^WqPuH;vq੥o0窟 WfΉ4 BMC{ݳ1FW,†npq_݀h'c!c'D@o `^=O!E)v7R?f,`]eiabQ5ˠ0]B8\EX^7-&d LKol5P(Haw,./@C!T6H N8`B;0mkW0CqJ W~TzteO0͗ XmcLq^YE%H@$E BY@7kQ[( y9!7 -InmkpI\ɖm&IvE̓0BoHć xLTxwYx"ֆΟk/q͋n& ?TI!|OD]REr4iyxF:JտD]fϏ}IX^:&HiDz0򬼖mJM]|YWS*DȸWS|IZMؕWo.\z@3*}Lsk ({!oBk Mn լ[fBpTZ6b&MXWhku RDz/*;EpB*9gx%9Ӏl_8!6 d$]]!S^G8_,mYoOb؎cݞEv1@i84>D %w /VG;BH{A]y xQ_$RS1fk+BI.+ⷰ HL ?>0j)s:I. 5ò_.Q6:HXKXEmae6FkM$ HvF:Gqދ8s* Xm5%e.1Yp.\Ήknx)L]d po?i_7.}h,,$ V2s@VUGu$a(l6:;FK[~w /վ Aj|,k&;(əj2( sVMSq0rY4/EU;x2" !Nm Ltǹ aMNv~8sVqQsT0p781zj@ Gm~[@hloc/ߦUk8NUM'Q'$wD$`d5鰎F2T}2 0 cH \`or?-$_0J;^J1#\xr:ųرgܠ[g($?@K2dXV:;0+:ٺbhesY$ژw(WwI$1.8mS/kW@e,ˊLn~kEaHCmkk=A iA8jwq iM΀}ہq C, wDzC-DsϢ%.nFz(s\׹:e:bf}&7EqOZgB#fXc,oGOJNK΢ë́Y [$!z\hy"K ;N^ E-֫?'u\^,6f+ /1,\?o+p(Zf%?wԆɬ3[pq}["Ɏ=PƉ?0Y1O'cmIgW4 _rWzȦl#.eܱFs3C]ͦCA]3-}RJS<۫As$ŷ5T?ҟV蠝ݖ,) `_aSw耔I<7H1N]t7+ۉ"P?rj~m?}Aia0boN#_0>ޘbuJqeP&qƟoswDrީ>iX2gWv@\B_“?tS=`NrxiEGv_ às|}oR U99/>{ޜ{ ^V(y 仳aד\rEyFc˼)4R>:_ŭHcJ&g=wzE+7bW#+(JH$lCSbFmgz=D[bBZMmU*'3}zGIAb /p :=ս(=(8I=wAٯs/", *Id&/SR :ivea0#G5̛C'?_*ٰSeiVGw1qNU =*d=q *ؑ/ih(~`Zn;aC*S$՜]`O*FK;Oc-xhuo;+~JIr(? [WVl!qZ #߶R1870iP $o@t^2mqzӨ4Ě30fԌqh&њY? S@RzyO]KzϏBХ4\l%d1DžMء1 f㛪`fu[A=Kt ^Rk@S:P!Uq;7 ۥz a'6un|)aS&ˀ+J*X5o~0ߘ%bO hl-p!&S27&;[EJ"BXa>yFR+4{Y0@PlaΟJ$Ds;9( "Opn+e`8rxe h3FI; \_*~@@Dk)|]`{^? 0 sA>^~D9U!g*'redMƥ{W 6QչZbV=pM_ ԯ:+ϻU-_nfRsQ)!`d s[̂I(#u!y\.Zd/s_hGkBؒN0Jq|05f[ؘT}0 zsB CH˃^G-euxnOVǛ`IR}L lJFHroee'AvS <ޤe:v2m45N׼ gc%XK<{9~>wu,:@ p#EkPx 1n&PfD,ֻc9h坦 B#YM&35ziFYx7wCT/=Ux- |7yʅ]BzT'~*,k͟>xeSGT,lߕ˷ϘжNVY“=5OH[2 ЇH"w eZt(uf/-pQ]T63y+@ W"uwY )CCSc\vn'C2b9CB]5NG;@h&ϽuNvP`eReMad.AGSq/K%mǽHo5.Cp⒬d =)4J1[;F52wYe.M HRдҺ; ? rX? LO%ƚ)6('Ty՝woX 6eƿy93;P#dϙ7PHybp{cRR-Wؚa?Cg}6|o$yxTsko, ]$y5Uy=#va.EQca%7;ayUo(R!},nmҴVtHPY+vXdȳoǬd2s]2Qf&sv0QP&b.6AO7陈 ,p64E, MjhL$e33,%@{#J*jgc׳;HG7@L 3*VzxCҧrPAu>3A20 c4팯(dPszU ' /.mB} GE ~`*R)(O~2"^BŬ9[UɏdŞ ?@~wHiCU,K. $F!6 ˘]A* ؕ"{̓~x>m\ڢM"ϒ Euɒ(V8l@ukd, A_%0J;>Zl.E+3v) ƇO.|p}+;6fvlV5ۧdl';9VbSs%v7{ B̸* <$?T8clJ.U(AX(%- EdNx՜'oIjQ?S~HVG螥&D}b4^LyCXsp dVR2*~2a =F@̹;۫bZHyM}ҩN֐&C aM_5f5/&$U'W19(x+>%6q}A]t6Pס8דL܋)EMj>s>?h:7u{=MZW[aҙ՘[yDRӄ.+A"Z-xHZ0Sp&FVnq3ސci Gr,g,T爄2 DǏ؄\pw߂VYǐxP~h S/ ROu&G,xqZ1V=o!H },,Vɗ;#_F?,PTj^D_?_ f$Ef{\V W4!\@P3ӎtIcF,:d E?dH!.XYeV# L'W. y˕7{*+(]I[y Ҋֵs ǩ͔4wNح_O+Kjŝy1DLwo+֩za4Hr=_x1$׈7@Y^44u ~k#|Cc,3cG10AMP+C}Hf/~.]o : 4,Pיi=sFc8D{;97/o63G۽E=`'<}x4 (,((1؍ayX[O=p:pHFI6EQͼΐ%$"j)Q e1S;޾Ÿרj n=+rsNA2MZdF(M!& |o5w (VtL%KXTYd< ߤPJYb*u~\WI/[pPֆ\T֟= Fڤ4W5؛aݕ[>bberf\Ppwg7un8`ċdyҸgI*Gu橃}\$<-T&CfϚ!/7z(a#ôm^gĥJo06mW] up?o'E2) 4P Opjr +B5h=*j ; e }iH_B2j2{6x恐Y~8-{+=t `IJ?fIɽ{b{ r}ȅ`f w}ډ<>_jW dg'B<@߰; ;Z+㷈hc*&RS30w1N`+ՠo̦Kϳ䘞PxBbS.`Cj c Æ f1 ujgXGr퀥fZRBsw7w;^q^^LЄOT,`I"( xiWF #޾F' kS,*7T8Cd lC:niZ<'!w{GN+lM [Yχ5Qi/(RscPo@a.us{Hnco"8^o$>ʼn;{ܮΖ9_12Xl #=hs_ihmS_Bȝ }f@|(z pm? t/r葊"bXXS@P%jsGdyIBУ[;`.ŦN|ކlz{~/{M! Da}ҨPf3 UuHkYc`h9mbM叝Qdbi>wxpR 2aCGunlP=34I5͆[yG#PϮ,qYigQ.g S68zD P։CV* {mE@ץ2 Vu1Vw۫ iE$xgR֗Mv9| 2]"eSk* cynfbU}~$Wwd9:4ի*F 쾘>G?[NTNÖl>aP{f? Uu[Q$gf"=<جuϪ}O|ud Zpk Ok,yȀ&ņI]TaS <,Ɨ~;TֲyJu)b-@kZuçoTAUCr- WVI>s >Ǒ'{fn„8njbyݓ*z<*՜n]fn$.8\Oh:ՉSPI{Ggtڷ28YEAM*"rc:I4or[Lo],Ŵx7g<41,)Im9d4yagP* {ǣqt"'Qⰰ3Dͷ)4z{ WL=vҲ=,)!E䥱b~J4y))XȨ2JRQfr@FO>UJi4(A.kB-C0Gaw{kAqC&h晊6k"U9퐞^c"z`7`Zc 2`RlwQ`NBsP⻄1~Eb$4~Wp!(CQh7l|@O:ٵ4W>v)JdL}zaMeR”BXV1M9".7 -IIIdJTt`Q ȆA0؃ @@i79nW5'!PqZ]_;LK$} ?d±i3G-K\^cՎ$ͥ8hȰ}ߘ u}ړ6VE Y+.!"8#YfQG*@•`Md4ň +pX s^l3"}+ȁT(1.B@pT>ꍇ#d:՟ߗ+FNr aG*%Hw 4ys}zTԒ}D kDsyI3jpEüv7 ٙvl"5 : 1jğ@,ԅU*[*l)m y<8RL7ː֌8uuQEB24WOS/i$đ8w՗߅0)v9tD-!K2QF7V>+'8T"Fr$X3Y,s3ʱi /YQJN)@ };bNJ#?Qr;_BRoupuyDPǹdUD NN0TX5,O0~gjR3ä$홓qe0 _`$AE:b h.j[($$ޡtJ`d .Vo_#naez'6zSu>mK)[!RF%ONn>}Ig% ]LJ&xV3&EunB"/*bZn.VV2ѠYN"ڻ.Wbxbx;/ _=?FܟVmͻpTVn'Ep_bAh:ǎ6 za"PZG%=r:1NI3gpx8jXc]5W]!0rO PiDf[$Јpoy|&yT-~XI*h5GD\պ?lǫ<[9'.pH'_uo=_0Tօ|5f/I$4+YT;&zv4\AC2){Wl!c"<9-۰JLPfaCj̳ 3K5X*爕d#$kKQ>uR DŽa!cMOEj#2-^]liVh H@nq]NF/KAu[*)/YkG~:BOpzHyoX\1ߟ!1&KnM9V&XAn+R1E%Sv9r74rJIRyZq:ZB&ɱO1| BTvCX2QZ$ހ}Ҭ3l|7w2;ha%r SHoR~5{^^̀%<ލ\!T\yT*qȤ@49]II?PhO7\kw/[[ҁ:y:AL鑥l3HZ0,vT (P2%>1mt?W0.S mR^Ck)xsTNZO'K2;*"O$1OCj|7?c e]G} :Nvd%hX2k_*=f\ M^ldsI4e'㗉_XZ|M@Od+ A~yXnGP֋oћNm5n`r8ߣC t <7RzI,yQF׳%f6֎Z5* bݩUv< >sV5JK1oqJ"s hiKc囓?kYcE&3dsh1t 41>8DV'FWW7j57I`:t[Q* 9R YVzq?P BP=*!fWZvxTs(-9//> _ r@rdiE@?҃0d'O1̰8f&is}ZLDdJB*Zz>Fѫ!ISY<rL ;Yх.a}xs/q54[= M譍g@#H<+*K @Ҿǿ+;gRN 7lOU⌱9";\m INMtJ5`! kip` EiDw6u<&\po^_$SW"*H)2CTjp&HfFm)C\ !]y;2}V]Dk{Dڭ͹O?U3$g'M ?vǃ"VsUSI`Ҩ4 w9k͉^sp˳3Ɂ]% Oyf?VBz5_fGM)e\B;Hq:6pTL1>ꔚ}S5h S\_O_}Zf|Kc^>,7 ;UC AxRDbJMEApR:;R#<}@@|I^X _Xo{6f}Egn\v*/Z.md@#y^=qUnM~{ҁ\ 5`Uo“]{s3-Q[b l^ڽVLF1`9Vclsqhq!b8؟]2¶X7ώUe{{I}5Imi(dbY4j]B&Bsqέ;<IS'FaID%gTP~ )c{ Ju׿tl+bp[xXl2֥$hbt/L퇯+Zz(*șAh}!,`hsc9O'L^aJ?bfž`YЬygG}L@ Fw'R}}᧭Z/ 6$׿bpv?17N.Մ ٝBk1]# +'8QE Bk=DH D3xz.fL>ؙER-l zOK2=b)ΧAAvHskAj'&&4o$>^%[B$TДBdOQપCOZ K +_l< nCUZAtZ1c/kٔq{Rsh yqo ADMъ@N5dj냎fVj83a"Cp-by&2Gdb6gMv̈́t_y[u:}TcûA#HcƳي[ |CꜨtuݧskhB=`D 毢S #Jt:h' T 5s8ɃltY py<|g60;wSJRbnԳ%׃eRBfu6$F~nbZҭM3Ks uՒ̶tܙ^mkhɟ:7~-y¡R7ڔ`O3bF-K*zPi)mtݮ~"k!Z<|Fh¼Igw68˦s/v"c+ 0Tm ӰyEOrObc/ g]݁t =J=3.,cM,CY#S HƑb~u}iQzlM8@l߷:^j΄3fE1ڣ5APd> `'o4f:i͞!l7J _Tbb,YsVp(}[By$V͍ojnNIF(+Sc9wx š#`Dv GB;Ѧ`E&G ]]t 5 ?woyUn$(,i}A%$iӖl"c/qēvTс7O3Qd7!+WVXԖ htWw҅?cLx>蕩6QE#l.;Wegm@TI*\}ֳY-~j>룤ךtk~JC+G  ʹL |袰@cNo2Ë "ښ@xρ(092>d K.ը'jP-SNlW|,ۊUfyKdhBŊX`7*79FMB}]k]bm/EbPi=֌me wIBe+bV,p+9 2: IȈqtb“|>%nXB$$Ll :/7\("[SA l>6u3iOJ•5WP`j o{XmA!v|Tvvqr*sYApoP٠ kR<ۓt NFm@47Uyi1o+7 5(7_!2 G:GZ2w>n'Na}%5(09ϠzE \wКR_?8%x Jxƹ>m~QF8юU2h~E\xMJopQ mb:Cq\/wr!:"Jo)FSo6 s.gьV"N#g=VmoMZ@ R u񾇊)8+/ɘ1WHBL#}f&sO2RO"/3ׂGl uqWy#,dPŧS٧Ho)ʐg(J5)gͰ13 5iq ɸ=Ć ,GvfdWjV(V҈!3A#j6˘70*ڠ h 1lц7:PK,*pfk:\~I4@ T pg0-tj՜'.lX_-RIj<69ڶ6ɩ})!3s ^G'C9ӍjI2+$1&.pjj~rʀ1zBPuv7$3_<̟!Bo)\8pl}<: *}d3$G42V4#܈ݧfl!EHv#էob8 vjhFwsu%CGֱJl"?'L4·W@C7BRbFMQҳ^Mĉ=SꝨ|OMa_€JNŧeA|] 818Hcmz U-h`xǶ:yg/ ٬fKov)oiP;'ݻ-t{ ?DH-" _Ig ݂%S`X1&sфtiw o½w!CeX#P %b;\5Z.NY|Ȩr^ MKcaزʆT~r0d>}?2R pfc[ <(V3WTӅFie2$7Z!w6<:+8K=s:G; vK7C/.U9WuoN<Ulvko[:p:[n_ R_T+n7$[: PR #0Y5rUf4Y* K]ԘczH=A2i+TUȻsA#uZV ׋rGe޸.2%|iI_f& sp[X7d(l|:]M%x"y1dg uW n3Ni8 6m)7v T#UV1HEj4S*_x8=?lRcz  [L !)5iL/xvTWgՠ84oXdȳ7 MpnF8ECmGPR-$LMޢ3:a}(gCѶ̈mYYYt3u#>-]˒_Fl ,:Ao* 9 ȄTL%>%U lfɮWR 9W]-|Ѫ[xKedH ??UߡKP#V;~Ь˓OEn*džq̐&I{zFxwT02$CҺ::'I8Հ?ysቚu|z{Gx~{42rEb#1 Nčxˆ829?,4u.V޷ځ uAIJ.>[?[V c2؃geZ R;>IΓFP?oys$ MR#lfχ[jeE[ kR~-Dm"%a} I YmZ^b$=6Y6vO1,FDHdnJ<~Лڝ/{܆o0"a.Sbi#os"<_ G^(~c(|c$ t*A7eJW0.R8ߚDGW/\rEEiT`I156Be.,㳗yKo0xx֩wy(m!o}`Mמ8gEPaQ,['ȧnySywY~>Bfݹ>O3*l?ꭁ27}fV7nr&h*Ol <Wi֛ʙL0Q wڹ6F\&QyD d%b# ,UM9]CG⸵!2S}"l o*:[+?H= 셖Dи` Bۥ(% ^r]IYmfqLF+ْyx|Lm#h)$b`W"c*?1m޾Gi6yt 1ٜL:^Cvʶ𴊽]ήg0J;}Qc{? F,>mGYsu i5Y+wIζh*Θ7wPrN,{dHĖ`ّYM{rAdj~-vX|TX紌 )*92PxJ&0EKiQA'Q;e`iFƀmjJjmH<=OQqi߾@#2q=YjK O7T4[iq+ W!)ɨAI=rֳ@>4Kus Kf 1qqi`|eLj#&b bHćMR*hTKi#^lVhljzFe1Bd0Tlnk 4y/&r*-*t8,jeKғj)TҌ}ӞҚ%3']yt;~Q[@֬ߋC"{$ycC~I`#@iOz ~MY p"#& ?OpbY%Rsc%:G@Ƭ5<(,?)J.螱uyRr%(A3_N=N1jvkv.89aV3b{6eՋ 'o9qWt*ZgR ?9T\v{ z7lI-2F 128U)I 1}x cG(z*c$`j-)&*#Dn] YZ