python3-curses-debuginfo-3.6.12-lp152.4.9.1 4>$  Ap_/=„&rFS*q{u> _PO\|(1c}@\KV(3؇?ĆXN )M"KT2AD4OHO|z`Y|Bo}K\tYW'!si5 tHLJ7ѷTN[9֋ZBT9z \C3[aK8AJ!]@+`lW{(!DXY}ώ5g 21d49a393ffe2d439b1a358e190c6ac338096604e831aaa361b912eb4810653bc30d22f39648ea06f669defcbf0404f496c682341_/=„y)ܐt / ȧtP]x==]'pE I*\V P޾pqRYCs+Jb*6L]hD?yifdӪ⽍>q\S9LG$Q8kגf7>6kiÂ/}>p@j?j  , Y /8C \n   8  Dhw(8I9I: IFbGbHc$Ic\XclYc|\c]d,^e bfcg>dgegfglgugvh$wixiyizijj j(j<j@jFjpython3-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._lamb28ropenSUSE Leap 15.2openSUSEPython-2.0http://bugs.opensuse.orgDevelopment/Debughttp://www.python.org/linuxi586R~X,TAAAAAAAA큤______________75849bdbb4f0d26db7ad038586422a536299bc6f93c6af5b085841be5d022ca739b55726d219bef7e5de1e917303fe479fa31aec38846e87e5f852fc3cdf2ad8../../../../../usr/lib/python3.6/lib-dynload/_curses.cpython-36m-i386-linux-gnu.so../../../../../usr/lib/debug/usr/lib/python3.6/lib-dynload/_curses.cpython-36m-i386-linux-gnu.so-3.6.12-lp152.4.9.1.i386.debug../../../../../usr/lib/python3.6/lib-dynload/_curses_panel.cpython-36m-i386-linux-gnu.so../../../../../usr/lib/debug/usr/lib/python3.6/lib-dynload/_curses_panel.cpython-36m-i386-linux-gnu.so-3.6.12-lp152.4.9.1.i386.debugrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython3-3.6.12-lp152.4.9.1.src.rpmdebuginfo(build-id)debuginfo(build-id)python3-curses-debuginfopython3-curses-debuginfo(x86-32)    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 Bugzillalamb28 1606947575 152d63f31a0fa02476ba47660de66d2899b5e69bfb217254bacc50c4d5f5ad78a6ae385035808b843.6.12-lp152.4.9.13.6.12-lp152.4.9.1debug.build-id152d63f31a0fa02476ba47660de66d2899b5e69b2d63f31a0fa02476ba47660de66d2899b5e69b.debugfb217254bacc50c4d5f5ad78a6ae385035808b84217254bacc50c4d5f5ad78a6ae385035808b84.debugusrlibpython3.6lib-dynload_curses.cpython-36m-i386-linux-gnu.so-3.6.12-lp152.4.9.1.i386.debug_curses_panel.cpython-36m-i386-linux-gnu.so-3.6.12-lp152.4.9.1.i386.debug/usr/lib//usr/lib/debug//usr/lib/debug/.build-id//usr/lib/debug/.build-id/15//usr/lib/debug/.build-id/fb//usr/lib/debug/usr//usr/lib/debug/usr/lib//usr/lib/debug/usr/lib/python3.6//usr/lib/debug/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:Maintenance:15220/openSUSE_Leap_15.2_Update/ca094de84f9d53e88ed681153d23685b-python3.openSUSE_Leap_15.2_Updatecpioxz5i586-suse-linuxdirectoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=152d63f31a0fa02476ba47660de66d2899b5e69b, with debug_info, not strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=fb217254bacc50c4d5f5ad78a6ae385035808b84, with debug_info, not strippedPPDHRG◺KIpython3-debugsource(x86-32)3.6.12-lp152.4.9.1utf-84f6d86b219a2a4eb93b33fc6dc2a903efe8948b3e66a522a4b9b6a8d1755f9b4?7zXZ !t/}¥] crt:bLL "JMȋj@>Ϭ&!X4pyW;E?⌟wD/OĘvh(k)2ej'7+@p؀pFi˘nă*SV?l+bC;2fjt<k(SjMݍ{Vq3 -Ynl6)Uʐ-;`\NyG֖Mbm(ɤ_ݜ9L\,Jt'{nxf ;X~wA^!%̶i <:;~,U>>W36ݨ6o^BU(R/5 RXGFd+Zpi&ulƮ<9Qd"n)Ro<%v۸/U+%nTI#z'Ƌ!fi:i,Wżԉ)i)_ xNr/Q2x;툃rVfWS^ a zYDC=#%8<֥+WfJcUgZ^ v' UxS-I5of7JT8`Ϸ ?ukv==a! Δ<"tAꮌV!('\2`vQp*;7<~J{]AH1!C| Pfmk A4]cELXVѹm7IKV>(O % yvcbƦ0*RPqe`9 ]ǽe>H T܊`i;֛0L3a˃p o+ER1f5Bqp0ԏُj_阐TnX I78\qc]TshG2Ĥ-&\O}W0r>FBڕ먣1 Z@Lm}ʦ &ࠎrr//M'ngE_P7?\7+gҳb8w S]^ЫT/#s Sb#$HVpt7deUq(9*%8WxWeMkG/{zi'<@ګB|h0~5FU*w6LܼZg.ea [= x߭)/PA, k%"BQdj^ӊu&gs عfa| fr\\p" hO'oO<2ѳ)%aJ`q;uN+/:S mY@on* nuh9: rQv7U 7(RNC99[r9smuߐCqX\Ob5̭vC/Q>^#p:hW/ ̇6x\<{Ƣ%ζ)8 LVq5 j0RM`´}(7ӇZ`-K _gY wU¹y6P([tQrC))'p|n;] maOm<#>L,՞8dH {y ƘأB6!Os%kk-~}oMFqM:GnB@)ڂB{^bU!=$=:QJ{^ =\Q]fΠ8pvZ3zksDkD|9~ RslX+h ZQ2 z #ߤOfZi}(:ӗ(_-+Z3O(Fx R(ʘj%k 2T=U+3W9gx~v"|XlKkVQneT}A|Hl('~%~M\H+m9B BK,jٞ|vtEL苊xqa Co I"-ĉQn3!E":"P WwlIyA}j9z^SJdF7qupP›TAiř*.!on2ȾށDNoe^ydW;-И|yڔac|oc[YsRH6f[7V!-ܩD0ȓ.`O%?GZ?\מy j&ᄲV9bB)E@,@$fF?r/ɕًrB i7=BC]v` Cb; eWJ%=Ǟ}3Å|cx|3,Ši֯<j!s+b"7A::?Vĝˇ^M#%tOLF/bteԖ%A(M L,/z^K@wIm ^f;N--5`j3aBq24cl7\ir ?-FdFOUASSȒ"n%1pP|Ue4Lu1p(9B^s` |3LHGnPP]<-Rԟ'܏/xqG>)amC5z?! T%^4s Drh ]H %h㋖ -|٪6\ ?T8YL$1h!۾E4pU2-T7ޖ`yw軑=1uo&:,7X,7fb[_*Ȁ >"D6?e4Ag= `Bz*δab5+xw̺Y6KԎ[*knT-UZO[BSZs}TOәI7EN#%a)}^#9=uy.›o±en|W" r%:4È1o,~>ChҮKJrsaH|* H,UUsN\W6!y}%Sz99.*_p^YxS^WuɵF9yIFMy>YboNQu T9~݋'bgFx6~j Np=&ljOZd~T?Yw]g݊Ÿg+47MQ,^b.;.[p7itDŴaгR#x{xHc=X3C}Mel;_{ NgVQD.b9+ "'U6imđ)X 턍tYt3:=C5ɐ!vJ34;/1MyNn m0wrnۢyitִz X)pZTW࿶*P{D)yiNLP%xi2"悧 tWOv}a%) 7}]jI2LYbm*8KO/;%S?`kj}ٛ|F?U b;Y?mgxlϪs klew"~m 6Lt#5:l%AA8::KNUDbB7S%Y_8&+ yL{%jKB SJ{q!}l=1Aw祐$qWAky.GbyPwvDtqn j?$!Io8U=Kr%*M(̺nkA}׼JU_ya=n7Qf\؞e\Oe}SV'5É+7b&G59!E!@t/8@t JZs q8s6]IDtЛrAaRi#X/L-&`3#zEľvH߈fT'cY`ShHSUAp -oބ&vqqЁr4_?̶9 D4q!y3gɈFY"vwD-iur6M i;"%˜HúVf0 p=1@'\ oH'ؔk} _(1rQf]@(U)ΐsk3\ Lj3jm7ΊZS՚Wk}z h'G^v).iv&`lA+d=F1b0#f!(~BLз$*iz/QFn2(Diiq v K7 wLͺi㼗L(zDjKq`AD*J]@1kk"|ͥPJ_mH06F"g|w|k/FxտWVXpVcK?C L9ZpdBo5m01K:Z$Ȟn'S B@LXnjc63]]nI!pz;CKV ad <[ N:0W$=C( > ֓ˏQa+>MH<ʧQϙR]|ˢ,L+d ҈BHjKȭȊ '?5Iy{U)z[cIgPV LB4߫hD u8mڬ k"¾œRkLs"Q慺 M&6W ."'bx$LZ=cb'.KHlAUzF?2FBC?"0D jb@ƪ#t:M˪Wbu|qF%,' o|-i%B3!s8q8ISoن<!!UC>^-\'E%l7 O 8jthcF;pǩEjꎘ:討~AEb xQ[I24"\Yt_tml]9c_7f֊K v39EUJ+ \ܒ;"䉊v~H^ 2)^}>jVZKg/@E>u P8L.ͪ:5qPu[2EAתh ;T4ouze!yowx ޒ+W0r [x*juDag#6I_T.>N l~͂[@uJ+K763 _6tz)}=i`K"ؤqs$T/{. "%<bKcv$3WbM&O[h-!KAJ"t­̧eCJLeLiͫ6\8u}iɪ吢j$9]3&%W[4S,9%b)3OR 1; \YIhܭO CI+dS[_U޷2m?hvsTUJϘy'p[3t[#3isHm5I|QFٚ$&cc4S$K 8pH2iП|߹]ǧfEsD,A~Jٯ:OP ʵ7.ghը\{]¡#GDT2BX,bGq֋e\X2% K1ldbU̴z1g~lY#(XSx%{A+?e$ Ns!bV dɢpmk8UT!*&@NoOUM;p"c`+!9C_bB)!T*"x9t6֒}ZP8^>nhZƇEh ^q~X 9&\Wr)1v7hy.ނ:̱o#"6l?T^$/NZ*$-sgjJ )DO&Yo4~|Γ.2_y|v Ķm>P\Zo$yHTO6!n9C.6u v` _9Brf^o 1'}`ʃ@[F3~Q!cs7U Z9ybSڞUu0wxοPSbBY- Ft})#4tD, SS}9r񢠦oQ¥'luBɲՋڌ7|-#$;qol?Hϙ(ǃ [oqJKB4O*9$QrgFDNYV@#T\rY}7$]FH-K$8(nHm@WMk d-#J0БQlz)3>/).vض67eR%9 ۾E;, r ^t`<$/W%:p60{}2zh.N2c# y3"1.C[(;D1^:r2gF 9{%4aN*KWľI {o/\$GHG~2`Ir~Rv(iP٬ƐH09E'?^͎weϱvVIPw2,^̪ o$/**O;[4s-enXZf0 +1$<;x="GLH\XBGNس7"C]I |f$|_-j>QxsntZVc j#~ $;A[DƁP do WZZ _4 aQlWDEi݌DžVջYͳ '^Lg_!:7FLsa>8ɖ+iS"Ku -@]@X]']PjT$S&)(gwAk=h>hYO[Y>+kxZ+^[Ÿ[ZB}1ނfs<ɏiu>%^POwC+ѠM>-[6fKL̪ +UfOLw}#{Q4@Y*!~nL%R({lw.(.97md1uoF.^8_jM_=&tޞKkVtM2 q#`Y@8UcTK,Ÿv|m. jeW 2mO}zsXnLS&0?ar "#1i>yfP*1wKLZ٤zd1YX~C76P5 MLuo|Q&a@gZj͡Z9Uy>,4Ĵ A!k3S{Փ~. b^Å # 9[\vپ%O)H!a&o9E&_&iBi>dAth{fGe t4}zGG H3(.F \aCɷ|j_ʆ_eܯ3`uwC{eB[ J+F͌~M4,LyV'El?p-;Q'ܕ_sRn&7D#ؚC֔O2W ÷ Nyu_Ia߫Iw `bH0dF#se4\Z 1T13h$[=" Uy<7~▜3rNo#ID22MOLAHltZyJH7Ϳ̽W;V' Xy}w+͡՛]D FHا5DO'jIcs2V_~ /IB*C R{U_c1CN|*˕Y#RXner>5% W~4^Gï2NB9A40>ڏ-Jy7LI6wXG=GI{;Ѯaf(<[ס`@XW3r WG Y-`g ]#ͬA/t,6$wպkBl*uD$@CԲxF…J'?}wm˵ "AyFCFҩF9lEPGM4oq-O`EGɂ)zus(c})Ҙ rS_48MAZB~~x>b{euWTՔԥJlvA0 Z:A36g,9Z &6PMВ;G?Y$#I<>jʌ:(eo"]cR S6<it0<֢Uk­}o!FѬMbӡxnc&zű8XJ<~76~K`-}xLB`.Zn|ݏJ-e]-&&"GK#ֻj[L^8w͐gd2)g梭)72 tMzG *M'G~EƶH^D[" jwFaR=qK(OZzAK/\ #^N,n8JnHwf)ڙSUٓ;8&N$p&^a(qjٌ0=6J{C~ϲ-.S|EDKNx XnkO ]*̟ WBm'J:R;X/WE\~KV!tNOMA"dUҭXtEcj]QKf| ڃtjMg GF:دnhku>~/2S%O\rξFrmB>7d+Оۑok<+$OIJ4i)L㊑%K wi( F_onI|]Еr?t 97ѿ=Zpjވ$ Y Iw2O\7[mc)s9y?q{C^:N ,rg8 YŪEF5'5K2kFcV)U gQ*s!pz]4qYzk|2s@-*.MŪDhnlT b˿ @U vZ lesqͧX0;$wɮW=ćnAcwGlI*#Ζ>_%)cCPe]R=ZT GkNeʤ7WH>u"/Yy/ <.BA[Rq05Gtq `D~z6yY.@H6Rc %8"X!k{J1cKʂ"Wċtj5L730TU#=6U򮴓)yB5s2}`l]FiKЕİ6>c`/WY* {A"=}^*z>~ϱJpgp_psލAf\xBDvcT5SXfFD=I|4/CFn٣=o{z?͂Ti S^y޾ؐkk>zpL,yl~VpfmkN;xЧN/Zm(ÞY&wKxlIR?'|eL hw f-:*7ΊiMm\hV@Coit% A@IX풹Sڝe6<&b*ysy 6~N41'KvP&%7b{:6$Ax=ohnVs)i|oNKnE1#A:b(8.@Y.4U1 ;+g' 2 =Jl_ =¿T`WZOҀ~XSB_3L<& [l"EV.FJjp])6OhW0zK'z9X#f(NS=ahx6 x Zqe,bg9"pŚx/2ӏbe[: kq[)ɁfWil^֋pş/e2Gd1@9(21͔W윱|4 ZxYmZ ēmxk}(&] Ϣmoڠ rbi\;(kEMjn1_ L|*^<ox2b B{:@ʨo=ͮKU20nB׸Ͼѓ&gwrv.Ubb!FE.[lڰȼ=v`Sy@8$k=߸gz䚲0 џTvhR_8jVrYB)!8}J+0;c=;oJ,rpmN'y>b4Ӽ Jp~]*Ugt D3LcPgǃnUUltbCԲ G +Cko5;EJ*n}B|Z*pC qZe:moư\W6?mz~DE~#v.ax8l Hsuͭ5@ ,PWԞW5Y)8fred o A\nD=:]yI*|3eh~])IL6 OM3;/ jybHgY`zX0~iſ]^0((w\|[I5 HDP$[ Mqj?t{'GTW d_p@X@'6\:(6mtʌ7d̡ÿtӉ D] 牿0rٰ&POy-0oO/qe+@ﰢp]x4"k'~NKwm X8Din/OMWU8oF:ZRL!3X !w.xm^< !ndMQmL.!PzG8[4PUMPHax-m!R[@3m[|=[Р#/;p[ǃɒG\G]GN{|mh#lc;AfrNςw-bѯ΅b>ˑo&եϙ}>)̪'>=Eά 9%,8Y 7D hU߻L%.uH01zUotXU|g/SԄu%N gs[پcmF_T{O7LN"̖ ~7&Iٺ;44jƻ 7Y)f*ރeB1}#XVހf,96@7E+ 3^/. хmD}%yCOA{v[O9x_wBTcWS |'}H?lXͯ]!cX}C_}Dɳ'r: .1 Wp7.h]/,Ȳ Ͳ-RA'5h-u:RڊR^;aʏ* 5KS.!zosww# P @̖9  w2Vw*r);?δm +OWyۓޫA )y*@bRX>Wqh-SU5Xg+yxl6`4uhIy=ac=t^qgLXO~4v_s[⭌cXkEN.D ̙j"+;I`7Q jUߵQ],|Rhߧr!K3# , ֳ/ O]a}ЍOd~^䇛N!ﻤsYPK6jDDE%Sh%ty::Vޖz׊#/1:%kMs-FY!oQkq']~# 1OkؙG cQLz^Q(Il,t"Hv|[JinvE]%x㲑j+:9^-vl$=#o"\vN dRJSDo~KI`uJo4\GF( qY"[ Qg z{ڥYShhg_4IP.myYV %m--mUPCsɟr݌nߜkG MWY~Hg=3Fٞm\W#;x' '/P&j,0o(*8VCg} Z_ozp'Q$TkE䇙 g@4rOeș0ce6 -W¼4ilM| B`)y<'>ZF X|/ \o9N+CIWr;Gޝk Jv *k`yl-{5F?DmLu~7aBkv}ce@$@", ۞F df4i yOͲ<$s UHl֦'X  wtP"x"u5DveFH$vήŸ@گ_z*YS]Xhw$cXOYRn0&F^i^XE΍FNOi[W_4nY־dg/ίYopHEV:^*=`.E]04&n\vF;"pzyY~I%6: ku VRo}PӓZ[M=#kuhs \#%Pӽ{Ue{o fUY:pxuj%&eML-G`ڏ  /(P1Ղwd 9?]ƙdػ6Z{;GVkWY^)!W,Ikr?WXoMwr\*NM0δRnGt/d;h_: u m}%12 #MI5[(W>jğtdֲ Є*%P+y:+{FZ1:<,p2 Ӿ\]6_EmZvB' @c{AνFآ ֶ3UlDŽHG.!᭔&e1q/),2 ;0ЖLV0X^WːvTkp֚KO4.o:PNoDVC|W]c1oѫ, Ntf- f9~K0vFS nfCaS郹`&>UN| ?t=Y8@1Gl\]XX@Y]8?NS Q&jR?YD[#">*5Ͳ3a oR7MV"exhZV2}(nǒ=ޒc;8ƙ;,^ʫ1uN+<\8dU!sBl=^0ց#p*3N}m = Uٷy)a3ZPkzR5wB_*Ok *;L?)B(פߑmo$'gd0zhYo5e\:̱ܤeU0Ի@1vq#snI "(zKˏyk6MI䰱̕Cy^ie בXHB?u' $3 ,tW` Lǚ.p>"ka k{ |Ί`=HQ$m>i|f <35U7BN' n}6bؓNߌ6]d&eTqpAafmC4Yۭ?HGUI0MZ  C/SO1 VC#3fojHtM ${P4LHϯF@k#߬(_#S_u܃`16w:zm`D8L#ٌ8()Kڑ tERdetwSx!qMHԛ0Fu\m2: L#$\K+AU3or\c<=Ӿ AcYѕ \O3dBt9ϭӍ7L5+6ۭ%Q2G9KrРl #]J`!!ڤN;Qvn $ی Hajg.<7OSr6p-حX7/CMMbw+,H(zߝV8H[>(6N2vO\"zW\nLQ_* fNgO#]:9qk oo RM &7C΄6l1F]tyv/A{_ԛn-z2O=L0pDU6G;>"/|$aWz\|mIXZC ޅF#kU SDM zgP2b5N 熰@D^+ˆ/92B0ccH;7yӖ9thq}T f'tf{@-<-GdlfN$wsuy (Ca@(PR yDX!܂cPmPI[j$cj/@,UB]qMo\*^&tE@h3IA q݆V][^3<#I=WULjڭvd:)aԽwoQ8>rXl "Uu76~bXCE,DK8SK7'svЅU1h4u[*#v џ25`-oVV*Κ<'^55Leet`Iq@=bL~Zl @lH{"&N q'!5⺘{-@IVZ3;V~~trنMݻqn7Ord4dW{IJX$5鬗 EZ+]b&co TV@c7*`JXSAuX +F)7Rn}^.blT¿d#/:>9$v ^:qV0[8ҕDl  CAԇzzpet?wz_rrxJ, 쿎-Oy.2 ZRAT5Ҭ/"%nfHlTf!N8q?U\㘪Fw>jGْl̏y \01j.Ao & [Xxm{`x3?hՔJ=BL١z=-d h>a @:(O"o{;]f &45$n@=EM|ܖ4xj͋m>>ޫd܆?jTݤa*%7nap۾2@'J`K/ X>wZIԤ̩ׅ9m_ZJ۟KiXKr8%Kԍ(C/|'i؟ɶgJMZc&*ly#P E,J,*M.z7MXRNfѰ>q!3FK~+v@*(Eiq\":[$|᰾V\ϡqzŶeKI&܄̊p vka N_AQʴa 'bb7Ujir'7ay&q0{WaTt,/C wC/)(!C!McvR0)峱*;zS2L5|kܗ{D9nyGx>5S1eߖ6CssvJ.d^i& I*3ycˑ/Bc x re_SΏZ"H `J.3I_}ĉlmB1PHo%Mz@=bҗ:[%gjvC<%F<ۮ  s4k0eNMͿ P"o cg%. pKxF {2jt@n&66MܛH&#?8ݣ R2٦5|X) @Cmϣbm+ꢾ5 0]Sw$mI!hTqh4c*#ȼx2h8ح'a#Eth UYN` +P]H3 z6Ez$ jA"]Nx/fSq ~eI'K@7|ØE$Z!$zG*~tӸ,173!<  D3iHw@q#B=Ȫf09ݲFsIg=y2gL!,&uHXdq6S/ /lmM7!'K& gF  5)-^ o8oȳ$RQa fֱ9n`c9rݠ /6a^).Zƿ%&]r;NVwY2)3}dK n:y_Y&yGS)`ܢL) 2^ۨ91tFƱ8€S}UgBapk^!JS4mTh2P(&Ff5e2'-9x-Z5QS>3֨8߆7[M)Fk#-&Š ]BgFb>Ժ) 2jDu:/y4S.1ӳGs~p] `c,p:m8i*8¢z|OmZ[겝@8l^T.!;bcHHqn$dlR'XNR(Occxzԧ/-(pI9n#)W K  `;-g%zVs%R+=Tb@#wk4ҍí{ E5fJD\I̐L.H>47jăҐh7|{)"B| Ǽ&gΩP%L7cj >}%ͬUBBU>81VM .Z(N ǧWp2ۑCJkI3w'2o܅ȗe=g\;ɥo&V11S >țW@ Aԏ諭q3T(!,U,Lx{x_3}l{1X!J\R{;4v!}da' >hG 蜷mmB &c9'cYT: /JiXk)9{(BZ4J#ʷ+"lrtyKF:CK,[`Ki; Pj%LqeAÜ8pyDv}ҡ&㡖.Bkb9T;۹lgϣzeLU 2E1sX-%f/ ӝ (rS{Ybd-rdK`6 }nN͹DRְ~o@W(=w;A&a|7lAZkAڙ]4:+Boor}tZT.ct b&q C+U&uvQD;rLH$%R-7=&":.sBڰq 5lIǸ3 ly(SRׂ_d*ۖoE'¼ap;j q * _Z}, '&0tx8"d:@S^@$窸ߞwL^8#RhmƜudz[\anTÁBGub g)u<{8V\8%S} omM9r qHbLPe]%?64(_4s)#DlCr`ZuJ miIv  -لyFP,Dh 讓YLv70>aT?U#||l#:$Fe%*޸CMLiJ ^%gkǏM쬄~z1bCpA̫ QgtGm71]KLDd|Ö s'vlVoZ\{kNv4$ hC10; `z={{k|4bxAQ &` ca8l6cv#;`۵q/yFPWU'PQ_G wڱ6 m!=]@x-<וmjhhCp{yJ#z VgzIHD] LG>ᯪ1o M^Hs/6Y ͚%*ývljOJqGO2Q۴P ?}D^6Z ө8Hݤϯi}Z3BMVhFkFB/> V5[r~xD;P &,$xN蝄ƥ!l8u;n` wK!Uͫ[bg>ǯfX1wPWoSlɻސU /Wͫ1BoՆf1r>,8זO!]PZy;b)cwC:/M O*q޳Jpk_+HttԈSi:g9lQ[Wwk-fHm>a8c'~OݓDp>˦WHZ$9 V=dO8Ilk[|d/?,gH(WTx/!\WDL v:-B$U9!ծru'*QD>X`sHIJ03he}C::RlQh7p^o ~c%gқTmJ%\ ᅚWFl+הP6襋N0cb8da\5@j[R_im {yM#+7&~cG(ە@*~ Q8ח=Gy1Z}A]%S Z[:pox5eևt@X{t;Ef2N#Iݮ#x 93 B 57$ӫC}OmI4=e-JLjsցiFpX :ldTx/TA*Ŵ9is+) h+NTjּՀNҚ,BFn[N,qI lETf50!,?89Ũ A,:9 ѿ'DZ`LCwIO+h gB1h/Q@y׿ڎ"*metR'ei1dn]HL7F`<\δe b9 CM&<2B[NW.rPwl`ti=cZ" |4&nKA|1@Ԃ#k* .AX:_s3H# Eu$f^~AL8-JǞm ;B5 42'{$c%|^PT͗-7ZcCU^Ze%rco}^vt$D^mk91ga ~S՗`_ qHWxoK(B/f)e2y^~x~EYüRƧ۴˘  MΜ N @ <$mSe}ՅYzI{1XO.3Wpc|x9C'w[ Y%D5LipK{"&\і $&ʋ_TyVH 0L[C?[y\{wWDka0keңߜ6(ךC?dex,ɨIʦ@_v0q9OG[5!L51KBVO|FjAԆzsrϜtj&&JH$ܜ._aT`ó&c*T=Ie9o/1e, )=ciĈG?f45Ӓy[|,,cF>)SvroajQGE e50 iUy<|3|yM=Ɏ>h KQZwR .} JbY !1FDy6ոsb/-v!p62UE;y}/$H T\eCS2?/YIij[ެTiWjQs-;(PBx ٕcJCeͫ$aiV@f 8KnD%aR[f+zvANtlN49 gaP`p7j6 u dN_("ϼ`]&#S[S;Z ez\\B[^d@P= g/ٯۙU+%ŧvKOcJ9 6 왿Yƙ]49|fZ.󊋂1kew8DPm݃C:X SF2[ .٦3&<Ė6]Ȕa"隃 "jѡs(2 eE :qeH1kķ^5PTwH_Y,)`2o_xE>+WHLikTv"1=d{Ri#xd $F( ,N}RM0MU#10ajqatd|;ʑ)$6N8ܡLJ$~:1eGv$Q/+ÓYӰFIyJ74F.{=Oj]~[3̪¸s4}Q5n47C5^ž<55*.Tw#R5:2F:pԶ2"1_d4²/- *GhެcWvy@$rEf[Hb&HF\ ꤗ~S^;)dK9[M+8Ɖ3"6АdN4pD95)Lz^ T?|Vמs ’`xbDX- ϝro@i@+z1H@O` J wQc116;D8{E ƹo#2u;o:ڒ|C0椿8=kӏ,ZY.2(8ƩDCp#;Q#Kӓ @WЁ egJBN 7ec+EMݖDfޛ,|L͎|V.X.՘By͙=4#P=kJ" CI=$FsE:$CsZe`I@]EtKflMѾAHӁOF<3Px燅 H}|BuICumD2vr`_A&&%'úM Y8C% 1tt8#@ ,Q1O V/>9=$YXfqlL1tfͨbZF:nC"0:9⸆?lh~!`U;ȏCn t5.v'x b.20nܱQ:*J}~;êWq*V 4[aSnC78Hg"X:IԖ)v?@ƳL<(hє4U N:j#h-SbG8H&h xEOS/dGCH ~!-dqq cu+k{մ?Ν~$ U<#j )7bQ!z+3e)wnzƅՔWSLv)""98X+ys“opF~{8Z v^X5a-IV?;Y"]ԗs|q9-EPcͅمOo)e~5ARd؈ԅMJQ6 Juk>:tj]>8-#Sw.ە|SKrio %&勖tlOFūEwr0UWI; $`ލifXV+џv }t\GSjrE ҂b@6.Jς_A~x 4 GTO)E×}K}xe`b@v3KMԵEo} YFqpLA_:VCz o3Z )$/G^X*9[~:9"&TNh5'K<@T3rc6%vKw % |b *8˽ud )]}ywScNJ?a1 3HyE| g5gzGgf[ْtj֫W2dbrNG3Y+U߬k[͍鞡n>̎ _ R "a{}pIοZp G6mŵ)!zTEv+sYdqx&et7 I@ CTo#9 dCG/Z?˧l[)ZUG]rMʯ\IOS~lJ/n̴D>K9$CH`&SU㙐EXs&#)YnPVÇ#W"IlH !<.~-m,J/hf[5_ꕋBk!PJ%P"֗Kd%ue< ^F-b'9]CI)rF)}7E=#h ud߬Y0mAb 2v? b9t({9v9f qK!i| {15]" fZf][ޟg&h-Ä{$jP;ӓ43c|P{9R#cӽ]+BhEk~Xu{OrE1% >y˟a㍵S7&`u'KM(勊6pvpFGVaYoLUbI}652hɷG@Ìr ^fམx,)u3!m|->DZ`8}5z%_YO64tL~!$S]ձΔ8e`Ldۃ\TeLO;j;v|'DXOp10TԼK6+Mlh|m*! Cl 궻Ȁ,2kV<5= EvwLYՁ4}qR {h5y8'tjn7m<WeO˲JͤjǜP/rBHh QK-J z1:x(\w]Y8j!2 <}H]#)ׄQyQrKL]S3P6 amtdq zM(1o?\ᢂ.iR?8_h"R!vV ̆r`NJy(P1L{LJ "cz\FN@0~%_K}Eܵh&Ρzݜ򊿯5,%})gNn 2= ]]3Tcw[om Gĝ)Ԓӷ&u%m+~56N~$">*dod 3mD'S5s21 G>P>%Ki!Ou^p2û?u~4whwKOlRn)1i0f-I봅^)D*ߐ.;L]}?$i B6d~$Eck @D`^(5ʦ"49W#3J!aᡅUhʼncڴ-`Lr> b!S5b: S\^jH/gQz־|v@= I~wƫ}˅q2\j`EiFT.:c@hxMczW T: EH Bn:*BcŠOj S4 +н:Ƨv~dsשѣCEm.v~51t!HUh6Fу@L΋Y#ߔpdO _}"58`f./|ڐa9?JUQqw_ATRy`Ie K-v9J Dq'D@)ʞvōj!a\V/GkGy/Q~"/V賞dd{ZC?hHNv%r8G,&Mô)V>"~(&q$ۨ[eվp+ca!CP$0eq ^SQ$J> ݡBaӏs.L6Ev61NI[f^QEە5{σVj_S֍mMk܃g&yxI~rUzwKOAzL,+F 6dھt-|7$t;Mgli 8mH9x~_W%Z⻟4oM?&>Q)ijɣNxB.}RCHPlkI*{֋ y4 4wz%H50R$Xqʮ#B(Zcpm̍ݽ(.傗K//Gcw fF x$ +JٕG3B2)*ϳFryuۣT`,{_zD97bY흩AD}.@Ek$=Y_/L)YRĊaQEMeL'9qL^8瘂fS@gAa v껙ś%=}mq@Ѥ&d&ͻoWHVpĖV|4gUt_.oC/|{pJˢ6ۚ)`KCD(S]֖(w( S ۷e{v_p>j= GN(c/ꐌ&^wЈeQ .)7>d#.tLkI `dz0Qcԁ+v驢L>VI>?*z @̅qaeg~p_lK.n`n{䅑jrdG8C'U BO55:yr,F(YVa/ڌW )栅TqtT``|oG-6+fsQG~`L1j}l .D ݸC'ZiE-t5VpzU{@no1j*pBveNiM9h ,)wߟ_+1`ص aP|twM|khsG{`MR*3ZPCjD\:;|d=`(} 0}* 1.\-J9.%sot rgR5'͂S!'%.٪'ntmSF=Ć \βh?W˃+Qn{"jb: *oֽ`u쾙g,Kܤxl?<|z蒢7ϻnZ1s(?gCA AHC#5?5ƩQaٔkvOBD( h+ŝLx1RqfBrٙu,; ]WMy!m"̂(;A6u8Z;|a&OBjGΨj8QΈ>T&DTEf;ti@B3Du܏{Dio pmg*U3 TU?saFCL #^ǔm-+τ˿Ċ"+ط| [l#,Js v'92Iv _LaYWtRq4cMqIu {@6$O?sP ڿd@`O.o VRwRv(AN<KMRn[d2#2i k&8dm:Yi:cv92䋷BIl8.F,/3:<0kX{dA@S ҐʃF{qtFQy}cU%$FbiD0`zvH TIZR 5ˉd K%I:dc][b+-|ҿi3d;Y7== 1hUoN]EuQ~r1B7-Q Q.9w&!ؓE5m ~rOԧOi}$evqBI.<`1%! 0_#k$ٓ4{BrT~|T(E\nU3=Y$}#a{ |&ؠӰakbj C !ĵ2st#&uG,]RtDAJ) 8C=p;7̳[Q?cJИyM`;Y28G |4WKV&Cr}Aptx8t´ukx*S؉0>p*: (KEj̀ڮEu~*K~N Tc :M,*~6znaSҤiyGb9Y|`mKGR5Q4h'*̃6Z Hzp>/,lӹ缂4y$] RU!d|1ơD4 9 ^<<-tk1%v<0 Nh5DvROɅZs<.}2j98pÊtZd_ l)rj,{vQY羼+ʎ0Od&&\|}yK8_Irr=p~к1}?rZbrSH0GzZ=XWՒia2;RCI^N*%a^u[aVEOMVrG ő×V#a{xDˆU,qLxS3k7x:-YǟQMfY!F4g`{_n@_ZY%Ҡqarzq3Շ@r@ϒK 2g*pXu#2+ń>m>ͥeJ a?{~E00w;i9}u$^ijh{3yNCXWڋ4:L!)Rn{[$ }4(R#uf!Q=_meq*MYO4v V&5& m۔tyww'}9Ir(37hyW6rwöuיos9 f UR-h 62۲ ~Tp*-7c>'#M=w[!ȇinNyk>zs%n&|'0r& TeWD_ofᠪ3C]ꥴ:l{ X5w+|xbNM~wήeRd [P'6S  H@ =l2EzvÑj2±iAeB+3(푢I; ai qoL_33H|Ik,W6Ѩm:,o@j=[8 9Ğ'c ̢es$L@-Kj$w}=%C ,l|tRs] FHlB.QkǞۃM:1lDt-436˛!BJ ` EDX `7TjCtj?d軨cQ|3xg0ӟL/*pp7A3@k߲;1%ɉkt[S66W{ʄ9m#&De%j4l>޲[`vu:('ʯ &pf[%ip0S=v7hk!59ܬ$ѹe/I^/9,8•ŴG ƍP=cSu6oUr=t& E_sW8J4%-}'?痯[GE]z P5!^e&G=_k!DΞ7K5rABV `ǤsH^mrs"HTlNΪㄗW`]9QN*_AQͥ&6$v Ta%H(YІ/_^`$$jwl@"TQF"TXCفlw]zz P$d[oTN'F{ BM7|^κL[ΠR o#3eZw9e€X)X«7?uyi˄ GX/Iв~oMI|yڡoeKnơΪ.}$.-O`B36*^YLާ {Zbs<upfgO[;B;Ʃ2 oٸ-1(1^2.c8 $AcLW.:Ʊ0qtdUfrUsY&+=#›+7z)Y9 X6`*J ||'FO/QWjݸU {9 yY@vvQ}YxlVxfsweBXd dӇVFS+Hb/F!:$`r@lB tRO:zXgQ87EVLN|by!'7%,.bfKğ;Ww? "5bj#Lz.=V)Mkĵǒe#/ͮ He2=t|WI1+;`ODqx3'cFO;(iy7~J=v~ ޔ)?zIěta:ytL[1uAgV8˼0UY(&Аq˝wy'P-p+7?>ӶN)saR86kSgG_zn@aޝё&coP@7PȍiHV,cQyo6Oh-oY$0]Q Ofrd?? fLCUZ,Q*ɾnZw.olHYgō/wD iO@&}(h(mSqCR.0Ŋ: !H ,zY?BQ|H0<1{Wa lvjdnVlw]ivGEIB*WtJِ]7\ qC-XG$Almv.:LCa%.?l~YzK?xE2ɇ"bdt_LG>m"1lb;l~$8ǰCݧ}:HfӇ:UI;T]@l=F;o\͢$Z4 M~.x *b^+}@&Hʝ5U (p:<≨g7;}l^J?8QVOqg`*y,'HfˍMXC|SuJc7spBg^m۶_Ƶ*"փh4D:T"ֆ9 Qi.I"b^ӌ5suֶ"vu3vi {]@WJ*]8U"~2߱^Rp)x=gƂAUNkR_h)04R I`xZX\$5N(ia1΄ UZ̥~GdioƜ˥{ i.#ǴubaO/Òq߻Kco~?1 +F!^m+㜀w J>Q'\J`b`0n _/sgf.,K  }iJml~v:QF*Ԑ ړ &-*kխ C98a1^˲U,:25_ Sla `=2\Vi>Bi\ہ[S9vV.K Au(9wuo /Q b,Ɲ0WMshE0Ws$D(cҀk2aj#$|pTqfJH~G0p4U\Ky{69*, D(e8ʳfKx4Gk*% #.ϸ4UFsm7J!tBU)1%>9w=XB z 72+_-@x:(I*?P '5Ҫl60˸Ԧ[I k5[)A%Q5B}C;oINd62GΦT~˵WI߶@ES\|-vT+X[߻fG\)&s'#U.rRݍ\<,SHSlmk|e@Nc*MsK[} s㦡ydgsbq i[ d:wN6 b4PTZwغ{BEj>t 4Bw`` !XQm#0Ti @> n:Fd]guȴ/uΔ7Ō>Ę!x v$\叩ޏNx7 kJ/م X|2Ͷ YZ