python3-curses-debuginfo-3.6.12-lp152.4.9.1 4>$  Ap_(/=„?vɌr ׬r"ۚtp Pὺ3aXW_9'.rk $v 't2! ,\.jɱ4tO.#~trՏKvsa *Zbxx*}L0HPA/ 2!Ym2haO5T"s Uw uyOB*w0ly?XQ({sjP%oa渪ɢn9VK׮߽TWl02)u8,lKfqs?KJ,Nىp@j?j  , Y /8C \n   <  \,(8I9I:IFbGcHc<IctXcYc\d ]dD^e bfcgQdgegfglguhvh8wixiyizjjjj0jDjHjNjpython3-curses-debuginfo3.6.12lp152.4.9.1Debug information for package python3-cursesThis package provides debug information for package python3-curses. Debug information is useful when developing applications that use this package or when debugging this package._lamb05`openSUSE Leap 15.2openSUSEPython-2.0http://bugs.opensuse.orgDevelopment/Debughttp://www.python.org/linuxx86_64\VAAAAAAAA큤_________q_q_q_q_q_q9de315a69d54b793cf536fbe03d5d2de843613d52dd00e9cbebcc6c8ac8fede677cce1ed84b198c582ab0dce7b871aec957c1f25b3f445a41544c44c46df07c3../../../../../usr/lib64/python3.6/lib-dynload/_curses_panel.cpython-36m-x86_64-linux-gnu.so../../../../../usr/lib/debug/usr/lib64/python3.6/lib-dynload/_curses_panel.cpython-36m-x86_64-linux-gnu.so-3.6.12-lp152.4.9.1.x86_64.debug../../../../../usr/lib64/python3.6/lib-dynload/_curses.cpython-36m-x86_64-linux-gnu.so../../../../../usr/lib/debug/usr/lib64/python3.6/lib-dynload/_curses.cpython-36m-x86_64-linux-gnu.so-3.6.12-lp152.4.9.1.x86_64.debugrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython3-3.6.12-lp152.4.9.1.src.rpmdebuginfo(build-id)debuginfo(build-id)python3-curses-debuginfopython3-curses-debuginfo(x86-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1_G@__@^^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 Matej Cepl Matej Cepl Matej Cepl Matej Cepl Tomáš Chvátal Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matej Cepl Matěj Cepl mcepl@suse.comMatěj Cepl mcepl@suse.comtchvatal@suse.comtchvatal@suse.commimi.vx@gmail.compsimons@suse.comadam@mizerski.plschwab@suse.debwiedemann@suse.comtchvatal@suse.comjmatejek@suse.comnormand@linux.vnet.ibm.comjmatejek@suse.comdimstar@opensuse.orgmimi.vx@gmail.comjmatejek@suse.comdmueller@suse.comvcizek@suse.comschwab@suse.dejmatejek@suse.comkukuk@suse.dejmatejek@suse.comasn@cryptomilk.orgjmatejek@suse.comjmatejek@suse.comjmatejek@suse.combwiedemann@suse.comjmatejek@suse.comjmatejek@suse.comhpj@urpla.nethpj@urpla.nethpj@urpla.netjmatejek@suse.comtoddrme2178@gmail.comtoddrme2178@gmail.comjmatejek@suse.comtoddrme2178@gmail.comjmatejek@suse.comdimstar@opensuse.orgjmatejek@suse.comfisiu@opensuse.orgmeissner@suse.comschwab@suse.dejmatejek@suse.commailaender@opensuse.orgrguenther@suse.comp.drouand@gmail.comjmatejek@suse.comUpdate to 3.6.12 (bsc#1179193): - bpo-41004: CVE-2020-14422: The __hash__() methods of ipaddress.IPv4Interface and ipaddress.IPv6Interface incorrectly generated constant hash values of 32 and 128 respectively. This resulted in always causing hash collisions. The fix uses hash() to generate hash values for the tuple of (address, mask length, network address). - bpo-39603: Prevent http header injection by rejecting control characters in http.client.putrequest(...). - bpo-41288: Unpickling invalid NEWOBJ_EX opcode with the C implementation raises now UnpicklingError instead of crashing. - bpo-39017: Avoid infinite loop when reading specially crafted TAR files using the tarfile module (CVE-2019-20907). - bpo-39073: Disallow CR or LF in email.headerregistry.Address arguments to guard against header injection attacks. - bpo-39503: CVE-2020-8492: The AbstractBasicAuthHandler class of the urllib.request module uses an inefficient regular expression which can be exploited by an attacker to cause a denial of service. Fix the regex to prevent the catastrophic backtracking. Vulnerability reported by Ben Caller and Matt Schwager. - bpo-39510: Fix segfault in readinto() method on closed BufferedReader. - bpo-39421: Fix possible crashes when operating with the functions in the heapq module and custom comparison operators. - bpo-39503: AbstractBasicAuthHandler of urllib.request now parses all WWW-Authenticate HTTP headers and accepts multiple challenges per header: use the realm of the first Basic challenge. Removed patches (because inclduded upstream): - CVE-2019-20907_tarfile-inf-loop.patch - CVE-2020-14422-ipaddress-hash-collision.patch - CVE-2020-8492-urllib-ReDoS.patch Reapplied patches: - bpo23395-PyErr_SetInterrupt-signal.patch - pep538_coerce_legacy_c_locale.patch - python-3.6-CVE-2017-18207.patch - python3-sorted_tar.patch- Replace bundled wheels for pip and setuptools with the updated ones (bsc#1176262 CVE-2019-20916).- Add CVE-2019-20907_tarfile-inf-loop.patch fixing bsc#1174091 (CVE-2019-20907, bpo#39017) avoiding possible infinite loop in specifically crafted tarball. Add recursion.tar as a testing tarball for the patch.- Add CVE-2020-14422-ipaddress-hash-collision.patch fixing CVE-2020-14422 (bsc#1173274, bpo#41004), where hash collisions in IPv4Interface and IPv6Interface could lead to DOS.- Change name of idle3 icons to idle3.png to avoid collision with Python 2 version (bsc#1165894).- Add CVE-2019-9674-zip-bomb.patch to improve documentation warning about dangers of zip-bombs and other security problems with zipfile library. (bsc#1162825 CVE-2019-9674) - Add CVE-2020-8492-urllib-ReDoS.patch fixing the security bug "Python urrlib allowed an HTTP server to conduct Regular Expression Denial of Service (ReDoS)" (bsc#1162367)- Add Requires: libpython%{so_version} == %{version}-%{release} to python3-base to keep both packages always synchronized (bsc#1162224).- Reame idle icons to idle3 in order to not conflict with python2 variant of the package bsc#1165894 * renamed the icons * renamed icon load in desktop file- Add pep538_coerce_legacy_c_locale.patch to coerce locale to C.UTF-8 always (bsc#1162423).- Update to 3.6.10 (still in line with jsc#SLE-9426, jsc#SLE-9427, bsc#1159035): - Security: - bpo-38945: Newline characters have been escaped when performing uu encoding to prevent them from overflowing into to content section of the encoded file. This prevents malicious or accidental modification of data during the decoding process. - bpo-37228: Due to significant security concerns, the reuse_address parameter of asyncio.loop.create_datagram_endpoint() is no longer supported. This is because of the behavior of SO_REUSEADDR in UDP. For more details, see the documentation for loop.create_datagram_endpoint(). (Contributed by Kyle Stanley, Antoine Pitrou, and Yury Selivanov in bpo-37228.) - bpo-38804: Fixes a ReDoS vulnerability in http.cookiejar. Patch by Ben Caller. - bpo-38243: Escape the server title of xmlrpc.server.DocXMLRPCServer when rendering the document page as HTML. (Contributed by Dong-hee Na in bpo-38243.) - bpo-38174: Update vendorized expat library version to 2.2.8, which resolves CVE-2019-15903. - bpo-37461: Fix an infinite loop when parsing specially crafted email headers. Patch by Abhilash Raj. - bpo-34155: Fix parsing of invalid email addresses with more than one @ (e.g. a@b@c.com.) to not return the part before 2nd @ as valid email address. Patch by maxking & jpic. - Library: - bpo-38216: Allow the rare code that wants to send invalid http requests from the http.client library a way to do so. The fixes for bpo-30458 led to breakage for some projects that were relying on this ability to test their own behavior in the face of bad requests. - bpo-36564: Fix infinite loop in email header folding logic that would be triggered when an email policy’s max_line_length is not long enough to include the required markup and any values in the message. Patch by Paul Ganssle - Remove patches included in the upstream tarball: - CVE-2019-16935-xmlrpc-doc-server_title.patch - CVE-2019-16056-email-parse-addr.patch - Move idle subpackage build from python3-base to python3 (bsc#1159622). appstream-glib required for packaging introduces considerable extra dependencies and a build loop via rust/librsvg. - Correct installation of idle IDE icons: + idle.png is not the target directory + non-GNOME-specific icons belong into icons/hicolor - Add required Name key to idle3 desktop file- Unify all Python 3.6* SLE packages into one (jsc#SLE-9426, jsc#SLE-9427, bsc#1159035) - Patches which were already included upstream: - CVE-2018-1061-DOS-via-regexp-difflib.patch - CVE-2018-14647_XML_SetHashSalt-in_elementtree.patch- Add CVE-2019-16935-xmlrpc-doc-server_title.patch fixing bsc#1153238 (aka CVE-2019-16935) fixing a reflected XSS in python/Lib/DocXMLRPCServer.py- Add bpo-36576-skip_tests_for_OpenSSL-111.patch (originally from bpo#36576) skipping tests failing with OpenSSL 1.1.1. Fixes bsc#1149792 - Add bpo36263-Fix_hashlib_scrypt.patch which works around bsc#1151490- Add CVE-2019-16056-email-parse-addr.patch fixing the email module wrongly parses email addresses [bsc#1149955, bnc#1149955, CVE-2019-16056]- jsc#PM-1350 bsc#1149121 Update python3 to the last version of the 3.6 line. This is just a bugfix release with no changes in functionality. - The following patches were included in the upstream release as so they can be removed in the package: - CVE-2018-20852-cookie-domain-check.patch - CVE-2019-5010-null-defer-x509-cert-DOS.patch - CVE-2019-10160-netloc-port-regression.patch - CVE-2019-9636-urlsplit-NFKC-norm.patch - CVE-2019-9947-no-ctrl-char-http.patch - Patch bpo23395-PyErr_SetInterrupt-signal.patch has been reapplied on the upstream base without changing any functionality. - Add patch aarch64-prolong-timeout.patch to fix failing test_utime_current_old test.- FAKE RECORD FROM SLE-12 CHANNEL Apply "CVE-2018-1000802-shutil_use_subprocess_no_spawn.patch" which converts shutil._call_external_zip to use subprocess rather than distutils.spawn. [bsc#1109663, CVE-2018-1000802]- FAKE RECORD FROM SLE-12 CHANNEL bsc#1109847: add CVE-2018-14647_XML_SetHashSalt-in_elementtree.patch fixing bpo#34623.- boo#1141853 (CVE-2018-20852) add CVE-2018-20852-cookie-domain-check.patch fixing http.cookiejar.DefaultPolicy.domain_return_ok which did not correctly validate the domain: it could be tricked into sending cookies to the wrong server.- bsc#1138459: add CVE-2019-10160-netloc-port-regression.patch which fixes regression introduced by the previous patch. (CVE-2019-10160) Upstream gh#python/cpython#13812- FAKE RECORD FROM SLE-12 CHANNEL bsc#1137942: Avoid duplicate files with python3* packages (https://fate.suse.com/327309)- bsc#1094814: Add bpo23395-PyErr_SetInterrupt-signal.patch to handle situation when the SIGINT signal is ignored or not handled- Update to 3.6.8: - bugfixes only - removed patches (subsumed in the upstream tarball): - CVE-2018-20406-pickle_LONG_BINPUT.patch - refreshed patches: - CVE-2019-5010-null-defer-x509-cert-DOS.patch - CVE-2019-9636-urlsplit-NFKC-norm.patch - Python-3.0b1-record-rpm.patch - python-3.3.0b1-fix_date_time_compiler.patch - python-3.3.0b1-test-posix_fadvise.patch - python-3.3.3-skip-distutils-test_sysconfig_module.patch - python-3.6.0-multilib-new.patch - python3-sorted_tar.patch - subprocess-raise-timeout.patch - switch off LTO and PGO optimization (bsc#1133452) - bsc#1130840 (CVE-2019-9947): add CVE-2019-9947-no-ctrl-char-http.patch Address the issue by disallowing URL paths with embedded whitespace or control characters through into the underlying http client request. Such potentially malicious header injection URLs now cause a ValueError to be raised.- bsc#1129346: add CVE-2019-9636-urlsplit-NFKC-norm.patch Characters in the netloc attribute that decompose under NFKC normalization (as used by the IDNA encoding) into any of ``/``, ``?``, ``#``, ``@``, or ``:`` will raise a ValueError. If the URL is decomposed before parsing, or is not a Unicode string, no error will be raised. (CVE-2019-9636) Upstream gh#python/cpython#12224- bsc#1120644 add CVE-2018-20406-pickle_LONG_BINPUT.patch fixing bpo#34656 Modules/_pickle.c in Python before 3.7.1 has an integer overflow via a large LONG_BINPUT value that is mishandled during a "resize to twice the size" attempt. This issue might cause memory exhaustion, but is only relevant if the pickle format is used for serializing tens or hundreds of gigabytes of data.- bsc#1122191: add CVE-2019-5010-null-defer-x509-cert-DOS.patch fixing bpo-35746. An exploitable denial-of-service vulnerability exists in the X509 certificate parser of Python.org Python 2.7.11 / 3.7.2. A specially crafted X509 certificate can cause a NULL pointer dereference, resulting in a denial of service. An attacker can initiate or accept TLS connections using crafted certificates to trigger this vulnerability.- Add -fwrapv to OPTS, which is default for python3 anyway See for example https://github.com/zopefoundation/persistent/issues/86 for bugs which are caused by avoiding it. (bsc#1107030)- Apply "CVE-2018-1061-DOS-via-regexp-difflib.patch" to prevent low-grade poplib REDOS (CVE-2018-1060) and to prevent difflib REDOS (CVE-2018-1061). Prior to this patch mail server's timestamp was susceptible to catastrophic backtracking on long evil response from the server. Also, it was susceptible to catastrophic backtracking, which was a potential DOS vector. [bsc#1088004 and bsc#1088009, CVE-2018-1061 and CVE-2018-1060]- As we run in main python package do not generate the pre_checkin from both now- Move the tests from base to generic package wrt bsc#1088573 * We still fail the whole distro if python3 is not build * The other archs than x86_64 took couple of hours to unblock build of other software, this way we work around the issue - Some tests are still run in -base for the LTO tweaking, but at least it is not run twice- update to 3.6.5 * bugfix release * see Misc/NEWS for details - drop ctypes-pass-by-value.patch - drop fix-localeconv-encoding-for-LC_NUMERIC.patch - refresh python-3.6.0-multilib-new.patch- Apply "python-3.6-CVE-2017-18207.patch" to add a check to Lib/wave.py that verifies that at least one channel is provided. Prior to this check, attackers could cause a denial of service (divide-by-zero error and application crash) via a crafted wav format audio file. [bsc#1083507, CVE-2017-18207]- Created %so_major and %so_minor macros - Put Tools/gdb/libpython.py script into proper place and ship it with devel subpackage.- ctypes-pass-by-value.patch: Fix pass by value for structs on aarch64- Add python3-sorted_tar.patch (boo#1081750, bsc#1086001)- Add patch to fix glibc 2.27 fail bsc#1079761: * fix-localeconv-encoding-for-LC_NUMERIC.patch- move XML modules and python3-xml provide to python3-base (fixes bsc#1077230) - move ensurepip to base- Add skip_random_failing_tests.patch only for PowerPC- update to 3.6.4 * bugfix release, over a hundred bugs fixed * see Misc/NEWS for details - drop upstreamed python3-ncurses-6.0-accessors.patch - drop PYTHONSTARTUP hooks that cause spurious startup errors * fixes bsc#1070738 * the relevant feature (REPL history) is now built into Python itself- Install 2to3-%{python_version} executable (override defattr of the -tools package). 2to3 (unversioned) is a symlink and does not carry permissions (bsc#1070853).- move 2to3 to python3-tools package- update to 3.6.3 * bugfix release, over a hundred bugs fixed * see Misc/NEWS for details - drop upstreamed 0001-3.6-bpo-30714-ALPN-changes-for-OpenSSL-1.1.0f-3093.patch- drop python-2.7-libffi-aarch64.patch: this patches the intree copy of libffi which is unused/deleted in the line afterwards - fix build against system libffi: include flags weren't set so it actually used the in-tree libffi headers.- Fix test broken with OpenSSL 1.1 (bsc#1042670) * add 0001-3.6-bpo-30714-ALPN-changes-for-OpenSSL-1.1.0f-3093.patch- fix missing %{?armsuffix}- distutils-reproducible-compile.patch: ensure distutils order files before compiling, which works around bsc#1049186- Add libnsl-devel build requires for glibc obsoleting libnsl- update to 3.6.2 * bugfix release, over a hundred bugs fixed * see Misc/NEWS for details - drop upstreamed test-socket-aead-kernel49.patch - add Provides: python3-typing (fixes bsc#1050653) - drop duplicate Provides: python3- Add missing link to python library in config dir (bsc#1040164)- update to 3.6.1 * bugfix release, over a hundred bugs fixed * never add import location's parent directory to sys.path * switch to git for version control, build changes related to that * fix "failed to get random numbers" on old kernels (bsc#1029902) * several crashes and memory leaks corrected * f-string are no longer accepted as docstrings- prevent regenerating AST at build-time more robustly - add "--without profileopt" and "--without testsuite" options to python3-base to allow short circuiting when working on the package- FAKE RECORD FROM SLE-12 CHANNEL update to 3.4.6 (bsc#1027282): * fixed potential crash in PyUnicode_AsDecodedObject() in debug build * fixed possible DoS and arbitrary execution in gettext plurals * fix possible use of uninitialized memory in operator.methodcaller * fix possible Py_DECREF on unowned object in _sre * fix possible integer overflow in _csv module * prevent HTTPoxy attack (CVE-2016-1000110) * fix selectors incorrectly retaining invalid fds - drop upstreamed python-3.4-CVE-2016-1000110-fix.patch - move _elementtree to python3.rpm to match its pyexpat dependency (bsc#1029377)- Add 0001-allow-for-reproducible-builds-of-python-packages.patch upstream https://github.com/python/cpython/pull/296- reenable test_socket with AEAD patch (test-socket-aead-kernel49.patch) - reintroduce %py3_soflags macro (and better named %cpython3_soabi equivalent)- update to 3.6.0 * PEP 498 Formated string literals * PEP 515 Underscores in numeric literals * PEP 526 Syntax for variable annotations * PEP 525 Asynchronous generators * PEP 530 Asynchronous comprehensions * PEP 506 New "secrets" module for safe key generation * less memory consumed by dicts * dtrace and systemtap support * improved asyncio module * better defaults for ssl * new hashing algorithms in hashlib * bytecode format changed to allow more optimizations * "async" and "await" are on track to be reserved words * StopIteration from generators is deprecated * support for openssl < 1.0.2 is deprecated * os.urandom now blocks when getrandom() blocks * huge number of new features, bugfixes and optimizations * see https://docs.python.org/3.6/whatsnew/3.6.html for details - rework multilib patch: drop Python-3.5.0-multilib.patch, implement upstreamable python-3.6.0-multilib-new.patch - refresh python-3.3.0b1-localpath.patch, subprocess-raise-timeout.patch - drop upstreamed Python-3.5.1-fix_lru_cache_copying.patch - finally drop python-2.6b1-canonicalize2.patch that was not applied in source and only kept around in case we needed it in the future. (which we don't, as it seems) - update import_failed map and baselibs - build ctypes against system libffi (buildrequire libffi-devel in python3-base) - add new key to keyring (signed by keys already in keyring) - introduced common configure section between python3 and python3-base - moved pyconfig.h and Makefile to devel subpackage as distutils no longer need it at runtime - added python-rpm-macros dependency, regenerated macros file, drop macros.python3.py because it is not used now - improve summaries and descriptions (fixes bsc#917607) - enabled Link-Time Optimization, see what happens - including skipped_tests.py in pre_checkin.sh run - run specs through spec-cleaner, rearrange sections- FAKE RECORD FROM SLE-12 CHANNEL apply fix for CVE-2016-1000110 - CGIHandler: sets environmental variable based on user supplied Proxy request header: python-3.4-CVE-2016-1000110-fix.patch (fixes bsc#989523, CVE-2016-1000110) - refresh python3-urllib-prefer-lowercase-proxies.patch- FAKE RECORD FROM SLE-12 CHANNEL update to 3.4.5 check: https://docs.python.org/3.4/whatsnew/changelog.html (fixes bsc#984751, CVE-2016-0772) (fixes bsc#985177, CVE-2016-5636) (fixes bsc#985348, CVE-2016-5699) - drop upstreamed werror-declaration-after-statement.patch- FAKE RECORD FROM SLE-12 CHANNEL Due to being fixed upstream (differently), removed outdated patch CVE-2014-4650-CGIHTTPServer-traversal.patch (bsc#983582)- move _hashlib and _ssl modules and tests to python3-base - recommend python3- Add Python-3.5.1-fix_lru_cache_copying.patch Fix copying the lru_cache() wrapper object. Fixes deep-copying lru_cache regression, which worked on previous versions of python but fails on python 3.5. This fixes a bunch of packages in devel:languages:python3. See: https://bugs.python.org/issue25447- update to 3.5.1 * bugfix-only release, dozens of bugs fixed - Drop upstreamed Python-3.5.0-_Py_atomic_xxx-symbols.patch - "Python3" to "Python 3" in summary * This seems cleaner and fixes and rpmlint warning- FAKE RECORD FROM SLE-12 CHANNEL Issue #21121: Don't force 3rd party C extensions to be built with -Werror=declaration-after-statement. (werror-declaration-after-statement.patch, bsc#951166)- Add Python-3.5.0-_Py_atomic_xxx-symbols.patch This fixes a build error for many packages that use the Python, C-API. This patch is already accepted upstream and is slated to appear in python 3.5.1.- update to 3.5.0 * coroutines with async/await syntax * matrix multiplication operator `@` * unpacking generalizations * new modules `typing` and `zipapp` * type annotations * .pyo files replaced by custom suffixes for optimization levels in __pycache__ * support for memory BIO in ssl module * performance improvements in several modules * and many more - removals and behavior changes * deprecated `__version__` is removed * support for .pyo files was removed * system calls are auto-retried on EINTR * bare generator expressions in function calls now cause SyntaxError (change "f(x for x in i)" to "f((x for x in i))" to fix) * removed undocumented `format` member of private `PyMemoryViewObject` struct * renamed `PyMemAllocator` to `PyMemAllocatorEx` - redefine %dynlib macro to reflect that modules now have arch+os as part of name - module `time` is now built-in - dropped upstreamed patches: python-3.4.1-fix-faulthandler.patch python-3.4.3-test-conditional-ssl.patch python-fix-short-dh.patch (also dropped dh2048.pem required for this patch) - updated patch Python-3.3.0b2-multilib.patch to Python-3.5.0-multilib.patch - python-ncurses-6.0-accessors.patch taken from python 2 to fix build failure with new gcc + ncurses- Add python3-ncurses-6.0-accessors.patch: Fix build with NCurses 6.0 and OPAQUE_WINDOW set to 1.- improve import_failed hook to do the right thing when invoking missing modules with "python3 -m modulename" (boo#942751)- Build with --enable-loadable-sqlite-extensions to make it works as geospatial database.- dh2048.pem: added generated 2048 dh parameter set to fix ssl test (bsc#935856) - python-fix-short-dh.patch: replace the 512 bits dh parameter set by 2048 bits to fix build with new openssl 1.0.2c (bsc#935856)- ctypes-libffi-aarch64.patch: remove upstreamed patch - python-2.7-libffi-aarch64.patch: Fix argument passing in libffi for aarch64- python-3.4.3-test-conditional-ssl.patch - restore tests failing because test_urllib was unconditionally importing ssl (without really needing it) - restore functionality of multilib patch - drop libffi-ppc64le.diff because upstream completely changed everything yet again (sorry ppc64 folks :| )- Update to version 3.4.3 - Drop upstreamed CVE-2014-4650-CGIHTTPServer-traversal.patch (bpo#21766)- Add python-3.4.1-fix-faulthandler.patch, upstream patch for bogus faulthandler which fails with GCC 5.- asyncio has been merged in python3 main package; provide and obsolete it - Remove obsolete AUTHORS section - Remove redundant %clean section- add %python3_version rpm macro for Fedora compatibility - add missing argument in import_failed, rename Novell Bugzilla to SUSE Bugzillalamb05 1606947353 1869a21fc52388d5f32203e3d488a9663085e77ed3fde7475a091040f01bd5f2426674c52a9940a93.6.12-lp152.4.9.13.6.12-lp152.4.9.1debug.build-id1869a21fc52388d5f32203e3d488a9663085e77e69a21fc52388d5f32203e3d488a9663085e77e.debugd3fde7475a091040f01bd5f2426674c52a9940a9fde7475a091040f01bd5f2426674c52a9940a9.debugusrlib64python3.6lib-dynload_curses.cpython-36m-x86_64-linux-gnu.so-3.6.12-lp152.4.9.1.x86_64.debug_curses_panel.cpython-36m-x86_64-linux-gnu.so-3.6.12-lp152.4.9.1.x86_64.debug/usr/lib//usr/lib/debug//usr/lib/debug/.build-id//usr/lib/debug/.build-id/18//usr/lib/debug/.build-id/d3//usr/lib/debug/usr//usr/lib/debug/usr/lib64//usr/lib/debug/usr/lib64/python3.6//usr/lib/debug/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:15220/openSUSE_Leap_15.2_Update/ca094de84f9d53e88ed681153d23685b-python3.openSUSE_Leap_15.2_Updatecpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d3fde7475a091040f01bd5f2426674c52a9940a9, with debug_info, not strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1869a21fc52388d5f32203e3d488a9663085e77e, with debug_info, not strippedPPY%Ɠݨ^ (hpython3-debugsource(x86-64)3.6.12-lp152.4.9.1utf-828d0df9c1b2f23ecbc6800517a400d1568778f395d1d19e150c77c660722c107?7zXZ !t/㩫] crt:bLL x&f f_{jX7 g.MaOc3qbE]q1eRjFs6B_Z?D!>6&6 :- GRՎ-mk$ՈηmӸz`cFyY=OfwJ>ze^Ͳ {{Nd /lU0bji 2GJW,Cۃ?^4%qV3{ߧ,ҩ4ϴ_bmT .Gdo)؃1V8e6Y1a1m|,qK>OM(!:.hj~: %ĿpG)ݪd`:GK``DJ,]6J)b/(AR$Rv1ZN`%[3IB^.׬#HJ&UL R>yFck?YQSbDw 6h#/Am^Ng1c4OݚR߬^E<]H˔|/;C{I 0ZWaO#u"!_O@A6fs0BY h[sc%|Q;mW4/&G K1:L{bkS4ۍa29 M[ɫ Ic9n[}1R{"<(ЭrOx-֔x~_/="RG]ݴζL}.{f٬/>Rfz}`a숷e$g-ClvHEoZ\͢oQo2v-pNelh Joo[r8c&LD#OG{5~\V pB!ucTACМG=u"K k\>RZ*;RmD\\PشH$ZxZ%[ا.Ul Yc *d9۝N+P,n{#^RS̨II}BrrرGHb^\dZWP@="jVI - C#`sے("lj |v6\:"A]z'%P"hpNưAIx?>,!D ^4Ezg1,F?5$(5Jgsop0 R i =4s!DܟJ%zf \yQm$$&Z].^ t> *7$JsуWc8묿@!0QzotzkoUx cEq`}P?|X=,eE;K{'h4>#v+ʋDV*s_fYѺ8͒"5jOI\LrI&hfl/6a?8HApǰS.ziZҧOʘDq^ Mg?DV^bQnCeΛu6DR0f @k`|'JVK)Ia1!fw뾾rv"]\;k`H 9:/0KWiMW1.oPSVw@ڝ%0ϫ [|obCPbR iLw>Ú&X1>JIkKc!V] ݂'LJ쩥pW~/>4_*9'hXn(!ohMCX`3stɅU{/]m GMw$i ?T$_UUuE5,B*#K^AyO+{:JaoO{l{Vmqho(c"Hp>[-CP[B"y?^\qk#eF]mBeiC@:^7xYM fsx="`gǖ_hr)oհ27jFq.@ GsquRA›mqZtq~ҰTjV+GewˇL}]SJ&nf@V++ ,*5cIl) 7Cx;QG^`Бµ6'h'{) N F.)[N;BH+?UQs٘{{:b'.ؾ'2i DdM{.-y?4nabl9K̾\JeᎰJLைq[HwKSݛO5(MWqY:7 lFfPlך7>\I ;r%Ǩ,-O"% '鿛^PY((FNj,4 s]?y똷l0jr-ڪd5q%"F^\ BԿAKlMC7Z4SPrs L-F0u%sYksq2f6tpFh˰}b.ϱhGVh.aY ~|zRqо= R9l `},;6], EDy0z&)V5z0t`[d΂=$Zdi *2ŎsV9%.지ux#͹?bdD0d %Z.a7,#,A-&Nոg#44\&дpkJţXO.ktqAGNFP)@ P(t)@H#Q? ޞn\ų?fE/DN [ Œ¤=X !8rZq+XUp{&]^ڲ#`$L}=׽GWlV AL7ɂS"HS<[m5dp<}yڕ!dzqA2|"x&N(1j YRz0n74t8'0E[OU\7lb:J+YsiStVd Y7ˉ4j1COM*n//vLK@[2c؄Z_#F X j5Rg-]0 ^9!SI;!yڠ-p9\V= (~I $29Iȗ2ii}1Yܼm.&壇$xDf;*ֈE]vf#?>8_oY ҸٲܧvL4VB?9 ß)/Iɬ;3E:G;d^Z:y}ca>gl qW- cV+\Ў%~T؆}/4e` C[q=v(/1Kwz,x(CGKsakAڴDOC#zu [%i]U!|&IPTWy.)Gͪ&)L`W+x"M0IXRfD&xX:U]]Wq +hH~M|z q.JA]3;Q1Ǥb L!W$‚ɻ # _7ߝkjno(ɶG [@@\s8د|\O%A (P*ڇ[ aDž7h9o(.B@9RX&U*eޞ!TѢ/p01/u_K[F?{B֫FSfCdRj>bX!RG4ކ@ÉS!Î%/L7l_޻ `i!}=NwTlF~;u:d=Y6 y@M[dG=$G- CdKMb{x'-Q;LVv^<ŸFmC; 4oZ29]3eϨHa@ a&Ztn 7dN+I0BI^ϐPVg/_EAE š(|4;K^g~_!K{h8Mypp)XuF a$~Gbt.zĠZxGT u,=Su/e=f>oԊxbZ5xx<~W '׎Wؚa 1C&mڒe e*-UL))hJ=dBy H\e`3#)2YMwwq)S;WdE3&^]>I]8\}'S }1(N"S YC[{HzIь*I\6^r`#I ]ҽXcs͑(j Rgȹ]WWd ֓IT_Fa݅2#NpEzgh+i4qU z2? /#(+?xTѲI'[|0FÂφ-D}YJn4n5)!{t礓*=n=vjt^!d` M]QQS]Hw$C❠W`^)Z[Q_Fε7Ϲ.Lrzkene&:h?i2?3*Я CƯbjW1'{PfBE&le1S΁*x CyU_O}!+]6l2;av8Wz ]M_b%||uػLQFnv{'3ۍ Gz&~5d_!ƽR~g 㤟r>RNQ-Or#Q7ܩۯUݓP CYs:JN9z-޳wn qH]*4vaR <[9ևVsܙ=f{*2,0KX֐`0a~j+,RcXAɏ>WdknʌbPnr|0 ?`~R;|2@-Pu$Dc(VA=M"Q#ˉm= 5!Nj _]@=bkq1}D_L>58ZLZFF@L ȽGH]yZ"s9+P18A'4KJ{GX+ywTtS$/R. F8@^FD8mM1ut-< iި =62nV <}+e|0l+es7;?@ CJ0Xdž:`iҍeՙ7Qx 6$, [ ) ~P/}65vC _Cy,ǮcoP11/͵b-\sb}?ɯ2im`3_kuLpH ??m_ojgbAnI';ojl 5CٸRf2ⲼDÎ+Ht]Z+3@6q%"&,*81 !rT SdSVZkMg.0%ip4K rZ= 4@3pUocͰ@:;܎ӹi=h馲myBs90'γ)syS$EE6!R˾g,#Ycms_mxh>{2Ϻ5~EM2 XX(Y{(Vc[I%"r^О&/ ns\L"TtW3.{jViñ ozX~n;0FVBOB&5ob 7d;^4c>7z7i혵xWK (dTS-9Jjv{xg@)Qr,bBPsm&@=|fEM&!2nsEv̕ tQ&8uj1rOgn-L6ضw5* ߉ZQȁ,e3w#.icPjh+GW, _ce]R br(p*_J; =ǤщRj yH>ccl R[t-/bTYwRIhͤIkzdwΈARM"zHַ%1%SS-t=C5yJpLLl4ei9ToЦ>͟γ:n|:&zϺ`|#z b?*};gHgɲD~cIZ35"A=1()7Hk-եI0rxI(ֶ"wJR< iGnpxgP#>lrd[lk~)V,5(2 7vL{UgPXsgx)\X)q/x61* :RP^Gv^qa1pJ$#6ٯ5ajۮ,^z:OsAyѾ>8Gmusoo5m0 Z%V-: Э,+ND>_=nuhQK#9QϹVbVffJd.k\4w;]e>YBy*bg,5*{h_h}L e3T s}\ՀZAug~ʡD O) .4.,؉ ]blZA}ZrvH2DRbW.,$ᄅpP;axRvm\ets:,h/3d#ZxLhʠgr }4ʜ}q SO27w E|v*&o˗a(Zi1̲bO CґES)ޞ3~S@7nVyRt].p#z7vy|C*U1(~L4ʽd_@cy*qO8O]0kb)i%F#<0Y"}c@ZMgopXH^hOւrk9P8`}?jj|j,Ac* ['L,K8Uq>Lu*S|xd/Cuv [=n̂StUI~n!? /⹌E*|&G5 M?*y,ʚ%xGgTp}8Cf"/ < L9[$n} _f ƈgK/ߢ 4^Z/F%$}.7u0o@xCuI* bϢ^Α&bm۶w<zHNBàc_}զRF4=ȉ ud  C9 $>rtXB,H;A=Th1GgzWp=aSsc( Lx礻!LI}Ų?1~]w1IC_ CԌWnw[),4)r7YŮOolvxގdA8='0D~i vA:@˜rA`K]Q)Mb^!2=t99Tg",p:8%%]2#kpG@nWqHY 8ty+dJCWh,[G \T7c GQ3KIyeR p"erwaڔ)^ЦO$L*[0]^ࢬ!Wպ+-4nEdkF tmDes'.x bH@/.{# ՝Z98dg={=ݫ˒2gW 7B].VzqSeX*-Eg^#-K)hˉx6S[fe3ж᫙ĖXXN 6:Z:-W,"j"5q4MٓU.rm8Yr?H[ZmzR,XK-MœVL?NnOG E$FVNFg߻륧)<2OAՋ)ޥXq@.=qDN_Am-naZxޕڪcGϼtwn+ <܋ QUw@Ӭ%Aau` yO{' S\CI|ȹy `gz^z&g.P$B"3[ftr,=XF{]G-ZTrbM(bvcZE ye&iM;MDy}N.*B5m+ZLUb#f;!"? IoosNY9BRٜ(+|܆g?~ʧTe=/); Hs55P.zДUcۿj:TsZü}20mOpL3zUv\i(fˬB5][O#>m3X Ԧ\iAWuhVLc"A G7Ԓ直Z0n=FթB, 7# W6pt*##Н9fM VFglh:;DIC %&,UDvpՙcQ-uzaC \uy>ޏ }wZlZV%V:iW /i)F꼼bd_-}EBhiEENŎdB;u&I[z3[xayc$yB!D B}dߟi䂸Ў]K^4AkoYM3ケ0oBspy]G(k+FYjiT|+֙{n%t }6ՠs$`~ES HǢpX`̎!^M-4FЦVH#s x0fn&N1lJlH.τ3 L}v6Sbh@4,*| 4| T#wsl=W⹂n *ف RY.wb0 Ehː3Dlsq ӻ4(B>eUd m9-Y:Z`[SZVD=E|e~pqg&-ᓒaM$B&ZK#BĬX6dǞnPFvͦo4c [L*SMcLGOR]^20#u1=ӭ2@O/0ej.F? I#r tkN{|Ru>x5G-дlqfl Y82@FN%8sfts)Hw͜wh!LTS^``n,?t]=Y=1䲵gnimHfjŮP]yibw&.,OstFX;F%= mc<;s9?btXT̞k<#*wSD*M?`fÿbp4yutwȯ}}!>gIgѡ~A].7{ w <֘2118n7vf I"sH %ɉ ScwgD43wgN1;E2/YcKsXg0 ;#{B0Dh@wm(~wIgXtx6$֛SnJܧFc\XTUhTLr4S8=.NKh*R#D98`'.A$|6$vJCn~?HC۾j}:A{t#޶H\B<ŠK gMWk.hM3QȠ'\ӥ`Id&;k8~p潌v1,e6WBc?PشIaQ=&9+(i 0'?si.{{ct(cgn _-'AQJŷM)Bi =pm:Oа Lid Dn?+G~BOߞl>ő wBnaK!i Iޡi2IlX#hY%c,n}lpJ&t]H>2(W3ڮ} Em;][|S$vz%OCW gs'ܔ!UPi$uz4 6p={c* N'/@|WyGhPeTu;E/IGq}aH %*7o+ P?Àp5ٽ)OܮmvMBAzYl҆8A/.`Qdݛ2<Č~m-J- B~2m},_BDmpכ#r=:LqPwԋ5d~\_R. @]߭|t_x!Qg&kjjtFޫ]\|،Xcä:xng#֗QMhiJ5MdCcjpieBf#kMI \{MOs`e=cECCֳKylqa«7ǕkFg}>K3w7 ?P<`N;߄qM~@ŢXBw Ad{0ź)2`J+=`2( 1ĴЅsoK8&uT=zS_r}AH t,,&YoZX@7q@F%@'-, ^xdg;^y WP!ߣM{G:#'&QU7Av<`_J߸w.P<|ɐ%0_ {>% 4v f켚9hGPG=fUi%:äߚb דȥ[H)1nA,%!yl2N| RLEJ i3CM& '&9 k[aohu=X{զҪ{(ZW5ľƑjFv=nDcYfe=tvT7K9o $.~QJib y(][:PEs4Dme <1[P7gr#(bdq&Erq%Yahŕo & "@(dGNc$(9gK/S=: xV!ܯ~zbyڢ\$ $g0u"$*[ʂ,w]W4[E?g=S<-PD_i=Y7LDg jqSѢʾ_9= Hd7*Qf[ -x*?U!V.oQo̅hN|==yl)ypf[ja}y\nKY!GsR[S.=3)T@xh..uE~)5yԇ68a.ovutȦ=_ g$J@Mmx}V]"^LBFf;vj+tq(" T9|hseMxA6EFw$nJȉ'ށfu҇KJ79<_~ޏ }R~ F8pU|@%>AL- U|yrJ =^ɖ$KjbNXBއ{κ_]FG.DCl/nqZm&U]Κ$I pS~eNQ!SI&DkcQ,Os jzecLtfDƺIjK۶.y;4QZNnU/|Qy-&L=d};kBƹ,:\ n^M h|* L5Doq`jKTfQ&[eKKAK`#!mSG܅Iʳlmz__ OQ 2_og (P;fBѷ:ա߽̏m\$CK|88 [SB՞Kڒ]ѣ9b(flK9N XHκv5oz֜iAڌ ªu>&3[:}a˽3{Oi vuPO𣎹uhC%ej}#9Hp]$B" n)ɷReUQƍޮ4iذ[FE Fu!gɀ M>@`C<8(p0crZ5{A Hd+ymO]=Ag8+  V6;=ݔU!";i%G-LXX'裼⮆Wrj4ׅzjzgC=C)Ҝc/'E]1sTB(r >RpANaPUaHYE>+]eCѓYKU,a)'{!XsPWЮ;7jc KQY+cyqX2k3}h6ݬ@ETRH XD(:2#t(mq5L t`mE$g>S^:syUW3>w3, >~PH7x.Z}~9{.R( ٱ:#4udqa/܇My!ZO5 Dk"U^Ղ :`?ְGY)xߖP'Ccf^V~}]FfXP|~DrbyPZ[s$`Z9NA.·gJSq(Hzq{O4,եt1rCׁ'FMc~(SQc%N+(d/Gr%˟2+Fi7"]g*7<)7Ιlt.!fl&xk)Q6"ρ<@myˬFd$KH~|}[,3Ѩ$tw8 op4JM\2?7תLnzS2v ju R{os&ؼF83cK38|ct^n}±Is(e/SB1+4,\2ɠe?I:#-^&|̋Է.^؝Ģ#~~üuXVӶ[^<+PUw[3 owTν"C]TLy1}EѦnx Лŋj xPu8<+y_CaVu+EǪ.ì-bO%~]ܠnz{d.~>$N2q~+hX ;DK YrƧB.x˼8Dxl܊fsB㝃3pìgQx~LFLDȁp^A#c/鞞fRm u8 v,&v U;*y,GY81aw+"䩎@O7(4u[Q`Q1O/WPN\J2:5ڎ߻K ~NT[4j|T-I8N)_5 K.tMevlD/'-Gj\ɱHCHzlC Uu^"ǞI}BRE|q`VE 9qHƹq#99墙K9_t רV&2,TFY0R=!qbk~Ƴ?~B|^8*`HݡGnA!XzR/!nN%XN|UI{zdi&Y0S{j Pwj7P}gj K(j"g}T}#MQ{]l ?VϷaVG/)6N8WnX\auE?wdPP.*5̙%a&*O[X Hmj^2)wF*sM!Wa&nyF'ӣ^pQs6T‡;hgSsAqe9yNJױkΐ=xÉNf?o>$ĵO()Yc7 3j~ HTRpR43ǃN}n "pj"gRD?H MqtG =_` [Y)QFW(ռ"PE͎# C?kߩ#ul@@/<ߚ3)sBt)n,;InK vDA*s.;*Be%kڏ oik0nVQ'>y hke6cc%UZ g駖l)q,%\hXO!/TJ>h]3u!9gr&L蘕98Z6@j :D]c''8 fŶǙ@? zZR8E&+G^#x04F}`| Ӣ%ߐ>Fb # z75i߶2,){{7(ؽ/!sN' dF}Al?HkS%W:,ҥftU2W@!\ w!@9R^/!Iy8VC0$*$GhU(oshȓc1EI!*FV;@l aQ $њ VXdh@(3\;JRYlk㶌Ȋč!w(-rVDHNBw{c7R28uؽJoׁaHW兹׾]r;\~N U6 ƚ0Bw!鮼ʊ܌E)u.ZOc˶hNac@{ig^P/E $[S+gtTjvQB ޹©46QWǺ"ǩ;IeoʱJd#N#~X&e.ݮ}e\{t@aDՎcPR6YS#M&$_}(]mHg 6z^ԳIc#ayP?hw:pѸlF9w<2E7R*u)'T)?;y>!'L-:/њ=R=ڣkeՌgCnZ+U0w ̕d:5'O=#Ut8LFKOOg{mB3Ml2y,7L-";*r'J&dFʵThw+ 0 TtgGǂ3! JPL&Fp޽7/SAG̞\ڳ(m{J\`2&ڈSW}2 2}QZWb3^RH(TRuw؅ fPk׉~/d[GZ!|%c ? C\>e*Su cẼpyg"Y2HL9=8v\Y QdwpS_tAfY\Ȼ‰136P=2tb|żl&bŰ)SY? }RD07os<xa`72ږ sʢGsGXn {=70ޭ!i0c%\arV 3bرR%1OS`9ݤJiB7ڿ r'bTȵ,aA;hc&Zv ޓt RF9HQ{jK3,j!k'0#a_ 8W2ݲ-cjRzG&6D8fHlů 34FѸz|}mzcla8RXUƤ!1s_>~GdH%9z&T8afY.UiQVmOƠ(t Q|rVf(kkxg{V-V;k@tEʰy&慇zNf%dq Ez÷F˳LYOk~E])1=W.XɪFvw0 jǾ6pS2o^4TYM=O] ?eox]s? đ;uF}m,Tnƽ cC~y,u} X޴☚NLwie #26U@G_C@pI(Z2$6Y+ydjm (s1 QFͲetI%*UU>hΘ1xH_t klNyL2RR;Rm qNAmgPBI̅.tQr7[yhIp\堝J#d`!lk21 [27F/\WUHn(1E˄φ *#PU!__?Z֩βc1'E1)xv_npD`z <RgՀt//U\q"CO!E;/qjΏʲ!9ǖZa*ۇL'4\9%Aχ ȴ;XrQYXy]DkUČTcK.q=P u[0>Fe#"rCUOY&HXI dL$`H?{˹iS,ovu$`~I8;$S{xyx;jiTͼyjDN!jK<4+jPx x"4C_o9>qtw6~ j,38H?kev4/(WG{̌=.bw]hjf+wZo1>u̒WVS`Cz" 8|!ZdN0fr^nHE& % Ҳ;2M)w$Sx= uY|^ޗ}c޿53 Vۋ Z^ZԨC&~%&,LAGB2v9ɠxP Zoc]I˭@hu,; ^M"z@'ngfU_7 N>vEʰ1I/ +䢂uLdN:#t3)yV?@&ݿY9c9Uo%UV  9顚zZ;)݊ Ǧ+B5b{zAr{k>btuUJ^[@Č|<"rYE "7E#f1C%H<{ sB4Өy<:>Us>ihYB 4+d.i1:ei7(m#'y7XoW[Dt+9?IhPT0S,R^w/RrK'g&ݡo~ $Xn*ƭ ?9ETQPtbU-XXr}y2Lswv0owb" RųaN/]4мޏKj7)[RP$c=Ten@캻\u yٔ~{eFn>5gw4ws{(*~cF4+#7KQEldЂcwrᡢx^U xz|5@fޏ|~pCZKM(`Bl]{Phܬ׳`Ngtw}l <6.FaUDuNBgܙO2|a-0G=5Bᘥ͎t|#|ZF|nht8 Q,-tڄ9A lߥ" ?$Zwt6*i nl 5¬ȃEK& )"Qԩ`=[ߡń/P4[Ϗ>t !`yW]f?ܦ"O)S~τEeŗׄ_$Dꘒ(c5`3@p+Zz)V=lL 4ȵ(=m ۉmLsD2aBZ6F<2nb ʪgXie[lGwH*K2@n'OO\H/3vPQJ[Ԧ]}WmmN\0tuKѭv\ :xxbRVx+Ar+Z1gzw;i+h+.5n=27]P*L>2DϜW)l4陎jXZWJH >R>Ա5m=27O3K~'lOvO4wP&fZ`-Ak=*XدT%|1>EFPu :pa7p/+3Y S2~ ZhieMW`1*^ ~"e\0~.BE¦PL'4Å ohR)tKv zAA+AT.-7FSi (; ۅF1Vo]W+1`&{2h)=%TiuGr%4ŀ [Ʈ=gѱԒ 5]pr4=Gу,(!t<0hO%G@M8Aj2gXќ{KO(\O][k\FD\R@EL,w;Pg~BYZTwgQΛœڐJa1L!b9;ՄK}`wd:y ;VhWfȺ;aa2ɐ}~"CGm.r_Mt_ '^dd+siS om:KaLI5O ;oz-MQ_è6G5=_RRi ΄_{NAƜK?*;~=u[ K7I/T/!%~PNUT,ct,T_}j Q24RD5s!]|CPvoydbD(f,wYxx^ %'h\ W Ri#BۦZ9ޢ%[LfwJ2;A%KGѓ[;1nd75J}u*c 1R/ٱl)m1 ܗ2Aĸ+|(aqAIi3tEq5;\ B=BEr_7hTk8!D")f/=ډ\5JFo0&.D&~]Z&' ÊjIZi<5BfkF~ZMH  0a G"!^L9ۋ)/F$]p1 ϝ*yU>C.)u;ǰ -9kX2zVImR`z4&`gp/Ҽ؅ĸ- 9CfNs}HOk !$Wwe.'XKdFJ`Ǯ"=,Ԇ4Eь<"f·ChYΆA{x,r2'Ic-qtqy (N|/H[z䘆]5~U6}piM`% DS4R $R2Svנ,Qm}ɳ=-tPk#'s0OlV%6,T]3D-bLÕj$!h$80cp "znq='ÃvpKNkww6 A>qp 0_BԆVlMP6WmhBEF<- +"$׌!īkCPU'C}j=N1]k^㝠zS&s&LҜUƛK+by) .MEQ6LJK`Cs ![>jc\c>l/y;9b;$hvqF5SQ a"LMkqqzĕ0b9. b!Lu~xSfӈ5ӈ 71,ٕbO @=%mDi3a sS E־5獈5-XSN|o z7H?! ؜ǝcVF-^?\L@q 1,,2e@#Դ| 4Ǚ(i"-Waoͬ,<{.|Ŭ[tO7v<ßxn;!42F^$)vOI"Vݛˋu 76Rߘ.\HK?WNFWWUm}%ҽ](D$z ^ ҭ`},V0l*⫓#y+5/n9h m@!'d@|pq=dgd5魾: Q#s[Y;OYޒ[K/MG#4MrK'p08T=:-MB-Pp$31.BOg {^J}4DoD</1bYTŞD5`Lx*iM ޮEןgqAY9-gK}BV~G%/T+ ƍPAm0;SQΆYWog,pXCɩ=r!d;CJ^3*Bcy-}m|N'2K.~}ӝm* &*k`/q>w?K)TUkLwAV!0QCG}3=&; .ӻ귄^FUKpHNcjA4CzS-٣r~h H8 ,x a[EG~ʗ?<5x~,cc_H 2p MɻKLq1x?";̎/QLFʟJC) =̰c>՟wġ#}uS[g6+/+hz)29eO^)dqZ%EҺ30i:jYU/ΫDkPID'HQg" BjKVU|ᆭQq YAjfe7FȃFhm'X8 jǪMwߌSowwtHy>ocGm@o5~­: [R_jo@/#Sgr`.nJ?=B8Lf/8.~$5<޸bOgmCV=y`xEq G.#CWy˶Ƌ u[R0@f2>G%Զ]eZk7ȍڊ䁡x~}HkJʂ`^,|P bOΘqJv_WyrZ*gVyތhOIH|$`=QBe]%߸ظ/Ƭ àp4  ~0p>a ֪0cd>t@C9̂nU:Nq'}9k<>кa^dH2an{>S/W5^̲*v}{T4 %,VM<\`1RėMFQL}EwB$զgћΛif9Z3HѮ -Mz\ر;7#&6*:$W:&4ŵ. &Ԟz?3}_RK e.( ZFycݞ_w(0̮&$}\ס)]yh7f`ʫբib'rl}j+Wʖc f(bnbg 1ZNK\u!d| 'u1 ǵ o&@ E뙺W^AoU-O?c̆UYz+J iܜ:X=54x)bʺ gݼ r3۔Sg7SVM4odb9g%ҙ?'k{n byŠ~ nRD=SAg:X4!ǡ YYX鱓Tburpm%~cPҿjybv[z>>V{i%`Nֳ8cYy2&.͂ˉb_WoWB?58= XJL#-WG2/m{ɿ/<'s jCWp DUFyf*Lv c9Kig<]RA4O,{[Lhꬾ`S r4T Juc {/LY=Y1`X" ډE&Hisvn`*Fvy^_ /]U;b@7{䗑O/H_wd(KV17ԗ46r6j-Uʹy-5S c d}*'UK O GXO^PRYf,>? J+/Ҡ}qjN= [oE]V`QM0'b M#hu U`ª.3 J^TٲqˢIRrޯM"{gd&0vK6΍q' THQ,<ه ΐ)vTK Jaz>U a)+Mr![%÷^$PU\ n>zn`PF{R)`n|3yhT%FYb/vv#V]_TǷ!DzAO4Anf|8шEa,O"pZzY~:R)Ϗ]SVBq|k9[Qs .MZ+9zz0, zCj^sam6yMvOD‘fd)v#*am~Nܰt&R(x}%^ғhf0.v[*lblr-zVVG9O\2nsR*g6*Y6JK3 k~snu<7LoƷEޛ Vk/E%VzuטHDj:UAඋYqL\ \&\+Lcɀ iAi(7Qh"#Ub8 O}ifi4Iao;4ZR:0ا,eM}l9DlDJi)VU~00*iFnc {Rgw!ꆓTGOḧ۽t&%zrq@LN7k6-A65 ɴS. T<^MA 9ؼN\!5&L:=ǖ? b^JҲk7J xr7jclc3"LXS0f4+kOegB,1ڳ-d!Xnُ/cWa*W0d/+I[֛y>e(Wnm?<)?C‰O? 0"߮6j?3 ڣ8Tݥ"oۅ`(l.#?r#¬= 5~]Dn(t~/_EG 9]LQDjZ*=N}]O$.6Of\6 @lޢ=l/SEh]/XR4_mH L* )y*^mzN'5ES5/&H֋t"(骟I2RvV}8 @QUŋ3vږz(ur Wf2!ec۔t>sV]m1a$F&'),}tG4OZA \6<#>'i9 U5(||a|~|a b Y3)/5_Qq-^>G9 }= ?롌<-僂:TNCnq2U{tO699d> [oqQƱ K{@ϲ{, !%Xpc&6J/l%: z) hTu$|1U)TqJ٩dvFe@\8NI@giok{6bf)W5eai8\A "٣8$y0sI׭Iqd###ߣr{/h[ FKWbxnj$WA ɣY1!>lTKJV/ XS.!3W|_ݦfNvhB};j7]\ YN[I9ta>|,1ڻPW wnAՍEF YKx[pvVlJ@/ҕj7Z&W.O"SER'ǟ?$ 鐣EruV~kgs1OkLacD,:׻CSRꧧN-L?N,uۢeeF/Lp;UJ~:?P 8ەx^d÷n F\erZaD&.:)dEw[ 8rp;<Ɇ74i3lMa{8J:QaORDѝ' <5EZ% 6;V@J۾: &,pJf$qM¦XsJɡb Y"%-;\vMX:y6$BZó^D7{#lcjN̙C Hq⼇Ð#B-CPܥ4u Sm1D~G؜EE9a,,~*xa2RB"2S 9?z;a}CƅGa/=\)YjO<;~?R? Ù<[ X9Z2*Ή2F[!+魧,q@x,֑oϘĆ(iqq( FM-mqpk }^(0g(:[_Zq9lw\':4z9LHYQW'[NDXe% jLGf,e意`ѱ7'৥q~Me(kgnO]RKsq ksK %e_W۬LMp5Hy茁1t=EzҐc}7uhln3l.J|]iF=v:~'MԸq X: [_^`!IX#1\,jOɁh}~F%| J6-OAp1ZU_zT8&7/Ma[H \^N*(6.oz$/|C&^)_rp 2f6wӠL !g(tt+rEAULЖgM踅'CXTHam]`"gάclNdX0VmS={`^kː<^$3|HR=|aJtRֺXv]lq2^qZE&'BiwmAW )lЏCEc6i=f.UWl(jt9xxkAh؁^y?#c*uq+MJ*;7Xz槊a> i4)ٻ9U!LoQ@Y8]׻鬉Ug5E#PA$M̤{2,ZQtԊ6ЗleʹGueC3l dhF(WPkQ `JEU?] vb; DtXy:*Vqtu#1qPI,rq#?T؞ K4Ia !8݇G~ΪKFFU&L &ś/&kD(&O< ʹY_ [h,ed()sY(2vhl!T ܪZ ~9gpx)'KoR^YkCf F.&U'%zjZUzc<{:6a0~OL?a={N,gƒ#,U2s=3s԰j, @JGOŌ(x֖̖6JTw<]|B ײԗzG:@Tށ8E=z51QZKvƑ 4͌Ձy% hUl郋u0C/(ZttԘ% }b#֓2}Ȱ\ߓzҰxB>#2H{ ?IIOVJ.z?=ى|ʹ6&wm#P512dd)!) Ft>rx]@6Uk %,Ңar dQ)#lUɦjd^ ]:.|)LooA'xK5p-oғ`ڋ_; ݡu5LOsZ={AVaxḺ\r`^h=`wDBXbn/#I ;(Jpb>[aTBf{~"! 9L&0W41+hҘ/^< _g=Bp%-,&|5s%W EV9W[F~ҕg ŵIz3ƙjdϫj<7F pcl#$9$d~Q\f- 9mF?tC yRQ~98Q8y$2ݧpVk py7B&HCM3ˎk]t!"`T&-gI-a3= 3&؈LYK?%@]K@jæ| nƕ<Ǫ^f8ECtSL 7#xD|jvPlcZ ks X JÜ p,"jtF+ҭq‚PF<҅ 2ТLM|8n=E-x utTc@;83mbx29?H8Ɲ?B#*r/ 3y/4$KI:6GY# zA=NP&&,5`z M߈@A-3"8JSUXͩepNٺ:ɝm{Y !jT)0(,@&2`,D A@ oƶ%2#{*"6 2gCQʏӐۨZjkGZl)jJ#yX['K?s%k]]%n_[._iONu\ c !U(\T6VVqW1:o7}L;@KU k+'oKuI^c1`8 0/ 븘B[kQ{ҿdCZ:{Ў&ܳsv&#ة6uR=e%M@1c|,"OfApS)w e-ԙpWe%:'s)[#d.8)e i^ \x|,qȥ* gȒyoHXlV&?Qic47 :L;h gs,yPlCf'c7XvZX& dbM0N؛m\ӂSڴ6f1}z׮B 9ऌfvo@sh{V@}Je|lY9Qc׊ty$JmIΕ?uQyq+sHLN=Pɣ]g##;J<[\kZIP|8EG}# {}װnX00E΋gꗨйxu޼ A@W$Ng14Xi/ORGR+db0WqBY3HQDIZ>V/8 kcg/EKNFm80T%-hn*¹yz!͜B!Z⺭+9*fŬhԨz[]m ΩXʴQ @>">Rd9gԻF=q;`uUq3@;B1}W-9e;ыnHY23.t=~75![Sx̘ry86_KVΌLgxKb|ٯtk GwoQpi#K1h o$&Te OQG)mֳ: />]S$X<#+YfJh0}v8[c؎Aup;v w7q\IE*5ԡS~ ڭ専ȡfQ3i`OjWmON?=5WR?zJ"bX`D ,.]\O0ג0G3:gm'e oŲyJRfxEdqbVn%V ٔoy3jbQ0>6"PQupbJ Z + B1RĬѣcoxD9꒱i ?ƃsuP]ˋ{Ye׍ AKWd53)ZL!pPjNڗ޹Ƌy,CJ8,5biMAM9n/iXWZoϞLφTp6(N[M+7^)+1X%a9 ~Mqn&Los0p8= j]#C^O0.u9##)c9]:lGLIў >Ŝ h`fS46E= =DÖ`hRGRyF&hF`vi`yjI9dJ*#=7^y; nǀ7X*8$P6޶Cʘ;<.BҸ;My;TρzPXeFȎMܴ'^͹&"OY<u ˀ/|?jSٸ=ue(}1H»z01V$cZEMje䅦fo=L?6B«.w48ƒxLT1Pv.݂f 3Y@׊'ċ\O\5}'s0hK7l #qC7GUYILAA|*VF4_ׂ2cs@{ې7A%7GjnU? *`,wn)oݖnM|S hWK[RSqATb79I{YIމ0HB>QIh1LCO Ԣ_()n_Wy*#,,b\-[k`B"n'\>ccwo\\7``O?b.fYT8r8Q1d=cr!@E'h q8`UFRu%fb8*HW'&NVG~MI n-.Ke7/Tsh֐`la(}(}5.i9˘ DkN\H9uJ^̋F%ۘ%"Ro ĻޯI9U)-;VqF=a#uC# &&03o8>< ^d.R:>vQ;"D??H`Ri cNe <tjzN~y\79*/9-iA + |"fqV"i4 a{dDT:KqQd9̙bl7ymXfGUz`Bvq3BvύyDgCCĤASKxM>s6Dt4є3=hryrDs0@Y;-ۍӵ'($y=e; fn+Kp')3N˦+\bOR[]$>f#)-KeU0:L; hxWx7#w(֛Od7tRy7*z$=$%\lJf'fVY1NreZΨmWsQ^c+6Š,'#xo5؋i$*eNX L/8߻4I1"H@DdbK-tUϢEF6037y  Gw~x&惂pVN<&BI[dCJ}xTs O,TxD O;@`z7%_z.gLG{N@0/ aBb) ~:Y "Y2-64D7zi听b3ITAqޮد Tr`>,x< `ۣ=%Ffq5hߜS55|DAG S; U@:4=X/ڪ~|8g&m ,&|2AUt=y8"u-Dod]ѥđ$$"s| ^5'=uOVVqʟ$SeR'sXZWw0qe-?~rR$ա)\P_bMYC+LICP-W[%sezUM5[EB42')ڏ{u߯?^2OMYwMWl>a'-'ࡵSc=ت0(6)霢,n|%v1+?Ҿ;1mH!4]uIrʱ%ֆ bӓ8QkY}\."B^Յh00||{rB/jv`AQsSNMД)3tӫTs(8roA^\!擦 NSzv!Red{AEq3!4 ϐ;j ׉,K@.H~"[HhzU#'H&8RXa6of1ƒmx$c42_HZim u b$Im)pq3mGR`7^~}vϮ FSƸni]Eݲ? S~#1CVPh?osМ8;/CyG9#EqW-x{/ jKFCc!0$=WirzQA7Gـܙyw*ym/M=I[mӌ!-5[GN7 ep ݮ Ϙ Q pt x4망1B&4a2QQ@HBArjq5ț ZV\yK!ҥ`h/]7ehW92A=ؼĉ`d6Fdtwpm&Ue;$m*k3R4A aX)` ;x6 m<ÞX"<#]S7Ͱl_MqI{CQIPk+LJkcNq}}ۚnt] *+K-D8m6P'2$$Ϻ ? setHȀGJ+: cJӍG]: <qL 3ADN/X&ܻ{qB!a=ָɟF_A{c&3ׁfZ0r뗒Rj U:\~lBv/&T](vL>~af-<0$6#6tH0$~,9;!QC\l+C<[||dM)R2B82겆4ҹ,y<6.)#jRm5 99ң75n'K_|~]eK1azUg AV0 [5gUΝ^~[3'[G=G3.@/bv%n qS~-{%zBȺ}.2Lڣ ]yI*F:sxȀcfw7/vZbw!ni>^M z?׳v y0mK䜰 P+%!@UM,r5FG4(O1*9SCboKGo"ce]z /wаplw`M z0U'R4c4hQ^$$Ӟ8lj҉WU K˻Qq{m|4`Whs# s(/xӻ-7A= ;P+yooZR"r!k:F[Dr^5y%!%qSo} G~u*҃)V?чʃ ʻ.[iఒ*^G,j02/ޣ.ΦL;ֲƕ'B.*eGe1*n0!1P<Y7$)BaȦX9FnDŽ~/&(c;;<鹎,b $Xc"~&m:i"%'̃Fr6DS.$pVGluy ʩbEw;hՀS r6ꎕ8"j 8c(f1)V758.FȸZ,˩>,n\q]73b^G*1m< ӊJTа_^ȹXTU-_|\2 ,$gfM8!su.Q<1>S*H7&q\_n sT؁/M9md~AUGWJP9YL6jRodcҶ o(d{xbGNZ| awB%c33׉a8yVhh-#'XV\b彇HK3s'9o (߂ʍ9ĿYO %?Z{l:2C9ʲ,!ܘ@@ahSqQWJ6 Q2`~ۀ5rD yTJK *4 ~,x66Q!.ÅwתWPY,N>i&>77\!#w/ FQJmYg^$֧bDܝWt*?{B kC9׳l5d%-ER*)Q/rK5bZQJ*{ 4Mȉ2 G(xI}(}JPZ2VrhW즛iDp 3&G㗈w}0pz.aO-<ߝ {=/W8%.|$-Z` .Gw`w@`D(} + z%thXxDx W_ CҗutIE=3T=å|/pXo3KyTN(GA )>ǁHh s54~ኩcbQF$/v66JFw0+ +p?OmghGi%A߅[h P-a'q!'DqSJu`68y H^ עa3˵zTmRwcnӅ6q~{x0f't_6u﮲/ȟp0s [.id i)Й&4r4y~)zjX+z^{%LMwqD^ɳph)ee_dK`Ջ\Y\6tq x!r-(sGê%BOLץw)9uw2? 1ؽı IM| @NVB8ѝQ[Ž ={Q\^3p3hu(6$1a>@IWˋ !)e?Ws9yRMh]M hL/|X:k.Z1^&b3^.̱@AF0Kn,"BHΈ0ߔxԤ1 +Qs׊^s! AiZp\"n,YqbR2WYߓw3 [$ja&t 8(:Ltnd]X'ltC b_$ݱ&AA]\uW6GqCi~x1VyɥzȦbnEES*.pXKy)gDH~o$%i*=Y|b~)P!B=5 G0DR y_f6B!lȸ&#Y{J\f@NY9V)f4 16ZPP+քLȩbAԪֆ^mynh"gxTz5RO0M8p[bFU 6QN/x@n.TL;eE\f&=>)E<&q<'!>{+x2Sm!0=Պ5m0!iTQg2a2ǫH'RMGj Oh6n<'nEymRZdBIT>nc"]HaU% ؓaslև[Ph&Xtp5d;P$xd.r|bd Q(4*mL1 jC*PM sKqY CbX p@6y/i:&?&*{A+jСP(Wp+━G*`ĆjyczeXZ^] 2X R2x:?*EXH/DMxoNC;7w4 ^h-{6mƒf35b]H/ , n`hgj^eU0+ e n=Sc|0{zQ8aĩ^|WtbM a܇06f< ҭ#lMdžIo1$:^,&(QxhbrADeSrug+jIOgkk"$ǽ' A뷖/YzTGcj^FVI\= y(tJBJWGm_YG^[;Q$fH4aCqA: d} amGGWo $Oh" Jq0Po$'o|ITrhpZDYbKgz/YYuZP艮Ty$;}Rѱ Hȴ>i[#DjdYx(9ĽqSSα*+IӴl+}0D:UQ乁Ķ οOCqiR\9 ɠW{\^B΍<Ğ\K#Gފ$_&ks#-mXGTou*'ʷ'ț7)'F7@,~r${Nx;ZR+1K,>u^ĀF8o{2 j`rnހ&N' ,@e# gKj`xfA9ȮPםwQ }zUM@} mjLOc d,.gA J̛_ٙzז22S* =μbYGbQ𾘨"9KQuPmۈ<;!RӰgZ}E|['-3׀" c5s^+W}OM^ׯyI[{9OKR\K;Dg#+MM R쇄~\+FMFr_vx[;,eޯ3Z4;kb*5G'{Y\Xmjp WP(ыNGTOҌ'oKCbďݞ^u|SNș&&a8\d^)bIɄw!FY5_G~5yhLwv2T+7}fs^ƞHjFKe=W2Y!@n u[[#[ yw#iQ@KdEX]GCQagn¤ǀ !I\A,\d^fl'#R;3֍NcvfOnE|~Svw蜑`W%J3W e?xE 1$1Xh1}UPI;-.1J3[?e7oX灂g QS@4r+U8SV* ݊65%0ˀ/۬7>,?PX @=G88l=t Q֫v|M$ $R e.%թjE)Ht~ k KaÇKd}~xE+kZP / Rϝ2XĚB|0;^S/`HM#Q3K!HK# 9?X/1_q:WE"(XW^X䳦ĴIg]vR:_҇8o)Tp9&5->ϏtICc;,P>}Ov1( vj#A~ \v`W# ůTY-};zC.;y+3%->>:KR>"}.]h]‘%/C326ƔTgo%W|+?~Щ4UN&\ s} ɹحHצ*<:+l 7Ya4wÁ\g^l%|~kXІc~2EOs_t _ѭsx1FpgPg)".7~ kW v*~cnڵH9vx}儩]Z JA>R礞[|=5A>w j }&%NY9?#Biv"_# 8U9FB(-QZ2>exFѱI.HY5C3Rxs}GȣW[6i3_(:IuN8% tРG<ی E!| NyZ`4ڼկj_GQtrԕ"L! fص ˡJJ .`a`oZo"`e?)s;#kjQt\cyH]"6+tbN#ZӜm]Γ;@i1P༢AH Kwnnf6ѻpcs|N# A ;^< NٖGSCюe`cQ%ڦ a2ƙIywx%p pGMvw6x:a /Stw_aKήH"\LYW%sc_LhI{ r0 =ˡlb$>f *g  ~H$:H4xcnhҋ Uél@n"cR[r5QـL"ޢA7uC4} <ИW%̱o`&ƾ߄2-cwTriӅύzdY)A:K[΂adє~V}P.ܹeGm=Y@|xeޕc-.룖;#?Ϝ3u,ùTbkQ:M 2tn] xm%6tyEI[B$ؽA'UUcKO#MO{i7pyR*!jp fV2;XNYzʽ\z s/ SbꍤT ['  ~!hKMJşWHxJB8nL /z8ޝulF>MCec![$_*61ݲ(ݝ}':=79tPa8-X(T HndF@w4i ;|@Ҍ߀?Go+:=KVE9 *]-mN保+:5Md~G>]*1S8bH@ggzQ2'6:UjZɺ.Ԭ+ 9>w 6M_t+ zB1,WWоHz2D;O xCXtKt~DۛveP &j/G99>^O頍f,0fkٲ3VH0w!e eUex<$}bJ+=Yi'q#G0/fHІJ>etJSX>z]| eLj;߻=FP \YɁ5(w@Qz}yle`O7^_QnzX[G_hwt]Ϯ`w8,n0qь^=}aSw5ݎ'i} 5pۋ5=b#RwH1;Q037n794][ѩ)B{+M86IHgGBjaSTlaH$m*\,Bn+QQ,D|'7@Oг=:,$,H^Lu tkŧI1 XU؞X -c)˔?ׯJ<1hɸw#U+]g}ե>)`ՖH0i,9`pEHUx^;4F!j߰]D6Ŏ&TKˉWEF{ !9C@\KL]m jL}Y|8F\}#H񮙚oݵ*${SIزurgJ|Ioq{]G?F{I(2XGv>4qA~,b'N,uZ#n.ؼp2'?զU瘛| Yt$;ZǗH:#q <9Z=gvnmS|)wU,%<eyD謋+"jͯxTUƻk&SI|z f ~pZ 8xš%G>Q P jaE٩痊߽pUG .^Mkeܞ,[( +X^ 9"3ZNǠ[!D0]%z0vܦ|FߐtkTMe6m `fCN"=_ɹθ6 zՀ&53*%uنvՠ%Nf,e2%jN DUI7H$mBq3s}sf=} ۰[&2{7 X6!:Oz-5}?%䝥E$kn,^/:oElMy|m sdRGSJ(_3J(Qev3plָD4lg<58>h{q}s1̕.)ڻә⹱˩>4r Xj%1 &׾c%I@I$?%{YwEc"OV5>Hw]}Ӌxކ"?5lϨx^!Y-B&`YtP,%ux\y 1g]0ۄ _ Ghij+)R:reRc_給@$f-S,puHXv7'$$K&:M7óO3x)\w5_N/e;t|qz,e'"}.5X`rMؽ_Gww|QX/<'neB#FNƈ<ˬ:x}ϗa&f"_T/Un-ӕjm>Sr`fulM\ĥ@ S4^]崓BIXӒ1W{rA֘|!zXprTP(zD+ fTӢi݋"}T3GX [b7yQ9u"[/!F^ YZ[N_@1$Ji4Uo`άD* #^Q]bv}Afg֐wy D\jټ`2ŵu Hv䟠pX4rcFe$vՑSޖ2 Ts2݋CI]uCLK -LS\^ʙ9^j,3ީ}=ʐo56·D΋o5c1&{!xXeA$QZ9g]aY>Gsii}B7v.M^K2IhlpHXVʳk^ФrmInP Ih). Z$49>b 8,Nj&;txE}9B)wbX\e5Mޔia/A^rːɆ%=U'Ѐ d4v4 Z;=$C¡֩Y# XieOAKr:ŋ͟o7 ='>+z"./גo_բ0g˭m i |cdf[wXx/z']5Ճ\̳+%0 ʭ$Ж$=(B> hb Ơ=Oi[lwK><`:#Q,Hh!k:cE$ZuL˱|uݲ{ ?Lgj{&"{ W!h= D0@A#h}~8 .Lmi~0Q&Ѹ!}^Q  p7pQ|6l!;_t;YHyPI9&6q@Aw3!Rㆍn*/J-o}LϤtY]gji8{p'ƒ5YiШWDĐ()0R7svo^T>}>5 A *_c@s^.+qGEnL̎Sr*l"ҥغF??p,pBֿ;#ƸT$b3lQXY_>qzk٧x/CN« pte]ZoN;Yk<^ϖTsrv %6$ɪA ^>G,uLQ(6VMgTrƇyV*p '  [2xnW_N[-A`>%c(sD[jߒ =\NuG\)bf=hcks4N_*^NjY9=Ϟ|AxCXs)m̘95#eLR>x"Qp l۲9]հr&v «yڼlB.,! %hVl*g,-̗yߑ93/:ܤD>S MkF l< y ުVdz=2⪚r}|^˸WS;/m"blm>Wӛ",R : 2WORuy818$a @\xRA, ]?o|VI@Q'Pݦ*hC5cG'w~SBX f!5WGh xĪ<$Z0.ddq#2IhI@7UƢT!Btx2ﳦ ?HPjvG_cN/[IR@f1Pdk'OqzӉuR;0piƃiit2loQl' a0$;3TCʖlC_O^0Rݓi0soyQc0RT'%b?3 ?A栎ܣa*yLV(aD^u]4gbQ7 R-ZkPLBq`,Iڝ%Sp;=2h#P4y"i^dUC\mjXrFL0.1,Ral WbJMVxO6̀tF ̺{"^v`.RZ!m>,̙N4Nn #ff^cᦡ0U7a9AN&' hJv= QOn.%X 1;P&rݺo w3D>;"A)TRq_EV~}rܣ)^:2#:[\K==qFN[P*alڨfmd˲бE>Ll;Cz97m,En9p\L k.*Bлԥ_¡Р/pɃH70*ڦ~#|[<yH@32-GY1m[Ы^-W>$A-̽4=%[&$zVv+W}Jt;; a2;Z4_ܯ8YۉSqyH1E> &7}8!` EC,S%VHM"sNb4-_GsOtmAE7QeU/Hg%SdFb`kmqP18N N6@l *J?Աx.M2Z.LhC6Z򀔾l~Q-;8.BbND?/oDp1ӀzpL9t y>,ȘDm!zCgLB2*H3" hf_[ xp;p ͩuG3B+Sk zjW`Y^3REr0^Kh'zOg)Qm?Q0QvsD;PR +h)TrUS-%-KjxSd[]zn?kf5x ^#miV4Ji *}ڰ*m ?7Yh+ BUߞ t8fNsV*u.PffS=)K\!Q]_gp΀[Y>IIj?M 㰴pK7R<zM=@2k]ت$)o`O& ŸBs ?&hG[uH m[BܔO0ϼ]di_|J^rg( XIQ{,NP-5w œْ>i(R1Qˀ9ۚJKB7["a'bL ع{R#:QڌCI}z5{M\fH\H]gm(m]:}ej,R)T)