python3-curses-3.6.10-lp151.6.18.1 4>$  Ap^T/=„ U!`H A{*Ycކ. Uc*0 >#A3:^̯,'XPC<%r{gWʉJV:kunbԩLr+4(QI؇l_,tFŽ'6T8ф΀t-\ "6hsaꂹ6^4NB/lB]t,1}rIaȿ1P%μd60cf38b10479efbf496202e02d0e9bb6dabfe8ee86120a5fd72924eebc393f1428a7188f7db198d66e6a4f63593d899b6115323^T/=„:mXYL,/ D`٫U|+ bXKw3 JQ3}6qmzI9$wU?ld (s~6HU?b.OhAښgJpIT} _ln\42kPeA,+Q^Ⱥ&u =7Qm9v ]2I[Z29@;7xa.4zgやZ!gK2|PS evxV,/G"h.<d |Ns 'ڂb>p>h?hd % O 4:D   d  t d    d ( 8 $E98E:EF_G_H_I`XX`pY`x\`]a^c)bccdPddedfdldueve`wfxg$yg)zh(h8h<hBhCpython3-curses3.6.10lp151.6.18.1Python Interface to the (N)Curses LibraryAn easy to use interface to the (n)curses CUI library. CUI stands for Console User Interface.^Dlamb03R6openSUSE Leap 15.1openSUSEPython-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 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- 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 Bugzillalamb03 1589890628  3.6.10-lp151.6.18.13.6.10-lp151.6.18.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:12635/openSUSE_Leap_15.1_Update/53c81d876cbca6a756775f12730700a9-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]=56faa976fda586e535ef8228c432f263501d8df6, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d46aad02942f37013ee0382e150480f170c4af07, stripped ! RRRRRRRRRRRRRRRRRRRRRR RRR R RRRR R RRRRRRRR RRxn\fa}Hautf-8d4ed54a4c923069f1caaef43f223f193b27d896963c3ae1835ea0fb44fda15fa? 7zXZ !t/bǏ] crt:bLL u}9YS8*Ӛ%e(## sr/Uל{!hs=g5hlKb#fco_T 7b ڋR0,k`Z+QSMFN=gK^1BœEZg6+_c>&L n\^zM:b0?u'Y8Y*-6;DqJ#IK*Rq2^^ vᥪ@:-{7WOWJgӿxPdLTyLlӅZmĝ?6 -&ٰN&b,/]`%Qφ8`MbhߚOHin?*χ=>O8QIilTϔTŷUw o$)fV}7$Й\QoEv^'44 %9r!"%^hu(| x}E56;.Yl]ER((DZ!n2л{A͙ ʛ4Lkq:yX螥J͏.պ)[-|6ATkN6 R{nJF) |Y O 5d̝ ]J:l# e?7qCJEA:TQbI~Z {<ϠdZ'0^)3(]RT )KU4[>I@xU.D}СS9-4gTjnt)d痒i$ /*76~@S}jŔTF JsEf1lB"X,AX| 7)&vVJtPpgs%,QAk8>e:9iCF188]R}; EZ W<=<9<8cQ/R~Ž&*~!|`C` }1\֛EG^ha?^ \x[.Mϧ6`n=A7;R = >DE7DBrha'iyw{^Z$U5r^{{I2 os.d%3Vgq*<\&֜x U=X%6~ݑvհl<Qh秴(3[;3^NZ zuv^ő`oR4V L<lM5F\h1S[N5RvBTf,~l(,*M6nu #5 JV@%0Ыyzm-䎭}6f ߭^8R>UXMA͸ɿST2Vh[ZcYk5fmVo }᧴} }=zA6Ob+(rd>8`7gKx:Lk\{O; 햰Ҙb|Lc{o%]mԗs.FK.s0`|glO3'7dj\U(y6"?47 9<3/Im5[$Ξ$R$yِ~J>87Ns /3Z'h*,U ڦy"%0~=HIHfXfޞBlpCmWF+C6R~%COW4oV=c4DR+|ե^y`ƛmjT4*o +*#wGy\ɑUoήM̚Iן ŚdR_1ѫ|a+V&OX mT2"{ vu7>jPŢ0ֿaQ736BqoFwL uB5/,>dZsTu7Ł>HG '!zGצ"ӫzOyΠG(3élwY[?tr}ڪ%[ErH@܀@g/P sBߪſ_*WSY@y<@}[~@\ZVioI .h] J (c ؋`OS]}r%#ٱS] 9/,]-$aS^MDiv‰ao!gN# nu/0[PWH} Ш >Mϱ蝩˲3l({9 ۪ .fo vL@dwlڄh Aaц؁Ғb"V74c\\ 859}.T>Ab l5d*~giN#`Q̲ nQد1 b."Rݖx$E X{Z1ܫP=mg_Ôe`֚OBf^CР]됈*oo1WLv)bM&u<3n,EiK5ʤ~mMm6Vx CR`}?rln=CLQR`J8t䀘 ](V&o0<7qwAzuB9t)MvnOwF A"Y&ͨS+,0T:]`&A~32pTȄ^7WC_[縀K#SZ"0z8+7>O?XYE^ 02%V3.-\>kָ Sm dqU}ybGF>l4PIoz^VmcַV"Cqz_0AӕY.O8 z!1Ǽ|`,V ̢z1^SEMg2}XX7!hѢP~\N8S7@LUs6z72ݠ 6#5U\c%ŽQ;(a㥩ysm:-ڟ^bX}cX7faZX՛Vfŏc/.*6e&|_o~#+C ZjX[]K<۪HЏTX\2W)1(W[t^V,fx]elkh muewE$Fk%3@`QK_ Z"+\S\b^2ۘ>2=8ڐ`pZt^%*N^SNܫ K՛n =\OwBXw;aR0v5x*k>+9HMβ3dE7kZD?cg=wz9IsI_xo'T hxq7Hy2t~lQ NU/j8$:FK8r`ĕ[QY{}kݐPݩ=ԭV12oOk i~™+0>K"+EbnV^Mua[6uqBbo0|d FjTGIy&wM)PO"Ui0)TYD`cb&9-<z8͆=F4$93~-܌#@7-\ɽ[8{V,ڑdY #X t{{0ϴJ>DO>?\yQ%2>9=͌)blrDP5`=*`i9 !in*R Ў>!k?Hֽ ~e,:#X$z'$x[Eʆӗe˜9#uhdYmtH=B ټ@W/)T9 GW)o3Z*\6Z]͆#C >,_}$hſ L&s߮/Q"LAp>?fUHИ 4o_EP=bMN'so&^Z[Y +Y@4Ky]<z*Y ObxvOv$y֪n K{ \,3a$%}(9"B܁#9tT=T&K9㲷a/ˉ(Zbg7WUiќA4:}GYH85<.qs=!j;O0)lXF0AOg-wru*+:k]_qExޗ&b*Apl/sK,L#3@;D.GQ!y MR~1EEnK~Ι FqWKǓ5I!jV⃓""Rc;s_m`YT6(r %\3cSb=Zt'p7"Mꕡ-ց"YU/ Qu7 v[_{Q Zܫ)Aif?7@8Xnk"³j$ܫAMQl~sF t%j„]Hzԅr`Q^85&DѝʃuV3h]Yߧ)Zyo`XA D|cH9Tq8ݛ=Q^pg]PQȣc6Z񅛚1x!Ɩ ہ"Z_UP?;YK|5C[xQ z,5lJ=*;'e/(Yf+{,@┼5+}]:w8?z$P "Gsʔ pC(1By"V%&,ABg>7f*-l'e` фrܸ6"5{TA$oc.qQ0  Arn]:>3DhkQ:V<[BN )b%fn^>/_[pm6-ݾ: @91b7%YX_-K0{E".)Ts"}JEH<3.F>NRиF2imh3"m"'nMYT s.v\OOŁŸCPOT|t ,[})I{ -؈/0ބq=Zd`i\>މx*+M9k*S7lu)y?@O#VLE?ϵ~Y &v*;kq0f p57jb:OJl(V~)4Lֶ526]-EׁM!g;͙X:ڸ̧ߥǺxXuE~Bu#gegG) >k1^)@u| p[R-xg ƛRg;9)i%eTw%8 ]йA^Hϩ@~X$$>\O& `<~Ã(›xfYOvY&ۯl':><enjx!PeNIýPp' .3Ǵ[>c}#~u^Zi9ZG8Wooc0̓OZR߃sZ0 1M^I; Tܦ:crxG,Ch'D8MȪ-k"U8 YKn8?PCo*P(mAT "eQj`"X|ٳ=*˹6+ v޹:DgOgU.w:,ޭsClR:pIkoTr {[ Gc'L>\dmuɘs\{3d-xd.H7bS*ᅐ0f/|FߠzԅkAlzʷY14P*%#.XZRT$d^".?k&a)&~XJ`A$SR27N,em"hҒwWAЀ9w9bRL؍usM^$V%]cQ;TvޡJ/NjYd%kueYE#p~^,{Uxj )+17 4`5NAc1]? LO X Pv9I䳇M+^1Mi{d庩vl+ mb.̓!2 8hl J{QB/ggem 0E׳(,1dv}@ރ7́U{7 sn '' +Ѐ5ҥ:nd׏^PWu>׵eƶU'.HizS?7OQv^z 6# p .``|i>#Ƚ M5"u^([7bz~F%&2hv i昒Kҵc &_S3ra7"F.2KGP_RaSU%A<#`iKWOm|D kCrzwW3O]n#ȕI52uufzaۧIN:ohA:%*l`qϮsi988#7" L1} % ?j/=ahď:4S [p ?|Znt]cfXAB72ZrlS)osD l 蛮IEЫ\C=z=jN_)ϬXLx51/H(/3K~%$lI:I; nF\jՎߎ{JTw nqIʙFL*!#tO0Cm%HYk$ exÌ5:N ZY8HnA4 YdB(mAa}Β+]v3Shv,b4peM=|0/5S ֥3˜eB7۟ CbUr&|ZGxG0ռa$1D? LJ7jC+%ƞ1iAyAcE<2FL'&4 ;vwiN#m"Bf`Qߌ/*?_iՌ49w~E9k"M0N%Z;N`Yeʃ5CD2]s?!_]CY۫dÖ(.h7Pb2޷!r<1kѨ^ҝ4+g;htS6.LZbq4w{xXa^YTmNׂki4PM5x*^YcQ9/UUpq c2jQ 4RWt13i˓Syb:*#~HϹuYM͋Zʐ22 ^CGOYV_yeBl6eau!lzGOvU XզX-`\QI| Htݼ#g-R;sz ]Z"'=|W Yy 0sc9}cK&x\ؕ||ہUGN;dL-T/ՍĂiӓ0E|kwЭOzKXtw'$ Wl{bȬdԣLO.T$Іw -+EFiiB^+K.apBqPg0qEEUK:Z?D03:/|W3lǦ?KڸWB45'm @2oIpʔY*d_!-406ۣxq\ s$0)3EH`Mv1b?93\v5̳/:3mٱZMy"Wz@h**Xm$<{#,ER v!U[+-frs(pN5WD_V to5ˆtI2u#|˧~D5 B+n 8z.:zȝYkwTW@tX&D02¼v>)6(D܆W83} aܦjMg ^|yi2U \j`yeVzL( y~ůO)Hj7 !./&h񢙑Ht'Ce𱃞B[š]$QpJ=я=g()]aJC"YFEh5=CX\eueϳwҥpu`R:m ;e7GF5uJĿ< ^\3 +kBW̡P+PY@`[k*]Ƙ/R!63uN3 Sj}S<6S ҌaTe?Vz7Bہ!Ts@2LPVў[q'I=E=(K4EQRB~/B|_F^ 6:҂/fQ|)El>b kH+~\&xжT6ony}bB J=yn>xm"F4mplsv8.$/;^Q$Ff$[$H"٥(g~2x(ZӶsH3%Sso"P sftk+7_ԈɱSj̮ ~6%KvpF'Ъ7w ,,]g|.MxWnA-s@5 oLP "Hk;Gp{ˍLYoyG"0ud߰`ǎUw/1/a WHW [t@}+jaM<%( /hY[,cmt@g02Kc`D399V]q ?ɺ` +Eu }[j'q"Y#\Zw|:8+ni۠FyߎkU9Bp(l |쩲b6+ eURy0c}(z WI1X 64F)2Wך죓\G/@@LEZj&$RKzl&kΧ^@O /, Ï_j/<P$9%٢e۠i*n:xrx@j:TS5 NиGx-ݔFbrS1%2ժt@[Wax@m\/}jdu{ <%$~併Y3N\#STi|a("cKu7)%ܾ!hM@&a4X^e,#'Zƚ=wވ}0s-!UcW U`Y̬ k ui,BA)좊+PVW@OBD[,&Mf 'x-,97iM2TSaeaJ;?y18C g՞^ 2d.RDioXZQӗ"j%?$nX:D oe>!Ƃ' +2#V?>KS6 5`՚*4"upFd7ylGY&(TɺrRrRP,&*h:8;|"RnVО^)" = OWWz77eziO?EgAKýE+ H&S06# .@?tiD׽w4ґUvvi<9nT)Fߴ_+J{SYwrX[U̼>yP%u?v&$4&0jMܞ)jr]]V҂>[ܚh:?k@R3jxw-QR"2svQ粢4iPu,l@٬PKʦIyj)UyĬ ; Fdk@2w\M֩$O;)y@  mF,y ~ '8pY#yds;Fx־F F`.GΛcD 1O{_Q:Rs'?FNw䙵Io):atg2rmR-w["q ]ߒMOU$& O2X ~4/vŰJ8hYvq êuʌxd rNib4JT[cM4ETeir{5cRA 'RՐvLV2AЊ}uB ClD.`rf &.5vɣ\ OK݊ik9eGMz%ZY#'D֯t##22Jfk=-Mjy UQ304pB¥X|>lM kZ\äZfM6 Q1xnڄ)y @詀 u[vjZ[d\ }$d+Ike8-}4ՍPgM`[H(֕Í]'|`eO5Dn/Ősϩ0''zl= H51g|Z s?)Q>cbpec_q&O )j{"FU˭Rc %wpMrR5%Mʢ8ܩ#T,\YI06?rP(֕y>7'nuFL"Q(W) z:wL*-CuQIXڭwS}CU:g+Da%='trKkQrt*=Ϲ O]e>"ccp4 ;.̀:\SJ&IY鴃PPT,K2-i4>mrZFƕ8 NsU@iv:N{jR̿HBj$]A& GVG _1sJkS,Y^ r/V+6ExޠULA)o#K&BTa !$Ygƴ[(Z) eqαmɍQHGqt%XPJ)u|\:RU Gf=~8^gaU1l? 49݂n~}C#\ 8bVI&݌SȎ @|B]\_dg1#{\9ʍ ފz6WݓCd/p֝d?a>Q]j0 f~ ʂg[BhI&diષ tsqrU$H}tKIьueu$ PJN8$fQ7pCۙsN/.=A`&bݔY|_ztn6 4o5n5Y͏ ^Dxc}9\h G XKi{# $%=)AZ:(Af%ʵ~)dYҡboNh] #s쭵F!FdMD b!HP>%ۣQ#CfKBM؂@0pdRB,5̃OZfW++?6N'nE48Kk1nn d,JXъ3KCu?g^#UV_;lrn@5C1@jP|U۟+6GvR?p9I?l.6F[ԋ^7dΉv C)lSZQ2YR3˕z_KTMsToUBؤ!gƧml˝5&ۖ\TAwQfl`tGKcAUy@ Rzvµ6'p4'du0QuAuQc:Ȑl5۩/@:JQB2ɛ8(MGh=-- i2Uv]xdx, *)^:ub}ZQ.^ZmY;6z}7zş~ ҝUƴ@nr8Vp6y$㏻)!yMYm/CiqB}KJG TA(~B,;cܐ+ H#QAX TO1=UÉ"_]wc>+BXOGp^ߠgNWxZvo0QB,#ݭ I7l)B,w@$hB.aIg=g9}07Iiw\ NcK|;b&Nͱ?E1Vz` zu+XB (<;T&+nbADx-!P׬ lUzF8^rk?뼠1ةguj0! 桏Θ[+m4E㬉M;Šˆkr. g<9U؛ 8⺋sr^Vk;bMw ߙq0*JŨfp1 btaߞ;*_ʧѡ6W7}MGJKfͭAvS;VR0Ζ7T'QFJ fݲC4,BDhʵFipJC-٫ 8:336)9݀H?_5x褐(w5(0İ} $c-Mm[{ЂUԈ3QZ@s,7"/9(FҼ})w5Vj `k,lX@P3 Ŷħ5 )ni7)Lfg,1t!3d4l %)HpdlَEncn=d> sz4[ P;h+ -dp&omi*s L_7"/ęw8'_|Zi+ZL^}tSs9o@x$SX=/?#߮huTp|,P&r͆j7%"4M Jpk~ٹ[?_=:.U.^_q2l;-\Lh5t 5YWՔD[3(2@=$Lyqbrq5ъw?LJQvB"^*"Eazdu97 k)klvb:fthƈ1m6OC;܅A_")KˠQnt?v)fFX zմ#)bHŮ%¢ǰ0)!}>By"2U q$y=օ)n@Qfؠus7mW->O̳gr`O~Dn.ƅ1,]C:{@4{]5"mL_[5Hʈۯk qە("r<]tWM~rp<)QbhOS[_AD @2]8}̘> ?ny[cٽ(.hFϨIp?Ɉ9eS6%gjq=~uJ{d1L\Y]g`X?*jxުdbHuvɣyh& rznh~۹紛{9U%1X豉|OOn짣34TIAIYnG њ"6f{uj)r?#u/goޭrGkv" +$[2DSfն6,HȀyd&QV5Pq ON%۟/on6-0(^o)-# BpZ-vX{b" L2)y)C\ݛzWeT0|c '9㇈0Q`?6j8T5DN/Gv-K掄3!w5@]o^F~5ƨa8GX|z4dhwV (rȴΟHtJe{G]1gnu݀mg@k yl&(Y) J1&S¯Ck\!y8w 9DZ<]^Iv@S,W[='ZMSL*kw#@'M%|%rƿ $k,p$JjHWjum.2\;πSJ~MC*3 KPK`ŨH>ǯ ai0T%&oC-?@xb}@6p}ӽ6DO#qZ30#L`8 C] >F4>wq"qPp-!XXG:%4eÖt7_[jc4"eApYTryWO|3wm -a3+igoX۬=nfFtkL=z,1!(DMycJj +Qt|fl)R>&4P[Jĺi+G( $axdnzP+u)δ-KSQ1>6h-'6;[@Ofc 9PMȐ7}{jyWUR{ZN <s)ԫጓv%s`IyB2)#]ƝCsdj‰# 9 w!R2xh?^dž!{Ñ>ȗPEYXJuzw^R%u*fI!0(hWH nQ̮NvuB0Qȼp. zD.z+ >H<׬s2^X[gd(/B Hפ\XG2r ::;b07a"@t^&\hZĿ:JlSt-RP5MX4ugzDvkj,Uc絖yhWoۡ-]Nm?QE Vfߟ ޔ4d,GO=rUS=MMs (MըpX;]m7 g 54I_gt] ќwN[ =lq`-YD^{m=kZ$tNަ%kH[} ,O|0Pf\=Ȋ屒-5 >{/ I%sI3[YSX_Ɉd6I2Z"O' ueF'"q dZK9f](--덦K!} &Qj01~Dƈc1fK\31.bHzl6k׀\Hz؅sBKCU F45loqg^ɐc+L|\+T" ^K\%1vP}hvr!b|2LC*yA k2? ()4 - }EܾDdPv XΥJ_8ʇ4m ]qj]SIP}n[C)tͨhHnqEq8G.TIm=rLUő@pu4mݨنOL5KV\\r A-MF rndbܪa쿽ޜɻ&1f9w5W=*!k6? {Ϧ[p6cl HBbTg|\*CF8"J34Oo6ڲJdiW щbDcf+_w^jR INYݺ\ugDGlF ΢ɱg~ &Q(!Lud)[bEcOE lK̹VSD\cf^4 b:xT-gONÖ [f'VbEL iNֿD+)'6f%G lIZ~| t*mj7-Z^V[TR~N9ZMō1.T/ 3l]$guzAa- -Y;r%G41 P= !& N'L<{I}{ZQ:~& ka o[)цW-x˶ ~n~D, A]O[?yP*<:U4vwr,9E0?9g-A,4ɐujxaQll>@&m>PFt؊K$9Q8ɠ!fG٨8^Ur1Xy(9*ݦTmPDDێYo{1߫X| '*6+ %+~` /WXP+אLGrfX£3`]EI -)-m*f5~+ VzZ(5:}>XWx}6U݆VnHNYfr%_kneBU:Zَ s-0'#G;@rD\u5 m[6Kޑdj`E5VqPU,ZIMvM$o<6z/1]~z f Os1n: SfE$DL e_,CpnOVXe,>j9*z\SSFp.tDT./0etN39/(ÀҠks~Z-ʭDU?Kŗ:!] fOFgK[tvwZ:q-+v3?/B38;i H%Ş?tiVrZB-~Ҟ ."v)J=ϒ褄*">xr=R-<95|ىkA=rq$؃R(0v/xm_piHq.|Q ɖ!9}q-#WtťiC/ImavvsQ-&BWN$HI-.{cJ,^ķ?)˳z@o)NTY%,@s>kI?ė#"/a9p, c?ރo \"EZ0=.ĎI*:~jl$'SO&}dW9y ]%f.;*#ԊZa&".8A?t 8j %,vFu#1X%fg+1ZSb[[ 5aV](C8sr*'zkLuΊPt=z^v<`"7u ۓC9]Am#:AZ5#Fܐ 1rNy})1\b‰5x&ۓv쎇էDڶdpKs&Df4Pʝ1b(p @)ƽigI%ͅ-CEɗ ϧ8 VΞWj|PP-9A?Ҿ3P׳a{W'*̓)q&S+fo!n-*m>;K0]YE󫝉띈kL7jmu<`1NlpD$#3oQڹOH 2`x{|Ȗr|:B? Va"6 Ba{:?HR`tMV;^,8.)x)]s0B"~R'l5m \Q5wa[@^u~>Zɓ?8Hʜ:=֩'\gEUUJV @nȹG5PHçmaV`GtJ8-?-u(ʹ$NYG_fS/U+7 xƆ=^]FKo7#1luvbQ D;VGHd"9=-Wdx=a@m zz,^-YRhmzH'oFt/I9~hQ"ZDŽuZ+5c~Rw i3ox&]>IjGHF?}' ;)E;8g:d۸S;:ED]蟳 mIDebY[d}$'K-w6bLa؎T)v׆r Qцn:Qw ;D!DYALn\;Fڔw-$DWĜ@19)z"\nlm ~aqxi7umZ" [L.@,鵋 x8uȧ0 _z*7:œ:Q'&4x{]X$NލBO_F4r5 /zÜ-)F ,F$qJҧnQvJ6Rrgx{Q տ ,irfZ_Ha,iB)+IgU^0@uC t2zΔV1P}AKih(QZ"/B>403^}%5A\XL=HD1.X'Ƀ-0HDG UBk׷v"fLNA)xj-AʺʟmWplMoWKZJqj\|梲mcpЦeSonZ6;rJcC w L,w6u~=s>wrZ+Đȴ~̃PQ&FؤK_i Gڸ2}FwK UA PtL+wr *9Rxĝ橛{QԎ"eSjʧÂUe͸CáJyH+#d\} ^Dc#k@]dYӨ̻["mM 9{pq:N "-DdcF*4LNxKѴAܶDIgC ?CB_r r{8:B{J^S*@=vjvo1 z|#{DHhjZ(PTװ _b5W> or f' ԭsm,pcƯo= ATh f:S-IG_i ͆ M'Dϸ\A,e3叚Yi?9=2Г.|"r~4;ġgt {Yw ظ{W%R#WHQ²OX5燶{NpUX~.}_+$O)ٴ\H)+v!H eRd%ZW/̟[))YrUƢsܥز`Q(Q{n:lEYv"Gh6:7wQf@Tt\IzVEK[1MQEdf6أwD%h˻篢)loiP Q9^M䎜4`T9Fʅ.T\$c]2OJfžGlY4Gz6NL>yj` ? \7I| ՠL/4om^|uN0$V ,K;rU;9z dEp8SGu~~ń.j"'[^d؉'p'*GFsR˴7Ypun˯kI˕g ic[nsHFqwPіN?\IrA"2=N4w <'dYDm܍%:See!44FlwU[q^3>@LP\D=u (AV۫='>:hW\ zktP1夂D8Vʰ (Ju[TD{j%PBٱ '/] ߢN6td#R|зMe Hگf S*\1k|狏$XOn0~Y98,]2s`Rj[M\UN{hr3IXćKcwAiIjbE1§S%&QP_?xbIDVh& %~ym]/ݰ kBZv[E~%bQ'\U[z (+ ݖ-;%z|MȘZ.OG8` 3qIHnY-ψ8 K9zKhg VbS5=8FXp"1p I(.y?a]r-jlQ\|Qp3Z!t+WspP;SNx#"¢7ʔJq _)f!;$_c-L4jSv/=.:z+aԩՕ]`j1@m3ME$Ud؇V ?F]oUUIvgsVj? BA(ۺsnJY}1%gŦED쪓\xC'r{vz?ͭpQ]4̵yLD|}ENXر،&7c?Sõ]`}wu2yZSbG_}wi>TNNϕr7} ; 9t>!Iz`h@{}G=ɓ?u$Է$ 8u-xD_wmf|}+1;zq.q "␬:J9}f^`ՕI7=,}3+_&鄍ݪ!>}gD);5tziS-bZ>3~2ΓUS 9;RQ2O ^W$|Ԥ~Pmc閽~|ʊv yYD}/ҏFV{BYie \]_ϻYqnY.!9hCt:@wߊ#,} é "\)؍BTf<# GlGiC4pGOAf@mIG &7ÈG B΍ + RWr@& 6cVё5-TmgMA Vѡ5TN V&wk P\5>R߀UBCfu٨1<:Dd9};P2] $jCO-(B) 8d <,lg=D`j^׳ʊC",o@MvUK$GA9V=㠚jQ}o{j͵GTi&c +Gdsbٽ@9~/",VVEYiVt^{`נp=CinMxGV|nr Ax}&3_5:@@ZΝmX貕U wJ+`6b_ϕ7ǠknN|. ?xB*`Iv цmSH $YČEE~3WWs@xt=%= Ep]G@R>q@GmfŽAv{J{ɗi\-2;5l\{4=^_P )ɟ~WFNaqɸw"!Jhd(/8`*j/7B8F!Z?^O[$#[lsw[x1U^,T<˳].ɗUJl'(MlCKZ̚7 9Vիaf ,MѠJWM|bvlXj]9^#pxg(4dFir +:|#ܷm] -`Qs!>xxK.?g,ޫmoEZUs"'+Ʊ7D)Tkp玫L-tWIk[9W+VNԪ}nߏ=j"S+;{q? ϶Q XݻSڭ36]evHA-xMHyq{B_yߎ62(%V|і /rp&X>H_: yo2zsRI]XD߿YU=Y,;:c9fE%({]8 :-̂ of<qaкHO>\p}͇U֭jZzFLVc@e"]k=繍Mal|.  $pÒí 1f@w{)% `L9irZk -iJ mT.?2pu3?c[DA7@-)i+hJ2)wտO1>ץT vN /<e缲!f  YuSE|b"}v^k ^6 7@WB ?9[S[{,,:?̞06F'+D:8;3ևBX8:KWJ\?/n \KkY(T9?ˌ#$aAҎJע^>pR5ڵ{dB[8\`*0U:u<4%?I^)Z&,eThDVLSbƂnjxY_ܤu3eךڙxV- ji<8>=WN>KcZ(dmq: cէQ1%_(*fژ{vف2bVV-i=\uY&k& 7G >ʉw6O] Y9r<:1.Jj>x1Ie^C wZ1J@^(@><8[KXtrXQP'7?zРzz+Vޥ!aM[2aF>to ]3W-b$]PS< &=Nmˋw#@0T\ 5{m֢ RW8O C&O1S.If%`XXRZ!a% }şX1W^ `Ăp']aۧr#;Y5խuXY)Zx] 6*>k>ne2\'PY Wu%[dss.?6_Cjd]\MI=!(y }6"\|bYQ֨9T(pPբ 2m/p-*iv{o?Qt!Ezq p.<3h؃q8MpʸWvl TZ,e7LRT"cZz``L4 %`y u8R B3t-NВн#I &V%rjMf j'F9!O'p8Plr++TFLi _*4D3ڢKy'@axeE?sMin,3WL;=%[xEU[jQ+{bZ%t8Lx QȖzA/,z.3r'(J?MՇ6$_;zi~ێmSZ hlk)aCYv G*]mpB#5b@S~vMrm]bS'a!CkEmɬNO#;OZv" 6l;}ʟ&hyecAU8yQ<Qt!I \H.{z#VѲhsv`QK0zԿutz5戋XX|:#by{xmîQ^;6$a+[\,tJ%ϴ+F = *ګʤ~0lZ<<Aġ'6jb#y+!m6atRPbuQq;o-g~=g֟q5+>W[qmbRU66`.^U, YxS @6_UVE(5+"(W&^ӰY2s M&!)$$0&E0rZL^~Rt A`>&)F@zX3 Vd瀎R{0 姼AyzY  KY.9madjBK.'ɭbAa 59aɊv1 $Ѩ-C [#9ߔr)̓" ͧe|GwhԶd8j! ɰ/,&ߗ>S? %uK$E3:I^25UO,VT<)u4J G V+zjN xiF!̼j(o)y0c8i*dž,!يpsO)~N!{S0>\1iEn vX cg(p^44J{P+},@V/M wmPTfy%S@w/]&WZz5gKn1'o:%-z9C+K6<H%A`<1K%v9*0}%ܸ 'nc0 d>VfG0bǷۦ$h\>nX9.^{8WPK> "\5m* -)Hr<Xؽ_g#ĒVU| ߌH ys zcsF{k?53Tˎ2$i؝ NJn"UH}wa<(1G8b9u@|"Oށ]l>vȔ-wQ΍)RQØ1L.vқ ṇaM) E΃%2yV5YZ{|`Sa[IV JeFɟS)[}q$*>LxHLg={A)d:H|_̶ADtn+7|iuAtR7B[qb =,C^uY0:jvs3|&;6` pGEoY|6ԜvNNh׮b xk̟ kN,Btj'6iP&ۆ[,Awa[-YHa*E]μOjoo|iS #`Zhuf aMm3bǖ.0u(kr4y~Xib|70ƍ^d#Ƀ{7 N^47>S|f~@D-s[ %4"켟NZ!m*/V$!</ې_Cqs\Mޏ4S}N-FXbFR D_r ]vb +"x=WOc'DK/PyA 2lȥIZŷ:UϟTω9Ȩ/?rԄ 'ʼeV|-؄NMvbn)8JF,w:E=z.(zOK }o|MbCS ,LwTݴ] !Ǥ1iU&#Y 0,Լ!ᏬФ>mo7slj[ǿvLƛ;ckw({a@dfgP0t0! W/ I6Js_ջURs|au1䱢U`RV[.OPAW&We-D-ώS _ 0>t46"jTgJ0B0 W8r,74g u?Gmw᝗dPjG`P(k ~"+P C~Y4ڰBQ!+)+D3|A*jK4y'BzO ;uϞ u9 YZ