python3-curses-3.6.10-lp152.4.6.2 4>$  Ap_A/=„p;Cﴯ4DGVvj>֖g)-sad'R'P!H%ӣ;_^4n߬Ril|RVnR'N>4Y7Ƙ F=Mno=Lk8ftNm7V~{ ±>u; -FcK]B{9ɴoXam8XJ(5OdB }0;pl+u:pd,Y,ۊv+ .gd4476cc6de769b4ad435cfe30865cc4a7d3e93e6fbaaa31c262b114ef0b50381843265fc014e2fbf2d7cab567080d13fd634a389`_A/=„w@*'rG{ٸ2}I3st@sd2n3uEB+v^~R xp>j`?jPd $ N 06@   `  p `    ` ( 8 G9<G:2GFaMGa`HaIb Xb8Yb@\bh]b^dbeocfdfeffflfufvg(whxhyiL)zijjj jLCpython3-curses3.6.10lp152.4.6.2Python Interface to the (N)Curses LibraryAn easy to use interface to the (n)curses CUI library. CUI stands for Console User Interface._Alamb14R6openSUSE Leap 15.2openSUSEPython-2.0http://bugs.opensuse.orgDevelopment/Libraries/Pythonhttp://www.python.org/linuxx86_64 &LL WfP^>^8 @^0"@]f@]+]@]m]y@]v>]8H@]8H@]1]]@\\8\@\E@\C@["@[6@ZZԐ@Zx@Z@Z@Z Z Zz@Zhu@Z`@ZLZ"Z }YYX@Yo@Y@YY@Y@YI@XӸXƉXXqX@Xv@W@Wx@W_W@Vm@VhV*!@VCV }@U@U@U@UU[%UT@UCjU@TeT;Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Tomáš Chvátal Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matěj Cepl mcepl@suse.comMatěj Cepl mcepl@suse.comtchvatal@suse.comtchvatal@suse.commimi.vx@gmail.compsimons@suse.comadam@mizerski.plschwab@suse.debwiedemann@suse.comtchvatal@suse.comjmatejek@suse.comnormand@linux.vnet.ibm.comjmatejek@suse.comdimstar@opensuse.orgmimi.vx@gmail.comjmatejek@suse.comdmueller@suse.comvcizek@suse.comschwab@suse.dejmatejek@suse.comkukuk@suse.dejmatejek@suse.comasn@cryptomilk.orgjmatejek@suse.comjmatejek@suse.comjmatejek@suse.combwiedemann@suse.comjmatejek@suse.comjmatejek@suse.comhpj@urpla.nethpj@urpla.nethpj@urpla.netjmatejek@suse.comtoddrme2178@gmail.comtoddrme2178@gmail.comjmatejek@suse.comtoddrme2178@gmail.comjmatejek@suse.comdimstar@opensuse.orgjmatejek@suse.comfisiu@opensuse.orgmeissner@suse.comschwab@suse.dejmatejek@suse.commailaender@opensuse.orgrguenther@suse.comp.drouand@gmail.comjmatejek@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.- Add CVE-2020-14422-ipaddress-hash-collision.patch fixing CVE-2020-14422 (bsc#1173274, bpo#41004), where hash collisions in IPv4Interface and IPv6Interface could lead to DOS.- Change name of idle3 icons to idle3.png to avoid collision with Python 2 version (bsc#1165894).- 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) - 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)- Add Requires: libpython%{so_version} == %{version}-%{release} to python3-base to keep both packages always synchronized (bsc#1162224).- Reame idle icons to idle3 in order to not conflict with python2 variant of the package bsc#1165894 * renamed the icons * renamed icon load in desktop file- Add pep538_coerce_legacy_c_locale.patch to coerce locale to C.UTF-8 always (bsc#1162423).- Update to 3.6.10 (still in line with jsc#SLE-9426, jsc#SLE-9427, bsc#1159035): - Security: - bpo-38945: 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. - bpo-37228: Due to significant security concerns, the reuse_address parameter of asyncio.loop.create_datagram_endpoint() is no longer supported. This is because of the behavior of SO_REUSEADDR in UDP. For more details, see the documentation for loop.create_datagram_endpoint(). (Contributed by Kyle Stanley, Antoine Pitrou, and Yury Selivanov in bpo-37228.) - bpo-38804: Fixes a ReDoS vulnerability in http.cookiejar. Patch by Ben Caller. - bpo-38243: Escape the server title of xmlrpc.server.DocXMLRPCServer when rendering the document page as HTML. (Contributed by Dong-hee Na in bpo-38243.) - bpo-38174: Update vendorized expat library version to 2.2.8, which resolves CVE-2019-15903. - bpo-37461: Fix an infinite loop when parsing specially crafted email headers. Patch by Abhilash Raj. - bpo-34155: Fix parsing of invalid email addresses with more than one @ (e.g. a@b@c.com.) to not return the part before 2nd @ as valid email address. Patch by maxking & jpic. - Library: - bpo-38216: Allow the rare code that wants to send invalid http requests from the http.client library a way to do so. The fixes for bpo-30458 led to breakage for some projects that were relying on this ability to test their own behavior in the face of bad requests. - bpo-36564: Fix infinite loop in email header folding logic that would be triggered when an email policy’s max_line_length is not long enough to include the required markup and any values in the message. Patch by Paul Ganssle - Remove patches included in the upstream tarball: - CVE-2019-16935-xmlrpc-doc-server_title.patch - CVE-2019-16056-email-parse-addr.patch - Move idle subpackage build from python3-base to python3 (bsc#1159622). appstream-glib required for packaging introduces considerable extra dependencies and a build loop via rust/librsvg. - Correct installation of idle IDE icons: + idle.png is not the target directory + non-GNOME-specific icons belong into icons/hicolor - Add required Name key to idle3 desktop file- Unify all Python 3.6* SLE packages into one (jsc#SLE-9426, jsc#SLE-9427, bsc#1159035) - Patches which were already included upstream: - CVE-2018-1061-DOS-via-regexp-difflib.patch - CVE-2018-14647_XML_SetHashSalt-in_elementtree.patch- 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 bpo-36576-skip_tests_for_OpenSSL-111.patch (originally from bpo#36576) skipping tests failing with OpenSSL 1.1.1. Fixes bsc#1149792 - Add bpo36263-Fix_hashlib_scrypt.patch which works around bsc#1151490- Add CVE-2019-16056-email-parse-addr.patch fixing the email module wrongly parses email addresses [bsc#1149955, bnc#1149955, CVE-2019-16056]- jsc#PM-1350 bsc#1149121 Update python3 to the last version of the 3.6 line. This is just a bugfix release with no changes in functionality. - The following patches were included in the upstream release as so they can be removed in the package: - CVE-2018-20852-cookie-domain-check.patch - CVE-2019-5010-null-defer-x509-cert-DOS.patch - CVE-2019-10160-netloc-port-regression.patch - CVE-2019-9636-urlsplit-NFKC-norm.patch - CVE-2019-9947-no-ctrl-char-http.patch - Patch bpo23395-PyErr_SetInterrupt-signal.patch has been reapplied on the upstream base without changing any functionality. - Add patch aarch64-prolong-timeout.patch to fix failing test_utime_current_old test.- FAKE RECORD FROM SLE-12 CHANNEL 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]- FAKE RECORD FROM SLE-12 CHANNEL bsc#1109847: add CVE-2018-14647_XML_SetHashSalt-in_elementtree.patch fixing bpo#34623.- 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.- 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- FAKE RECORD FROM SLE-12 CHANNEL bsc#1137942: Avoid duplicate files with python3* packages (https://fate.suse.com/327309)- bsc#1094814: Add bpo23395-PyErr_SetInterrupt-signal.patch to handle situation when the SIGINT signal is ignored or not handled- Update to 3.6.8: - bugfixes only - removed patches (subsumed in the upstream tarball): - CVE-2018-20406-pickle_LONG_BINPUT.patch - refreshed patches: - CVE-2019-5010-null-defer-x509-cert-DOS.patch - CVE-2019-9636-urlsplit-NFKC-norm.patch - Python-3.0b1-record-rpm.patch - python-3.3.0b1-fix_date_time_compiler.patch - python-3.3.0b1-test-posix_fadvise.patch - python-3.3.3-skip-distutils-test_sysconfig_module.patch - python-3.6.0-multilib-new.patch - python3-sorted_tar.patch - subprocess-raise-timeout.patch - switch off LTO and PGO optimization (bsc#1133452) - 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#1129346: add CVE-2019-9636-urlsplit-NFKC-norm.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 gh#python/cpython#12224- bsc#1120644 add CVE-2018-20406-pickle_LONG_BINPUT.patch fixing bpo#34656 Modules/_pickle.c in Python before 3.7.1 has an integer overflow via a large LONG_BINPUT value that is mishandled during a "resize to twice the size" attempt. This issue might cause memory exhaustion, but is only relevant if the pickle format is used for serializing tens or hundreds of gigabytes of data.- 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.- Add -fwrapv to OPTS, which is default for python3 anyway See for example https://github.com/zopefoundation/persistent/issues/86 for bugs which are caused by avoiding it. (bsc#1107030)- 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]- As we run in main python package do not generate the pre_checkin from both now- Move the tests from base to generic package wrt bsc#1088573 * We still fail the whole distro if python3 is not build * The other archs than x86_64 took couple of hours to unblock build of other software, this way we work around the issue - Some tests are still run in -base for the LTO tweaking, but at least it is not run twice- update to 3.6.5 * bugfix release * see Misc/NEWS for details - drop ctypes-pass-by-value.patch - drop fix-localeconv-encoding-for-LC_NUMERIC.patch - refresh python-3.6.0-multilib-new.patch- Apply "python-3.6-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]- Created %so_major and %so_minor macros - Put Tools/gdb/libpython.py script into proper place and ship it with devel subpackage.- ctypes-pass-by-value.patch: Fix pass by value for structs on aarch64- Add python3-sorted_tar.patch (boo#1081750, bsc#1086001)- Add patch to fix glibc 2.27 fail bsc#1079761: * fix-localeconv-encoding-for-LC_NUMERIC.patch- move XML modules and python3-xml provide to python3-base (fixes bsc#1077230) - move ensurepip to base- Add skip_random_failing_tests.patch only for PowerPC- update to 3.6.4 * bugfix release, over a hundred bugs fixed * see Misc/NEWS for details - drop upstreamed python3-ncurses-6.0-accessors.patch - drop PYTHONSTARTUP hooks that cause spurious startup errors * fixes bsc#1070738 * the relevant feature (REPL history) is now built into Python itself- Install 2to3-%{python_version} executable (override defattr of the -tools package). 2to3 (unversioned) is a symlink and does not carry permissions (bsc#1070853).- move 2to3 to python3-tools package- update to 3.6.3 * bugfix release, over a hundred bugs fixed * see Misc/NEWS for details - drop upstreamed 0001-3.6-bpo-30714-ALPN-changes-for-OpenSSL-1.1.0f-3093.patch- drop python-2.7-libffi-aarch64.patch: this patches the intree copy of libffi which is unused/deleted in the line afterwards - fix build against system libffi: include flags weren't set so it actually used the in-tree libffi headers.- Fix test broken with OpenSSL 1.1 (bsc#1042670) * add 0001-3.6-bpo-30714-ALPN-changes-for-OpenSSL-1.1.0f-3093.patch- fix missing %{?armsuffix}- distutils-reproducible-compile.patch: ensure distutils order files before compiling, which works around bsc#1049186- Add libnsl-devel build requires for glibc obsoleting libnsl- update to 3.6.2 * bugfix release, over a hundred bugs fixed * see Misc/NEWS for details - drop upstreamed test-socket-aead-kernel49.patch - add Provides: python3-typing (fixes bsc#1050653) - drop duplicate Provides: python3- Add missing link to python library in config dir (bsc#1040164)- update to 3.6.1 * bugfix release, over a hundred bugs fixed * never add import location's parent directory to sys.path * switch to git for version control, build changes related to that * fix "failed to get random numbers" on old kernels (bsc#1029902) * several crashes and memory leaks corrected * f-string are no longer accepted as docstrings- prevent regenerating AST at build-time more robustly - add "--without profileopt" and "--without testsuite" options to python3-base to allow short circuiting when working on the package- FAKE RECORD FROM SLE-12 CHANNEL update to 3.4.6 (bsc#1027282): * fixed potential crash in PyUnicode_AsDecodedObject() in debug build * fixed possible DoS and arbitrary execution in gettext plurals * fix possible use of uninitialized memory in operator.methodcaller * fix possible Py_DECREF on unowned object in _sre * fix possible integer overflow in _csv module * prevent HTTPoxy attack (CVE-2016-1000110) * fix selectors incorrectly retaining invalid fds - drop upstreamed python-3.4-CVE-2016-1000110-fix.patch - move _elementtree to python3.rpm to match its pyexpat dependency (bsc#1029377)- Add 0001-allow-for-reproducible-builds-of-python-packages.patch upstream https://github.com/python/cpython/pull/296- reenable test_socket with AEAD patch (test-socket-aead-kernel49.patch) - reintroduce %py3_soflags macro (and better named %cpython3_soabi equivalent)- update to 3.6.0 * PEP 498 Formated string literals * PEP 515 Underscores in numeric literals * PEP 526 Syntax for variable annotations * PEP 525 Asynchronous generators * PEP 530 Asynchronous comprehensions * PEP 506 New "secrets" module for safe key generation * less memory consumed by dicts * dtrace and systemtap support * improved asyncio module * better defaults for ssl * new hashing algorithms in hashlib * bytecode format changed to allow more optimizations * "async" and "await" are on track to be reserved words * StopIteration from generators is deprecated * support for openssl < 1.0.2 is deprecated * os.urandom now blocks when getrandom() blocks * huge number of new features, bugfixes and optimizations * see https://docs.python.org/3.6/whatsnew/3.6.html for details - rework multilib patch: drop Python-3.5.0-multilib.patch, implement upstreamable python-3.6.0-multilib-new.patch - refresh python-3.3.0b1-localpath.patch, subprocess-raise-timeout.patch - drop upstreamed Python-3.5.1-fix_lru_cache_copying.patch - finally drop python-2.6b1-canonicalize2.patch that was not applied in source and only kept around in case we needed it in the future. (which we don't, as it seems) - update import_failed map and baselibs - build ctypes against system libffi (buildrequire libffi-devel in python3-base) - add new key to keyring (signed by keys already in keyring) - introduced common configure section between python3 and python3-base - moved pyconfig.h and Makefile to devel subpackage as distutils no longer need it at runtime - added python-rpm-macros dependency, regenerated macros file, drop macros.python3.py because it is not used now - improve summaries and descriptions (fixes bsc#917607) - enabled Link-Time Optimization, see what happens - including skipped_tests.py in pre_checkin.sh run - run specs through spec-cleaner, rearrange sections- FAKE RECORD FROM SLE-12 CHANNEL apply fix for CVE-2016-1000110 - CGIHandler: sets environmental variable based on user supplied Proxy request header: python-3.4-CVE-2016-1000110-fix.patch (fixes bsc#989523, CVE-2016-1000110) - refresh python3-urllib-prefer-lowercase-proxies.patch- FAKE RECORD FROM SLE-12 CHANNEL update to 3.4.5 check: https://docs.python.org/3.4/whatsnew/changelog.html (fixes bsc#984751, CVE-2016-0772) (fixes bsc#985177, CVE-2016-5636) (fixes bsc#985348, CVE-2016-5699) - drop upstreamed werror-declaration-after-statement.patch- FAKE RECORD FROM SLE-12 CHANNEL Due to being fixed upstream (differently), removed outdated patch CVE-2014-4650-CGIHTTPServer-traversal.patch (bsc#983582)- move _hashlib and _ssl modules and tests to python3-base - recommend python3- Add Python-3.5.1-fix_lru_cache_copying.patch Fix copying the lru_cache() wrapper object. Fixes deep-copying lru_cache regression, which worked on previous versions of python but fails on python 3.5. This fixes a bunch of packages in devel:languages:python3. See: https://bugs.python.org/issue25447- update to 3.5.1 * bugfix-only release, dozens of bugs fixed - Drop upstreamed Python-3.5.0-_Py_atomic_xxx-symbols.patch - "Python3" to "Python 3" in summary * This seems cleaner and fixes and rpmlint warning- FAKE RECORD FROM SLE-12 CHANNEL Issue #21121: Don't force 3rd party C extensions to be built with -Werror=declaration-after-statement. (werror-declaration-after-statement.patch, bsc#951166)- Add Python-3.5.0-_Py_atomic_xxx-symbols.patch This fixes a build error for many packages that use the Python, C-API. This patch is already accepted upstream and is slated to appear in python 3.5.1.- update to 3.5.0 * coroutines with async/await syntax * matrix multiplication operator `@` * unpacking generalizations * new modules `typing` and `zipapp` * type annotations * .pyo files replaced by custom suffixes for optimization levels in __pycache__ * support for memory BIO in ssl module * performance improvements in several modules * and many more - removals and behavior changes * deprecated `__version__` is removed * support for .pyo files was removed * system calls are auto-retried on EINTR * bare generator expressions in function calls now cause SyntaxError (change "f(x for x in i)" to "f((x for x in i))" to fix) * removed undocumented `format` member of private `PyMemoryViewObject` struct * renamed `PyMemAllocator` to `PyMemAllocatorEx` - redefine %dynlib macro to reflect that modules now have arch+os as part of name - module `time` is now built-in - dropped upstreamed patches: python-3.4.1-fix-faulthandler.patch python-3.4.3-test-conditional-ssl.patch python-fix-short-dh.patch (also dropped dh2048.pem required for this patch) - updated patch Python-3.3.0b2-multilib.patch to Python-3.5.0-multilib.patch - python-ncurses-6.0-accessors.patch taken from python 2 to fix build failure with new gcc + ncurses- Add python3-ncurses-6.0-accessors.patch: Fix build with NCurses 6.0 and OPAQUE_WINDOW set to 1.- improve import_failed hook to do the right thing when invoking missing modules with "python3 -m modulename" (boo#942751)- Build with --enable-loadable-sqlite-extensions to make it works as geospatial database.- dh2048.pem: added generated 2048 dh parameter set to fix ssl test (bsc#935856) - python-fix-short-dh.patch: replace the 512 bits dh parameter set by 2048 bits to fix build with new openssl 1.0.2c (bsc#935856)- ctypes-libffi-aarch64.patch: remove upstreamed patch - python-2.7-libffi-aarch64.patch: Fix argument passing in libffi for aarch64- python-3.4.3-test-conditional-ssl.patch - restore tests failing because test_urllib was unconditionally importing ssl (without really needing it) - restore functionality of multilib patch - drop libffi-ppc64le.diff because upstream completely changed everything yet again (sorry ppc64 folks :| )- Update to version 3.4.3 - Drop upstreamed CVE-2014-4650-CGIHTTPServer-traversal.patch (bpo#21766)- Add python-3.4.1-fix-faulthandler.patch, upstream patch for bogus faulthandler which fails with GCC 5.- asyncio has been merged in python3 main package; provide and obsolete it - Remove obsolete AUTHORS section - Remove redundant %clean section- add %python3_version rpm macro for Fedora compatibility - add missing argument in import_failed, rename Novell Bugzilla to SUSE Bugzillalamb14 1598157062  3.6.10-lp152.4.6.23.6.10-lp152.4.6.2curses__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.opt-2.pyc__init__.cpython-36.pycascii.cpython-36.opt-1.pycascii.cpython-36.opt-2.pycascii.cpython-36.pychas_key.cpython-36.opt-1.pychas_key.cpython-36.opt-2.pychas_key.cpython-36.pycpanel.cpython-36.opt-1.pycpanel.cpython-36.opt-2.pycpanel.cpython-36.pyctextpad.cpython-36.opt-1.pyctextpad.cpython-36.opt-2.pyctextpad.cpython-36.pycascii.pyhas_key.pypanel.pytextpad.py_curses.cpython-36m-x86_64-linux-gnu.so_curses_panel.cpython-36m-x86_64-linux-gnu.so/usr/lib64/python3.6//usr/lib64/python3.6/curses//usr/lib64/python3.6/curses/__pycache__//usr/lib64/python3.6/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:13756/openSUSE_Leap_15.2_Update/390b7e99f1ae75ff8daf468a445e3588-python3.openSUSE_Leap_15.2_Updatecpioxz5x86_64-suse-linuxdirectoryPython script, ASCII text executablepython 3.6 byte-compiledELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f19d29702ed37e26170cea96d90f844889ee93ef, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b56851d5275dda852e7d389ce4a740523a12e00b, stripped ! RRRRRRRRRRRRRRRRRRRRRR RRR R RRRR R RRRRRRRR RRJ pzIc$tutf-8477c0c82b60dc7fec1cb4e6e814537d5f0acf789a3e599cb5e32e78b3ad233d9? 7zXZ !t/bǏ] crt:bLL 11 1(C9_@mXJ<#.+519umg/ͨ*anX%%RdDF{pE ao}4<Ҽ}F$q{C,Pygƽ]^MS箦lCT(w0~%?0qnyNQHy|tS) pye91|lzSJj(kk>"bWV H'fޫ-o.0=im|Q-YAOoI3v y8&2|أp JC93۵ҩBʲ)~EǮP((DT2$T8+ɢ2#ԂaܵA.1{LB>?EQ}՛pxs&hKPV6(?}~Xm9 %*\IN+ 5ޙA"bpϖ#3MXao@ù?_TsMKּ2l-:VB &'!Y(:2.dWμScSqhn- F|ub8ܴ*>{ͯ#jiHӀub2HнA&`.$(W]ÌPrkCwjj!9lweꟚ%- c,o+^UmlI.풞8.&ʥ@ 륇%oByHBY,۬J*ި"bȫ,/^ŐaRn{]G#>yfWBQPi^F/anp} :ЙSY~vY^X-R/4>\(d2cۄ7̺S$zPFt䍿V^Ahk܈P6N+0ӿlv`˖)jI! F kd%}:5¢և V-0~G#5= '-q`Icu>IvXE4Q^c!`d 4rIː2nKͧCoJSL Y *8e~֖t'1H-E+]҃@fM*ϐ!Ƹ\nMO*f=ޭi9V B?h!˚Ӗi`Dqύ[PȒ)y&ŅqE.hj#zB(Z LN6ҠP3R% >}:GC&II:ȃ[L凹;}P\roɣ(x6UZJTӊG'Lm\, 8{:d>P_a1m(BHYuq=B#PYԭ7%ój j0k *N}av5xkώ~L*:њM;kz;[MM9әq"i~CK '-~cTPs7˳f%!@[$@"ZefҐz3x Ens;Ʒ L6kB!6;{bi/3lǦC`cQ!Ɔ)K= vڝkc&f?N9)`l)?(T3?RH# P+_3ǣ8kXR)ٺ]sr ؝O O]K)4a n<T@ϔ&F|ءv粊0nq|0J9X*I$bP,ɱyV J%avȑ411TF0SU ^nD'ߥ~R ZTqNuI4d fǛu7yG 9`>waO @v@m kL,+0W/glCuͨ.uy@r "GG[Fevm`k3OKVFS~,2ԡ*eC̯o¤L\Ť93e_M0a.1 & KB-%Rb0r ۵kHJ5d)$a/.X5CRO@|F~c˪*QhDv|"fJ̏+T< 9aL21 .7ʭԾY7h?n̮ $wn覿5"U QI$8#DC  f I@.D[ X쓮 8o=/qSOO q|z+j8I$7@+up3)24-#ftTVZjp<cP %Ua8hY(Hpz:3[Ql $)J YYpyˬv7w}v\m_#BCj~TcgFu& n7`qx\!qy/=ѮX}rTzu+ݪ- (ȝTӣ>NKq(Euzj5~!9TK(XLT 1?)&m;fֻH6K-t+1 B 7uCx"PٸIR_->6<: zƬ+U`g'):>BZr5aB֓|ǿp۽8i*K{%CP;SQ2gMDƵ-|s4vMX)SdwjH%ʲ2-#R tXdDҷ|D`4 tVVKE^F^NwY BI;J8^B`Ĕ'=vi[b9Pk{q߮ sFmF6hlPJ*ksla+[#0&Msc~] |h~|ww;5|$D`O$-uj~~Į!ZCԺf~yvX6VL"kInk<<2] Ȝ'ҎfMq=BDj_*`"hȓtcmU@\UE1x%* sldՕA?GK Z%-@KI^2 zMlf $#2& DRZ0דjGGpzcQ?OSP+І4cF`cl /pN^lK}ʮ2P2,۳x5me*dZѓf+f<@ws=ִntk4B C4^;3x[*:tV<866]SOd\>#% 314 YbAiH8/K<Yn 󳻈8Q?Dh6rMy+b`$$ka r",2'G gJJ5JIg}Tz?X_IrrYTnZtk CC# ٗI\6/S%tUxHt55m_뉫= i昼ʱgc:M %*ǔ6>7{tlU&;7~ECp796L:^?q42H`Rܖ*@jS=)tߔ~`$!SY.oSh=gY|S.7j@:q}w(ВܘaC-撠g⢣ ܑ0#hN<ʐ]AIM*ֹȬtd߁\{Uۀ'fU|K[AU]As'IqM77 P(By⡿O~DQW1^/?0Oe-^y \W2S҂aթ+yq"}ރ$L &VY/:dWΧ @ލC2V<njk_()_NL8-,_dtnxo@sb! MYW>l+EUMN@zw¥I8cy4 Gw7Շ6RK_2pSox9?{T:lvDnϢ6/63jYw'TIU5!j+B.yOx־sЫjdO$NKN0 tURV| +,`-LRL`KjH.n 8𼡽hxz]m\jCactoH M$ݘ|mm1>ߘ{U70m)e TVQ S>ҭXv{J KT-P #+!SS*֟T,[e;۫Jh1=cY%'%RdτV+tY|!Kx}WػKZu&JeTw t-.g&|; Jv.WH^o/A30Lx(BdygXE U#Vk9oBB\SMh>2]t,I ~XאA'U('0?Aк~ MFȅ xԤ<@"v)Ⱥ'L{ZL\"sbjR̪yXS T.o#Sɕ 6|]S`_cb.tBZbpE猐Ò96hHh'0n>!#W GFȞņ!Fq󈺜mH+)ME[Yi+mC,wG;E쓼` x(!/:m o7J =x$=o2{$xlVj}.Ȧ^ǡ' biKڙB, <],Ɣ6daN^ %x;6>4y[z{!M}ON[:|y6-ۦAz HuKɑ*Y>b`08< &lw ޸&ƩZ y[pSCS6 fZg"QG-k( 3l\=^[<gtGx_5OKS!pV=ڜvʢAܘ(g[{kvU;.uF!~+RcS9`>N02Gw ?w^>q;kTzޗ2=muG 3ʋ0ø_>4ך@rYdϛ հ5¯EdYess9sjG4 w0Y ƀg8| X V-|{xm;v(Ivcb x8UэPySM 03 ,>)+ VEY]֣\&MC8\!U(}Bo.(\0 exޗ"/=S"+˸YiW{Mju3(J6jB'>s9gK98>Fې iLAq\iO}9pi u @ t/̤ҩ gxv@[ s<#* kw$$S<( PD6 gIl9ەo[bsc*8hB ╖+? BCsdPxs56KH¡&eZ᝻8=82( jY`h`6D籀ש0Sâ*.|20"cQHA(jw YaX4t7M7kcדv42_>+~iZ,w==i"B e<‹,lAMAm- fib95QYp2{gC'eib ȭwº1 xCƫWE`b5@Iv $8*t>Oy jsS\jsWA-)-#? ɞ*v:C%I:̯0xXPU(8,Z^J֬ý ?wכĿ"9v)y4IQ__$ +WQ)<n8u%7X5> \GF[5q[ȍ X7~AIJ]8;Btdlu5ocvְxⲐ\VXI7m˜=fhW@J2c=S6WKRu|&B"U[VC"x&V#e]bQrsdU'889]#yQFvSDtp0m *QBx ؝Y BKs";A'ZYL8L"S[5S?\P8X`2'͏L,S˓`û+R_DPsϏhOjڴCN~jؑp>ae$oRr;yz#BX-AOΑ){=;t3֫OIT,1tMfpM5W񏺲5gYEz8;m^,:rvsbO"dxsj۔2WAG hgS#Օ.UuYB um5tg*e69!?ocw@bَ/?+`egB(WH p9mjë =)[d$F^!]N\|s0~i;0/N('d|Qu/Ҝ ?*%G)W=lMcOhToi1|BU/|Tɨ_yI㽳Tk#uZmxu}lYla'@XJ6}G{TYMIeVCE|@'TTڒGL6!jTS ŝQ}XIBǃqOi5n_ALn%!dp0kt9yg"'ܩ]__sj0Dr fYwj:5mE]XEDZXzm*cc)v˂LĭE]@E. xBNȫ%ۣ2?ݯ#mp&aTfw) !UbVؕ8}3%.|@w3<[̳￯sS2{xhV;d,EBy,V'?{9YIup5^Hq(yk%w!㳟0CJ{|k'v/JKWsCYl<.p10}$V^Dp~%q;P8wy@^3ϻ PCVY]DY3 ~0U?$/gR-FT.)RV+݀.-jƖ#_ZZe9)*6 vȮ,U\~w%YCU}'Pz9ǿ{wrLZi§L!ۥ-c14ԐG93|v;"-;1( .{RhEn2{}0^64 fPS-yW""X)f,IEQi&i/)bi@s.P#'{_B jYYYd@ecϺKr;ӢG[GGT&_ln!6uW}J=`RϢ,ZLi.̆~۴uWߪAeK8ҮXKJ^7cAr׸,e҅3iobiMM\];[jB7S MD]@zGq1m?[ڌ2_$WIz:ij{yiɫN_238𖽷{_mIIpKARVkі/&D@;GQV %l++*=L2DհMa<<*aCب)UAӋ::UqDDH0LjY@YXu |$).A(vKN6# vQF^яsq,SIfG}bq[<q"k7}+3@=xknD,-8fdb sD[y{8tx)"XmdcTO\]M0oܫ6E>3iè8ͣ IJ4Yo⧧'"y%J[wVWSK7W@uظ4*Be2LLcxà|($R)8zS E|l=9C 5+p!36Iv5}*PU|6,_ 4 [M@QOB"ejze E%UeD3^ %6묲E_ݼ}N8m@=ʼ80,:Dt&lBcXN{H7rc*4"$O 3Z'tIЋ"TH4ч;@zuExwEdT3,W*I}|mʱub_7"KCüW@-H A^s[)pJSTkYh&SKi+(-~B֞rpR4J4MzBI)G.ݫcuYףHm-۞DЩ~s!hـ/W&u&zFS:I˹Vҡ  Q'cE`7-9gce|ls}zs 310R;QQu`# !0ykفpm!U:!L΂׽âeSji|W`ll#DhK:gX /f8r6y<(1좚8 nSM9i\SPn`ȗ&~9T(W? BiVs-j j8Gґq7.eM8[/fwH-ai4-BO1T/^la uMXozPwKb\.Bh@΂0<[2T_}6hF]$;Rg S$1p(ƼuĻʅE-x2XcJZDЩӮ~ / TIpv.]a Ĵn'}wsZkFjRڎ{fvnTic_ 㕵 Q5Ouз&uܘ$Tk-6|Vl[(TG{s̤7)E p+v:[u_~3M;5'Úb7U\XTCy*Fk+")b;bWG_(.o]ごػ2[WCBT'lӏ@G:v1zhCHbml/z֬F+.eamLQekNh[U/;F#>Q/rCc_4b *7} JזL6YZ6{5_@G-MC:HQ?pw{?'G4Abh,.N,ܛ-. 7IBLL5eY!,Nٴ}HJoEWniF:ֹfǏ.RPf&&55d_W^ 0 `>D>fQ+6u8Cԡ̱Ӌ#, "%Ы~ܼ38?:uYyF7GTd ;,N*ty*={&*h"L4CvRg/ćZ%u7 )n6\0G\Z^gVͣpUrfa\ #gmabȁ9EOD^8^%Ӊ $:tUYn$ݷ26_iRifnkSn4|lI*̟B>%_ fxd[jZG8 xщƜc+)M(yIpb&NhW}wWp'?:{87}u]L6`rU > p;NJvD܇j eT~T$QăOE oS#@l%oR)m颔dh\; 31=9bhI4'9{~@y7x$F_uV%&wr,K7A(\D{ Fa 1 'Z(Ck  EH7 @΀`W_~%kgꋟ#&tB7=$I|Mqq}x"~(!k`\yb<9ô'kMh:8%,9$ bb!d7M߿|* }Ez\WK'?Fe)*G<h7eŵxU!o!_dQ2$_Nf`~Q,_<^؉m-mdbow꩛`MVO{0}0Xx#hy ?@ Yh S!{谖Q@ȋA~""-3v%ǥ0Pt]7|L"lu~ 2uOӝxv/@ #).:+@ vwJFb~LiÚqgl[s&}Zu hiB|!a5/!,`XSB#].3ϝVG]-{W;-qGh"R$Ac+[~%ުjYK!{k`,QGp\K>S:p{ pZlE5W-ʼpME؂àɽC6 ֫K 棫*ʶ)WfnsT ZCta*qr#PQү05\rd֣iv;:&t$jӴ_lɑL`ժ/a)=a+֒ln<2"B+IwY<$4Ky!~{ 'OqϤ$ ԄA,AkĮgVUš\\zBߨX8y[@_R 6QORsYE&Y`D^%ƙ."_X8<Rd0{12gg~u[oTLdY|p7w-kȝp2=洩nÐE石 ]v: t.yȗK/>&3|Pho_f6Ӻ QJ:z+;&"c* ç *+*w @[NWw.:/*\S#3'm@K:7_AWh ڗXׯvX7or7 b|9L_U|Cy$I< 6哨|E7J۟DQP 댎,`%5[>Lt}tȟ"G/,w . }1}"{M+&@I8ƹپgGyͭۄZ`Aq5wyl'^3mX@ILB,5n^028!V!*|n74g , zE-0*yMSsZ3Y*nJ4P@`UWfMijYfS$6e{zcL%M 2P_%/Wb to>ƒ}?d2#Hn{nEPǯ턣` ۯ oAD2ϗAA |eo,,fsh]GB-wC3s|!c+F<Ż8I_m%]Kwsr.h'x?R"W6wr%K(Bi9x hg%nzGxS w3\u6z<%Ьfhd/C W-X h^AR+Y|hZ0.6wn~qV\n")L Q`ڵOwu'!Kcb.hK9y l?$΋Wrin.RԗN^͏ZH{D# *'o^d^6# `$u,O!w > _iHRr:Sg)ևܭ8(({˻t7E,^$Bǿ K_>(> * 7װhPXazpTEfojr-;*d#7'lT6`Zܠ^"Q w?aMԘZX-F 8*/JoX63n8w:;'j,km\ɡȼfI-\]ʹTϕӺQːͥ`~7F݃ψOG\O!֡@[p#AE'ӽ"',M[Yu+|XQhl[e,gE K^i;-_9^Z)ko;͏buגH6H R1n0Eq<}ְv^^soX%W+7SdtPt#jx0^Ym6黖JQ^Xo($ڱ6iVX0rOTU5Khd8YmA0;"]'%}|n-yG*&[3tVP$,7W$ođ/[e 5 H>T7.n3ԌBY"!̓?䁸B̂I(9k ]5+!:\b0m"ܼ&SF'^w2p:br' 3>Kn@G{`]͹hjd98SB-IWxjNm9 k]u&.dm 1= H㈺X_u3h.{-?agp[qd`jS)cWR>X}U֍9Vʧ-w`#si6B=DA框>e)\s!sEi|5C8oejo@[7ʑ#RP]E+-RY䗥V;*eD끙,K×d#tE VXi_:[kE,DaR wTW?|]bǒ-uoQ s)wlnWbዙO q^ю:2Xj0 f2sDHS2,q6h~=ѶR\a U&wbq?6 v+a}AU#]#?Dzo?,C`?-jd1PĤou(EqUz?\<+1HoO-f_r< <6N%W_{fH/|od=sXa!^ ؀h}JQ@; kbѾko];y3TiVJ}-J}5OP:oPh4P,.Ԙ7Js=n?I}?iHs(m{y>wxl!(6S=FT3ӯ^uMBAܵUv-ȭ+!VW꺇d2N)fjjƝSZG]e``%ʯ@Yy $d5p%\ l!\LArTps$#bڀBDs&@m?v[|FqӴuħG'74Ո9]l fA\bȰdc^ziO˾x@3h?ʋZb NW۰i5LT-ukNGc"d >{uÇuQ^]?&a_"V9Ƨ]tkZJK^M8njF~ocn7c~b& Ar~D|J$We>.3$CP'h]ggBˬ7?L8{*,b`?"礔*g-@BLh誋:@p! #vD u_u"y6L8TWörFʲܵ=:J" 3 soƑ<[n0W*U:j@DG/5D7C]g" ~ڂ'-i -+'Ь/ <5c bڔlZms Z!6\ ɼN 0ǡ Ev}In*ƒ i$94FjܯH㈠;ê9 F O_Q.]ȟdRnZ! =j\2LRG5K9d od+mtxE|}„\$pߋ7h ̠L6=ڛdS;6&^#YtM3in,iZ"H)S'.w}[O w*b{8uuI;/8.t%GZ){A4T4ӳl5ݓԶ0ϖzZdv&qtA0~QRN~p] @l4GּlD-D ,tN),x,r@4iG|z+$4B ؄01VOݝU_%}h{CqhD!$E|`+G pi؀s/$y~o7)~)) _|V-򋅵ţי(RuΙ%5zD3-H}Z!V҃pcl@V$c RqBq| r7?ĸv&vW0)z6*I\XŷavbsL] |iO07]Pp@&-=?)P1Kf/+qYgNF v] 9pBHR~[/X;_%8$Xxbbqf,,h SGgHC3js|c_nk5Ն"!:D fIG }SE %2ZI$%_ZkrD" Ѡ%` b z`/R ?A.uoZʱjeU0>@[ &pKt]xJf: :rCQ^n9Z;bKZ:+IZ\#Y K8W]dxe.@3Z흟c^6,Iw0fMҘƷNw(D?!|T+ 4:sUJ"jEznahx׋Ó+X#o.} \O/?$ֹzJdCjJam[K2aslL`lD,Wp8Tf:KdZ ;&0 # 3џ^z2Ѧj"RCn+zlD iTY{~e ܡ5U}R3 %, -<ޣ^U"hFe!K`E7 6nQIEtW0xFe0}7@MMQ9 7)FjSGb)! C FڠMm.z *RCG{;\HS8ڪ%ޜn9b=kIBr,h@rL/"pRMxr ﲃq0QH1I3ޝt-G e+$i p DlE8ݳkkɾZq~ nzx`Ns! LlLN~2]bA oN! WJ'Dzs6ceTKuSB3BI HQ.* ڶ}o6ٕ:R1Z -Uw2qݟC(Ĝ3ڪK jz:%16꿴 T}% ֥CsPp ةAp5L &َGhT7%|>$&^1.Q I`FeꙄMюZI`Ue:$do}.@K ;//1|`ؚ[`K3ڗLVbh\*E:# *9YP;8dmag__|-Ssl##f5Vp;ֳVLI8nkU5qTpPS \--!R5sԷj}) D<4'01t<:&h'@Sx '(>s_X@TuB3ٛ>Սk谎#fs{Rva~k2}}8b@ 9l<\|VDNPh>uG׎tʣ)}nJ>8nk\Ĥ3BKQ?X >8R}*݊C•\Vk1= 3'H3 -7:#lqY}t+n–@U#ꌃ=`1Q+r*I Bk/HϏ݅m^ze(~ cG(},Ji6*Zo@8ba(Mt6;z_ d)Q5Ʊ4">/Hn#۰L?/ij/{MHQr(+էy{Ko`*cYEOC TprT1i'{Va7,[ =D5᧛an-GmzG4,zL|j(,㌖/dla c+zSM"h^[4-W;xfnIÂ;Us^G o<H:O E~wظ?Wd4iC>j,͒NtĈNŐQLJ#IKǚ&@.q4=Pn^W(0 EqV- 0YmCH)>{#av0qf|ml|BR䟾Ij‰/Kl fɅ<Ofŵ,R!|g]H%q-ռU X5,rc.`)5?-R=C,q%N *L ~2AdߴٍKߕ)NdJUS]q; ݵt@N^'a".dvU拧ђ3,?DͶ[/S{@ ̧?6{SN@jfZ6c#eձkD )(ն';+8mSsRىW_@}asA\B Kla\Ռn컳B[0Hf*?՞A?E\IFWhRB J n@%GVC A1vG=UL>m5QJY_gl¼,:}mHDGˮmﲣs|>-MDL! <-zcJ|'W 3:r b^U_T%cfgX&A=g&.c1VOSǨ&PN`Ǎ`O|sBcM0 tΘ*$I#k(%A+ ђmYeėg?1^=uaMo\\Կ[?s(gL[GmNQ;N-YKX4lkHM:&4G7[Mƺ{3/=EȬeșWoU H46t{:b+B&iV&Š1պBhQe+?Ԑ>Pڑ!9Vwe a=Od ӰS8o:)3a $9{oSہ!9{sq8U8Éj @1ŕwUBUtrΦUum?H7EnᢕE4Fp/.9zF.WSc(ri]_[Sb۾JÁ vwP[2Si8D]LqNᐔ)KbMTL(iM$R|&vrcn}ʨ)ߴ>ReL0RfE5mܖֺlD̄^ 띛Jf@ˈ)UvQEp"ZN'D|ys3'q'w?ce`B%v#{%ʡE\UX+rCU::*uLzmYiM̏;+~j}LRl3ѾfNQ!mf5a}YWTox?.5hؿh윴\v1y23onE#ޭ8qr&xlpR}y#jP7ܝ CZR$M"R` vuכhяlck#Xp rM߷DLcQJ~ԆasQ>-`uYx ~nnq^tYGą Sg;Tx*܍C*0Z#?+! ȡJ4;j́E_9cvTH2?y PXE]z {#VP v1c ?)(g'WC+ )V Op.Dd[5C~1PlE;WDǤC[+gd,9Ix[%s7LC[…@uS*Qr'u6Օ5ۿͅ6V0ld6Ƅni^exՕXla.8 4z/˪g(g7d亲ٯe6\gR'K q\۳R-̲nx0YrA@.V7C( p`hܮR`j#q~ ]B=F=\W4@#*_d 𨹬c*&j΃+i1$0)>]ݫEKA*zv/{ H]1lT[}Ȫo}i2E0ޚ1 jY#iTnnѫMK9R.jHModYꘓ,1[!M#6!h3L xI$^Bz?f*ӑ,?&-Y<7 j.?"6ޤ@0AM%ڣ,忣ȋBKU*,ZZAoŵ#*I!r1 JK7A'Aܠ+M#ȵЊ]d TdǶk=('g J,&6'IT;,+\ƬI<:8bPceZ SROx8[t5IA[VS%vIGO:R=xI.-n[O bSj쐕tqDž6D ׋j9oR{*0A7GM'iQay/>hh,FA:eI~1VML3D|(t 0m0Gy{I< bkld& , hwEL)?2R>%`yKEe0i= 1QDu9yLcv9}F+."!ї#V3,QNVzlZE-P%9XpD+k!ZU_Qm +@4NgoqyΆ<\vTp(E2v0u=B84ц"%Dz.76:Ib~%⃍mJko/rײ)wB[BfP;}Qـ0F$f(U9@Ǧ OK6ܿVXѵ4Q0)qSIi?:h҈LD.Kۖ@;ɫΟsN$ p.@L6@eu;4B6P/,<"BIwۭ}l_LLױ1ݸ O8 N6Vt7a W)mw90T|@j4ړVTQ[^^t\&X{4\ou@E覾̢)]8{edߍG ެE5ߜ71CA`>^{ 4;8 4\Z^ؔ2"w.I-.t3B8?/pUł yxV71{Ko \%hxQԞcCa&CzIM*N[dW%EU ^XG\F_jYw2(@ח5|\"ggZC[{Bİ=ݶi4FHe$|Ҳ k?OQl[G@w$o f)~a2pǝv&DĂ{o]8=u?p׺n߁aʇJ VOz9WGh~_  <ۛdǻ58!i_bv6>MX5]-:( i 蜜Q0 6ͼ~C*%Kۂq<18s3p>k$} [%/XY@Eɦ6b p{(H9|r1KZ U񔫭. Ik+rβ곥*KHۺ5scy}=rfQG-Z@} OXuZ<"6[1a]~- %e'_6SJ.K'hK+2f,)yZ)@9H(H=Mc@|,?2E-m2k!ScZ]CC a#yr\+(9lChH 6\Y|Du"o{Y37qkx2D`'K5BT¹hRudR_DvG/ lԧފ=4_j#f]bevC8؛/+)?BzT{ζ("T M\xi]~_M2ݮ$Ÿe~ ;.K``>㞠<JJ#AN|y8wL[_؊Ieia=AO]NoٔYıۭ0Bδ HQ1? sVfa&ѹ#Xl 5^9کb40&Ǣ$e'^3 6-,|!PY ܏ ӺPdh{@IV^(Vu . ߽g%ea0.:gmtJ|OZ DۿZiڊ]- psE퐡khd'Y>!FRAb`t 1ʜ6~G]+4eX`ȳ ?܎=Ra3wTGllGwp5 7X±ԟa5?zj`>\3@fw>}zr?q} (H', 6yG/˶$'Sv$?I&5B?[OwS ^(h'"ZŒoj[V-I75aגI:,gڄx6 4yC@_2ZQ'';iɥw@A8 Zb۽H{~f'EW%=V~!:Ϯ(K:"DB*›/~6Os_TN%yؙoJ$<5{]ؗ:,x8s ȋZ=P\ig]HqPpUd>_{0ӱ''g&`ߪDHn}u] $e߆}8h[n,7ӫGb"Ĵn ̐Z]B#O#͡doZ;$c950k\A|nJzݧĺ"(~ᄕ-Gm[2Ұ%yJ(# ehgDգACV[[FڱnIh4/JJk RpEPҹq+4|5CgK]QG&*VM*vP/Kү;Wb4J ifo-ֲVA^o_;g)V"}iuʵb_pqCC1 dGfGZBCVͳfjo39;T Ýu&v6(M=8"RSUil K%=fq,}s2 X۴gfm0.H}W@ceN~gPl?թ9Hln`<\ѮcXderPkܞˠt);\Z`9.ܞ3RpYUo&23]3,rŧk 2IB8Q{(yV6ن`TtL% Qp,nU%2;Zn:6G`曔Y)H(gD#3K>kܓ=wLM^G`E(=zsFE' IѪRF! y/=gHJM]?ꜞ `ÿ+z2,[jüc8YiȳFz nʔ𺊘9 8]>*v X|DBQK9\R1RQ7g7Xy@ 5SwH[ru)J|}ESMS#w`yzݤϓb$C];l3`9SO~5:gIsz}w06RNxG>-ŀ6H@w#`m~#~o5 f H_ܖ ;T ZA'E䌜:@zߞt&#| Q}~uwv<VmA^{' /z,0L"ln.PnJ{ L|=M<"IM\q>b^s_5 eO(9}nf;Bb;s> 4y 9!N(s/aRT\=+l $?Lj)5L ʶy>_G"A oXazt&N5d#9lgc)Trsڥ|:dh#?3(ᅇ)iAC]. mhÈ:9ay m%e0v,M X& 먭ʏ^ 'gßV h^~Sao4À J.T#ޖ^2"c0 7ɨJe] C/y]Bc#2U6n[|kPrJ#L{sͮV?([AF1S.>ڬOdZ:]&}Km!hqcZU)1+~w }pNU3eLX.,zmZ&+b<`gx91 8dW` lcVܒѷThq$qj`|pQϱu@'QmXԖMg;R i&!?:b ϧ{*~J>7Uͤ`o" CTGާiqpC7aH&d ʊoY_=nVYI#krjae^w~1^Z ٍ>lsK8-)~b=Rtb @F5KÀ -Zv/?Z1.JYoև]O):M5>tb!6k a%Ÿ tPL"5d9>o F׷5H>| 5CfSؗ~U8v MGtg`>BUfE\-_Vc|.VS[|Eڨ̊^u|bXo&)Ay*_S8V׌xsEeD=8V|Q +WNg4T[Z-'͂ "K 籺u覚pի;+a9\u 3`hl}7'8@N&Fe.>P@ofL*B=j MK&PѵB/#[@1S_Sgl2iJ čո{an]ab{O <(/Z&7:wݔ.$@ز!JK<- r4۳i9+h[Jϝ}_GF?7š (BIhDGKGbO#0"S8hT)=eìI*PSAP'}'?| |OmؔtXxCiA+uVʤwn0)<kk%6)de'f)p9b*X-Y[q8Y\-2>p ;*bzz`+|4Bʡ,Iy%7}i'\zڵꁛ{oLZ K;Im^HrVMy|H90'㤞Z;c*Ϡ\k<̗S!qdXE.zɢ]ehh, gD;C4f{5e(Q>Gp+BGw^甦P\nëY )@ ^c#OܐØ52T;zAL>l% \o)$UT~+i1sR1bD ԻX-׀Gv+x Q!+XRx- nC,JאY/!j6NVTrcmLc2nfA|eo!SəHw' ޶ڐ>42KrϠ eځvWT;6BOM"Y&*PʻG:W<ԾrêbdH_0C#RA*K|xs1*)6KKC*JwJa"U! P Dk ;wfvݔ͘:+nBHe^(d;` [6|PMGNmuྐྵ 'Dvn$ 'K'=L#\A\sNxK̑'ajЖmP0}nF>EE>69a倍(qȢǡ<ۄh\%NÌYfMMzUiSz~SqOw%E˹؎u( <9; ơX'Zc^=hRXVJog4''3NׯlԆv)%57\U,Sכ{c*G"HY +V[^%}}}K\~p)f-iB#, L~QXÉ8 {7\27:뭭Y);v^J2sv2iӹ2$W;\D8Iϣd`<^+0%`KAiՁy@^qFvI!by .=U~PG- i™KS5sM5aK_EZd!."9ݰ Q 誕fkɪvgc"p9ՉުRc[X wÑd쒊5 S/hD&y7) y@d;DVuYnڊW6E0 v,G*ٿQ]qfn?h=:oTEWqz5~q`Iđ9A{#K[0Z{`[3\jme㏚w.`:b}O=OB[|>'Y)Й97QiV@JrqG;xT LFnϤC^{{㱷2v=۪?iںS#~lQtx͘ۑ@!TCkz3b^s@B' WC^#p aѝPѥa\dL n‚2fD.Aw\eCA|3&Kկaxˑ<>dP>!JGȲnx.L ֵ۹l:Q?}`Szv伿:|TuuE/)%3@鑨~ѥFUxUz['@شe`9Q9ׯAW0vTA){niu]tK,%Bv[j&}+0-FLݯz,ߖ~4^5 1|X3oMFTʋ=js(@KQ# .[ SE!bvAm߱KKJ#^ YɩҜS"QwY }. pq?d3l9AZf_ci͈#AXNʨ|hhW*ΩW{(lI@9*Cv;Bͅ%AɮqiCB_Wg׏ErNNXE!)^;CQFuz&xzr}L $3ۥqb/ʷCܢBꦶ7s]wݓs%PMLJ=#xU?&Fٹɥ$Rs|7ԧLD<9q<2ҎWu5L)3elc^7ҥ-# rY2zB}I{x _nd٬ :m&[*?uiG[-R H!apLuV d YZ