python3-32bit-3.6.10-lp152.3.44 >  A ^V/=„j.7\’;lI(^MH]|z…#{zD8m5EaqXȖwo#H}"695#VI ʶz@ʧJPU">O ca2c05afabd7e3a8332884c52a5f6201ac8ab461ddbe9cdffc56b924edb5d7897953b819476f25062cf771e20dbe56dbaf9f4a79p^V/=„0Hؓ[VpB}f0'xVȿBbZ¼7.?Ab:y^:alc|CEۉ{7'q-iƓWPKi`4$e`G/_BLԵfJe<"! 6F'L} _qM.Qp o`=j-V,p>] ?\d " 7 2IOVhx      0DX|)(T8\E9pE: .E>XGXHXIXXXYX\Y]Y(^YbYcZdZeZfZlZu[v[w\Dx\Ty\d\\\\Cpython3-32bit3.6.10lp152.3.44Python 3 InterpreterPython 3 is modern interpreted, object-oriented programming language, often compared to Tcl, Perl, Scheme, or Java. You can find an overview of Python in the documentation and tutorials included in the python3-doc package. This package supplies rich command line features provided by readline, and sqlite3 support for the interpreter core, thus forming a so called "extended" runtime. Installing "python3" is sufficient for the vast majority of usecases. In addition, recommended packages provide UI toolkit support (python3-curses, python3-tk), legacy UNIX database bindings (python3-dbm), and the IDLE development environment (python3-idle).^Qcloud106openSUSE Leap 15.2openSUSEPython-2.0https://bugs.opensuse.orgDevelopment/Languages/Pythonhttp://www.python.org/linuxx86_64/sbin/ldconfig8vAA큤^Q^Q^Q^Q61dcb37ed2f0d7da389f3fd370f6c6fe448897e7b6ed02dcd364483ef753a9b7ac42d67f9bf5c39bde5fcb19e3c2870d995f9c2af296b93a045d74c13c64fb56rootrootrootrootrootrootrootrootpython3-3.6.10-lp152.3.44.src.rpmpython3-32bitpython3-32bit(x86-32)@@@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.15)libc.so.6(GLIBC_2.4)libpthread.so.0libpthread.so.0(GLIBC_2.0)libpython3.6m.so.1.0libreadline.so.7libsqlite3.so.0python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0-15.2-14.14.1^g@^>^>^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 Bugzilla/bin/sh3.6.10-lp152.3.443.6.10-lp152.3.44python3.6lib-dynload_sqlite3.cpython-36m-i386-linux-gnu.soreadline.cpython-36m-i386-linux-gnu.so/usr/lib//usr/lib/python3.6//usr/lib/python3.6/lib-dynload/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/0cd4cffaf2930b59a9b22061db1bc6f8-python3cpioxz5x86_64-suse-linuxdirectoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=65a3142596c51c2b730d036a77c00ad2e1d1bd08, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=fd6ea9de2f38155c7cbeb18712fbb7688bdcd9f5, stripped R RRRR RRRR RRRRRR RRRutf-8ce892c09f885fba15d71c6414d7b50f6c47a0638678d77d5e7b8e9aa46f07c6a? 7zXZ !t/] crt:bLL CΈp~9T@p@|C czA#s<wHC͔.k ~UP+% /HSan[śo >q@NH{ ZcڵzHٍ=[&tfQysr4̟GZ+'HoA$$2-ښvfa^ ao|gU讗sEt3#3whםl#IȂyau.1ƺkN@uP'1tff5n$V_2y٭<{7S`,n]7pLJIE.py ߩ뻆7 vD^s311F*[u OSIqqw%FДWvNч+wUxխf$Xs3b^/a7_1˚6`phٞD4zdr"ytʒzhkp|ցT5"VSS@c),|т^1%?7i߅9V#T"ai;"qFOU*=+:?#%Z{vmi0Ul|KA޸ZJYL㝾wD&d2)sMk-t H5R#S] 0q2d#ֻc uQm '8>䶱 B1wvGi @$>F+6lS د|½QbW"+x4wYV S[]Y(\6#_Zx%5 e б}دw0vO#RXsˤ1*R>{]ܴ!MËrkS?j0`bYa4_n(ƕ qIǥu2JsgzQ'ag︠d&o7vl8ψLmSv8+'J/ ŝ>w[9 FjRNAn E^EjzdyM$u} )Cu>y[GOgM.8= Hn ǴZ E=^!nz"μ*TȂ^1~]4AXhx?8NJɊX\G~K^n OLL,Z!"z1%ap@'ӴMUy& jHo[!}P҃ _i{"E rJz 0k9DڇD%M9@d"^j8,mh7S^M =Cr7i[ _[, ΆMpUA-,eQᤡ$4/>cMP#n[p' 5W9pc@@|15{вZ?basO8p}6I󖰧 H a~|ly$'\D_.9R#d?o|~ 4Ȅo$}C )K#pC'o@$wmX'mi RXq=#w3GښNoӧ{)Q߻$U}T࣏tjYƢ:CyIiX:}40,UFc{Lo{[XKU,笣xNjorŬ|]hx921 [P3v9)GuL,F;L4ѳ{ӡ^V `ghI(A"$Q4L"1dQed0,H 4!=NF۠GT"LH7}n,x3*} 6g {|0(F}<ڍiA>60YYWCp}ŇLq\:G蝼9_J]M 5v״4 ,3gP+#%'>5ϡ3EElvɕ6d‘.'TL8C*@1m۪nfNćQt{-W7f)(DvgwB~t"nDxdJ+ Eyc_z:Q9gq#k]\n봦L@& jB UmżüC࢑ǣFƆU6\:H_`CWy$0s'Lr%M0FcҕrIyB$@vǡPd-K]p>*Iu Q=o׫]1e@-Nݓ_}Bϸ i"R9U ;;d^D|aD)[E'~}hM|75%`8ڥr !Q]A}9pN'JѲ?JuVKTF1Cm8eb)FcTrٶi6[i亜XNrwyGfܩ??f%t["hJ7, CkF fua$ ܨtkBiA3gī;)bZuvO{8`bӱ4N@>/T,Ar{$NR;/|z+*KiZH&&Q36G4n0:t ڗlaW`3;J2VVMi\b[,"~4Ue`ɿ#F[UbVscrXR4)3s˽ŕE(GA-0X#*~_v3ؘy!JVdž* 9`v-Ab/hY,r"Zh3Cn1ܡFBm5etH ]LEf/l#>R^ ?WAf]ow<=psw%Ĺ4óomX1^ aרKe _\t%:pBͮ^G緌fU0^j۳y6 q[hLR أSx9Kp</>Of],dU4z PE eZ0/=yU*@Y k=Z1NnN x!RK{SF%[aA>OaMPZ::e`N+dU 0${'n@81 \T a; rq}v谪gįva"lZGO8mw9 GRF%|qFpC_?&A;!V3ݟEֳެ4= Nr]fGH9rfpH:feAm[2hO ۛr.W2*B`}zߏ,F1ƗOOy7nfeN?:D ;X$IR#i"dI.u?ga@r*!1m F1 GlߴE7:D-- (^E~9WJsFP1Dw3p /E1%(82@d.G!%&Or0FΎ*уEv)>Pbu:Y!i23މWO4 %|P:B}$G<x1|fO> D^tֻ&zmϫ(Wy I.XCF#v4"?.dTj(9pE j]'\Y֢NlgX @sbTu r5KuvrU bS_~NL`%|T0b_8qOFA6E2~8ZmR86U%hOGOi#ߒPLz:{JKa/&"2HZ-ohɆ]X/c˔Eb5 DOV.6l6Y'I RPA? :pL"ZЁ/#$0z?jDk: p!O?k&3XBQ<>pcԂ4}$`G?bggo[[[v˟]yԾ5Dԏ2 gsu#H#|y =C:5(nX" s/VǸ's%lL`L RubS/_4]3R/7Ij5J`(G 'YzonJV_qX@-ewNbmB`vcN*y+6~`@?¼ > bSjs1L XϾ<\v($QS;E^5@-u6A+>k}N۟l!+#Q YC rrhVpSGUz4'%g@CB:t)mι- Yv-J6L03 I'q'GX X Z? {#B;ݠMnсl庾*aL/")8uŲm.wI0;ą6_)" gE[&v:V*=8⪹J ;=+|ԙQ/Ol%L\Mp Zn<);,D =4 !nwg>궀]9Tf /=sk'Jon-Gh\HrV5$q9W6Gp|%fob%)W0oc*h: -c&+[TN;1vsZًX!KAzf [2}x/$"ޒ0a)4Gk҅2'BV.Rl'9[ܔToZ텘x*n} 5.jȐI/8/=)YE!97牗IG0}oAÝMJ=!2A p@ 1]&+HBnMAް>x^myt(d򹢂UWF-2Ul4"pSzܟ3j:./*X~8ClDqũU;4MJ5r2j7 `70:mhͭ h7S]༨sPDŽ<*xLR@GBĵ|+li $[h31}:%cwn>sSJy;qҢaxÅyBumtE˫nYLEG%kO7;?Ble!@i}݂9$(ܵfpq<.]:B0fy}( ]CsqV&ږ˦2b ޥRV j*o/99zh?W\H`@X~lҞN}I$W膹^|{*̫`qf71n\Qx2NU_JQ2:  i&|B/.{ TjX3I%bD\̍x~4_ :(S(jv1, I9\`"뛉&B䠇иqɓR'sY Tkl򥽩&*> 8ET+KR\aMwLDjTKV<JW+,W.Dg)Y!2.~0rbO~O֡uphWO}|='*1+=Em7=tDm{é༝7Byz7fi]P#KagrBRZy[ݮ=ŁD4$x^6'p,V'LЇ/$z>&r6x?@,̺3vEFE1X.`|^06$z^XOO(*mڙ0)"7~zc13Vny 1yC͉Bi{&f:)']AdȭMY8xs%=+*5{?詗θYɘPQ|G0u}xcu+W;Kn `Zb- seQl1+\<4&Q>XvD 8`rKrr\;ܵIq*&P916d-nhS[kIYӺ-ٜ b [Zd_埲z]GSw䦧nX~Wa琪5Ȼl޳Բ2rށ\*QOGUIfi Km; b(7\?kc!;)ʓי!ƗE7x)!Â.&deU8;8/qھ[ h@萮9t=oBXG)h`uv*Su/.)nga8_065ij>#GIyȃFKZ<}dCp+M*3գ,LpmO Yl<o,l>Mq5ѳqpn$Ki" D){M/7<3|Qo-vfu3A됂jT,rû]+&@F)ˊO4dhO~<[,"k2=3Zd^ꭖLƻEJҚH 76 iVs)"/7,*?|Ƭ5þ!O}I{Az2SkVJwfPaF,W m{9vGhO%Ǩs4sN*zR֐ ]{Q5Ds9mm,hß3Fwή ώOʆ_P9: =jOSZ3dz4~qϚ`3 ZN?CPU׉m"g&x!#L\tL?/Ť70qvyK ]h?orSd'e&h}+ CaUIXJⲟvU Ќ"|p@6r?6$Iqds\ Ʀnx +\OAXJ;Py$ c\>}QOP;7>tiqf8f\f rseFc ,Q ա }~Dٸs[VpBWX^/a8^?iR~?!uzg@~Y +7AIRZ}L*R1\@SDc-'Qq3Y aL:z]"yZYłl!G36vzJъL$+U}?a L5tӗ^N<ңXnL|6u@*K4Y;1Fr$ޛ|EsIlɞbBkadp-,Jڈr 1^O) B*`F;嵬FV~ZxԽΧq*x_"vFOfSŔ_B@D}Ȁe@Qxo-bpN{0EX[RJ ҆(*MsbUܧ}F-^#ڣڈ?,$|c LU^X =J%Ԩ4Bɯ՘-MSvA)>FiFO$W'q0w;79RA,pHKoeqƴ7l SȢy^Ub10t,ZC'9Q9(t?lZ4C{hՑ7巙yWD u]*; `g xGJ0%PXZ3!,; \{7`J^zѓwJ) %Q$Qr .|;[ Cڈ^XL&K'o_E3߂yҞ- $Io5)iW1--J3 (IdROb%/ 1pzs-X+}t| ] h9;"A@:m&t) !Oj{l[ibL`q.SQMe1߾Ru,`Qsd2!1R!F'bHCd<;a6(:QܫQZ9C~*oaLj m=YHI[b6~oNMT\Bȍ@24 oS%%\=B"'(MUa@f -Č6n4E]@똹 ; 5r]4ˣ<aU8rjZ:Yt'F HKT7?At(g3D@R+!eXQVډXh}15VVs{Awgò`[yaSh? YY E!EsNQ[y ho!ىϞ1ܰї$,͍HJ܆?U-`I]  S5>,5Y}e,i8 ꧡ0&.gJ0>݊PZްgcYĪ!0avOQ I;r E?vF/d ~rDK~)\9x|@/dz@K%̈:S+2Zy5Fϊ횊 -25zµCz1wb)Z#a*ƙi[q_}U{֧+XF Wxi*"^K?@񡆛Y^YW?n(hTGڞ+G*=J+3c1hqv|?Ta:tOm'Ts%BI<ܶ>S}WsQREôc-kӵm&;xH+YEt:k% :l6I6y}Yb#dx RNY@eSB ,e\M0&VakBhZץt"e@ۤC5Jx\1LJ5 j1b[utTQ۸ áU_TV@[>ME1;c.jL6B2!;w1aY1zY}sZTXOH 5^yth5PNz8K7Q=w qdф]beb4Hwx[],qQ,uV(HO-5O1Ov woP^nHh\#*3sooOJ#4!ʽh'ynt:;iTLҊrbu"{3w8]0bF.ѡ~7h*0;OwDB|J H>:%I`+O&Zp㦨P?j[.|r\S0ʰ+n"-i9R2֒epʙˣ"P_Qq}n`Յduʯ^z5rI)"#eG[_ w|r/7Ċ& IaX ZL>~-nK6~kg&g0[iN ट4#X*/3iQ`Sfd+Ոr,wSu}e'zzY{ .!JxKC 0,H;%*~E ҹlYKpAJ,R /_n7 "Aa 11>jQzح9p,[m;c>G m2$|)P|ffpLy PjQh$U┯/tC-kBWoMC-3kKu?zp bQdGi0w *;^Ζd$;OGW(]C=m@mZ"%Blr*S-*GQdءOU0WtwxDޅ}60ay^|/;+V7Kyl4Ԛ[GklVF^:rm=*sՇ;{җhLTY2I!`7de.m*5IZ'h;yyPWC&PY\+ G]Kd [D$VT?1MpeD=RdEpj*AZ3)7ރ%`D3G쯞j8&i)Qxˀ/O ;bNtI{%^S}v7B` _A 0 V*ԁ X:fOs9Flq:!M:vt2QKj3#LʲZN 04tt}eoYFkIq 9ukl$X:^ԔKg#q7M)cHia J,]#i'; D(5O)T\8xQ>߸W!ʰ4 a׸Y{?AvH<;b }Fvd*3raHc|Bgl/ H%|g{~f'6 8™w H$$_oO^o?if;Nu#ݙ%sqyQ# ;eČJWtƨk{lڔNA ׃H[1(EQcBFO8@ 'UF>L,BQcQRI_蕔 P5>7E=ߪ7 N3}2d2h?B j߼V%|!MpYIl2eq9O`~g bU*LQW+G;d6.S Y֋*+_ܰךÕC; S n3TV4ӰP_s<-k|P'f I7wO70kO0a Ƕ3Xmi$E;,oЇ,nOe8MYVQt`Tml6hee] N9ÊH(˖wvS~쎘Xy [Jw59؈I#ؒaʲj *RѤ#VXm>NϪg]uRy3n Ⱍ`<\:S\8;ZF瀳)g3>:X;qPVSU-N(?ϦhTt\^äQ-m8u`%e5qﻛe>߆fST7 yseomfZP(*]]o*B'yWؕ^iw:`~xPҘdx&)Om,'/kܛX~HQ3:o7aE%cc@҃kMNtvzP5 qlnX' =gӆ`4_RexP 0@I֫'S銿bmci2y5PҒjt{鶋ze|s '8(ۄOJ5x +ӵZiO nO\O!Ӛr38~zɁmnSD_-ѭU7PWܭ,Ot ci Ӊ-h{P*Fc?񹊱S5Sl*MpOf0,`nGlk;,R@ L)޳ h,5+㤽Ӟ}Eq⫌"cKz*wܘ`V(܃_C6|oh S p8Yv*4ŞjQO;UזYrdkSM`9Wu0~I\(8lDx( Q$ta2H~魒źFM_6y<gYBGV1fzRx7ьi$|>MFA/p3іZcZȗ JӳH\&fN% &yaIN$ӥ??3g~)LF4FȱDwDeZۆTut6zz#d7M֝h5;25B8kRE.{];Ak<@f$ vx֏t1x(ѶCf)+Z#Ș Ўx $2}w4ƴ8)œj?hȖ-S=%\9tQT9LWܖ~mg >ƒV7n]T0fov$_6Vĸ ~v-vA4˴07QJ"p2w3 $]-)M뜐BQj]ZBԋVVlJN7/u 6,H.WOi.{q/eUf6ޫY]PEzkӾUt;eV 4iZUn5Muiݜ5+]\ṅl>JQoG~"`vQ+.ft01O[Bߗ(2@W=.'$$ b@&g~ $.VGkzS6:ϫA !vY>jm˒~_Tʃ>~RaTW=Lk.@n" i:g0ܶZ4Kኰ?4kv!yHO[*¡:;#[ Ƶ˜d_ъrnk1AY7-㬠ȇa6>1l y#x?v'@|[Cca& {gNtie?o3r>\T>O2If.3JR*!HS֑ y /G=_vCq=nnѱ TY#rtP7F56c YP}|x{Unx0mmYQbX#"#yG:TWD쇂-[? \E +=J>haCi>-V"|,Hܭ|w=O]ޔBL0_0wGC{7G$`uw 3xDty~x߶5K*4<~kh07TAȹ4̽w.B 'r0^N5"s9jٳX\lHk];/]a<\%5173ͼNOA^Nקwi>S% {XO-ʹ"{eT(u |;B}݊2p*za){v!2ySF;ujSMz~7hkTHu&MZsyД4o^<,L8l3Nzh]ENV 䶵whp~(/-w$Clv={Hb/ALSg2ͻ@,+qd񀀐6dZT4ep)]Z7z>OFsho.d[]؁g."~VJ ?m@q\ &!na݈wL˯.3+p}ML"RT[03̝*2CsK ")?гdj^:0]y pJzҫ*;s-Uo0B1#"'a~#fft\X]7s'*yp`N#7oBlf=N mnݔ1ዊ:IX_dA?׽֨`h;I߬$Rn+(xf_9,n Vu#p֜; L,P>wgݘDeZwt F3$Z97j[7˃M萏 }j%&7E`Z"mT7ZW0 Oll?@#ۺ?*WW7Xdd!Q.Y}  uA_ͯ}k7 T󼒊=UZp|JM<p@|!;j"69ѩz2 aELjP"Y4GjÚ| 1N S m'yD)Ӵ@D7J2j>l. AtVM*w\e!pEcSTXfMy-U2d{ :,["r&l0d%' nt:0{v83ֶp:uzB2A-:: tR Q$4rS`8Y]9|I_ibk4:LLp*kHLoWk7DIrl(jT`ooɑP )O7'3~uO8פ :mɍ?K]0SˇTq쌽̺g`d1Ї%0&܄W~Sy=ОI[VYW͡]g[%xmvLG  3+yLݷ$VkgT]+:橑D2rU%yqy\X="|M =~nfb5K&_A/d{bcIhP f4U=eC< ˊN9I9']xd>c©|TW#MPt^].`aoKX.ĥ~;WKk)O,n]IM* 0g˯FGXu{@鏦 X.QV뜘}yc E moǷ'sYՆM*dc%>58kl 'AiRe~D7cД}`?Y($IQ)^mE{7K:{3%{k;O0}4,Sf]->p#y`P0jUޓIAzӖge}9/znZ 2VA/W~,Gv=Aak-wwA*!zf/I=Pv:GȱieBc3IoF5 c kă+? \" ZpBSqDS,]v3 [?)pWk +v ܑaHS[|qPW)gCbCd$3d-@VU8h{Џ҆ %&r##hKMV@N[D&bWȫE(f5BW!st6]YUP<ua?3r9~(! &aVb |]2QK?]W"T$`?cSfMV,:͘a-TO;(mܖ΀BZ!([cIu5h=gŅ2_{7%'8hAD($z Q (*">O(s%?jpD}[l;9 \WDRUh~>1耪6k|)9z y Y颯1g~/ʜ/?=ij0,T%D1MZ6j4w-T -)c|N_Xdh__b$WZ|I:d2JԨF҄"'9sP//Jkk/IVl3 Waz'hge)BZJOL@)ɦLqѺ 3fyGqs"2c-Hd<+&$7xVrm/.S]D R7[fYxՔ{b`;ggZZaWNre 3I%VU1+\h2cApZtDTweY9'($XxY)=a&CDu!}7 Ȍh*0y8RM:O60öNuω[V شy]c(Qu_޿'%5i VIhēy~͢ˮ'J9rH1SkeAO_q΄O)$LPy7*9T٘<.=Ϛ-rW1/B1XK 0iy{Ŕi\Z~!*(+ʢ-D}ga,°n>,!`_u}݊JRdξݽTfO5$ҖMF-)ZSJQjeM2V?mlq~a/|3a]]]Ѱ@Kw0^S\ T.^Q {.=|P'[eV'#/fT1ap8`r챏5/UEGi46ǜ$ D%Gzn#Gv?9eh:\׋-u/ҹep@NnC9@4+n>p68ɝ7zAm'gݟ۵ڇU0)ܝ(APR4KL85-PN38'KrOlG^\!Bj ,9w}g\Ǣ,eRZm ]?,7}#2{I840%xsb旱b2wN9b:~y-+TغNR-1yWUq8Ԇ7,>9:LQf~nUi8߅{ *|ܐ=`y^ DH "UJP33Rs> DU6Q |Nic)$:EJqB'+T@T=ΖB<# J^jPU  sI ؐЛ/eK:Tu]2*'pYԜ%GE4 C,#ouj̍g* 4.P#=[)TΔfܨ}R눮Ѹ'H@kp)>_Pq{1(tƎcokQx=t E]vPS+ xs,Ǒ•)n"В X*MU݂G|iO株ݑ]iS 1xNW;Sz y2ވb_.MwFزv, Bvc`p$}?FNyo,;vJh@]P\(! 涁Ƽp[$9ǀ-jt5Q5M t4&ۼwޔ6:  20>զGθN:Lj!Z0/bỹ *>.k~\C|>wy[bL#9ڤM=UNɛgd| c*x*@rtJߎE|6\y;\tJE gAԝILۻR#|Oz8DhęԂ.1/9ޗHL{'3PO3I8F.՘<h2$͜`x mbo6WʗT?iR׳dN(Jl>h OS2o)?v)1m-r_hit}Z3śm'vtQMgbܥ.ߐOӓ5qCd$d 9olc)tZ>!k~k[s$,(4V ;)z(sBHK`fE%׵?a6BM}-nՇ3A-Z~\LIji; { U{yU9tnb|_XrZ.Ii_`x&FZFmd\U .#>|x%W)>ݠdVxbdPMw-!.;ߪ>5':2ߒ #n!䚛s=WŅKbVj , 7-;,|cA(gH<"W2=5g0'2l5Nj69H ! "xl] e8o+r"[p7$mO0eM1k0NX6JX;S-U!8lfSJÍ 6 @VΏ  |x˗f]Ih;$dZJoydwBt=~~ڒ_"nFG ҕXE~f? s&n -` Hq6( 5֟JCRd7 ǴD/~vFU#H >R 9BM՞ 2`T\GuHF&v~ⷅv8cƽe+Ӎ!5D-š=je4L,~t{p_,Y:ҸyQ~b8,jWi쬼u"V&h3ETl(sb|< œR=U8G sO&x<4S۲e|[է]L#;_weVQh+148}儝HǢfe+ӀAeҵшGvR?/J̓URqJY+{tZ=s/%,Z^{DSs0GVCgAoxêʑO(` @y'Ӣ25e@ijS5|k*qn(?MUkFE|21vtz~`(qkݺXxn}BfT4TS-({$2%;|q!st*lET.QM:W.ZG@=2r[gH,:4o\ H?p ᔻAAP̟kz"丘dwv >OX/g_f0Gzkڱ)3U@ /zQ'fy+n+G%OCkm`)vy?WVP /"ڿxb Wk;%lC'r^ ^56kKiqpJ'lTIt.R2I_5\DF*1Fh G =\AE77)5Ųd"s&1Sx մ=9=C:zvT-c,A oųWf%`Soqs_;|w+[ZPtQ\*'_57/zr*uy9߳, ڵ7EPT*YށUU%xLpkAPЦ,xa1UrIo8@/0U)Ucޣ;8#4z$w]p=ʡw.ocI7&`Rf޶itpCajt; du|KwYT%  +(GPqlDFn|VL7sR8j +#p]08DjVt<k]o}1;6"䘂U+佈vz7+ z3@3w+|xoqGI}3 ` 90ؚ&aڱ?Df!zn̉!V5";$fzE/2"=yINdmAFAm GTYR*@3&pyIxvEF,3`d^a*b \(^/,nPDn&_SZXխizo2?S!I4 iLk`f}貄вȞF(p7hF'T %)>fȘxTQHO|PY{UIl1{\J항ھ4u$s7{R ^ Q /oW`'P1'`^T0lEMt㠁={Ci~>HWҾD5}Arwmհ!(tTk=F~MdaPm"M-. Y/q)[1=R!)H#./z5-bY}($[4eG`޿ۥ^5 fpxdx9R"M{^߀8+BmN*d3a%#aEo´NƱP-X^{Yqf=38ƥ2r+f:MlCI:V\Lt2V :~d*$̍mՂ82ert^W<n"\A? cD'<(\m~A|zT=(Sm@:s*u3T:U[;*:_1 @~co*OvCPїcfAq8M=(Vd>ۉ*}p|݀73}&誤MTҵ }ܼlK䝂Kʮх|j\/9e0+^v)('q].Q 5[D-y$f1 }SSS3& Ŧ#BjJR=z {{ٴJ6Do_?ccHK5WU5'C*H6A x16,IUWN#ބO4XFitVOcJ߼oXG1U 4017XY/O3PWɋFM}>! Xx᳷kc\$SR[ibe礳!m0#VL9q`[M4 ez@@%YU`ךZI|oT+Z(T|q!lHQIW%XV9ݾV$,藚*/~꩒OE+*Ak{9R{?5K^F- ZptE &_Dک&1#nW(h-TMKE 0րkvqu0;DbJ/m<+n٘Q E*Mщ Ƌ7U 3Jݧ߼Qȕ.Oآ{¤ 45b:AoEPZQ 7"O$; ŐdTy$kT,WoD31]V]( mm>^rDeZ?0%i%2qoYKZ/ ﮸QgCmmc(-xWip]||p2҈bbhQ~ޭWIb.EP&"sH1ﺾ+W,Q;o19D9Nc=.&VpX(4} 9LNKNNݕ3x{" iCYzǙxmX%Y;4Vu(qA/ ֧uǘʪz{ >VA q96D= O|Hc LDGŠZS | rkejՁsIY2Zǽ{x.-OAYp=P.t tFǐ':ykOhsYڀ`XLY=s464,O4_\(qw"ϼ|_!#tA=ᾗYxzPN-G..lBC;f,f@.0ɚ)PP\cGhn-RZ-d6g%V?ĩ^ilS:bUފ_} G"Y0GĦm숎 B+(vy0 6S~`z%_Bе[LJ>467# F"Is@Zh91ߐ-|~]ڍ,dw__h_lK$(1j Ԉ7NBX) ;X}p,ۧ*Tu"~ HCd. ʸ'KyNt<*BXLQBL_&+NIXzTli!m( R-Jd/e'1Y74M#_X"S>%IztGľF fHŤ(CQ~5_۬#Z>xmMf!"WPvF(uҦ/s5d>?^[>#@yG%" };vuN`'ţ1[Kc$fK疤ZioK:-ħC8dä́(ռ(PUѰȵfOݤрEɌNLOQs,-EWjA66{Demi/C T c5+PGnx,k4_-5ޠ?e7w:Ҿ90 @?M$t:a9ĊOX)u+g9߰QX!|e5?j8 :Y2R ,ֱ߃%#2"o(--c_sm$KsqV[1,Ud@}| §ZJWlahqT"D>5t͓ա Rw'BlB-N%x3 ?r\GqMڵ)·Ձ#;hzN}wd(]NLxvg6ŽdZj:3ᖷ/5"b Wg?1ά5ϐ ܊8">)CIƋezbvM5W?mR%)0Un;̢ov_!oȧ -/ YmT`.>xi^G#m(L}$E@P $cLOO(^vc2f:HE^֍a|1*])JN1ǕB90qUU|:IǏ6 *ӊIq/>ʑ,.diA8ZWʟ8%\5jt.:!O*+tǏrV{ w¯ĂupF%2Grޯ,j8[˙s#&BJ4+ 1\4gUhcV-02[q)8I3RVGuLIyc%e{U锰P-J7άG@beU B7^ߗ9)z H)5[rbM 8 Ufx$ &>y Qp| oTdh>gfK* ur/|ӚQ!PerRZ2:k $Y3LBwu7x2NoBv|ZA"מɋnG;SNx"գBͮ*5'qSm)rXn!p+Fik$=U-k OHqRfJKzUcSL)}z[wSq_'2HjWƄzڵت‡T|5{jArbGxU/MK@+Ϫ: _*z]B%{b;Kh6WVߞݒ@ aB$}gqƋrc1_fY8oX!E #96yP&CGY ;㕱XMP;xⵢ($/H)%dL/ҸKmfZ\Oee'f;/ Gs,7-C~"`SXgIFK10d yH7?mour։ A'b >@5(QbvM)pSa=V/h: Vqں R/ݩc Z`x=2wzĸSOb{$cձ0K~Owobٲ>d.¿,nֳ`[w㼟2PMQ_mVЖӥqSόIt^[(zOrs&$Sjg48*GFHB9 i=U"v N0ZGiGaFD6i|ec׾΄aIMއ6&oM=eVB<*퉝TrPq5v'|L\wc_ŕ[2hآhe='b MzRoS`NESL^ Zd%Гw, T55Q$8D(;-bPy)V %zTbPxrV#ge̺lWNtx9OƛF\<  \4: ǗWP}7~ILڄtͬIV>lqlFSoy+ jTԸkUAl߫YiFiP_&!HA+ХpݬmC&ƬZE>WV9uv-jgw.if 8Yx|Ρ}|}qB/6oS %e_{kOE?LD?EX| ,肮"6lzi^6~,Z~K2ߒ%Rq-]kAB7 녊R]=XF2RZ*R\̝ պ Z0P\j^mKH(~*z1br$T㢏Y:ąȑQM5߼ئ!11Ԏ&{"26Ik={vbwfuwTH_OOƓߦS\S`րcƫ> !mn6D ^"r+v V**+[*U{XMc/%է)?j]IxXgw&%l(e~䘬v y_q-x ~y`理5\H@YT9m?6ωmʆ@4U bч &$"20=U薳ON>="BgmҪ8wem(}~sS$~UuTpn]5i)koB0ܮ$Od7 PcGʵ7$ui'O;%<7spdKCfD2ܦC_dGS:6ߧƃG7#z6!v1aϦ6/+ F_߸@Gz|l(Us{`^M %Ł{dyVڢ٢U*\>TDRZMb*mA̡#7!.)ҏc&o¬uF(Bs&$5U{WIJt?"ˬHv ^|s* \beW7ObrM:(AGx/V5T/CI,qaj;½^țNi7|pjGrRJWaCF3B /iu A̝φL YZ