python-32bit-2.7.18-150000.57.1<>,쬉e2p9|+b]`,@g5Cb? %Uv e'`l'0a({$ ױ5C1F2tֻtÂ<]5+pRhb[2f?]R&áR̡Az|fd|WzJ v6#U؄SЄ|Dii3]sۜ5 +wߑΰi U/M=TmJc3۔_`C fְ~&!?DF4>>r?rd " 5  (@FM\x     ?b$(<8Di9i:i>kCGkLHkhIkXkYk\k]k^l$blbcm dmemfmlmumvmwpxpyp0qqqqCpython-32bit2.7.18150000.57.1Python InterpreterPython is an interpreted, object-oriented programming language, and is often compared to Tcl, Perl, Scheme, or Java. You can find an overview of Python in the documentation and tutorials included in the python-doc (HTML) or python-doc-pdf (PDF) packages. If you want to install third party modules using distutils, you need to install python-devel package.e2h01-ch3cSUSE Linux Enterprise 15SUSE LLC Python-2.0https://www.suse.com/Development/Languages/Pythonhttps://www.python.org/linuxx86_64/sbin/ldconfigM47_eAA큤e2e2e2e2e2e2e25323412a8650244f5302cfaadfa21597a1605149be57dbe442b6110b5f238e03c2d746cc8c87840043910a5c2df02223ff082d7838429df7af8f955e4def44bf11f24a9cee66a610939b062309ce99fa476b09049b684d86743b68fdcad0873d7aec14b028a236993396c981a23ca4be71b77950b6cbf4fd78a5f20d3611c5036b765b770b2456b128bdeae9d85a53b814c62eda056fa164a34ebee6893b3022rootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-2.7.18-150000.57.1.src.rpmpython-32bitpython-32bit(x86-32)@@@@@@@@@@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.15)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libcrypto.so.1.1libcrypto.so.1.1(OPENSSL_1_1_0)libdb-4.8.solibpthread.so.0libpthread.so.0(GLIBC_2.0)libpython2.7.so.1.0libreadline.so.7libsqlite3.so.0libssl.so.1.1libssl.so.1.1(OPENSSL_1_1_0)python(abi)python-base-32bitrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.72.7.183.0.4-14.6.0-14.0-15.2-14.14.1e eeRd˖dD@dq@du@dtdm@dxdc>@cӼc0c|ck@c pcbbb@b@b@ba@a@a(@aim@aI@a'@a#aj@a`t`8`_T^J^@^@^>^>^;^8 @^.^g@^ @]f@]@]]]d@]d@]@]z@]V]y@]9]1]\t@\\7\7\\J@\J@\C@\2[[#@[6@[@[ @[Za@Z@ZxG@ZtRZp^@Z 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 mode/bin/sh2.7.18-150000.57.12.7.18-150000.57.1python2.7lib-dynload_bsddb.so_hashlib.so_sqlite3.so_ssl.soreadline.so/usr/lib//usr/lib/python2.7//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.suse.de/SUSE:Maintenance:31215/SUSE_SLE-15_Update/173288e8e41f70e49590f278bc3c5394-python.SUSE_SLE-15_Updatedrpmxz5x86_64-suse-linuxdirectoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=b4ac645581216593521416d94dc758af6a987247, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=0d00dab7196a090cb3d42c380c3fedba27c8fb06, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=2def310e15b94535335769c99218223ff1484d3c, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=121e463558dec2808689e3d24146498a9e0c6bd7, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=31a132b40092aac9b568729c7c0ddbef3fb835aa, stripped &  RRRRRRR R R RRRRR RR R RRRRRRR R RRRRRR RR RRR R RRR RRRRRR R Rutf-8fffefefc3781c005800f4159773c871bb8ef927f0fe6cd355d1801f53a5ab299? 7zXZ !t/KvR]"k%ne) )`3e@=MM8$zaV5RXѼyc5exE} Ὕmhj ^SwM>pYLlϊb/hW&{Jk-l f=(| -dO] U&R5yW.R9Ũ͎a_jBv | /05{+pz G@,]Ho Ƃ.)1r# %}g:Y-?JY4dH dǼĆܼL" &V3\>~x܌G`['z3m$J&Nejr\l;*Lا |VrY]tj|@̝0b+Y V**.it7t{k 8Dw1O-z,Fw'Z7JFI&mSoV ֢5!ଧ!lc<0(/P7JtDs'M; 6ZH 9,4J5;Ttc< .+_Oex 5;;] tZ멤'2-Qs.gd82C!sp4 N4Sa˥ÚG};E.ת+쥗#ESC%.QgWUA{ӖO'9i#{P& 1Xz48:ޛ\1HZ Ib@<Թ /Fvo +vʴ足W1UΛ"AB)<)8f;.tPa?P8z9Rump<uo|1 iBV$L[KB܃7Mfvy8̝}/`p9M=5C1^ :c_g} QC%}}777~HT>rw9Z` .u!?UGtS,.Y5}%[&ÚQ Ə埲9Fb Z^'Eb}qRGCQ@KM.MOe;<?L̍49K1.pRck>-UMM5kGk(3Gjיp :1>vZxHa,GuvbwfDž)ykC` &9fA+7vR qZOʺ+CK&+xr!Evc㳠x!wg g2> 9?05K7$&"ubn냱S'nFr9]85<dtU[ud{ͩQ -R mJ%/nt"7yv_%w(ez=ظhPfKk``ޱa[|i690g0U BI^~ۭ|6N j1’F#[@B=Sx]Q[,E:b fjC6vl鶥~2GMeT;eloRzƁ2{t+N~)ʠ,քr#V̍wTle7 ivူoW{7y5?N%́8P(2HOA5]n~#PoRukk"_ew[&t n}!}.:i @sE~2}mQ!xg#65́' 'ymS"j<؈NI1fZ99-\S*4! jgnFnUrh6 xvJ ʀ U} _ͦ3?tFq\}LH ̀%EU5aY>Lcܹ^o! غ0k9JoE:4x`Qglyzd{xys0[nggFL 9әrɴξ%5i+. UO0B @E'~%\%D?8=%4!̔GpgnCQ9'1wjwq n\ 3:sƕ돈F{\0OI: (wQe]ԼZaQĺy'@qoeTv&A5AEaME5}/n 8'yJ8P 6 c#[ift-Y{I`ki*+A!zI}v ތp7oJW$4wctv PS6떈\R9:2eklL*ؒx߱ɡ})hVJt\mFY8+w ArIr?yP.kwLЂvj+ L8fZtOue KRfɍG7_P :-t7fFbSb(ӊFFJoT/o]g[~B4s~1˭x; #jEJi"C@k0od2<-հ.ߏxafbvr4fIZ@{xys={ %8uBZxm{"WO$2%` k>/`4 XZ)aH-%dǘk)W/(0OW0՛ۨHcjcͿ';o:p%_l{&!JcLZ3] sNqE 2d6$QO~dVRj~0![B<܂Ⱥ=X_R8-ZM&4U(/H΋9rɉ~JKQ!)%FEPQ7xcԉYQ?@k_Q| xsx@A&ಠq>!/wIpݤ$e`l:oߠ>A䛛Y3rlX{\p/D"v|G\^ma*|,]0߳-jVH>[W4 |wSP `ͷ"|"a2.M[Oj'T“KOgo{zm2>9t^6DSm$- VqBG8hdk\P;_ݿ D8x{R%AutE&ԓ X> MTbV8(h$ ` Oe1CUtpѴȋWD:57o,4~8뎬.*Kcߏ!K%t#@1vkH%{|.t Ë׹HWǣqtk!N!D*T!?{1C@B&Lփ+\JLZn){ #m\ F{r r? ̎<15"fX>ICAX\;1i|:wqkgB>>@KJm3Fr٭vìCsfrf*503b)o [P'I.Enݳ>G҇JHΛ2(]z=E/M77\fW-ėIjm(OmvoYgε2yB\*rcOHdJ4?ޤ/~7@/lU ?3F}.eXR}Nc>{cIݝM~sAIxR0Jf%Pd?ܽš,Jp; ~C GOو +8njmnf aG'$Jeզu4S(L w:jSA\Me՚4م 2 d'-8@S.Vm x0T':( X6 JDrKM򧲘~^m T]vq'EUq-,]C.&_`S9V%qClj̻zOpB37{t=.Ѣ0lC#ϜN͏bêi<)G$nNu)U]ڽS8vwU^tg{Xad3l<̐LE@uH< A3w5Q@$%}Rwdž޴Z.IV 8j@B>#wൖp*.}ň=@sU㓀%ey@B ,5Qf۬$̳]Aυmڨ8T[pHadHPdxf^ErJ,Oao%rۂH}1H+ {H{m]xfAG.DG{{d*!Z+'ux[-_,GrIQ:|;%fh(گ#?]K^io @ 8!O}4_|}Og{ت09sC~H@M&W.:Z@xHҔIx9MކU2QI^ۋ|!ƭO]c{ %3ܮJS xc!) ܨx ڥi`^źZIuI9M%yİEԥACʀ#U+f3L~s/ȓgd@hX6B%67-SzkO"~=:{1w_;=r|a }&BS`+y|p)'T^ul>`ߘG .o!@Qsꪙ#laD!jww]F@Hc~^9Nmesq/S+HG:^-+-jz7I+HhQV0uk \EbNuhNY׻8&e{,@}~ 4䝗AIyifQݤ g7PpB(it2r1 XU~Bj6yl!cVd3/x%[eWgq (;WbvG|[_X~GʤjD@(\|XۘԥR=ej%ӕvXj,S \ʼn>6WB巧hM20U&"E1"'͐KioxӮMؐfjG6h+Lp9Y<0(O.ƅ9>)Fn*13]<aG;ٗ怓B  $ O3I 8d3bDp;X=+X,/:!Iy8ʲۀ2C#0@%F|T&~ʉy'I i1+h,鮳%X} ׂ*${&҆ܠ;ml'$ɦBčzxS:ty̑ !O-S,Hkt| Q|L$ ]Up!kD 5kky--U;-4J^U]O3!D YW\RVB;r,5݃ә5!\[0RDzN=Ȍ QYG6@Li؁~О*4|ʓK",,e/pz -Nsn=+)ch oWM  tmQ`_^tp/&U% gs[ǨMMYKb8,*FOh~6By-afU8HVbL |--"GϏ$ 0&g03{[ݵBbLUuբ\[/ii`][ZJ4KހN*Qt3ҁZcF@6@7eI={E r$!&] 9=+qCɉ*hIiOÍE[uJM_;;2kuz>kD4Ikƥ_31Xy`< MKJr~l̨K B'HY 8*Kvt3b{H- Wp1ٓ ~i7mu0Xo7GdI!B:2PJt9𙵤 [䙔[_.'\&]!Z~# ܑ00LmJ=FЫY"=qQ}bv]]{ۊ2MNfiͧ)sp fgΠDOɧ||#erBu^˒;̉,]J3lvL]`xww]l+؃|}qO5R* Z3pL(dC$:PjH;YpGvN;:'@p ?_?wqF3ZҒ(n< g2_} Rf/5ԔM{#R1l,m!pyzuw)`%BV):7NKl‬_Bđ~ّtdD}P/^→ @ӛ,Z@mpp0e'vY)l3B p@Q}B˾Ny"F_ !@R?I3 FpctD%h 8BQR$;&M8@3)(T0·؂5n†^/:]/gg )aFy\3d|c=8X6 8S7vF9wd@hI-T5Zq3ު ZYxP3g5|!1 z=&>P([޾&{~ qUџPBHc)pY!#GNnq/^u.H H/Cli(G@B4}M<ң}^`׹ZrS'_e>B5or!1/(qăe˨#}$Oys@$FU4/_94BZ,'8T4<~M12]3שwC9N!p_vepkھXT2_ kp h/Dm9O"pRwc i$ CvWqyv:%_ѺQzҗX66|?4h$W"f', o}c)gżߥ) r4hi[l9PrJo .?px15ɖ<_!Kkc^'5(DMZ┹gy0aoJ8;bw>'0B'3SQLs5<g2%wZ -]!Q6+N^Xui"VGZCn\t9sl1z6ړ3JM7/GE2avz9x.k&x~2/Zͷ-qH#Jo_?sŸ1.0&MQB`_F#jϭoxzSY8D52 XJF2յc|"T7g&{*zbUM}9q6쵤ӣygO" e!"CDcJ 7R_wMln$N^T%)ư(}<jCڒ(usݺqRMXA9fڠ)L}SC&֩½'-%uT/99[/Ax"X] ʄV؛&KĸтD TѸwGݘ9.z^#.y1p#GyQP^$XC~SK.T1/[XHCE@LpőOAJBVq朆*aH@y>Pk%4/ /%0:"-j>Mf)-ꚔOL0OI ]ǝ7 {Gہa.,Uʿ4bQ= y;RC'pQ(_2CfFkg:?43^s)wDI~yG1n3h\HY9Çl],ݛ y=Q1$%` 6" U0_UKլG0:Ua.$LB6V ~KttPSboˈ۱:΅e+j]BE6+љk ~T񺯟vYa%Le55i5B/U>-k2 6 K+ chzT-_I1 SG_% XF{[L͙Zm"6ՙzL]!|I;clZ@81n> ю**"У2nGuS?]bI(Fڡf_0֏wWDXnvK4b?=<;ګ<4I])X쨼rt}خ3Nn7mLnwlG̅&+ܘ\hѪJfãy,x/W|Gi 0$((`K6lzok4О}YΊt>5pzscfQ25Phm2̟o]]\Ĺ;n8M)sJom}x.4#NG$TK*mFy2ӫפzϚOq`\o1["ڴëI~,sBij/6ۺw?&{,P*=D&vzD~n* U4ck[Ƒ=6a`灻/GjMyoM+Tx(|5Hq$6.Z  'fكۗTЄ ܽE5M/J%'7/d, C=$\wqEͩ>%8a8ibU4[KZ0^{; \|lpJc0DN鵱r*M[ٳ%I_7N |by?;z8VK)[?ܓڼO ,pGY|e g@S1I()l$]>}' ou^5N?ww!.٣s<-і; .jZC2' I]҂I/D?8,2T Tx1X0v\.k@Ն:N4:WKB't^*O vXpndS[{Y UtGTG˛~7rV ,^X!ygBVla< Ҩc~е wCI)T q Rg6+k k8`=C֤ZnWwmB[ Cl҉1(I7&›7b9NPTt #i7Mv¯29Z5jس]_(lc@X6sTG:CQxGFr=~ka%>uFF?ޱzpTo^wzv,x0#Ɯk5'7=yDEvDd¿9/tQw6f=FI{b^ŕ_ ^fa;o+>pdU~~C$Ң]|3 Qz[_G\HKVݪ)36.(Sxfr+o*-;M.v2 aFRTZ{pg䀴d+(z%Yc1+1Cxy(FQiĦS߇̹态Xik`"Nџ/ЈAwb3WX@mO)8NzX)J afk9s χ),Tgԝ 㰠/7jVWTj!zuBGU':޿._ikkl&TBX!J,s+NiFkP-ą,hˍ5T9èqZy-hhD'Ii]Ać38$+gЂz)+_C;mۡ8-7u_L9sRgxnz&E堂1+P 9; o҃z  zNP (gsk[C;r,Jk#ODL2X_֛J[JY%&pcDf>(AVag'޻1 }_/i3蚘 {vE2.mYGQ-kieoe%Xzϒb&r7Ah!}5Ih8ź.%'nQZ-i;_`Y"4NN-#.MڅVEn3 G*mӶQxNܙv/g]9Nz].P&GKzϝs{U~&*gDedO?ƻ;}ʶ mfZ( {"D+ B+P1Vhmt6QKP]<*v2"Ngxn鱪"À]y F^ND{f޺ 73iLZH`[f/XT)֑ %ƿVv>*^c OٗB~x@R6TvV%6g\?|7YGR-p?8]^=-l z1Bʖyř;ۖFjΝC  `$=< )e(W Dbށ[z }Ȱh YↂZLQHM3 %o8=A:O)U>*#!d~UҪ(;)qbtp@}D^h(r=Dc4񫶲\bnuv+C>6yE|RZ ۵މc7޺ f.C\HKEQ5.dI } 8]񃺋+KN$GL{𷢶!ӭj_ ؇@E!]x4g :ޜ 0JVE6lkǕ lb%WGg*R yMӇcڒ9hj-x,/*NSMGYyN\,Ҭ(7&+)=}yEJ Of j bg|X#WL?kaɑkgS'#?e9X (0ԭO_bcKjZf6pue7FYgW'L{ۖwRZl KVhۓXYuA) jl߄.'Jf}ie縨nOU` T3V~-"Y~"@.O X2%F)&`]I[UО:^ >h0^3TH3ʝGae$bLJ i cKt:%|E|4zu񈓕n9pnʫ#gkhz쒍{P3~p4Sdڐ{dE Ig{Ih(}hJ!ANê O P(g~u '*O.yo;^祝LE9N9l˃f\:5IdDzgl#]x{5۳^5~78?Cݰ 0,@_Opfbc>is#>ՕRj}/ͪS0 |z]|3`O6xppKJN|Qw )MYyEgKȟ.{liQ}_)HQcnVBʪ!|_݉{)W.WB7p b|Jq0M Z(V80ɻ#RsMZB̉JyY464T4L9n !5@53'Nˇɍz8kѧ*2[RK#" gnF_vbwg~7) s]Ք</EmSxAgl6ِd?i柷ZZޭV}R{e`7= h ]l8~/5 8]=2*XmQ;V{OπA ,m59=6Ec˹'Bnb:#k}UXqou}&M%|ێ8eHSN5V\KbkJH֞btd^)ŰLw-$ ]pH#yJ%eҮ2r@[̌mqOȧ;kY.ܦouVqne{m'v*4?uw`MUk!Lܕ__p"wwȹi{^p+& Ų/Vz_hCboǘ.ID ^xpU1"l)jgQO(omp\$G6/YsĈv?2V{)_%.Oh٩6+SZ4ػ3lм*zJԮ T,q9DgI☑7vlPN\f0gCI?4]V( GSyxE:YVK`B"ӊ08Pe EF~u#'$A:?" wD;|7z vů]3l76OY.ւlKs` $8 @B˫wySs_T8qmnZ玠7XG&i OU=%\>ŝgڡY=_&5`(efopme/zv&eUmKGX@C&a[̠䯰+]4,!ȞUGvj Wc~> ^byP&(;%RLm#$rMezi \<K>nh*DUUtg o~A{*~EB@{q7D -3da^h~,vrÙr'/W&4 -*mVܾ%S47:lNVJ.g> ?fJ]j;%:e&/·^(]yEA[c#X I_C#!6~_ $}(%#_F Lj̥^7u5[8 <4Pߐq ^oc“/^Jd-');&.^WE/7n.́K1?LT/1ĬIA@&ہk1S/hʨǟtuIzj5@~qqѠHÁ*̧D^pV{-(M8HߔJj?vf9qz@oۧ>hՄ"Da#"8>342Xdk.2rQNkܢ/~womnee{L s$\rcAJ`LĄOLMº" >oWAwPQr+2i"H:kl[_sr E7B_3/d瞁 ;S= . SHe5zQ؎ ĞED| ^djZ +mv>Z>ryX%iRl3#`|^HK&tj2UN\ $_bf@o\ Dמڛv":R{YWݽ/IgX^R&ŸH-衻QDy/ D4+wDԉ^޲9 L#1r!X9ix*T/fqba~#@Knr^ ܤʔPKl⇰yCzwz,k;ʄ2;9fpN-|0$ ʑ{+2%y %QLˬZM}IJ.Nt. { 1ZIÇiYqh(eS, ~:Gt~v[>/{ me2W0nD@8!)<^@zG9VbqiL Gxd,|tc֒*F%5i)DnQB+uW2)(5H5óYq rdNSr(fOYE]־{'_dk@'_:֘cij sZG̕wTQO{\[^V!%ƭn8>._@[-[NmbYHtdI~\Re«gx?sTFE 5G%1hI~Z))9Lw"`37\`EK8Q nmIuX qG-8#:6AX"~C؋pz33>,i1.I-}Yj X7…`^Dv5WApuB:MXm?mk.*+voGmt nV(Pkϑa<6,WI^ BaW[-PM+pHE)kk<7y뺮k!Rf՗^ջ -ZHKa8 B9ͣ=ѭ Q|5G?Y$wdǬ5ˀ9s/^T-o!3}')3P+l'8$@38=/'eqC#cݾ)@s o0ඬzӖ"]<*?cA%c;&_/;f3IFkgD/-;{޶ 44s\F,@|oL2TL2ȱ;IH!u%.6hsV Pehfš/4}ҩxB ΋ZI"uxh0NM!9wՒN[ *ˤ\IMdh +'ʆ&J;[jTJ7jGkc4:oSx0us2p+ܗs] ;cic^i,RVrsR՛m@'# auv*D &v<ؓ_ >'A[<)duG!c(1(.f@o O4ڥh{3Vx$D\* p 0m;@S*('_xQv$E!`~@XE5%#-0[ٓ˭SgGҏM T_z`*A/}LiCfpuQnl '".3xs=qMzܝ3=^Bq4h2B\oz*8ۯ<$Y-ע][@)(@Ro&`n JW;urǬ<ݪ3`׺^Hzt}`=Ѹ-?YQ\(V(m.#6%ZpdL%FUanQ^lTemFm)uHLT"jƛ߲t Am>0_ӋfP{gTvφL{|}rUF;%^ j\닆mUxG% c>j~Q͋xYi{و)YS@W ,,bHRkgX? o\u5E;udOkKHLz yt{A'+Ae{/BLJ,eY|IQeo-E ⯡Ufll^7I)=QW~QsY؁:LKuP[45j#Y 9I]!T2:9=WlZǵC~Jd)bS893.@QnZnp°x^.TK,ÜF:<'=B;`.RJAp!ޕR _Rz'eR,8^,6RJBϺ$8=}pc긽.Sfǧ#8T-)(b˳0#RY:uq v>y׵]!ODccA~DTWX6bqH&b&5ĸ'souᰄ6Q2.H%yB!خ f70a ԢO9t%XmS> y}v#ў? T! q&s\) 4e,g* (]ݼBZ^M /A2br2UρЖz<au՗vqX /$'қX \0i oX/#7!5;Fw_%׃!h;۫$הLٺQ E]l DUb *qƺƭ7*UCT҉u)ݞZ]3 'ɤ zRCty7ȃ=J v {]hӸ.lwTfsj)Ԉ ֬:{H*$SOE*#Ra="Aΐ9!sgb˰+J 9*'k\_7:0:c]( $2kR-JHM00Y,äz0 Zԡk% }"T\l-BF&W1@{j9voN= q(f3 bINYiO𠣍Ik|kN7I.mDʪJ;C#YS%4yG7NZ\--xq˨Yz~&gHcxF7Gl%M;ȱc7`7ܙbWԴQof1?Uh#AwcѴeǮ~q 9F}Ѭo;.8r_ƟVC[+r Ky @rK?=Eǯ*I+H+r1d^NN%Pq9g۠E ?b!t^Bv YBA^=a6E˄4X'bև)BEcSm*[\` mr;nŇ0V&FFQoi n3#2#:?fY\-QfHG00 !&ڗjw\hM֦(["sT@DBR2B^[fe>?)VؽB( ?FFOІCI3ي *'oܐ((v-l_sxDUgNڼ%-0XUhikj8E}r)Fh 1ؑs9v_SB =k5zQ3I~hjxx'NL;ŅSm'vBQ%R)M"//0f"mZVg+jSP){b\E {h|~ͫag(̞*gB٢TU̡sǥhڿReQ或56URmsdg뮝`Hptґr '(7{(:~0cWQ̢¢W~u=N Ei_ⶇc۔<胗v[lH9DP9 Cnl4?@|,pLp.'A4#.⦬mRqFsBNtz;9fh''8>+fc2|LϾ-k>IT!à$7Jq20bn&maeŷf)*RTDMk9Q 1]ed`TdˁdYv $uXf6qjuL"4VU[ d'^W~۱X ֦b5ThU ėA KCSgJl9-cSF9{MT&ޣumODh3pK'd$)?aU3XGU<ڥNf{HדQaص41VJ%,2ھ;?7baXՉYPb)ߚ"sV}ww? DZK~x4k^}"4`Q;| %9hnpL)$1#~ϡD5ޅ/bÀO"Adm0='0i컼 {^E=>?+unNIMx0 q'Q3 n4i5Ύ|؈vL,~btI gb@:NuQ祺wPѿweGsfS i&qlo]kX{4xȆ`5*>m:;ǭl?XA*|J-~Dtq? tejˬ;6'x }첊V.P9G^90ewqת_)L$o9}plfzð8St@['t#x{|1Niv5QNjxH댼WU. Z{ja\ǁkLpBOX ԤE* h E$>_FXE,-"Ap?JԢ>wgr ׆|pAf|,;:˴NѤOo~F9)iْ1h m4J#|7ORv Dٳb@6M" 4W橆XEJY9ED,k$\;lŴ@KBm-|K[/}ju5Sk; -~9^j6 |5@g2yV_9;х|軭SkCGkɾ);4eW> LCjЮE%]޳0w7'9O,o^zq~?G)ŵ-( W5\2wnU[/{qVXʻ,؋+ Yxg_:(-{ 'b&E0Fz׶*M)산ZabN-_[Z&.:3&&K^-o"B;`2*:ψbGi@A5Q'HZ 8RZk[b:Ҟ>Z' 2(]A/uvCY]&(/ݓ\u8\svThv"7v2jseďs !ti)+E{Zƞ,c[b6&^+2_bƧhf…#3uITQ#'{ lMHEM@01n s6 Qz, t:7*q?Lt̿:vn*з'7,wIlqAcSgwgGRDz|eT(Ef*?0kG TTo_/z ontX)i@gwA;/|Qv*LOFi(ׇi% a Ӧs&Jn}ɪE\*50BE[Xɘxsg&H|9?G =M.hX푰*}AXy"{[qY mm2|p۹Cd+2df0v˞;˪13;mnw$7h0F}2j83p3sk)M1}kqh|etewYKe8qu&2릸(߷tJ)|ZMkr43U:0Na򷴗ꌗesy^͍y ӥ?`jN'N4R;Skh r|wmGHْǨsи۹נڑŵpI뷲UD6$gRCneWca / Eٱ0,`׆MNt9LJkđ٦)ЙY5 Ն0'p?OP'['ktgںNޝYdS*]|( |'بs;GਤuLYSF9t|r8;rگȕj@ۈH!Xt{ALq"fZ&aT֥SIWhcMC%p ßHzr2AG6_|Mw]Flv:кb{/,K\$YSvc, (^t(|UVJ=rGB>ޟ}s>}^i5ǧ0[V'B/`%*ξ)]`K(xlbߝIK:ż;IaNS}Z;lđIO3(pΉ)͵v"F&T?ۿ6a~2)E^5 ᭼$Y S cji]0#ol(m\h?Gr˶߆_7G4dܖ9%SO:l]ߌ*zygq&bayS,Gc~x=:6ID i&L) oAFl_%z_6CM I+ `3Ts/F<< 9e|!;~/b !T.@!מ[~Ѝ"9)05Jzg6at{?P>[!1R-܀rBc*`st~Z(տ33t-P_`ݿXy'ޤҬ7MP"P<QIy҈[y0 m}[*"Lo}}1H?0HoڜjNJYU{h}|K]eBӅ$x b ǚܪW 7ɪo1]mթ+ɘtdxo"/t]%(f7LsyBbW_Jd}!}Tl(}Xf4щBA5TN+؍>Ko:ǝbi_ugBt3IAw~e Bf>gq =?&Pig khCxYwjn* )"*hօQ揃'%Z9nVt3Z"p4$I~$JSkыƮ]EA/ %xXT76JrtoS ¦m [K{ E*o\!=@B%R) xv%Ԧr/̥Lj>BF|P1_pzytѮVƹPwD+UbVȥiRy;"Σ X"w*S^Ca +SY545(eLE[ĕ$U&b9L=p7+KMdۑO^ ߟ@ IYS@" 뢼_EX @+_!c, e\Z#k߼#eтGDlMQ'ͥF%vTG_֢ ?7LUV)lv?G0'{Q*DH@m|Go6(6VOBZNHiiD#iDaqw.T}/J9ElO{}ѸT2U2c 3I8 悳,,hsP9OAA#b6蘰08Ts\EPF~z*؉0a:Y""9Z7Opza߈oݗ7ޑARR"nFW5vaqq}Sr_G3AԹfAɺ0kK[a:HTƎ+?L)qB53]nHO׿|VW(EMT"P};Ӑ":sWA̮0X^qJ0g<($>jz(h}]0ܞv}ndcvWY I|IA4 :uPWVO1oH 29yϲ֌vgp 9 8LBx&wCW鼙%= !+AnE1|ODGS]C]t0D>;S4FCWAVVn<>^ RP*8BKgZpZƣm2xph޵/}$몊k|&~ Un%jg.܊_o;ۃ6?ItÚNSJPQ- 9CH7%:L d+P hvR\>՚LV0G(pyAPԞ !/ b1!4/;m?؈1G_i hO ݠ$xha8k(*? " 4iff1x]]4|!0z={i@H*PO)aa!(gvS9f;e'B(?ӯ*G/TW;M]jey0Ӓ(EFƟlۖ?*oy7WռrKsM/EY+9 b.OjU eupdO~W۝t&.qP # |#3:$z/+uxXiZ;6#ˉ"Y}ǜYji5qJ=՗p"(lVƏQbr0[`|XBz vЛ *%:mђIV#v*㚣aYB"E6).$p%F<4TZT1+RD7kXC_eRx0%Cjm9?|LDQLX3L&rBs:nq~U70Lku-ՁefjRGHp ]Kbo$I:WCs|&\8)SB*"`s^bI97 =,c"D ?U2_"Md"L;[F]Srƥ=Y+Rw[P'Pa)y'|6"mKEEp~ pF"v@9jZඦ.eyl4ҭdbʥm #F5CCkbG㕓!+$/ڣMK'zvE:n`{U /`GxGv֡q[Β%Qȡ~`XG@ 4EP2&vўGPrBlyQDQ2;[|un]I 2IƵwYdؙF%NCeEkY*ȣSȱWwGpٌE?d9̞5O) Q_s~ͅdD%<|jU#T-aoB{x$^\X?nAPSxTqߔ}gFT+FLԄmwpa-W;ug`aWOa Q̼4#;-AP.PX( >TWMP,C<\xq= %u2 l(}ٳA,_JaVWSA򑑆V%{x &2^'}Kr*bNZ-s ,U#))פ$,Y5PG9i^j׉~Cޠ#'R|9_ YZ