python3-curses-3.6.10-lp151.6.7.1 4>$  Ap^ E/=„A\ ¹ & MgT]y)AA%]U<,wK%g_)G~gtX㛺jh$% A!]Z-G.DB -jeF|fl>tuP++=qa/$_mJD@to֌y]7DS:ODˑ $ۛ:m^o=Ցk0( jȲ7A,o0ŋh+9}{2903c70d9a2e5d7f33f9388b064763a6f79152f2a70cf340d6eb13756eb6de7e0e0842bb4c8e88c28960cd62943e1ea1d6a12692e^ E/=„@D>*‹9 W(t1ܩ[Tx_ûvj9ͼuȜnv g82SXcn BtD8TS~][fS7m70lY0k+1dk{(9ADvp?o غ}5~oOzȍ`8"Rk!E7y^/F4bo`ZO>1@*xec[1K:W҆W PZAb>p>d?d|d $ N 06@   `  p `    ` ( 8 @9 @:I@F[xG[H[I\LX\dY\l\\]\^_b_c`Dd`e`f`l`u`vaTwbxcycx)zdd,d0d6dxCpython3-curses3.6.10lp151.6.7.1Python Interface to the (N)Curses LibraryAn easy to use interface to the (n)curses CUI library. CUI stands for Console User Interface.^ E build70R6openSUSE Leap 15.1openSUSEPython-2.0http://bugs.opensuse.orgDevelopment/Libraries/Pythonhttp://www.python.org/linuxx86_64 &LL WfP]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 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- 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, 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 Bugzillabuild70 1579173131  3.6.10-lp151.6.7.13.6.10-lp151.6.7.1curses__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:11804/openSUSE_Leap_15.1_Update/3adaa1ced24d51cba4b39fb3188b4234-python3.openSUSE_Leap_15.1_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]=75f31f8d1f4226fb8c68e8033632d0c2cd7f1522, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=02029ab39b8e112fce036bcec1c5fb79f9dfc1af, stripped ! RRRRRRRRRRRRRRRRRRRRRR RRR R RRRR R RRRRRRRR RRd|P ZxAM**utf-8308c3407d16eb73943bb2761209a51458f444c5e51c6721575dc4231ecbfb38c? 7zXZ !t/bǏ"] crt:bLL EDPm砩VI A ꟢^P88kɄeأ=0_R@vsvғuw'O31ѽ ?b(bHmp^i1ȣx\2fۣR3B,4 EmXaDځgwa=,r"iTw cƆ.Yjah0@'|#@6A]KN,NmQD'0޵<6 SVqkei~NT_!P ty3NNƝ}*kHeT<+B{#,ٍ-q.dD-ߖu'B 1D8<'%#!6W[s?C|obelN3ꘒ| LWlxJ[*#4uфX=TЕ?|*r7..nbkM{O9NOnBYܒA~2غkx{iJ>A`uQrLgvN>0&ޡ#cpi =lx{fOBd(} dŤ|ߖ2,WT!n,[`Va3R. <9_>uBы*q1A9~ 3؂$>9m-QA%8տ4ncݓuW:?bO+x) v*H._ܦ+ Qw[2i^G'm÷D7؜op$#?AcG)7;Ί p$.lS*HΖJwTנ(J$PpZgDtuS{ ?zd TۡG VHVVh 4pWZaa(kWB<:/J$$#{QXV{GIc޷n#~k]WM%2Rn,FEmzK8QE}>z,nd v }[]!+ L,cZ";|K>wEHM+ :;0Xy |R^0>d8μmb1ԍh }iQ$U{5%̿fZ͹^˹`Qe =ߪz|$.V2[iJ2E Li+胘$I|Xw)u( ^KCu"R!J Pl1 slgGiۺ%L䯈l5t!FЍgDibA CjL"/H: [xzߎ(y,X)?qV*&?!SSGK踳8H/<{5jeyQ+NaiK|`Qi:C/1217lA6:Yؐw(BOBrZ{^Qj ƝAKNEgvySN ~D# {}; *-Xqqx< oY-'2l5 13pb6i$DMWXxEy[za O7iД9wlOs0{C[UmN{Ce.7.+?Q6bkdTϫ Q8V|BlEc-Z9pB:^\ے001 &5f0tlS: 6 ;4c% k1 i,^2#7Bع4o ^oqޝv}z5`4ns-mf?o\9wە}!o7O2SbV;^B."`qzB7BB[K*%s5e7`?5|U#d}i0y5?TK.xJH#HWVv\;p#!4B81)Zw9 O3@ :>Ջ^Tƺ kEdXMdqcZڵy2V/@!6DX? \`QcsM& ?#9T)xd_3rn /'9Oȱ˺oG8g(Ov]\+k&=(X[Y&@8< 'fcCʮΤO+k6D8ht鳡U2ӠAگN9O8ff/Y0P&H\TfqHGD;z4ZZџ >"QmԑL)c"4q_)*IGw 'yjnUUmČƭnQuUՐY/ 1hÌ Xz߸>/*Vv?5 *%sn2Hg~FM/dwxSX~,G23iY0[kd`4'*^&ڙ0TI"9D- ̞gjLoat 1X]x"Eb%~vCVhqbXפ2"J|cl;1A'A:0粰VU/V1ڹ3HNHeDiRXE{.ÇN2a0ZSbMֳ$=jϲ^hW@w._f8r5I2YB}( VtNaR]e,s vG[i3\C`_\?S^l~~{$Q=v6J=%P*#WCn݁Dz̗p"M$ L3ľY~ d(t<Mj?J qESȗz8Q*d,n_+O(f!5Rp9q_@B*O}!w|y`QFj%9{ jlx(\ɦp!(oW!717wن*Xɤt ?Syv?J6HPn㿃a_QJ6F[iW G-AU.f$uM(Jhl_= X b:쓢譃F f/t*ϰE^!I4YQUqL}}R+Q-:TMqO~MMo<IXm)k8N^ەkyxAy"d {r6[UyFyZ{ gXTFWv~qQ"lZ{k?Z R~MWdCF8#W`GX@-W(P[¸Kf"5ᆫZ/B}ІҌ?|񁄢pz)i~ad[mՃ@!cܷ]?t#,BfBδBkǏ B܉Z["/ވJa\"Q 5&ש$j0al kD$tŹwp19b] r0OvQBʥt}҈l2LN$ Ig k8 ~pKs?n+= DDj}e'+vh$.֞jnNn/pxm/J+Vw6*8/eF+JC>+5ΕS|sO[0JK#iXs&7Űo:EUB2O"QШCRNI3=@j!5RO<XsZ/<]|"B/2!`'ɛBh)~s@Ŕ~S"h+Lж4btC9f7@ᛑ wXKooHHp"H!K>X'Acń$"NT8Ȥ+ÄWZ^yb^޽)l~f`)pmSRyM!gQΣN^W\Ez{2׎穎X!jPUuZnDւ}ޖĸWqn\Pߺ罊z/09[Ln @Cw)b%93)bd3`Pm`k !T>5 3992عZߋ|y./IuȲt5]Rh}^ei^A-Bq`T&U9bh}q)okJIf'oU >W,&t;twY`C ]:J1N -ʛ;PB \KYŒ I{";urV||P بamad9 U6g^cP5}o =. 辒6yW.eWXr{?ȩǟ>Iv-8J$Mcc1H:Q%p0W_@ _t2j]ɡY °˅Wbق4uI^!WQ]kCӍ7@V 8cS M>Xv֋]A;fbx;);gkwT5w,>8x$@|.*rU}4~jo#_C9LFw-8_fٴl?cO&8t,[8ov4%VK/^Ӥ\)[q&/$2/ǝL@:N^p^uZM]ô6{e~_r~YsO؄S@0A r/TWv1aπx} '[}BlӪJ-En%۬WlC@Ca xqo"o)C Q]T|nnucO uYk3D}ʑk#[_^_Ќo!_ޒ(Qp1sO؋>cim̢Z@Zuh;i 4={"{uB<(lK3K=NPc媬[HB+W0fե<9wN=1Dqc ڛbS7_7I[Z9mA^%6֮.`%Ny%-|+xOIH0FE)m>޻ћf5GW!nG*Aj{ 1('%Ƈ!C(^d3nUbQ3P`٠/`* :}ֿwJJ1zڛU 64"])"q {KWk"%­(P [CxXNRC㪙*%d/7Hl+Y𢀹ϞV3\Rdm{=b: n;)@k$TnaϜԇ/U2'.5 6寒R5ex/̤l,$:Ucb}$%$TzyZN=E< ǪVQEv9m`^/ϼokJ[')s:Hՠ 4Rg%JݨXE*.$|Z|;{/AvAu5 rFJ=?_PVܝjz:nڜRvO` 9ݖgCVE>ܿ2KNŴ3=^M$s|MX7o \%B FQawU#yB 5u87wGwq1G2Wx¬d=רn'w*k6u2Ive:Hn1r]찐%#Z=Dob >G렶:bM\Yr%1l2~kl˓%;ޓ]n%zQfwg / 6nfjl9GvT+(߳?ZJw0rQHd#EBbyU?'rw rYL1Pf9[ ůY ) vﱸ?n)ĘUb䦿 k=J%su<ͥ7,&GqT<4zjN+:d|'~ ӿ!Xuzȫ(e=r;anhKciYMjq8,]H!.[lHOr>yioR"!SLtS0>A0YmŠ=.h`7]vX6f>-{( &KߔGuG*g<j3U( 7x,fju5Ǜ=c'  5[PuK&K![jC_<͐rgl${D/ѽM/;6p"9385XWVD0!F&?*gv0F0FEjND4k_/'G6{u/Cb6[NPdq䉨;)VV}lu[-T.cqƔ ֚e݄b֝BxڒXco74-K0H%QY-u Aך},3_t7@*Q7ǒeDl7/RZE Xۚ#IV{1}_%i &\X3]e:JNpyFE?;١ŒibOi>6sb))\$km4鼀vru[Fl{GunҜP lْ5KҖlKaCQ@ѭ7W9U c HT[GtYSBT^nH8c7$G|?K ` aIgF 5.xcewuJ{Zwu2-VPs  {?`Y;R%i{tF)+3`+SAb(!%o6k"נIF {G%g7x•P1m/ :!LU2 wA<#ܳ -E%9],0'%M6 6A,6,޲?)mDQkNHyޠmfk X-.=xb|I=ßv#0߈zBt;BS5}7emΑ䧀g/S{NZuw8-NQ,3} fM=<%mTS 8JVĘ _kmŖ)񺋥3eNS@&xGn9k[r!THh'2$b-dJF\R57JI2;`!&{և$0+bsA،Լ)YFzE2`s?,>N}Pd=˶Kr }<("0qw7]n# ,|+3Vr cmIf[p 20l{Ib殗x@# ?/ek:Koh"QKIN¥vdZεSnESr#(xPWĒ_b~hw:NQWXoUQa]/seqM1 zm0D(^5+\Nt5W{'˘=?IgPΑĨi~7KwsG\5[;8ȲfLtEHGI< >̾%[1F->Xe㿏8^ 7> 7zl&k&gO3c%(G?~n}02{/˜?51k-VTIW~ޚa ]Ʊ Q1|ꢚHB1"_9cm_'$4Kb$2>Ed`ho hp;pG΁e[pb X1[:A-GqKd,-wzNi頑O't瞪XY]M:;;?qi Cx b)bt_hO45 E jm8Ng (Y _b}OFTuQVhnrPZt˷/Q] SkB|xRZmQxNKI˙ICC1W*M???wPUwy#HÇUs'QU}1H2M~NOg% r}M]{ ŋA{qmtS-UOy?kD_ ʙ] f*q9NHcvyp8 hN\(~p/;ق|2)iHP#UTXxǗYAxTvt#lj/c(&NΉq$;JW_2Drqu;&F~fu{ηt-\og='GeD*mK5!r.;`(BX(˄`Lİ,nY/or?9r{Qd{|0$}jĊENԧ[#dA-, lr;SS t 0O CDb ϧgIsmͫu4Dkla#b٨2_o<#_?2H6\pg.>s%c+G3\v1V?pYNLAGifoFf( MT2pշ~q$ ~y(,Wlb2X%MtbeL`^SN  a_c#֭qvSR.SMh7T s7~>ܢyȚ*~"HC^Weqԃ0C%f;LVTo^ܞ!N[)Ľ^t:;rs_ogm[$xZȁ?͊G Ⱦ NY'[ G>l/1 ėQCz>lwh/o݊BE]&{wC+Rrk_[_]c ;.&DH"f:Ȝ.9w/SDf9oZioԴT://hm> ń!"@/-B}ƛg cyUXWSt1kU-[ sy :r&9iBrͱt$yCg-1f7'4am"n%)<:-*+!VQ/dg B6l&oD7XA^GzKl$6_ydLe7N̠6cܬo:輡'~/M4`U۩D? ߦ a~5D&6ī@$u܊ͺ"[ƻ oB K`$`HKՑ>JIu1~+Jӂ6.oiY6MS&rMȤv:yihKU=eۂQpz&RA{aA-jJRGH7%8-t}`_ cԥcǯS`Q])H~p-{-e.DY"j0>'ЛqE4Ys>aGɅ;J >\4_[ZX2Y OAϪZV/*6f ;w2/t>i4jvͅ P~#{݇6|,É壽a}R3 <^1U:+~l:,Z/ Vd>xf*hoAYHkHsGUZ$edvR-Y"%MX ,u7?.+]fS1蜰̿4E5#i"('{Iɐ,]zDNʉK5Qq B-ZDUDKݽ9+ٔX Bxn>'I:)IZ_ѮdO_@^0hVi7Un4crt<^3L˝D^)+Vft+6 `52\}*Ε÷ط^̮JF{;x+UG\}>>AXJ;mYL`~^a'uh# 6d9PZC;~TߐNCp0w23_?w- hPFޭ\6N,9UOxِRADR8]F (ִh`P XѻBQf)]:·.ED#qdF$µ ;t$?$3 I)vTv?ҽȹ}3hB,)j ̮d畃 "(C@7 AW-J8z6Oј&TZ߽Vy(:qdi0;Iv4]M;c&Ө/pt&hFr*0l:K) @z Rv}dT[GpqyD0道+(KUN xe--ȵk \Sm"u%tmoD^0"FY*\m*Pi9\!u5>"Tm>*4NHHr?|]3}C=4x WC=9$dۉhGB9hj%"gLRN?ò.C?M x&p VMg]:M]n^XCTjS"Bɠ{偖ȫƣ]ۃǭN\3'ҷ/wj[{ܚZ8cQ3 cAl@_A; ΄ Mj 3!:C`gn<?b='l(s..`"gr.P\KvQJ]JdMUXjX|hV8E8zťbX| ^r0`K;x5~trT'% ErUF۝YcjOa Y> M8$|Jytο<>Z@m,jB-,0?^Vv(Y3fN%ZH[Lzd^?g,X[1Jl3CV5q aNsQv<+s=29#.eՅA@N$ e]/~ӡ&tYׯЁ^&D?^WД}w$9)هӏ8k;+Ǒն^׬v9PdkiY (惢R_UM:DFbwBKNzݜAF<^rGapuD:5*]@rJދS+U}=آPlr[/פoed@ /GAɲֻ4 w%MM wZ9]dM.^J3vLNVУ+BHA/)旆ap}0QɈU<)_UMP )_-4>aa94wdAB1qʃ&;0~x @DiϾL{햡g\ӤJI%׋a+AȉIwNz*^ce)-%.gk΃ 芩[T` sY\M\.!A֧I ,,jJ3EB-p3X]|n3Ac%Vhbo]g*}83z(%|Pj~-T`EB޽'US@^8FxDzƱآSu.?ߧ[Ƿ_dgV2]prz8 u>%ma\NgD+ƿ` Bjxը,ғ] 9Eh^9]Ur^b$]tmr~*L sN2 >J\Җ 6n?dI4o;q1{C<((=<ڂX*HY`+4ydA8[3N`c폟:5e) ߳76;Fp%jƳ1@ȁ$Â[r!pkp#lz 4#TSCtWlfFHxM$WWn̼44_Ze@tV~CIpTmVɳt!E I.ZBt/)5lۀrZC QU}fL5"i6ArGSICfnf?P_(?c˜b~h̴ƨmzUЋMYpm̒T8x~ *FzoWyBF2lm"FНCWg-í7HZ椴S"xr˥h|~-ΏCE"w*@`e QOX_xO<1d?jr/@>x9mIiKIA4RҡwBp֢p̊RKb;!S`fS{dtd$PѢ5~VϔѨ?f7NTܨx4E)|#ːʌLjc7O*C*ic<$D)"|9yqc~]8bl \*L9_ވܾeGx?e) DxĝdG>Vi7/k7Forfh*ٜINda._2Gw; ;(,%9!lX*e^wxgZX2f(vl 0 ^5rVM## aԂscX1sק̪\BM§jqff[ hʑsҁ^Rm^lˋ2BdazUo'LWBkl-&El#~J+ߨuHBM]YƼdr()Дtk {*w7*_E w͐P`$(f<ʙJD߳[^Y`OS(Gʤa2.x&VM"\/e[ B{pQarXz/z5: fC |~Bι;?dRzjcZұd3^-)8I3ԣ~|M%;bn+J%=cfSp3Ztq_RJÞKg(XOyղLK4mJdχ䪠bRi&ɛ@Mu,`aiu[5=H.[Ȁ䁵,7OPkrѠn׋V|&o*c"Xfx'Ff˺lYx,QO0;e4$4v<%h?V/y"māM=ݪR 亡Rs8@xNLgFj3ƿ 6ԱSIN{Ǖ g*1G7=PCCQ$JH'"2ϛVÇQڦc mHd W_=mG#Âs?!fT ITRH1gHz>A5 aRYq:(/M䉸1ءtR$ ר -r$\ .0" pKKl4`JT' S1cBvhԝbb8ݱH^QNǹ?)As*fp$L3"6+,=}=$>!sLB~=a_w8Q4|`(AȤԪ*Yriy: ^z(|LȀ+BDcpQ1%,Za@r;b]:fs]h$;>޼"CCLE]dC+]S8K"聛jr6Cz'F/[sAt2ۺ]>F?.3RFw>GCLI@Ub1*ygN'W[v=TvgӆT[[\" ?c*E T6Cʔh2:0W6DQ!734s⨞|ۙ)ݘ֫Ug$nEa. 1#*Vt)~8# [ޮF1jk;A$Jz`9n 9޺͑#B\BMߜȣ9ɻ殊mPOS7/D;Jr~/)5sZxuMls'S_}V@\}5= ,︇Ң'}L&<(cVQ̺gp{{-2=o6y-,P {3ƮB=ֽK7W@v;"8K`+ jfX!!Epu0&p '#4lAnbwVՀdPTG ǭ{àg9à OqKc#:YpN%={;!\9@(L"Pv+_N)8bXr݁*b:\ *xmaF4>%+MTF9kGY }gnOq<eeuBџ$§%}i(C2n[>tԅG_:w2?4VGUSBMP^aE<]M;8۵*iHZ9xab1eq#2-W``$W"4E#`3Yxո}VoJs)PzjMQZR>E9$|Q_GV)5+ǜ@Gƀ_w&SJA>`1Z[ݥ=ڙR1Hi?bK}HB1F?p&xv#^ =>^E%('son W(12N-!ճũ/>}:3'~]yyTz{ǥmЧN)sL&IRS̤1%+Sy+{k?+ $ '|YC{á.5"'WMbI0m*K-_~I^ !HB0 \\BecYDO} iI%eqO\ܧlr~E^SWv[m?(c/Ip#U`G6 D 71Aa7%"{8d~2zb)_c S܉l*ouTi{iT'f#Fi\ Ԇِjq@8v}!K,dxRcNLDJH[/ _|`绢Ovu6v;2kOus V6_r`p02N M2I=ܦ<rܼ$jكFsK魧) M4##݉ ᳯ'Ԃ%yUz݃#} f8L[OU/" POVj{0&LEq>%y].@Y EׁEKJ")W_ 3iAw]?[׏*EBr^,zw$Lx-k=4%  M t[$wW#}ZkkJ李Hcf葸̸U)K3Qk'T)\ثq؁EC^?@o1_>(M'>s2Wn]9"p!gnWI3p{rWGu281Fg--iMf5UT@&'A;_zN`9f>V"lΞK$fu eP9w0`*ߐ[bN%ܴN]PlN'6L(poj{f/_xzEk؎!w d _3{ qZ .DŽnEyszދ@"&b)< ;lx;hE/g+4_XE2++ƲҏP98*A.P0Q'ǟO.s1-m3(i_`}4Qw9+__g*U _VAoyNBT!w$53 P@8$Qp)J.ƌqpBDTcF}oݥ5{:rS[(@,`C)('_ZX%@h#>Lw]!IS.Cm "޼zCBƪL2BMJB|wzUIvmk 5c =97Z0IL" =k}sڗj%r8ț WNPyLYa$X<qS)8'%lOU }(1 k-B9 OwS74ӯ]|<9YU\kimj`<NYC{ԸZP̈Ž%Zt.,aҸ2C,4M aMT@vAgj&o4 ҙYk3R+W<15s]"> )v@J0}lh'|5^í`<QpZ@;"H*KhEnfy *)ft3"xPh띰W9A2wpE-;5nQIdVA/^9U bh@/&uV;/qJ\wnlO"т#o`pu5 RRX ؿ_ Ln̴|}ɢ"[tzstl@-*RO{I: z:=)of=R>8w/Ɣ5b{@ZSv!v곮 M!L f#C'm펳bwqC{fZ$Z3>XApg?KWRBR㴃&n0`Aɶ_mY#H)UvT< 8ADFmfP]8c_N.EPe<BW=#%{ȋrB] Lf Cq`MFurN`؆0OP* !zT>O"q]֟/.ujku 4e'LI`L*{p⍑*m<;O#QdgBx$dlV4rt ̛RkSF-y uhr˯fJĩe`c)PJL`?+q~jYlsn"ٚ?*of=cc+| (:Y֩!(<*{?ͨѪ .mO3bPOt!P+= *2k}%߄)Nď ZoQ:DLh}PRҾKֺJ_e[y\y޶_b ΎDC^ Vpb1iZ>4AYAg6HAr"ʥ\uk޽_+b0VQ?M{ztKeqV6Dzw^&T[H8 =/94T]lfbHjT  #Fx {(L8)Gqd@|MM  aZ D`,˜M]^9*ؤzQHcqiJ_gk+DbycV#{;U*7y*]FD08P1x%\V‰ c_|Z !YAzp_;,.S( w, w %pnjQAd~xU}NO? ,]!b:QGo⡓$mHE÷Ƥ7@\(% ߨ mmZHNMVj3 dX#t'?`)o˜:%AX)}=6"adc@ou^=JÀÁŃ8 50 )L0mqpK1\s3NJ2ةlVVmx_YVOzХ?>0H}^k#`F X5<,ԖvJtɴɆ޶7(>C`&ALDlә] c.>ǻ ncV"+R󁸶Jv }95߃q.}m #$G|@>R< ĵÍNl'^|TZ`biq *ܭf̥Lv ZAE9MibܬL7g"CT̹og!'XGƢ5hQq6PbnTaE7#zA܈6{ܱ%pR h\ Et4Z YvǀR-㒶`7gk6B˦ӉYJAnEs¢]x'~Kl͍eZ\sq #wCkY;-xv#q}H t"_A(0b=7ăѠ;awO|{pg ܤǝwZW@ BumTʃfl4S+iI04W%dux6%0MNIxP%ϟM :8js*J1ItDяGVB+A77=C@DЋe HaԹ,VI-h7/259 ةRsnë p9zac Pxtf‹m  h9vUPbXZZS 1 zI1Ubx'FٰyDar!ym̎)|'@ظ_<=@)IK].s[4;ZS=)Gqj*2w LK4<;СPa*FIZ-'D(d_@#Hldumn}bBW/}S;T="-#kdQ:rUn_jh^]?z޾2" "'FI >G09[Y<]6r 9c-i-T$8qB42һ"nvi~f]-\bT({11+@D*$/ 6x- ȉv 9]WJ vg7kD6v5< .D%BE}uBGDeۮVYe8ѿ׳t&]lG0Gx`^gn5 % x$ǩLWQH8! ]v(O) Sw9jY[W4]6SwM?@K  R~[sYeg[YvP+?ݕ##x {n4A~yK^=d+? >kzA!:8:}&Tw d @xж)q)jO6 R ߃2=%C?hxs"Iqw\$Ji2.0$ ԴQaWJVȳƭOÈeʛ ]?1.Y)Vwuəv.MGk@/-;`J40#n4KfWbiDz*d"/aURb/ڙG,Ko3AǙv7bw$lG;H"Kc{2ojs/!5܃v~7/򭑩r47k>))pt>@,ñ3 [Cig5e3:mZcv@y`^[炛ȬbR@ cIgUb%qx+r)KZ2Wqpzl.1Rv   CZ[QӾg?]認3$-3Mje)H?7c1or!%#"2T0h4AеekdTK\ZTO+x}YՕ\7Ncd Q/.[eqGwQV.܉y-gx6 pFY1kh%hMwesᖝg%[YjCez( >k5D|`Qw.%i"CŨ8~;=ԹK xAITw5ÌN`֫;C3iכ~<-jw yik =Ij 8~/t '53w4PѨ}[>sWPUҬNWP[U9;%&ÝH4BN`f[F#U8y|O5qC)</6* ywz[HA FU%?s"JE+ܝ4B!#W7<ٴu~eL'+ ;b ڊiɡ#bHHVt!o83u&; .Z ;ңѮWl~pfMF& |5%<cudlzO1 ~NNpd_K,kMKߋx}*OD&\ '"J"[_=Ԩ"DgJ0b̭IA"ί$MߊغfQL,.J ܯ>ڇ>lPD哕_]sq ǗowM*g+pi | 8A{DJHp?P`zz}Z˴5#.%y3 r@!vRLRlC:Wd$<Ój\]oѵ=|1G\ >øj~t+e`׽Sz@”$M%0S%~ u:*_[`IeV7g i IIW+0EˣeMf*Dc_]0-M |-TNNLd]6+#krbe-Gv_ Ր4] Qfm*O Xqj27Cҥs*;{9Cw9!'Edb82,  XBKQ7QKxqTBØYn: 6L^vN})WiEøSWO/KnPn)xoAwc>>d$,*K:k>F9s=LWRbWW—b3Ġdc6DEכvUs}\ vkVߣUK@fOT"2k] b.7y^'- $Hc5ΪfvK |YR] n5nX0-!Ѕ Z#"Jvk(\?{i#YvEܢ`Tu?t.TypЩJ[5/k # TcjO@P2C~F}pƍP ][qaMOmr=ëֆSڼcԛ(Z:EBN2v́q|:$l/C%(^!3 E&"dHy:SDg"5HB~(WB3Y] p`n e^@|6,:4bdX\">2Hd8D06D~Ϛ9J? > ]r%ei tLX18nwW(?y'V: ! )5ަ޹u>dzDNefC8놺ov'X9El2VKtg$x֋ܚӂz |5bEX^&k5cCsӖ]_z/tT:=H01J hx]/A+|Y 0O'uEg!qFZX0aaX@ =4!&,q dɮX*bx)gm(ь5HqZZU̺cgPO堞,1Lf2@b ^b8=n^LdGّca9& %8.oT>XܯnBX~rf9 1z>`,#.A >:.?;26(%pe]2/2ClRr/ez\%ҕm6ZK23֊ti'r(s\Wf5k܌{ @XNtص|lʷnǯt^Jbnz}S: /%BthO L"}eCCrtw8Cz42CWnq %'iH E;Wq trmM.sZKĀ5HTTAIA'~ja`6Fq# 'еBC$:krxLǂX+͕gQ#qzAzL`!AU(> CpW9mTh<ഷ'HXShWFX3Q/+|[s,&k6oM5;[0n<7M[=N^$3<}B'PXMu? :~qs l4AU +2氺 9%U8.D`9UzBod8GRDҐez/I~"lb@RA4,;'*AƙIQ"ZyS|'rB`}Ŗ]١TrmKKeQq8niޡ@Vv1ZtM3h Ɏ&ןIuVc%7!mc }thi1&>8 ;03 h \G5sgᕣ \BNYA,,΍ԑu1*A(u.an {Z1cLɾaUFF曯)d?F4 'VNs?%4W)D _AvPUej*אElBx|npj#UVd1(+BƶtEBoXͪv[<.-ZBWV9?.XEAp&vf@ڼ_¤"*y4OUTRr0bU~ʨ햎Y By"db斉`H TN<_YںxM6TmuˑA%Ѡ{ p 2ZwU[aX]IóK4&AHZqû6QC6%E 2f0FůqBUr 9!5xf/ˉN½ýlKxfA"_mKJ:L:v l&jT3 lʔ;5]Ko+E C$F=ݘj/shLF4+;Ad}.>ڝf+[F0IC|P(jR+8-^Sv #3s蹃Rvo $cȕ~O[(?#[ F SJCG0,1i땇&`pHsۈjzWHxLx$Ǎ~;}Y',?6SY`vջSq^Ct[G<'gLOw}N hm70~PL""/ge0&_zi[2"G<ZJĥƅ\b˿g(bcӭyO'`UݩmnE1ɀ} ,U'pw6QI߷>fZ$ٚ4]3A[Mw}>F:DPգ BT袁k?Ic=6`a_:&Db읢]rFԵfoM+&rganrGc%=f+&a;Z8g-q[~ljHE PZ;gǨ/khJblav!UB wL00)"VH#ap!z@vnE?eE./D /C3[N 2 i}\{G &)[hW_.-Am+SjхPjLW\o]U5d3=jPVq7Lw0 X)$ *Du;(T=k|JohUv5Bè~޶O]PۊI%xPio7G(OL *|'3?=5Usj?ei"-%]̸7yĘaM;лNO6yc_Ke5g1ƀx/`o&]iI?-:>Õ`z>xiDVkWa+n-|cWyۈ;Iyh~f A45UE@_KVfW7rvcy$=z=:;^q}ta -]-oZJ2+}^nE렡L{YNSȦ5Ze,Z(z6.yAT犈sJO֞ B& YZ