python-curses-2.7.18-7.58.1 >  A a2p9|mBh Zv}ȣ`Y48R35I?9^s8 l>QqGvE΁Iii`F 9w9Oyjw e/?g)!.~"WBєۇVv`J~"ZlJMO?>$د`ɫϣ.ˉN1Ũh 1(yZw1+Bv=V`hfK/g aPr,ٲIeFkOuyacdfcfbe3a25f02ae931046bf93c3f803ba717bb56c939202b40a23352ec7c6a7c5fe2b6f5ebbe7f126c627423412bdc04914d65a2p9|@ԁ¥`fZfi>"Z̞{ơk3UIo_ZTE,V/һFjo0I"FS[ PIA1\bl +IvĈn_. pQh@ϭ a3řd7)LHT2-%nV'K.ԗl b/_B B)iԟY GuP@<;Yb[ ]R+еiZ>pA`\?`Ld  H 4KQX   T i =  X  ( :8 DI9 hI:LIBYFY GY HYtIYXYYYZZ[Z\Z]Zp^[\b[c\Zd\e\f\l\u\v]Dw^x_y_T&z__```HCpython-curses2.7.187.58.1Python Interface to the (N)Curses LibraryAn easy to use interface to the (n)curses CUI library. CUI stands for Console User Interface.as390zp38MSUSE Linux Enterprise 15SUSE LLC Python-2.0https://www.suse.com/Development/Libraries/Pythonhttp://www.python.org/linuxs390x 44nq^>^;^8 @^.^g@^ @]f@]@]]]d@]d@]@]z@]V]y@]9]1]\t@\\7\7\\J@\J@\C@\2[[#@[6@[@[ @[Za@Z@ZxG@ZtRZp^@Zpy3 dependencies- Add python-2.7.17-switch-off-failing-SSL-tests.patch to switch off tests coliding with the combination of modern Python and ancient OpenSSL on SLE-12.- libnsl is required only on more recent SLEs and openSUSE, older glibc supported NIS on its own.- Add provides in gdbm subpackage to provide dbm symbols. This allows us to use %%{python_module dbm} as a dependency and have it properly resolved for both python2 and python3- Drop appstream-glib BuildRequires and no longer call appstream-util validate-relax: eliminate a build cycle between as-glib and python. The only thing would would gain by calling as-uril is catching if upstream breaks the appdata.xml file in a future release. Considering py2 is dying, chances for a new release, let alone one breaking the xml file, are slim.- Unify packages among openSUSE:Factory and SLE versions. (bsc#1159035) ; add missing records to this changelog. - Add idle.desktop and idle.appdata.xml to provide IDLE in menus (bsc#1153830)- Add python2_split_startup Provide to make it possible to conflict older packages by shared-python-startup.- Move /etc/pythonstart script to shared-python-startup package.- 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 adapted-from-F00251-change-user-install-location.patch fixing pip/distutils to install into /usr/local.- Update to 2.7.17: - a bug fix release in the Python 2.7.x series. It is expected to be the penultimate release for Python 2.7. - Removed patches included upstream: - CVE-2018-20852-cookie-domain-check.patch - CVE-2019-16935-xmlrpc-doc-server_title.patch - CVE-2019-9636-netloc-no-decompose-characters.patch - CVE-2019-9947-no-ctrl-char-http.patch - CVE-2019-9948-avoid_local-file.patch - python-2.7.14-CVE-2018-1000030-1.patch - python-2.7.14-CVE-2018-1000030-2.patch - Renamed remove-static-libpython.diff and python-bsddb6.diff to remove-static-libpython.patch and python-bsddb6.patch to unify filenames.- 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 bpo36302-sort-module-sources.patch (boo#1041090)- Add CVE-2019-16056-email-parse-addr.patch fixing the email module wrongly parses email addresses [bsc#1149955, CVE-2019-16056]- 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.- Skip test_urllib2_localnet that randomly fails in OBS- 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- Set _lto_cflags to nil as it will prevent to propage LTO for Python modules that are built in a separate package.- 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#1130847 (CVE-2019-9948) add CVE-2019-9948-avoid_local-file.patch removing unnecessary (and potentially harmful) URL scheme local-file://.- bsc#1129346: add CVE-2019-9636-netloc-no-decompose-characters.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 commits e37ef41 and 507bd8c.- (bsc#1111793) Update to 2.7.16: * bugfix-only release: complete list of changes on https://github.com/python/cpython/blob/2.7/Misc/NEWS.d/2.7.16rc1.rst * Removed openssl-111.patch and CVE-2018-1000802-shutil_use_subprocess_no_spawn.patch which are fully included in the tarball. * Updated patches to apply cleanly: CVE-2019-5010-null-defer-x509-cert-DOS.patch bpo36160-init-sysconfig_vars.patch do-not-use-non-ascii-in-test_ssl.patch openssl-111-middlebox-compat.patch openssl-111-ssl_options.patch python-2.5.1-sqlite.patch python-2.6-gettext-plurals.patch python-2.7-dirs.patch python-2.7.2-fix_date_time_compiler.patch python-2.7.4-canonicalize2.patch python-2.7.5-multilib.patch python-2.7.9-ssl_ca_path.patch python-bsddb6.diff remove-static-libpython.patch * Update python-2.7.5-multilib.patch to pass with new platlib regime.- bsc#1109847: add CVE-2018-14647_XML_SetHashSalt-in_elementtree.patch fixing bpo-34623.- bsc#1073748: add bpo-29347-dereferencing-undefined-pointers.patch PyWeakref_NewProxy@Objects/weakrefobject.c creates new isntance of PyWeakReference struct and does not intialize wr_prev and wr_next of new isntance. These pointers can have garbage and point to random memory locations. Python should not crash while destroying the isntance created in the same interpreter function. As per my understanding, both wr_prev and wr_next of PyWeakReference instance should be initialized to NULL to avoid segfault.- 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.- Use upstream-recommended %{_rpmconfigdir}/macros.d directory for the rpm macros.- Add patch openssl-111.patch to work with openssl-1.1.1 (bsc#1113755)- 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]- 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]- Apply "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]- Apply "python-sorted_tar.patch" (bsc#1086001, boo#1081750) sort tarfile output directory listing- update to 2.7.15 * dozens of bugfixes, see NEWS for details - removed obsolete patches: * python-ncurses-6.0-accessors.patch * python-fix-shebang.patch * gcc8-miscompilation-fix.patch - add patch from upstream: * do-not-use-non-ascii-in-test_ssl.patch- Add gcc8-miscompilation-fix.patch (boo#1084650).- Apply "python-2.7.14-CVE-2017-1000158.patch" to prevent integer overflows in PyString_DecodeEscape that could have resulted in heap-based buffer overflow attacks and possible arbitrary code execution. [bsc#1068664, CVE-2017-1000158]- exclude test_socket & test_subprocess for PowerPC boo#1078485 (same ref as previous change)- Add python-skip_random_failing_tests.patch bypass boo#1078485 and exclude many tests for PowerPC- Add patch python-fix-shebang.patch to fix bsc#1078326- exclude test_regrtest for s390, where it does not segfault as it should (fixes bsc#1073269) - fix segfault while creating weakref - bsc#1073748, bpo#29347 (this is actually fixed by the 2.7.14 update; mentioning this for purposes of bugfix tracking)- update to 2.7.14 * dozens of bugfixes, see NEWS for details * fixed possible integer overflow in PyString_DecodeEscape (CVE-2017-1000158, bsc#1068664) * fixed segfaults with dict mutated during search * fixed possible free-after-use problems with buffer objects with custom indexing * fixed urllib.splithost to correctly parse fragments (bpo-30500) - drop upstreamed python-2.7.13-overflow_check.patch - drop unneeded python-2.7.12-makeopcode.patch - drop upstreamed 0001-2.7-bpo-30714-ALPN-changes-for-OpenSSL-1.1.0f-3094.patch - Apply "python-2.7.14-CVE-2018-1000030-1.patch" and "python-2.7.14-CVE-2018-1000030-2.patch" to remedy a bug that would crash the Python interpreter when multiple threads used the same I/O stream concurrently. This issue is not classified as a security vulnerability due to the fact that an attacker must be able to run code, however in some situations -- such as function as a service -- this vulnerability can potentially be used by an attacker to violate a trust boundary. [bsc#1079300, CVE-2018-1000030]- Call python2 instead of python in macros- Fix test broken with OpenSSL 1.1 (bsc#1042670) * add 0001-2.7-bpo-30714-ALPN-changes-for-OpenSSL-1.1.0f-3094.patch- drop SUSE_ASNEEDED=0 as it is not needed anymore- Add libnsl-devel build requires for glibc obsoleting libnsl- obsolete/provide python-argparse and provide python2-argparse, because the argparse module is available from python 2.7 up- SLE package update (bsc#1027282) - refresh python-2.7.5-multilib.patch - dropped upstreamed patches: python-fix-short-dh.patch python-2.7.7-mhlib-linkcount.patch python-2.7-urllib2-localnet-ssl.patch CVE-2016-0772-smtplib-starttls.patch CVE-2016-5699-http-header-injection.patch CVE-2016-5636-zipimporter-overflow.patch python-2.7-httpoxy.patch - Add python-ncurses-6.0-accessors.patch: Fix build with NCurses 6.0 and OPAQUE_WINDOW set to 1. (dimstar@opensuse.org)- Add reproducible.patch to allow reproducible builds of various python packages like python-amqp Upstream: https://github.com/python/cpython/pull/296- update to 2.7.13 * dozens of bugfixes, see NEWS for details * updated cipher lists for openssl wrapper, support openssl >= 1.1.0 * properly fix HTTPoxy (CVE-2016-1000110) * profile-opt build now applies PGO to modules as well - update python-2.7.10-overflow_check.patch with python-2.7.13-overflow_check.patch, incorporating upstream changes (bnc#964182) - add "-fwrapv" to optflags explicitly because upstream code still relies on it in many places- provide python2-* symbols, for support of new packages built as python2-foo - rename macros.python to macros.python2 accordingly - require python-rpm-macros package, drop macro definitions from macros.python2- initial packaging of `python27` side-by-side variant (fate#321075, bsc#997436) - renamed `python` to `python27` in package names and requires - removed Provides and Obsoletes clauses - dropped SLE12-only patch python-2.7.9-sles-disable-verification-by-default.patch, companion sle_tls_checks_policy.py file and the python-strict-tls-checks subpackage - dropped profile files - removed /usr/bin/python and /usr/bin/python2, along with other unversioned aliases - rewrote macros file to enable stand-alone packages depending on py2.7 - re-included downloaded version of HTML documentation- update to 2.7.12 * dozens of bugfixes, see NEWS for details * fixes multiple security issues: CVE-2016-0772 TLS stripping attack on smtplib (bsc#984751) CVE-2016-5636 zipimporter heap overflow (bsc#985177) CVE-2016-5699 httplib header injection (bsc#985348) (this one is actually fixed since 2.7.10) - removed upstreamed python-2.7.7-mhlib-linkcount.patch - refreshed multilib patch - python-2.7.12-makeopcode.patch - run newly-built python interpreter to make opcodes, in order not to require pre-built python - update LD_LIBRARY_PATH to use $PWD instead of "." because the test process escapes to its own directory - modify shebang-fixing scriptlet to ignore makeopcodetargets.py- CVE-2016-0772-smtplib-starttls.patch: smtplib vulnerability opens startTLS stripping attack (CVE-2016-0772, bsc#984751) - CVE-2016-5636-zipimporter-overflow.patch: heap overflow when importing malformed zip files (CVE-2016-5636, bsc#985177) - CVE-2016-5699-http-header-injection.patch: incorrect validation of HTTP headers allow header injection (CVE-2016-5699, bsc#985348) - python-2.7-httpoxy.patch: HTTPoxy vulnerability in urllib, fixed by disregarding HTTP_PROXY when REQUEST_METHOD is also set (CVE-2016-1000110, bsc#989523)- Add python-2.7.10-overflow_check.patch to fix broken overflow checks. [bnc#964182]- copy strict-tls-checks subpackage from SLE to retain future compatibility (not built in openSUSE) - do this properly to fix bnc#945401 - update SLE check to exclude Leap which also has version 1315, just to be sure- Add python-ncurses-6.0-accessors.patch: Fix build with NCurses 6.0 and OPAQUE_WINDOW set to 1.- add missing ssl.pyc and ssl.pyo to package - implement python-strict-tls-checks subpackage * when present, Python will perform TLS certificate checking by default. it is possible to remove the package to turn off the checks for compatibility with legacy scripts. * as discussed in fate#318300 * this is not built for openSUSE, but retained here in case we want to build the package for a SLE system- python-fix-short-dh.patch: Bump DH parameters to 2048 bit to fix logjam security issue. bsc#935856- add __python2 compatibility macro (used by Fedora) (fate#318838)- update to 2.7.10 - removed obsolete python-2.7-urllib2-localnet-ssl.patch- Reenable test_posix on aarch64- python-2.7.4-aarch64.patch: Remove obsolete patch - python-2.7-libffi-aarch64.patch: Fix argument passing in libffi for aarch64- update to 2.7.9 * contains full backport of ssl module from Python 3.4 (PEP466) * HTTPS certificate validation enabled by default (PEP476) * SSLv3 disabled by default (bnc#901715) * backported ensurepip module (PEP477) * fixes several missing CVEs from last release: CVE-2013-1752, CVE-2013-1753 * dozens of minor bugfixes - dropped upstreamed patches: python-2.7.6-poplib.patch, smtplib_maxline-2.7.patch, xmlrpc_gzip_27.patch - dropped patch python-2.7.3-ssl_ca_path.patch because we don't need it with ssl module from Python 3 - libffi was upgraded upstream, seems to contain our changes, so dropping libffi-ppc64le.diff as well - python-2.7-urllib2-localnet-ssl.patch - properly remove unconditional "import ssl" from test_urllib2_localnet that caused it to fail without ssl- skip test_thread in qemu_linux_user modepyth_curs390zp38 1627391380 2.7.18-7.58.12.7.18-7.58.12.7.18curses__init__.py__init__.pyc__init__.pyoascii.pyascii.pycascii.pyohas_key.pyhas_key.pychas_key.pyopanel.pypanel.pycpanel.pyotextpad.pytextpad.pyctextpad.pyowrapper.pywrapper.pycwrapper.pyo_curses.so_curses_panel.so/usr/lib64/python2.7//usr/lib64/python2.7/curses//usr/lib64/python2.7/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.suse.de/SUSE:Maintenance:20631/SUSE_SLE-15_Update/c18ce2b57ad358d2292bc64005e9975a-python.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxdirectoryPython script, ASCII text executablepython 2.7 byte-compiledELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=76566dc4f5957c8ac55e61a529eb307d8483e21f, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=c2a4413f35204eedf7887f7cc84dab91d62836f3, stripped  R R R R R R R R R R R R R R R R R R R RRR R RRRR R RRR RRRRR RReqH&y:CFa ~utf-82990ca827d4c5af1bb5b3f509cf741e842cb1f646263d86b16c2938150a3fcde?7zXZ !t/Z}>] crt:bLLCxƈ8߯~ Dr}+H9A$>r x)pM`U|=hj"L@:r ˚<ɫW~]eNI9($Cif+P>\,\u{M*gȔMZST$"ӏeG<8`R"DI^\}Ot0a0 j,tnw~zi];BD1Cta]NSD6n珧Rd = w@;A~6{.p[= N+ޚLgU0n=x%Uio!Fr NYG96`:QOdTӗ7ۘpгd30D5y4:Pi@("RX&,ϫޤ͋εIU&6h‡Szf#ӷB熝ኲךkhR{p%Oy}@"" k&Å@5Nx#Ђ@5ïE&*S\FCXKMgC(sܸ׮ѢA%BB|s"η{CgouzXBT!p*nd9^H>~OnFi`0Wt: =̭8;I<92 yh*tHܭ%dǾVB/h`!h$V,܃+sj+HByPhpWquU0 tKB+XS+B]<g֛zq1``8y=ZsxZ>VNIBB*z~n\ A>mp;Q+-w(X]qRUpR,-a2sPhb`wMF[T|V6c9֎US*a) )᣸kr;wj>n/bۉQЙ><$9?[\:8FmI]J˭KJ"Hl.W'r`E͛zζprs E5SJg9YRsFE$t;ߢv{&\b?v@<ؐX|GCVklN_e ?7]BA{D3H+Gy{ gfi(Jgk&f@Z>)JJ^w޸_@eS|?Do,XreU9Xl2ɇ_Baw5*ho~|F}:E@w| ,X^Ll0txjOVF>P',C^:6:f{WC9R?<+g\WsVpɆRcGMgXE+qOxML~&>yn·G@)@z֎>rq&9p$|\zg@w&p1TdPvR+{~œ&B QO`]#ll'Mq%D42zBJuE(j~,QbE|zT insܐ=WR]3ZOprTD11_+NNQn)7uVfBc6\|uT&T^q8#{X1gi8çW]Ciwta]?Ks 6ZWbZl-ok_9shYkıY<X'7 1a-t㔂#2P?VimSGP* [do0(٤f}[9iK>~jpzFFg?`"ܫE'6C/c+4줧7\8r/3uR* Y7A_n 1}ATD'`u|O?#9! (sdu3l^U7Y{kߴH_krPE[aHG?)L LkYVē)+0p`b2\^.ζ|֌fh:!@xZīǯpЀ>4AuӘ gBJ2 HNPeBf].\f)Kx/d {5xm"1]'CH,lM53djfn +ƧGnN@V/T.Y]|]}fwi/s+%6uI*e໣S]Q\؍dxY@D.s\[47|T,pH:V60=E6hfDf~_?r!*i?|=T:P(4Dvl -{cIb'Wq t(>" 5D ؛a2}j&l'7#!y'Xؓ:,CX_H\tsI"cr*2- [_*ګuJSϹ5a Lsリ[4j*"{ $tQELrS­W,L(sleQѐr*ǽ)"VRm?R*,.9>8WLگ5Gc,3 s2.Rox&Sq-`ˎXK<%$1&+?%3O噱4oso򘣂dXEDkL T)C=35Nx 8'ӈSrnJA%4ʒUѢxt>1j܄!fU;_e$s0F[60 {?8bq ,QPSHbIɞ|Yy'ҷTm܋5)_\*:?Q;&EF<4u g&ٹ{+{(D;| ހ'5N[T0Q" c" pS=nإNrc@rOoP !/fP\3 ˂kKL?ݒL@{qȾ6FS=F8\z95k7& ;@jGRݣ{y#AJp RYM>udW%3`h+/zC[pTrIKݪavWQۿ |HpkS3sUָ&⎆.܋A QH,Zk?v3NwK%Vs4hyV ,{ko Kd jhSVرh+qYk@EEl1חWK`"_y+`~I~/V B4iq`8u.%Iֹ;[ZX \VDT4d܄ 1=._:,*\N)9l5 cre-Gᡠ"qT⑼SsarL%@Y *5y-U?ZQXR!0ńqtf(tp>e ɨGsǦ^B?MGgT*E&`܍]2BOZTJ8K(6zv29L/9dwV ;Wre+ t^pn)02{u~ YDvY\X] IJdˏE;a1deXra5='49GӣoEz+3G$Чv~=z,d }Ŗ7196-uƚPߡ6Z?;.'pݰ>iGdifT8|ÆƔB1}/cb: ,_q.MPk\6Væ˙~vS/lЙ6ti h Z¹^W\=)X!z?ƀg[6tZ|cv$l/RؗEX d]SnT^2SDb3͙ᎹYZ֛lP(}S\s@>Sһ$tpSBa4D^V Qp!U.5!ŝr%<%T;FEP|D;7Ҩܳiq"z3a- `6ݽx.(~Hߐ"9 -JvO-aM pw9EV+;Oއġ?Tt+H&|N^.f= -xy ךShU<`RӅTqʐӫBKp?<-¾3䅷4=)iLqLdL- [VE*6YųC |bWjGr8gC޵@҅%\TL;?)U!q]C]᭡~XČzDpe/H:c}v^ةsYbB;U&uꡞ(ѥ/+km(@sLEؗź%<<צE+Ooդr5<6o~.އǂ'׋vU ïC鰨pYi4Cס2 @Qj*3k=Y5miPuH-a%1`< &mޘ"/aP߹n*B6;'UutRK3Ji}pJDꂢf58W4O ZfzBGKE\xn̬B@ϔ㹸'h 07$͡ҙ##2V,d@Tb} CV"K6D:WjΛMÝze|]KCO3hO0jy_*ط"kS8b'CS^~rЖ*D_nZܣ2{:ϔb#c6/}}Tv=ӳY"]$Ԙמu` {QG9\_kX'6L:#6 (Ӹd a 7Ex%_ɱ=~`~Bfx.-NtSl@O+o&yƒ]TʁxBŢZgŜOzs#&9p.1Bt$9CB>+tw@F@arAmyG=e%v(TA@?N}C;XqW"}1.CzsicE:`?$iMVtuY AQvҴp =5E…#OxRןU*BH z[jDb#y񿧄SL [^<MWè9`9Kqm b#-܌U ^*Y܎B P[_{4D nG -ҕOqi?D/&1иvŲMO/ .7 HpNMąl]n{c]ͳZjA8<%իcV49IL;67c:QǻFҳ%\-#ZAin8mnA)-1?++S|4u)TU:) Jp͔ƽ N aL>hH& }sNw1oE8,!3^ׇS6pa|^p97{VCG0J@+|lJ z74at V'$L2-tS^z͉I}%a`Y?)=FC.إs=WxDFѨ_f_<:8XdAyv6L\Vd*RlP]PЎ7 aL!|O] k1Lo2_ }(mQcɬHg_8ne'(7I{8,kŕSYS}]/D@,2l}gH݈,1 Ep ga~۴@CB*#Qe6_yr2j':тUs/p3I̽YȸրV ͳ_GQ/H(n0&@Smsbs]5]-`5-eNrɃ+4#G]U̖">ΐ۾ ID^d_J|qU +mOΛ,00ha?(iz yէSj[pU,EHvy&A{Y+ivmbJ=>̷gm2(K,g2 ..5ERkXEQL):XT,?DlunwTS;jpm_:mA(фmWZ%6Q1䜱QhL"O W Sc!&3O0]voW0@`h?^%Z׶0{zu"gs< ׿HP;}˘{~Pv< W92aPcI/0(;UpQuv5r?B| G (V`Xg4?!)Z6(%B)[ *k*=H\J(^nj &ӣ&^^^/|)< kws5S9 *O^9Š;FLĿ" Ml\5m( u3^¨WG.ȐDdG#ޅ9zDb)گx8蝯)&P\tz9@Ee֣>fW⋶]VU)U)P:z"kib$[^ѽpΚ\Nl:m%1Hf (U7s#5{5wjh1Og8̝B/hg#fDGrKAH /q=5]*4+Vq*iڕKpl%D,iow*zIŘq^)~ @7*tBWLJ@}I B 8" Ay=S]@3 gTVuu)E/ UOn@-N{EXéThX,) ^oVUWu‚_1 "G}⃅_]pr4wC_s"ưOߕqK/  zp1wmǓղPlȓrÝa٩B&1yƓ>unOYXkۇ{=~ .*ǑY}g6/1ӧ&X2pRQП GaajdgD65wY{~߹ݧZ[p(RybL2ZR޾2EGVKcLy֙f~L'bơ[iqdw[dFQZ:ߓ FLw <'AR|m7R'QCÕNPM&E3+jf19LB(%5afxPĜa^~oa|sxD")Lq)7c':Lc?vcࣳAm6.}r;sZ4h=➖OwVC{Eg) =5F(:|0=kZr ȧ)H_4} b?N?W v86{P{.ѱW4չ&#{4W=ڜ94+m欽sjh.քJ/扗5M5{r4k2Q&f/| (`0I^H%kݫn|!qxe6Ub̐ "+@#OU\ $7sO| xRJ@МXPt[\ECHܟ6r~=߲P2X\Z{𴄭st Jpkya݊<ü\0{(,4-@%aI]1aJ/{nQɻ!pH\j>UokclDʞXF O8;; GLVU1o% UjĂo.i&w+X֣C ad!joo?7J't *Xtd;QjxfL%:(V4E:VC,*/v[%QM^/;Y&aƬW5(努g([s!(eBoaGֱGAt%>e=Z"f^3L ‹uQxuYg [fJ7Ѫݕp6&c˿x`m?!2r5w%֞B\M|௵0ĐBhfazL$8VnlPs.mQt1HfJsJ1v}atXv"eR6q?@igp ,d.9V\_n=KԞ60 @[Q!cOѩT+ uS Il-ԧKtHIp! >ogS#+($9hwڼJVҥ_o(C:7YXo\>!g#kHBKeQ(T67N4]L6o&fG[4]6/5Dx*!/23Sf P/ ^mz5 Ow߲[tQt;'AE>i![+r6L_Vr]azZ5<0(P\TTҏg"re']mܖ[1 pnʸRT̳ݸvXpN84%..U$7׭4h`2mHl!nۙі^}KcFyj#34oa͙/D19ը9 j2=?q-{v_8c̕?BqMukY\PYrjVz=dIe |^VOFK%BhF,tFojY'YG7a4->¦ &{Ic,jE\*8ŋNlRk }ODgw+Uf P`):՘}SJb.FA[y#] Cf2[Ӣu[jێ뼿 GcEuЀbhPtrkEiV\{86%[Nˌ)4;'꺻\({;zL ri,O(Ĩ \dp"W!ppRA) bQhjZ 64 @\: F)YV)FͿ'A '9R8\jD0z>?Ob)N8ZQݿwX O=J~U'=T? I%huIk=LI{8Pȁ'XzM2ڬ,g.ްu&ޚnJ bA RJp8{v 4mdHڧՄz8\YOU6 _j8 ZaԥE`Yxa%ɘu$`a,fח*xU -ppo 6yeiF)2Ƃd25 ~1xS8=pKٸxna@ꓟomqy!٣(EaۤR[iTǏUfP Sf:qy5%lKabHXR"bB7'Ooٗ_OrFK| =\dk ~7_ƣHI[DALQ$E@;"Z\byR'PErgr%nm^SUϭHB<]2L1.DZ'fC`?-jkxi% if LEĆ!9+d}xtv\Uy^EKsϙ tWid=%fv~͕maWqZ9zC}8P]rҳ/} `5ŀSyOJ;ԁZ0U^& h"cS;[QPmOElN) b#epa\P6/X{D3XO"jkC7)q1wޞLB)#f BD8VǁDMlOJ?fmU3ֈAP5%)L%M#aLC3~2pIpI?OT|U~^ Vzk[(ԍ}e lFS|oKr@XJ44Љ[vJ] GSf? co[6,:fW5kֵP,Nۃ0h@I.k ؗ!Eq)zzkDCgqVTy?|[QR_y;a_՝oÚiIe&EG <$WrST@Gj|lܑS:eMߎobaa}: ;Wd}˿//#&KƎQG;@2qq5VN2[~H̘Adau6^\7j 8S=6xhM+d}N;Xqdp&]uǨahV#k;;<( |@'%iB8}AtV;%/JOꊑKs{=UL!4)Zkz5U|8u ׼INO ށ+r-c|q 5NMm|+tv1k({7 ]Lxτ2ĭQyXz#{/ռ@\R+)R?恲r,y?Cdi# |㎙~3UXvK|k 9+ܤD" &]?#ŻVw ;h?'5`ؕyɡAE ?Y\♭b ICm *6b &qEߑt1,hf4O6\!.oj၆e x/[:hFwL|Z)nb>`qo`%udZ%uj; o'Π W'i|IN\, (csiQ' T/7GʾG5 )1~$ KKDi<0GrZ+&ڽw;:8ym|#T|l"#ŌX9t,f(X]? vbr.@8od\ J#lK= fǵEG͐+:ⷣOnٵ?R;0-AԾ-|A[9)4l<7sc0㸲A]PDD.rw r;pk*eT>tӕ·rܦl]0%נc˕_t{; Ѕ=v aa%tp8рW%0q(1Pty|$dS0R/bet>žзu\1h#Ot* 3 ))Oָ2v Ʉ3U"ɤ}ۂ)<Ø %h,,eI26i'ԟ{ !?*Mjfzuix٬D3 \՞hg4査hEqC| %q<MQmjZ 9E>'ڟv7#1DQ/0=IV )@k,y??u?սaB|Xeo*k0@JY1}J#seuf5,>^?XP:,Ȕ'{FKQ j'DOEp"MbSƊ~V^F" 0 C7I@b $JNﺴ)k#qB~[,\ Ynm`x⡤.Hnȧ|Xhz eoڒR=a| qFA=OTe w!S9H6OkQer1T-f_1>ب1E@A/5_A򤿼1:%Oo(j.S]ʧx%ue-]?n 3-Τk§fo!⛿gdϾ,Nm$Jr(Y^__.SX86Ac4/ʕ.i~ }m Xʲ‒:OTnxkA&9|?Tjf+!{^(z" F4=T3|ɠAMt\#qZ1&`^èmȃٗ|o׶eݐ+0zc4TK|80w='=hENtӼ-]eޏ I{ڊEm4(IMI7[I]cr;f߀Q@X}G%=k3O mZ<+'VK1cPj.Oy$;Έɀvl/'xd"w<6ķvs :P׭@b"edSD7cek2}(}FǢ/CU2;a*Lfq@e #Sƃ9MH\7c{Uf$(+)pi0\6몺\kX:͙Ui5AgPˬ"LƳG~d]Gn_YD\jȷQcnѺ"N*9m); wJgT`5Vvzӳaƨ -w[1Ha8 0Ͼ!aeEulON脽}FؿSO3Pd͙2k'&`Zgu+T1Ҕ32Gu)󎵤u)zV-gb,Iwn#R|7AZNNF j g! HHٲ$$`nْW7]զ8̻hkј}PHoׁ <§<Ѥ%;;CEԇNapvsqRb$@yj@Jr?iB-&pF}'wxYĬb&'ixHDrɜϨ%=XPnՑxD*ѱ!FDV/ f1ݯFt,Q2Bp- !rBb"-ˆB4 : C~`=dIjD̼Nc z soD`}1O^)ժ#*i_3u B;w)1+TK̯+m`ّdUtV@d#' 뷂P[B^e'A|z wh>8d#xPeNu=WE&=de,Z@)J".о$tKmRSw)F%u{"Ёs8Հcx' !Cs vJ?i&Tp_kQs䈋f"`n8gcp:q yyows% \Y12+Q,ֵʛ`jLxw4iATr`H,A@98HVxDtmG ;n8*A] cE87( |][V>$9ue yM $y?IV,WQg_\l >\VO 軟7=nl'e#Ew`"ݍNLVc3v0!g_YnWwpmmq>%2=lr!zyp!~eBa.v*@!f3m{XÌlW8rJl06-Xnq[~0QBWGA#7aYd<4m$wL9d? 1g=?FTp{l@T(y"b3ȹvm_p(H}L%z*j<Ơ(;}bh{hhv.װ029 ^yO<G ]>7R1aE>X46? mx"F| Rrn!Kbzp5~%Yb?+_. z ]w|ShmV.st1|i!nj6}ϸЯz!hZ,Kt'[*37PLp.Hz^*6\&*BYzg@?l 8į%,8OXK,itްY/(6  f|hkUS?Dczc[0ᙀ |&Ab7͵$vIr (I̪k+temւ*'؎Id㝇LCpP ~-oX>NR?K<@5I]t oUu2PL,ʏ<;ڜ,H긻߷+2&sJi#Cn":e!&6ݮ*Ȓ%.ؔRH*kWBY,[”Mxi+f{v(݈|B)3ǀ4'?EĎL]|kOтd03&e%6޲^W_4## ^\b!}YJHAk&R:g|NxAhFs[L[Xz* 0 %)X.ES.ηR(n[qUyXxQl,E]]1%͛\޴DNǐ83sssc]/}?]& d2|x( 9l5}98eӖ.w>`_R[Ld =%3T5-_CtcB`vtnqHG7.MtwԖ_-4KyLALc Ĕ.A$_.wLP%Ѱ1ngX-)04'#^} 2YO3Zw +8,lv.UhI3hs$΢q<[H۲{Ϝ@ꓙfƤ\ʥS6VVOupy;0}'*c0.b&yb'W"21sظychUUB\{YhjcWWgƛ)Q辻uԣc*5Sg*"pk#ES-e%A.;2V(rRsb~+h:yдy%c͊{X 'G@aa-;s@|1\fD0hxJ@P}\UUn!~uUDDG*v|{ &܁&F*>{tQIW49gXSV1`Hnxxsֱ4\j`wݕuc)57({UZyb2Ô|&[vt"f8*9bZGX#Z*C* W&RrQZRvNHDjO-ɖeJpKM t];0rА:;ioSU`M0@ үRCHEn̖llS퇣]'wMTˌ}V&,w_{ɝFwYrҿBszoE3S⢮KbVN3y|zbOPi؍/&lɂq})q&>0h&`Y7iO< -& "`}ZcgY7!@&/},-#U Z76)-6>g;{`FqOHT]-yǗ;~̛ܹk/̉uk$wx|rIږD8KBXY1᠀ _<99Yi \65eKk0PM?>F=]&|q1*Jk, \~(O6W5b,LQ3&6zCHywEI/ 7Urt{Ɂ!}9x(E!C3έˇ-8M&ff{lEs&{=r'1W!@2PKTf/ BVd#FLymJ9m~{xB Ye'YַڔG?0#)ݛmF 9H\(=-I4"5[5p%NAx*хf?ƪ;(}Y^)n4NAZyf2Oe&9Dxɩ vkV[mK8Ax!.7/!{85C,l<Z7 XuNxS(t3 ex'%lp[G t^7h5Ҏ P󺯾s꼨|!zӏU,nK|@bqgӞ\Ɩ#0p}_7)9/Ul/c2FtBJb,3]δ7Ԁ5@zLC ףE.c=|_Px.rMK\]xr&HoS]Z8/ڵLe]f7 9P:xJW , ~Ssa yϗOpҝ 6_?W0 `U@^K]\ A'1nm~]q2;, 80~QltClOf1Ik7fcŁ*6Hԍ_(Ch[x~ pC}yz^ocjhhdo ~N*3#2WJ70L^\AV<ܕ7#EP^ʀmK! YlN54/9}]A:)r[ue4 XrMrr YNwd {efPJ#'2_]?Ћ. m0<-lLcmBsXXJ3W桶̇ W([EWbYa ddt̖"y-B1S# 68)etA.BدsRjgi!m<0ff<9K-haTՄ+e_Sv e8)4H'[YHkhLasGEvT=YSZX ;} #[]t$wkO1&p.M |W! 9d"vxGnҟ>'+C$H c.5+JSznWNyͷB${gK?:J#է峰!27ԆZqφӡ&CCefPED^0HkV#v+uY sP "GMDfcpԛt7v#fhrv]jOh&!᡹+Vޤ\ 2]̸ul<|?.8KXӛ4i"r $'Қdo ct*c8H7ZVjO0#_ }Ӆȟ5xK!avIehdy3xY4X>E6Sbz~;GdsXv.M;%DQ a# )1"^#5 +r&n2~ é߼Y<@Gթ#O%Xxp5K@naQv~оnrsA陓<H[MgF%0%mEYJ&F1-59)*^$$3Ժ EperrBwIAAJ650Ƴ6h9sfHW %7s[ *3k#00J2V4Vc-*\VݛGN;,V ;Пͺ$E(^Wod-/i4w_3m6jyzohZy.W|c%ly@&9[^:';͘1BmhgV;1S2ߘcvJ5ڝ DoΧm9V,Gn&}_O_4wS@*O´z-MTvF kZ9dCJ[95711VF퓢 E@vS(弆*iA̙be "ơp^7Tr3sX t䣾Ba0kh 9BhVcRјgd^ WlmoCdQqwKԬ8s ҽXkC.^~n86, /v.:x -Y{\s1gⱀwzPA昗&I\N'7dP$H[c"qM۶F 8! {ljtbRKj.6or+#I;哃bU2"\Q)`jAs~tj%kS6P`,VvOܓ>%%>U"Y@,^vJ_O9Hm]XFhh;"[MኽNrcMPDi?(ċK1b2BNf6fsNg?֗=MXmܶZ}3'xq1CC;ˌ'l?naKkVlI!A|k".Ǎs%k,;;;rH5i nQ(Q~| 7FdS4}f^|*[0S5R01MPjd6R#.k({]qOSe@! Any.U.䢝9r1z$?Y5\HHݾ!F _JS?͹j`mwLRWM1҇C%L<\ܓKSQjXabpb.#K`Z-%t 19$YۀƊTfz^&&ro&5I15j\Tzx<ڶ7ј;#Y> .>T纠v @zmH f:L +po|]:ٓy|nn?-Z[z)y֫p/2;-ߐwV(' ?Uv ^Q C砬`_5ʵ8);({ax;q `A&dg' HIaY%Y.6}ijf!Szҿu5w*FVs뱦mQὖz| rDݟܓcjs2iH(ΆTxT^GUDq4OMyC~ˑk;6`?W4cn˅[f镞;6rN7k'*T%H_ȫdP+@T6 ,fV$=FǬ}Ƈsa>" m :'g r숶L@MLW\oEzJ&'(V<[,>QtZcr24 lo݃]ljΐf ^뒋f r7mL$9J.& o!3b)Cy a?y9cj XXf|''[RY]DQwGc=@^IϦL"ۙ'Rs a]]Qf+Ix1gvнHuCo_=Cq?IS(E{in"$|Li`͍q}:7~9B& W6Jg jrAG2ƪ~8+MRabgkȈqHKshֹX_&;^ !@qȑ N̬3 ]A<~-l|MRm#ؼ88 t Pf h&]%Z L b/=[7mSv ԾSƍ# `#C*M=#N}!cIafƗqydX]>"ٕQADْdHQ,&c5Ԋښqh3s_e(Yse@JCD֫{\" {SK3E b;jK~Nfge)UVDž~eIY~PoPKRE2eD. 2~rEI1 ?iU@' +1%@KB]YC>&্mB=5:7oBY.?@]dwr]|}pD_}`Yak#cL)4!}ب,"@{OS[bиDg@Bv$8 #: 1W7LuPBB,4SNU:<8%3^i ɡ{M5<&IR76 7qaoP:'m?=׷e}ӿM@ :TɣE^Lf'gDpF.y.K17ŠyW|WLb|R`)Vt.Bq\1o6s| na xj'5>( e<|{ѽYo署1D۠mQ Ʊm>JA "\onvyb N@g΂L"|֨c=u伅 J7zy;+{,mU Ԍɬ ґ'5EDƓSwm6Ou jH^<)yN5 ^?;g#t\XnocdcI4'}L,螟_(6t\6>`9BuGtMX/W4[k э-L|3 οd}J-1mp> ޛC$Yk Dܽn^C +4NHO:A|`V@^~t^BG\0eyҼ`[/K۴)3ͥɺ;}@G jJ.Eq4LSF%n6TOs_q9 z@#Nvy~g7 1M/; ȗ@WPb{~r*dž0[ p)p-(y>pp2Uz0Y6`mdvf) Mĩ5XXÓ!@fMyuWEތƏ6X7)(]-ICG.sk87-h'׏"妫@7juEY,= .=3<<[c@hj@c0i -l󆛫2mo_kY[I)5s8<-`)Ώ(+QVX° 9vP<`7Qp]{IO~D\ޢ>lWQCM=.T8%*ý Z!piHHI.&l%Rx0TGa~gС8LVȨE n7̵ -7Ku{MwDUh5m< 3-D}vH v+