python-curses-2.7.18-7.58.1 >  A ap9|wiT =qM `ZȠԬ<[ _g9|P;웫)3q@EɊPÓ:7׃ OOS;xg;1S/*?$dӌ<2ퟒTgiD`[x+dfF~E1n( *vdaf)jgJПcw0 ׈oS*:&BK|qy+5KH/9b4b7a8adab8327517e223d946692247c9790af2feb50481fed6abe6402e531e322541c2bfc60e2a1662f66e10b8f4a6141398b6Hap9| b"J?NvQsP UOWL!bɲm_ޛ+D akάyͱD\f~bz#@"f@ B9Coʳ$jxdh6EyYT@I0vr)X@Sa3T `$sii9ݳ7"k]=HU&RL9ˇ~(G#} Yx#twڼ23D@8ų=#܂*+O]?d<O ɨĕ@kj#K+>pA`P?`@d  H 0GMT   P e |9  P  ( 48 <I9 `I:DIBXFYGYHYlIYXYYYZZ [Z\Z]Zh^[Tb[c\Rd\e\f\l\u\v]<w^x^y_H&z____`<Cpython-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.aMsheep20SUSE Linux Enterprise 15SUSE LLC Python-2.0https://www.suse.com/Development/Libraries/Pythonhttp://www.python.org/linuxx86_64 44nB(^>^;^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_cursheep20 1627391053 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_Updatecpioxz5x86_64-suse-linuxdirectoryPython script, ASCII text executablepython 2.7 byte-compiledELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0611cd12b88fa4427b5d2638e88c1d2e8c5c3879, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4e52ad2374bf7ab6cbe2e965c029da55307c1297, 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`x(Butf-8b9c48a950cae4d6ba4daedc870df49283ba8f578b892015151bf042aebdd7a94?7zXZ !t/+~] crt:bLL ;q1Om-p ZpMb4dw#1QMÂnq쪘?XYщ $i+a A>1 D }#L.1 2wDȸ-҅*  ? MĕjRU;u?r^B0\mToߚp_L /9ڶJ!6|[1EխE@pun{;\MxbWvcG7 zjطQ$anDK)JD714FDIqQYH@$A9K!`@A[Q""~'ٶ/;\c8zo"3e3(dWNhVUرBAA18"H𮈡B?4wkUԔjT=`zh{z|Maɛ2`o8=@C V0mГlG4}'9F_s)[n@rH_YIKX|~J#"C~X ^U3hDiy4lN{mDO06OMdGB d '֟3cJ|na_BJ)6aD=bç d6 aLq0څk8@R&XٵU!5z GV=~̚3d1_1I2d"Ѯ5yߤ`YC,s9)~dn ftr͝ɨEVKҴ~cf`>&TuQQ,a~K?4sF2\qV]?n0tm_ϟ?BȌa#hHҷ,Oj+>̲*3zHeO̹ ;lER55:<}(.P賵նBe0*n` [gUNdm pJ0//q {Fj3e' H^.!(LH\nw:C^Dc &- yϑ-ܯܭF{0hݭ56DLhkZ&_sI!VHR87x[ث7JH bMÓ5R-Hn'n1~jQgqdgn˅JK; FbRcS]fnJeQҵYn@;^Oqy:imӴqq s&<,ie}h*[y疞#4̈ф{ݗ>xo#(xG+lzn3TIZiXjncu8IckRB.df) ADiy_UCn9ՕSNKxYJ4-eeL:6D݈̈́$6/İ v<QJ9ƻ&rٔ<_ 5k$kcs{ cjr|Hql0^yRƧ@D'DfhUZX%U؛˪e9]L_i\Z.HV WDGWՂ0Gy 1.pQ*:k[E=6MƋ BˆҬjߦip.ܪkSHIH١V]nᓓz/FCac0#%hy"h# I6 '/7 Dp}=W,~HW76CIRc1ziiԿJKQ8m1.g7QCf]vMAd4\ʜ`m."Aj:)Q2 B)&{,jbg2}W|q/|QnmUR]Ȅu qzNO+RƸB$e'9z&5h#'D`v;],,-fKVs=k`%߷JqO]E!?T\rDf?9/E@~Rt6q7v?>tt%xƩP Ԭz iNY x!&-2abAwplL$wo;!ْ 2@@ыQ{H<|~%nf Ns< uٞ\1(2i:aS>86箆CO(ciDȔ.hВv^} >Ew_O?+$)D$k_*ѝU֏:nnCbkg-gU*S䕿Nv"j_UۗqqYEL64dԞ8)zމLD9JHMks On0 2Nӑ+d4Y۪M8nSQ5bԕ T;"B* fK?kXcǧ=Ec9NU~f9DIZv?М9Uz8' ?JOk~l||8/JsTy;)XFJ k8[_B:pb<@&g":VRFSl ޯMc&NҲf `>*h qJN`{G8P͓՟szx4(`$FR'Px*%o uNV>%w7Yz ۸}vaz/dYO ݸT 2qI^%@)9p[gp+y7yT}"v/׎k14Gf h.NЏ-İCύEr,^mj ʼn\@[~{R!5%)cj<ɰI'Y>>/M_30>%!ZXҩ_쉝4TNqBXo^; M_"NUӠDޣZf5JS YTۛʶpGκ|䷁9/k>6M1+f ClaħUE[tNjX|ʣBuϼH,ϥcޅWw;yBby( b_/Ei3,B"k;0v@rY ٵDYJ֜ڡѦʹjEXщ~z .QjK^K > c'\G+tȲ]pq83U >K|6@w|'%`J7QNe.$Ym2Vy}h9tƐDw@U 7ywN!4iY["b}}}m$K0ކuxG! f*l r^&_!"ųYZ!\vs$6KE0ba3 FT ra8 \}eiEܩ N[R tzy:+zBjF@yá«t:Jĥ+&ti=hO0Jz!o?9 j LAaY uHX Egڵ&栥%OWwwqJ1Ō|Vc((iL]̢G!+s`o, аQuۊ ۪,On^*cLSҽmmj qG\|yra6< WXӚW5,YeirTr#51:rD(oyo|^#,̄6.+_mVJs]"<DPtE MSfNi D{+$ ꡒA8g#Ry0:lAT/r*!C] HyRQ%HސҫE8pkLk}*t4$mx{} hC:tQdZ%Tg|>.a~,a?О(jZ/s^GU 0jy} j.3_L\Vph"!';:Qئ*ܵITQo5N9淮FU:Ls4v?UDNG[TpUQ8µ{URT< p$ew$\'3o:|{r oCHƯ(BlRޔK^u~;g!ބZv ʰL:!!O Ĕ=~&//(ᇢ]w\B)>y_fHtnܗjC )'%ͤ;8QvYC1#y `l4)T:ؖ\H?s{%ezx_gD;2UG@N bѬRʸ|"[yS7,qU=TW O ړ$٣&!+ F=q!kEj\N- /(>N=(M翹[*T0bd3_Naȱ/TL. N 0KKXf6 -Ae(q<uu# XPtIH2t*?רHߒ(g0;X9bfD=ºpօ^,/Ι ۰ðŽsPD&ҎCch>4]j9;Kul@Xp~OU3Z۟Y2v5Cm҄fޛ|B,QKMmSn-Xt!Z>]pבSs os?O'2`@Zm.*`;8KVLLɩ9:TÙ?$ &>}K: IH{ʴ#׃f]K"gfcNc]'|pS &}p{5GGSDdsk$Zfs lCUFۙ vO4AƉ9 0{6 E"G,EW W\3[#hG?gc'VO1x(mXJ`AOS8ȫV&I@d+; |kNV+brcZQnĽEôj1*R?p}fA$V-؉Z:46ٗ.ؽC!5|>U(C3HE<r,!0ֹ;0eh:X͢0MzKN"|_ Rd E9wfX=G5\-1dU̒?g5AqKG*OD)'ɋ XiXiZ E9Ά Iy@ )!i~_֔mvH_|!ϴ yo?=Iu'[> 2 t/[v(;F3x#5(̞s>L`H7h`z-qA"S 8N-Wr|di }aCfٲ `6_`41] {Mk!dyEnGfTsG="b/^gmm]qs.FRL畬#Fa2xZJ]vQDzM8Bn3R/9_sn>L:e"Bj@ݹ}smI`xB_JӚcN[sv\e$X. PCks(h! 65Yj"J{\3c7unu4:4Le;Y\ZZ۸޵F|H.ujrF» Jy]!*S=sc$|͵ۄ5>{~jִB$*(㬤 RMSRUCgUBz2RaPhmk`Bķ=mJ/H5tqIw^q. fd7{qe+ OPoT95 \ ADB+ Zz6 Xx̰SfxpxPZ@1B .\'㤗mZgrMW5 oM$ gz iBc}64nN$_PGAx0T iR[ӁId )\(Q;PUl> agG>x{UǾАM`z0%мu655o9t%yoEr^\S~$ s@\{ bʳف2X l,b1$>Leΰ?VO}Yq}!$WP4,1 ;?@L..M*Mg{AT#;E *QENDnT3 i~d(.Y>eB(5'1њaڃCHGGk\_ڦףLb:x's #`q 𽼳P 6jy2=4҇tԾDPȗtn.g&BF:hpζ߂ LEx ^?9q"2Τ7(B?FdNbvppABˈъHO{jFSSo@uf?{p/e,8.(4[{,y?XX9UiA(gEj!lm+{ǣIP-c^>xS=WWx{Lp FR=z?)AX9ups ȈD\t~ P%U[6me0eA'\rͦ(^FÝzpRsy0PCdp.Z+wCv>HQOͧAZ #cbJ< oPJ z שOEtsok T'&Nbk}# s5klhrE`JA(CtUY5 _"yRyP)Qn7;Inna&yjiW}}V h}4}P~H|DjZoT-E["Ô]Ǜu^IY߄G 6aW$Oxʈ̮OKV4`\GsU瓝ij B:iނqSF˖X0enLEW!(D Â:iVy fsy%, έfKj'yeĆkNGۃ%Np~TIT‰WTڢMdצȀBySWtgl%xD@h \=XXgzAJӔꎷy\Qe'T0;4Qtĝ@іa }#cz/Bp-Wr{Mam_,Do.!nG`Ƀ@:"zpJ͒4V@:60,TW zӊ\!>,^*!" VmNC% Xvͳ6! Zk.qp{d9Ӧk@].59_ -F2nP&nqF"IRJ8z]pS(,P,sK[a=(i~5s^BQ:;LWe=!yYz`Eb~;w r-"R"UͶ䧬4Ct6Ot0!k\mBeg\\3{AMϖ 13 r[̔05\A?FZ)K2+߯]RS$3١ ْj<4`w&E"uQzɬ@2.ֽ$Xa|qd-gV3[%>"5Ȑou8‚Ёcz <|{}˴(/mJ pG$+&ӡ0X=< 3o]+RE@CJޯP9Ct80a뛄ӗ6YH(k*<1 3 ,ǹREѧ,`DTOjHEu HZj9 [{Na6m0Pn 3NAl? 3CdL߼ o*`2ٞ>z3;ӥ6F*%}Hˡ]2,ExϠ?4zᗋHq;R%q.-H(yhiUTd(gt/o=~1皏x}uPs 7 S̖`YS#3:4tzGL qe12 C* >Tx2Znlo ?9iL3Zqޗ6қ5̱\[~SHTE4Ei/FF҅癸u?0,XpFcbX#`dZ)WHeɾ1諫3l[mx8#KpK)Ks`E%\TNE})HݮGF&K}v5 g1 $^6[ÀQצio9÷ trBMLNYӺG>U BgrSbAm nl)"?V%JaU(P=]cgc-l*eV 㨞ovD0"I8w|waz-o րdHZ7>y࠴¢ Z iZJgML_r^3ð|:gm CQ!&=Uj{K j2%{IU(z8P :ʵv=0)BɘoL6Ƞv5:NB]T'Mt$VnH7K܂9TG;9 JⱯ\ TJQJ)ɘ& #v ߈_{itҹ΂XrQ_Q:""Lc,)͡Ѩ2-]E<:K$G efhN/+%E^-|խ.ǀ.YE3{FQ|ݦc=Ξ8ز`oKMA[ 'E _3YM7$ʪbؖ% ӡ:?JY,+Laq%;w*lzhQ-nIR yø )7̾IpժdCf֊p2 ﮕ8\z_U ~/s@=,)w' 2hU+y7x@]:h?k C!&u@t,C3p^sZnŗ+9h?_78P"ÒRa`c&`Vp7Hh WJbSߖݴF @ w [G JX{_E*=~a m 6XŒ1߽ yтRZuA]g^Z`>Rl`D m/ (¹\9lI!!#VK,@r2c8<"(O1={.KR>dy"d \TIAhsl>L簓Zα$WP&4O Ng4 5X,7y7s0Yk+}O%o(:tDJp<0бd1Ё&MjO;Co͹utO:/75AFs9&<H ('3ʙTp;́b+m/&k9AU;c"?M@.*@4k&ECJj&tVbTͭIJ>`aE*`/gԎ,'' TsFT>N e^b[,H (4l g;-#ҀL&@__;bIz!IX$X xȳ4bPnYJdӭ/H}&WmCg|/H-a3D#N٥o¾ /~ݚIA-(*Y *Tѕ{Ltߨ<eͱ &<YT)/ 1#ve $@'$ҁt`e@>gE_a)llKGz$M0΄?P^E,z1G{=/@S]#OB,䶙-E7~|م6$%B{~zNH}6VޭX)qڅg@˙>5N W+WFy,ԩk1[2)*t[q-fV΀a; 4vC?.[xגr4]Gf AyU:V-RdPؤt*g2ЕC5吸;eW41%9Y)\A`7ԐeXcȬU0B3)u+ON1mGgsT)֎m q1,M̪9n H`@ZK(2?r&[~xSۆt 1`n73 ^siA#4~<7hUMp+TcKj6b?'&kk>yфPwA)J?GTHF8Ab De||Ux(?˽a%hxD`W6gQ,~hʃ9+m."L}rJP_v${I{G&w3;~۪M$mSLtǕѹWtXlBԺt%NB1)x-FRV`ix˴\1F ]YpCf\ ^oKH`}{ 9P[?'^g35g?j#}J!:Q|8Ǽ.FfFf -^&sk~0:X_v3C,H6e2-o 5tN:\°LMꛛ1rgRkEliM?*ȖXBCJ\pT:+E4 2g7m \z v2뷜bpXe P̼iT3RP;+W*4\{nKc`KcJWK7 Bz)7ZUm+GT*YEϝ8mGQ9uIW5p{eb3P(Ѳ `,<#Idc*M@6Oڷży*ޫoyCi6>זM9GbW |ގVe͙S' g7} ÔZycѓVmc׳9ΆsKb-P[0n6*cZ3륜=P7;/*đw-=7'!!8/|۷h[oܔo~)WnYeZFpߒ;aaZK7nnoR5:Xju>)A_Q7u]9UrRBff dc GK"64o^ ̓!la1ߩ'Fx$8nfms ja63Ҍ5{s2bD2}8Xhv[tS[6_>"har-]Ìږ?xW+Rc_I}ݳ5ed_LPҗu\dDsPFFVD4Go\3y@@K琤-V4`̀C!(^.~#tgY(^"o٬zSh)!6w{+63Alz/<"Z ;Wљt&m[WFf疬Jb=bc^a_ ұڳFJ[zAoOY,( FY(W 4*#6ʔ:Y=(F He8C@۝EFǰ:%̬;EJu`0&Wz&u:\RiWDC2{Hi(BRYv_~.P_愱[N~;ţTjk MEXg.SKFVȜXCiKe^e= {@Y'DonW :rx*/˅-O܆݇Sz6.A/75">jG{U>fKP>Opvn-}kܖmk ;aD N(P.3q8 S3B$( xcl@4Zʻԭ͙Ij?<0>j 6?" 9.*>?@ve {w3Cu$-ۓs;^/ 7*(|'zFSęty/v:Q{q ئ:j]PtDU%o$P72t]ɆW0Y[#4\h =J|-||Z;ІuߝەjHR6&ÊD%(c]E&?yTtL̮CM0Gg>U., yyi1(iŝCc?H'I&OΥs]RVJzōvF-Ո m߆ȱ֦[oY_jr%(^XՁL'ѳV8)nd%SDe]8I['fJ2hgu/'L"{QNȆܳ~2<]UA[D W12QW]nxtup.b!M9^b$`#ˆ͞DEϐK*ZfV0o7E~t}_R#F9I-VEƅT*7O rvbo?.%x?R[2t 9f99Saܮ7Ӎ_;'g-{* jvC`IN`-?ppCz^SoLjEP#Jc倍ҚOom#^Ƒ@NoRGpc:.ExD-2&H,nl`|T*iwN}qlR@-diy$d- F{J/5H^1%ƒުu Gp) ۊd|PgvUkb@/ޗ fUZ)a[3Eb8{[@@vc{?m\<՛J oO4 7^)E[Myzm6 L'j ٥F2Ş&Ȝ\;)P4Uܾg }$\W ,}^"M]e8/@m싫0HQc:r CkEQ˜pi+"׫a4Hi=hk|l|qFr+mt-Z0VC'u+D]1,'%[ϑ@jm˲pW a֕ 5yLv6Al?~;d([k=* :%!#yV+p?sXw3+ iU70"Lm[g#*Ҳ8Līf2:|bt7 jK13o'̪+V#?\^W!J)JoZGcƧ}Y*ǃ;'9z$tUN#'J:>n58U9Q!/wFrQƨ b<0G^=F6uݶ ~ :iyq58S%?g0GV8(y-WQSt 9 Elh( 'hcy7$ꗇ 2 '!Oǥ/5|H ;mU"*nu Wr{Bʔ "W1, #ȩsMjo&Va&`}T-Gj w%ŞPOO%dڞRT/zbx ˈB9ah-b(7?Ivrd곱~!U }lulQ'0ƚW"(|c*f^X^Ĩb\L#mV] ~wxk傸]pXT%H wHXb~DR~J \OȀQ]C6K{bcb n~9 騦;=)03ZNjNI|ЌbH/u,FAaq xOusCjtjQ`,,  ^+[V,gѥg=Z1*4Ύ,N:kfSupZYwk16UaRu6~> L"L,Ep7o?Ae +4T(n%Q.w(8gZoV9 U!*To yв;t/s` X]0s ǎGeON{~j/f%8^u,y/;Qw˜iQmnM%&s3_k̰P&Z}y_]bMnl-Y;ݾ݈sLwN(Y@I7 ݍW`p& Uc$\s/UP,,ia0H/.ɍ4uLg05{I (+/WʾM{:~;bZ3uS…XKN+# <(RЪo6O'Z۰բEYf5GC!ϐFXZ:JCtݯI7҆Y؁ʇuD.~ NUB"n܋ypmnb(<  ( d!tmOf\z4\7!c%@?4]ݒkЭ"tV0@hI-CvY:ٲ%^rc={RЫ>Gs"kGs_B^_Ž=aۈ9{Gܫ _UQЇ+ێBf -BZ)hHoɧA鎨@AR!PcWP| { ن`ie%1 V2m;BwL;Еr4n΄L(gpY 7ߩ쵊~[+QLt@,ZyN.}[?+};EIe%Y|8Tq q,px\P4Y[l=Ї'o.qLE Q1/\F^pga+BԆ@:[5$,,"iҪ"$k P:׼ IŦ?=ZB mM~=ږU_;&YNQj?|8rY=M--'>++πOE x*QY]qK?oq Ϝk)fȘ;ptVE}3 :'@ 'e##ep Bw`eT(c.L@t$̉:ӅcU6-#ݷR uHdPw@^~%Hpۨ ڬ^ s Gc2D/tDrzy.|fvZ3H9QLb~yQe(jυq"}ȧI5WSo{upEn2qJGQ`#;خ5,[x5u6Ys8.b\{ UNݾ< cM6T =T/9Ҕ1 ܦ$fF. ٿ7ċt'["'IZhyhWgbO#RZ=9m7G'aQ_ $V~&(xim= \!XG#.!Yߎw ϩAo('OXb.-fau(}Ui7>Xa|ovyG*k|d>|$4:[yܖ&,>1&jD[K&Vy/ *;i> sfHPx\hϼ0U-˸1pB-xq:tWbƓ=X{0ul-PK6Va'HDh`qYcRJA^&AnjH][ݾ#R#w-⚯*ߵH/A/3ZyN#<>>RG >CR&#y$sӝ7eSfj Sߕjh[t{O|@M`w 7"-Lޚ9'(0 t* T&UydFg 6ӂk`)tK'ፕ]Oڏpr Q= ,DžU36M>X2FE v|8l*F9Qk慸~toi[)`bcVnH-S LAr<Ѱ J3  Cs_W/n$uWr "7>P217[{N i([(G!0hB[CөDSx`vBdYXMe=z1!hV8$*:'p +3HޑD-JS,(럔%"_ik㐜h3PWҳ7M| N \7F=+@w"n7߼Xt[ m8KS){ڞcE AT*7cnX CKs`v+AAY==ÒSX/"/ V $ #K>ăe2pG&џTF-iE3ဩ.@{TUjPs/5{Qڅ\zƒp/ͽr(m@?LCt1"%]Wxγi]Ԙ,l${IT}Ҳ͜ i 9'=|=\fǟfID%F9E!7$W)XoaŹ֭ݾT4VS @g(U_^ul ]ڞė>9uꖶƣsj?|#bplHlk0m%O/NvLM#lLŽT'1[HXjT 1nXM.`l Wxsgq V'}n3DOnMG$&.}N7߫c%r))""A@"wA54hHR{ɇۖ4Q )XJ񐈤=x?=ugz~)vhL?T?h6N':c'Y]8D2=;q3U7,_ʕ)F@}UO ·a7XJ!Y'= r b!- TpjOoCFMTgg1|#d*0 2XJ;"kF^ĦKuwLyŰZQy[l^=NjKM_@>t%T"7n@7enU|g^ϩ/視tQcOCV+;VuP _hL ?(@|wHSoYF s:\ i]0vTYD BL9q>31x4e =g} Kj?*?dB"71Bl.e}@fqWۏP.gٕWWm6-Y e((An7CPESx5Stפ &!42G{__1XILLL/m%0v>*TW6[ZT$blKG~\Y-@4-8\hlW]J6`ٯڰDrr 2Aʀ)f'BX ~kl; V@'ᄄVY%owy  cL CD5/ O( λY}YP7ϔa>:q*o$Ef(w juj /Q m ȼ(HN2x1u vL"L"2[`fD/xRN-H^%z}(Ěg FeDm0^A:tDˡz혭P/}߾)%+kCRzlQR# r}kGh"kJpC-ݦ晄E ÂZ5|u!k 1BL_ZތӉU85_ޯzgK ֿy@imELy6bZN_mu"HـМ+ph՝Į(dhO%7!S*P 畔AE\xJ߲&ͯs¸E͸C6|:> Z:-Sg$XgTtk } dzƧpK}PО N0e˻IO{1D!1vaWX^h:Ar}tt\hHTA @+(\WxO 4@\顩G7F+o&^s9޴XZC\R? Bf-aYG&S߰<; r; m?CimR+HVYMOO*]iJ,uwM `?8X Ѥ9%e8|Jb7iɎg+:(ns!.Axd+@.5N3LդAXrH)5z%Da42"UX{8^WHB/kܮpPýV!zS䟛)RBP8h4-"$"nm9cوz(r )ΰdҚ$o~Kl[Pc4#',أjWiF&E^*rc=ZOFauMftTl&]1[`A/vIj)KrτeukhN`.hM wwHdWqQO( 72H Ġʐp9sK v%\,, DbNxp&++ݬNNWȏpC#-@("CU!(uSiu10_Qib UM#ֵԗ~➌.<0Y(1+iV@)=Z 9fӦ9 <_haܝ 1$D_Y!Jxm+7EH?XtD7^99q6<4.L| m+Qfr%;,问)նW m:nS42 agObH]nmuR"@+:üF;^{㤸OE I1WJ eN'!O߬k>PKXiY"B9"i,"jblT ֗' Ŀ׋Z^B)ڡr̦Ja;fǪ>4To`h)~p='ٮ.y>/<}V}v@ccS ZyPVY?D'*rdޙ]PQf2@-ފW g9ЧΊY [2"(O𭲱7qD`$9'5eO3C*pGŀtY9=:)BLMz `ND'TKqNƔ/'H v)Gl.'['LO6r̀.$M qYKQ/3\xǑY#KgcŃw>Y?L#^aǙa#uap&㨮( K`*0\ex)uzO˘@"?p1njDo'-;<<њp dJ+Ve.[p)e着) T1My1B^RxD \&غ'g҈e˹gX6jG,ֆ4-otUԃ#vz D-ju p9 -edsϸ~S":mW8'i5>@ xBWxDtgݘa8?°&n̗GimY;}NqL^&3z t*"R(4qp-o%nK;H ˻PI ]q+xB|iъa۷ _9:YWy n|aѳ@R g|p8ai%,،*a7'tHkj2VȧO'!ڙ^Lbɖ蜖W3(-9u \QS_ɷѼo&5QD- Dž@m;̡$Z:m[3SQ= *9GҬAXErLeksRQWLQN B#m=Q d!'/%)]֜'dዉl!f?0e4 v44?Ța3$o*Z7ޙz10KEw AGߦ$1C,'6pES@qW&8܀!&>)c$=h}$S1;dgumg`EZI6BH$MrH޵k|2j6 Sڸk2/"tiNt=Fj݆kb#ʦ( hv@q5ߠ9'[ƛފ+-5lw1ݽXoGUoDaQ'rp kJ]p"2Ht0pLHEQ>U|{wWOXqAG럁{֯ǴvdB4[Z\L}D]qwKZ\d PYrE"nߚ16=@ub4EAa(mʬh*dbx- X\{tv]0gW3r'E!.nE" JQ'q{u_V_}AK&lIo㡬/-m^)3/zPW/ݖ9uE9;3F] 1^āmCw7*1u"ԞsqejrfelgOWZSBDn x9AK> fDʞY|j$kTŐyPs F0\.\Zø,X97OI `sΗ0oGf*1BZ#x+e:KX|e{`KiAk"tCܤE sd$_x6VuqUjMBCj }[Șkh_\>5sK[n6HHڔ:$4`A @b?`Q2I(rO'5zpABNRhS玪/qN0rL*6 2c [YBATGS%g8 䎰+Bj/%.0 7!;Vbߌj^5Vşֆ tAn#շO:j YZ