python-curses-2.7.18-7.55.1 >  A `Byp9|!WIOq+m ~* YTњX;,"Ur(Hn3rJp;230iWSHMenrX E!stVnJXw6h]Ra%@Ld6<#|'8Җq5Zpq^zgueccKMx u xԺN4,K:k(*\(TBLZ:K 5._ɑf05231733f10755248ed67e3050a0f7ee3fa98457863b1b9dd16d4cca2c8ceb035221647da7887cc2f1aa2b73ebd139b3d324d94ᔉ`Byp9|=}0:-LIvvjO>_6B6ĈELJ jN峀gGҖUH+j?'vd-ŗɾD&P*}gC>|e?.9:وDC)R#0!Y@gŒꤻO4 b`f!@GQPxteNKNEM<WXď0jBY4jhV~:?7&3(⺮`)i~Z>pA_?_d  H 4KQX   T i =  X  ( :8 DH9 dH:9HBXcFXlGXHXIY(XY@YYPZYt[Yx\Y|]Y^Zb[c[d\3e\8f\;l\=u\Pv\w^ x^`y^&z_L_\_`_f_Cpython-curses2.7.187.55.1Python Interface to the (N)Curses LibraryAn easy to use interface to the (n)curses CUI library. CUI stands for Console User Interface.`Bzs390zp37MSUSE 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_curs390zp37 1614969472 2.7.18-7.55.12.7.18-7.55.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:18627/SUSE_SLE-15_Update/65239cb6381ece5c9834f12e7148c97f-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]=c5417aa22b2e2ee8a909065be911913c381759ae, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=0741a4a7477680700825723dc9e21cae454ddf95, 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 RRՏe\^/>Vhutf-817aa083af463676cce9db10cc92dc959d905106e2487e6eeeeb2f2449b373b64?7zXZ !t/Z}]] crt:bLL*kBŻ.iqĻ*Vuy%{>2 $E^壁W%_y㗿MG* TUUo(uHìhA3t-^x\jh(542'Њ,Eڦ?Ý 3cG]䫦)"ɂU f#VqЛ_fs@/ `U5YR EtbJ*B9jq>VrkE֚r1L6Z`LVBHׂu;`ܟẻDi  EzgF+ e |ub 9Kt4w~WV]pBO+ < Ci0Z.Hlu+A9(>34m!O=AG@NW$@sM)-7t3ɅT!yeqÄu|.ج0~hsLfJ䨿ԆoG#ho KDdloH䌝Wؑ3E 7«>BWz\<|a3Տ{qu3_F24ag@\jG_7uq(TfVʼnԡGڟU?^7xXMeRN33!sG7UL]IիG&js@L&Ý1(hE0 /GUbqPJM7!8Mi!x̠@$ L9Vן x32B~= cp!P(hE=Pe甩3'k/$* lmi Ua o#i*sgYTɑC"ȫv`ӟBzvۄT:xv.WREtc5k͜o.da/.4{Ki:{>ECxjn {>ywKwL4*K(?yGmC41jSHsjyDɜ3kD!o 䰻XeM&{$lQN2=k8@#I'QPӓچhcc[ClɶO-p>7H:  ݯڵGR}Dm_d4t@ȗ_gc^R,W@הE:_S/"#}LƲ۵P(ȇӋ^5~#8,Lؠ_ kmi yc:1 Bnܙ.ޠ R<vXiZ)(hMN[-UP׀LCQŤ6.2UE8vK6<2CˏcdDrf ;FH1"L=8@&, !٫hߦ.um(B7^2F8kFhڳK:+Š#8CKϹT2؃Ȫ( K^&{јjfT&p };@@u4BS_ #FSikItsRמumk5^`:~cK1_9Y f$w5USqa՞zdnJ⽝`*u8=(8cE|?sɪEjkWeͿS:Rr+:ei@1<`iS@ nf&R!Vݷ:svg qw[RgNZ6vebo1Y0 ’x?^brBV:|nw(;m{SW7sWFxMS> (WѕAohOq8^yO |\wȴVsZ.t[g5w׷k-oS)3<=GS>?-Ah]F:QplCJGQV3+]}Ջ͕y?HÖcShr%1#{ ~}Es4S7_ec׈9N5KZ)8%-b?8X} KyP*l NߔXum XkCSMѦ=uvQК׹s<7; ۽<_9xǛ/n[klr;T)ו('co]04u) ydP׵9MCwRD!o -Do^\%œh.O̲x"ɎcS;*A<7˶\-\|ZB0ߛZn,*C:1ZlUck>>o~yx=9r} _IL8'am% lcHc8\|#es32E)V=`7j=}Ŕʅboҷ~u"i2;ONej2L 8F,.ҀQ"$K2h˰$XjjߟB]pG9 һHM7c$-cd߸ V'89{FKI6R`'EY%r U5P$`trnf8 Yi&ܾeIktkߒYU3Uk:vHYWvI#(j4eQCࡣsoBDtHֵ&An3G?; 7u]Mw9?C^.fGaϷ+uBf;\ ' >(`C46P_5'ʥ,C@970c/<g\vvFڧg~4RQӕy=|,v,usx4zlؽ0je5AF%<% D-,RRX3`w5*Bqw__-8R 6v G"„gU' BU)+L+J;V/ly2y}LOJl Y=>hP5~)@NC?2]'}tkBBUL0toBO=o 8@<_}@JTZ-Eul$1b&Un8C!IS}7lQ1,ziyW7lKfb}1Mt2{9|Ek3郘= 8UUTnLX$QM`O,E5)drG@6Id\M-Сx*)tʺSq|J7lxjX&6e /)i#Ko?7ZLUc܎쫷= |FQ$C:t̾>A@]#%Q15qt:ӌ/hi -S\vJk`GP~U_Sm\>5$zdK\zt{8ڮK|Hzm??e72 m%ei74Vپ «t_I>Jyڶ[@SpZ ``Kk otU.%{?'04@{ PGSH1 ĕly›G17>A,EzՌֱ ?^tFdz~.3VXq꾈S)3j_n*TۮTT~Z/,qy QO(YVo$o6xy؂h`]# rT |6y2m' w\{`SZ"IȻ;&&(+]rM7a[ {fz%/|ՓVT=!='Zc"^ VUEnp.f_pT,u~& Лj[_+F_N[ݶȞ B-=%KcUNyLܓx}iHU8~ӁaȳNGխc}yћ2>Zu& ƁRx1>Z^oQ/~kM@92R!lL1/*>jW< |qZ^i[G @GlFk!K9|ʑ@{24d&vDD .E;kdM:~w䖣$Oi^ד>V|z\&p [?H1ڂ |8~k1@ CTC V%("!߰rE5|qŔP&s JvO~O64޾\ߍ1= jr%e@wOY$Ya2__iKcZ A| mbaE>90`9.}rk$bBY@ueey4=tA8I;Z_q$RV4r[MΠSd3&Ƥ墅?@ Ȇ̕\XKUc[?%E^jZiʄJEcb}6,Ag>y. / ~}-5?\!jB CfZ*`>E*I2pAa4Kˤ_hݫɑY \xLt]C}uoeQDX}@(C\D@ښ%~U[q.!@ЂS&MvP@ᰨD?7 -sԎNEV9.PS׬ӄjp*Ɔ>JƬ(8œ5Fƀ Oiֻwzq/RjŸXXYͥ8ʥb c*= Z-I2]EÂ׳7nXHϞ5bNNwa~pi>wԍ l7#x/hy\TnZ+22h-Ds"'A5K$P%eZєo }h7Λ(C7kv3Ys&{ #`@Yګi7s7)`M̺44Sg.a'X@ 7U!sw t$k[tF,#P/ĸΖ d.f=4MWEM$DN{Y)BV̀5xvO5Aa_ c--y ƒ[K܋e?sqsI)l>L SK(<Z?`h~>*(PX7ap)# y koFpܤM4qt gK9a2Զd{[ʴ I[d!Й#aVD(/[3ڡ։ r?JŇi}X.2jq}W~g3QŵqWzX}&9!)f`6ΓhjˍN pX%/z1 N?Mɜc$ XbMlޯf ;N}9(Rs= :N3GۡJj\m<"}V 7 X)Tk7cB l !ߏQʋB`6<-nZ]L{)^\q&>R,&d_@I08`~0`bNʷbj+*hJeT <5 KM3Exxl".4}b?߬d ٮSX#rq0T(HBĊu.?u?cE,б@RZCΠbhcN5!9VD`?mlILMQdWZXS&~duB}9U"o JgralTx՝ISn'cd%Y;vf͍SiI)"EW8N zuZY%6jOK9$۸4Ͼ!廫K.sLb+FDtE:ԙr9@OtOE$ӰzQ&Ux(LO5%I@@ǡRtہ\}D=Dɠ(~6HŮK]̇n*pAIMʀ 6Q+!QֽAcIl`#9!w'#gЂ;*5raj/N`8`B=2nC;FO9fX)ɕL\Sm`Zߝ,ۼ\3S?Rm486m9n1P2$#)U/ xlAI]TSQVnUo9qox]E_r}ɔ%J\H@IR8aҷ2 5J#5y.bΥeP@yDEQђ=ȖQmcqq Y[D/EW b`HO^߸잾lE3$A.~s3.z%͔<#'tzi|ULx*H =sҷl .Lv!Mm@9Hw{Φ7Lu%L\VkuHҾ _16{-H1&m#ɔ2 1.m<*!!87@\RD$mI DٖvJ&7`J"@~Ӣx[ǫͧ0r9U qj݆*8cH0rsP쟀/y2GcҦXnIn_- r(u~"wKYgb 5l'vl̖Ef9sVl ĽwS/4B2D$,{*j1 {QT&%$db7|vM?Ɇu WCG%v d AJ!#gs½@< bૂ*}2З4a/8TͰH>:iуq4ٻOFyؾ- ӄTC\s5(f..a \jg=uT;Xn/ҮZŃ{ kʦxd1S١ x:}]Ƿ^~u MWIh(bHl*5w~̑!I줤C=iVFx&KTLϒnqi̋QQw 74hU}ߥaSa-s㾋rOPmz!#bn*|"emNzgmY>dRh] !Nv3-rW_Т1V.0#@<` mZ0XF^hM!1GOeǍW#(kj$A/":0fhupz~J*^ 9  >Z=AQ!Ц&~|Ëx1?u.g6D#5)&n[BZ|S^Mwfj11U/wz ,#w>W#y4|^9CΦZh$(hlgʧȈ&"}6dzHnף䘣UXQ#Ǚ Ÿ՚ [Ĝ*oFFBC rA5a{z0`.2@wvBPv9]TFX SK%Y0RG=7ӜA V`R˵($Lɸ YA~]^BP>w){\^jÌ߄QK.#}H1{Q-rRcB}Iκ Ң0W$RE43P{r$,gK~Q.H_f}: 7ݞmk9'-|wӰ|. Ӊ*߾~߅@q'S|Jjxt?ӻ)TC Ae) ]WCS[B!/Iښ9p)OxDJx9DDK` 眰7Q˔F;2%Ѥ 8Xx>Y,&5oj vYR(@CA㐴ů]Ly ~Hy&UyvwR@ &qA#r {!!Lѝ(Q̲yWBpo;J'$Hu(\1di;CՑFƀ~K))i` Mw`{n =3Pi{ #`O^6-q LI N98;Bq?M>t)y6;]pR.I.>|rg8{Oor!̜29ðq)Hù_mDOS(߄+\4&PA>?ucgR1،|ԅ\g'w|utJBTiRԐKi&)=/Ľs9FxsB@h nvkhΩU ms_JYU,[R#<6C5-)$1$6J U%ˮnuC[ʼqN9. lkB{v6{"R+\~^?U.5)qrC/rB ?Q.7tq,K4΃^'W$lKJA\4#yRlG/G/BcG6>97Y,ǂ7_(|/yv虷AdEzkG0CfmN,BKrԋ5l_`=Ĝv6@~PLN2Jc;Q+("RT x6t(>3ȟxB`jm#?j-#z?*ZaLB أt lmO ȃ>Mw֔č[gT ->Iama#w~' ! ʦ%zj\ӗpRiRy̱* dtOpz2J8lpцW&}8^@LJ}b=`Û2cpt,7H HCJ 5,3}_n)%YSue I G ŕN)1\ g WCVj R5IcJ.yXc{M곅$Qgد*z[!~b+Ԍs8r޼O곒#32ЧyE`b%zvJuym|9(V D%/bU=rAt=d[r5UM)8͞L6>*߻ztn؛k27lӧ[҂ϞԜ {Kog <H.];eӬ TobxsnXP\f ۗ mSH(/&i Fʤv݂jO'={%Ç}Msڄ\X/JLMnՆӽ"E^Gfb$`@V5.:ϴf!%waqDД$P`x >:M "-ݻѳK㼌d aDdم&m3 LJ6yj2j^#fށd;td(0!Bˣ I/N)2ּeR fc!zX^LJ&8|zJ6b6E9bZA9pcNu* ضs0 :S )mH툗L8x0!y7UUvYɅ ) a_ۏ=xx`cyTRf0- w.>n9:0V܀:/$>61ITc4.!% ^>LEüUxa ѩTuQDf#WIrlނ7Q-$<1LG SBVxp"ڐ7U<M(GrbƩD?wVA@Os`"l\a3:9:}`D|QC*b1ʆ_%/L9(Rvt5)`uMQ:Q,S'.%&GM'gI@htܩ8B1.1O=(pR D_$ BNԞ(I,tRB^[t+hp5 ]-# `|JD L#i|]+rJ]߲s{r7)MkQbǕ{#>K7?bË*jEJqQOxHP;KD6m780fg q:O ~lLfIj*\P(BJv&Qsi0JntŮyl?;ym܍(  79OvގoeD$J}κ f"4ғ~TT3~،fJӵ(.[X/ѽع~$4\;Hb˗J -B2rơ13d#|\%֤~r:gkI{rD+dUP (FaMͻ6FBΧ(ݣc rXACb;Dʵ҉lXA9۟@?rb쫞PwF ^E-4%tEp#kO{erpX$A4\(Fx9 oC u@vPO:)끼bɚR,%[ ߺ?ڼNR},ʂwvwgؗpm'lZbҟ$egwjXVCF%wp|==QYšC&u %- |Z óy)IU|ؔvI7:u,D1'9B'tW0_cp?MTĢ]7(q=Tll}\pWJ~mܨaon`D9fG4O4{h|$\4[[`2NwKF 09;dWI-1"ev;!ΏB2|Be 9JBO rE ՟O;l* < /i~5 8AN}Ǚb i'^sJcƞXjfhZѨHJZJ5CNro=`CQ?)]w?1&r~B'Sp~ֳLLC2)#z/VD-rI0Uۗ>O,H/amJZLubdδOd= qɶk)@nyuFD'ۗUkUNׁkгLu};2wvsѾڻD°:s ;W28(95F? 'Vn!']v/B8N>Fma,ĮI6xcmoǨ9[&e6)\kݯ5|**۔~ϣ̖QwHo1^חޭ@,L;e+Jt> Bh0PPl1} VCWƎ `;1F^x[z*kܰ7GzQ6x,dRhqAQ'ώ?d0i=iILDG]_ j/0j "%x^w?U",]spXh :H`=J4(rB#!bhny zU('oW#50 =TpiĎ>!wsT7O2R1z!dLW J_O!:׃3 タFDOͺ fgs<3gT [HQA~73-Ǟԡ:;Tp5OD 88,u! >D>MSc\:M7Z;CfB kW{sgB!5D^ Y'ױd9q)/b9w.4Ge]fcCzsskm4H9]xN S GeesXwMs>"XnvH׊5 8D.X0:1*Al|K**I(7cA(&<|F@nЕ\(xP (\p/T^nTA…"Þثb?C {w} ɪ]be?Π)ސNF ~Bs NwzTb)3қ^^Ȇ8DQgVGx"kb+-4 lE"47uLkbౠ7ݨsJʯ Kz뚌B>֒p t 6 kA2|c](Vd̃:P_!G0Qh+zجU *`@Q > v*%/ z}~DRugO+anOϘ*AWeU0F1R:jzRؙF~nnIQ8:V״4hpV(Zrə>Ț @WnC bcITNhO4h cHA~YSիUM.(xiBg rksbOaсj.ѥY,&ph:N[gDpi=IRHѻ[b1ZܢVx +oG;;.u%,U$џsʃR5P7(Q{cmi<ݤ6HI:AdVF6i)zFFrʡ;Я<* 0Zy M3Wś`Ar>"G{9 69,}͝w7jtt#Qdfuc2$]-iy%B0$Bj%R"JvNWT~~K7Dȼiܜg?t9up^JGe8]v$U0EӲu"#3lLba)ʆ ٫)7f֜ζخIȎ&SU|RmT! 6\/=8HG$&US;g?gjDpfQc% pH=/q] 'lzFs|iY .■3_[_C2}jեzQ mjx>.K,LdxlE1R&T!*A-m)͖aJNXC ۧS61iת,+ϰ$XMi@` F_YIJ_ up&T;t>ƹ#8L`&3l .bPvvh%mDDTp!UXj_~5Z|c#6 SBb̓b{rr[Qk ױl0bdox~T^D>< 8PQCn4oO-X#8Ucfr[LJc^ۨq:[bl *RKȦծa*mjE]$gv 2+Z6YEk^)t~4&UBв9]welqnxܹqx#V-B fHyISD%=|c}@+׉ $EpnVIaMZq6qjK97RɍW;GCSK֮7wA_ %wu/lK)S0tL[p۲|XhIO+L$̈́eY()N߲>g/Oa g]k>ZU pg,1Fh;`^s8DB5?`E%1 ݹY_Ta@3AKvpjuI"$>+s_t>Bb +,. k ̲myTtZ9 gH@0~u[n=60Pj_`TUx9B[yd+0 E$Df1 io7%usYu:3QQ3c_sK߈E2gw(C )|*z?b^nD3}S% 4k%LXɽ\,Bd"WZ,XK9L1"f֛Fꌭ6ƾd=OHc|^cMf09r+t1p3_.ƈfFFx4SY&7ʡ'rM`Ǚ*'r zlHkeyقdR¥g8 ߡ3%W5B%Jq:'?SSs]M^^]QѝOɥ]7' HXe=]e\qguz#@V!B9;j)}=W[yZ\W_17siNTo)SE>/p)GwTi9Ifd#6d(?ph{Ńje+OJ,T0nNf(@Bܵ]aǸ ޯ/Ifc -~SVτzI>]%M=/PHeǸ8-svJ ه`_; Ơ+(x^1ڢę?'Vf1$?[1ʖ*/Q//bUZ0{Cf L6zPjei9fC,;?MnʾO:vlN6Y-$`p([7] >rcl?"Okվ}e|:)tb2ƀUh4.C9G˕40n=QAwHyvܳᛵ!UoA]KnF À| LG҇&o Pw2I'~&x˝!8;J3p= Jpܵae?b|vR6W7= ҋl Pݸ`J8|# ɵ }[*:Ђh-Z)t MpU PS Eȫ'nZrnV%*txJ&Jq,59mt"g˳h#^+ $+ބD ̈́> ֓K#`V"֗珊035U~×!fƑnrׄU`Q%l iRW#<%!Q_ȿ &MW;R.FNrѤC6[4 /4?=UO4v>),DuȐFoߏZ & 1uV OjԦ̔DEBc:=%JO [hGo6/$ K\e}W&ݢ2(%" & nΑCY6#}@,ۊObn1FÆ00i(͈98T r` 0k 9R_6능> HnsО+kgK[^W6{]uZ7݈ +rO ""UŠtYSk<|r++y?0TO%cro1UvRHg~ב(&=`q5AøaB}a<[߰7H:+Tr w.>"G8Q*T"Ae~qɴg\.UҲQL_^uW}2(C§8 DHI{vςVwE3lþ *˧\ޡ3\6w롱*;E<2V_moC>Af<ArC` iZL#/ ^_gF @%j!mt~GEWV;:LlEs^l+;F@V2hQUT {d2 / E<ܰ؋&'XzVXV-+n7 ֎HjkEMS%gZA@KzQ\Lo*K 4]؜{_uISiU]E @1?hkiZU(ŴMc`N$ 7=E]k[/ Y[=_7ڎ}h$K8Cl .]+KUE!DC]t4=Jp@q@އg~C#23|9]ꡏNˁ%4r b5g*2p,2̶q!WFk0}Z2+FLo w68ria`w>f[BaXӹx,'%GA[MwMA 9ʎqqm}hwqTT8裠_'wznf81wBS`bIlngt %@{be͢H5^E"&y>`W8lm[!3D4b`%Mg$,z$@- (O8!4ܟa dqDdꥌztP샠5V;cQ8'u>>fX).>Kc%7omLfmAڗ֌G|M-:+\{ޤj%(n}IL+MNB[yIig01irՄra!{r5:0(ٚZ@ Ś3Q S@Y#wPpW{%jM!C&*Bw^{Tu[d 읅i1X^J,i゚%~R 3je5@ 0zb<둣߀j|`Dq?p^&HC T:gijQN8-7G?2!p]j.~;R'Q9֐A$FSXo-|åYk+Bs520$ #Zp TY)~E*cj/xwOnf :iq8zJ0||8 ɐj'CT dJ\DB`t AvU[S:&[߇ Ĉ` aJbWJsEߨy%]%)s I8Y]mǞ=bp@vl6rdZx pNY {`I7 s<'7:n6,8_$4Z[kt@A=fRǑqnGAE671p wkc= az2BzJ1HŴ1!]V 5lIQȋ#]Ha6 Kg _zC=sNe[6UķuE_w|g3BƦʵ&N a` X-l4a||zp WF??hnbGV1 ԞЊ60#rVA Jj !3;XyJG~ _ۭ6L,ˁ~WmXՁ:=R.ޙ%S[FMM$!v7'՗nK̋Q ٞ6Nv"@!MVт0$@Of<z[t&!d{CW|DP:̧"ƌxX]|U@f@ig~ttm7b}鏴.k#xM<71GKfOڿ|Ȼƒ@$w%vO>:-ٕJzS׌a|^K/\-XsԌEwIOc:\F<`z1@Rr8܊&=B{J=$_yyT(%;jLueI>Vɥ^+ {^Vj?x5D)2gD::瓽vFM^w\0p :(ލTi6\[+KDLsta0?3k{qv6רtzM 'AT4̧S^0[3{ hVr㽭(5CŎ*%ex徠ԕXiYK඙|1K˕z¾4d=ʶ/@$%vum-US&eE~Agv5=VSS`㏔9nZ&ET7˭,d>n˶8o"]&܇P a$!ʼ܎2r3wK*ǽT4QRB4^kc*c5WDH{`QSˊ ,rT,ѐF]|e{&ڎzcm'R[ZH?rq8 @N+/c}RL]Ji\#,,a["Y CA,ًmr\驕f {~TBt;f0Nm>tq=vֶ٢m%*nrq`gP?ӯ9|*`̝HF|yWG&ڢWJ~W[ !Ӱ?FƈGM#za DAʓƆg =ӝI"r\bNV9NH@) LEiA3`sx=>:1eLjTҍB?NVyԀQt:SFZyj-zUD#k: u VVQ۬6e. IOïx 7_D␂Wv*M7YXy5\ׅ]u$N;LD%g6q@mPY¡~Cn!?Y֒;/*vpѺԓk`P@l)#rk.Nc(EE7z],LϘuDq-B#KهA)u#\˵\] 3-'h >50W˽P(51 g.oaٰI,=e%o=uN<`401QJ VKH=%H+_xjWI<9 v"x5 g<Äۂm ڠ,b m.rӔ=(t"SnWl9Vg Ծ,cBC9>)5Db=LFwI \ye]|n.Tjʷл Ghc|6;j 7%:E*N^ֿ}aMf =qGo;v`Q5Buⴛ nkIcb (u<#U, ݡ) >q?/D;c5@%Yu[ ]8 &.xAe8pQ\4Bg usil|M)qx:c=나;(4$n`VT%7r ˼NVMoKP`>#sY]GâM*.b|[ Yz;fVtWQ뺊_{HV;޶sԉ%:SCJ<)x,ku6Z^ܨ9hвZb W@ K4}`Hu4ԴQG 1Wo䧡Tx:HIpR#5u/5g8Y 0 &mpnr~TWL4Ѐ7r>V2Rd AghKUt<>f2CvL<fbئdI"(KÓy3 ͖K>"D$]Uvݴr` bv5dzl faMx<&yXzB,տQJO盶|t)2,`$Kkm"9*NX~w~t42 ~>[j &]|&o?-Ĥ w_suᨦ2UE"G)ݑ;>(B;9 A3a fVyTB[ $ a%L7zN5D\˽0dCD?aS?,q\G]`Fe8vm X}(0-.` |GoPї DhkC(K=ج{ nuG)GD;7[bwQZl[FҤs>uթ-KHdltFOy/YK#0H~QA&)z6%#jtݣ0\\S){}{qLY0=0JPD4ĺĹ.S /8DE ) Ňӆ@p>KF\5bPՕjS:E>K.˃s0譲GIG˙ i* m)BV #O o!2E?iF_LXSOld!E5Hh^n*'qh _*-um2,(o6G=ZjB-xqYӽP'1%5i 075bAѭ= fM.5O"|҉Wt"8DB)2ʺU,' oÇ73Yw OX[fQDjHVn/ىJG}7xFbPwvFuXdcIɜ[`tQ`ڻ5H@ EUpgPC\ )YN|pۓQ:B m|eMsjp3KHL!o*8;kAÔE##AaqcwO ?K|(z`^Cd! Kv~Xَ|5jz"o^ظN_(m/xU1]d1Tap:D Z"{*Fʁ . =n \0CQe/_Z@LL |1i>Aܳ+7#mi]*]|j&BScZWɎEٛj?ETJe˷7q/|'zeڐ||ERה$D,x˖BrxOXa4%h!*WAW]O~.E<[5 ]uePm敝Z9ZJmNyp{bRdXl@Z{'bz*tXTM/bxQ n2 S؅ZԵJQV,r5vԍr+BL_sǺUymfX<#q6voߧJ ݉|X^-rǐ&Knju=Va,ey+tI#Asa5 Y(@lcX2y~m \Qy|Wp,҇?L+ *h| sFdᨕS@RZm)!~^x殱QֳJDΜC[rE,gS1{O~у&fSDSN)l RҀ2Lmb`qAU?%Y6Jb}_3m XNW2Cepyo/am8 $޷j 5ܒ+AkQ9HLգp(r 0H{4ʧ$$ gI`$dU6(AkY1?69([RSvV"#ƝZmgeɧS$w:-)pw7;+s;t",,2(3J* &=Ɍ/A'yd(BY qa4?0;W&N@VT;ΐFlz5?.N[ïRyj;wG2ѯ?h_J۶<v6}b1%zMrj>1&/qJ9=iG_fD 4ysGa^Ѓb$D}Ӗ{n kbbk1ѐ3$;*&` .'S4yam& @ 9PulAdF#z}S9T cT@5SICTڅՍ(.d P"ǟz[:d$!'s5ի ԝ *F9rgZR@@(MvRJiR$p^~9h бZ}Teu?!T! KrZ?*bp۞s _/h]0X@V'o~;uRvS}r-K2SCu=1.`Q̠r"T^"0;IM=T6ݔ_ϮR=n[`Y#V9ZvugB;)_^=£CP4!z'A2"~)TZi[-k-xSHn "4zF&_$UN4Ku0P;]L V"C|4TW̅|BTF b| HibtArķqJxTF]|7 ri-wVrُ"f&:G!c|Dɋ6H?SSʽs&/EЋGHlH.F!QQ1nPM֐"č; %x;zW+da.-!zTmVߙ1ө_M)H=f Ƅ 9 Qm0&b{_G $yay ;B-0>I#_:4 Ki,xgFҒR^]f7ƇvQÀ}{>S_*0b-8H]P)&i[wҍi!b՚ %^ "$$}FvreD3w&2m_N Dd?`"¼a0?06a\mOEZNYcaҵ 3Z]UC9ׯkuo2>fB2l䣺yD9*8PYq;jJ'%Q Mj-) z~-*؆ȇBff`.4 {@3lt)%0|LG #'mA!Gh4 LB#f TF r4Kd}쐵~qzM! XA}C0rȋ wM21b5!tSR(>eja0: Ցusu2<*0U."AG MW—p@%( X%A";xion.Y"s­7\X0{뭞` zۄL0<P:'$k3#1_1.ܧ UI%S#T 8_IDTC^ݭǙU2=X: \:o@ >+AT}7 dd !nf:(Y\/^q#&q<% PZ{S|ȩyR{zָOd#/\˟z3Y" |1n\~gH4[)ABx8R*ǐdN#yq*vU60zk3Ob$1eg Նb%"X\#Ur܍,|Z|«ԑFVbgmd4M3x Absq+cOhp~ː9R#!.8 دVB nr@pzs{[,eUGSzg&NgNR90a8o투 MV P_xY9 K YZ