python-demo-2.7.13-27.15.1<>,^\;?/=„QB5jUkF#(/G|V1}m!n&RiǼ@ .pS Йshp\*ҙcK5$9[-Ϙ=ɻpmL4Θ[oX/>cꙻxtEc{!g ʬ]RDtM=^ T9j۹kCC–)l1~Gϲa`.A XNκc) :n]F1hXBgcӡ1R;xGϷG><?d  :  )@FP, , X, , `, \L, ^x,g(,r,|},U(r8|59P5:5BFG,Hl,I,XHYXZ[\,]8,^m7b9cdkepfulwu,v<w,x,zxCpython-demo2.7.1327.15.1Python Demonstration ScriptsVarious demonstrations of what you can do with Python and a number of programs that are useful for building or extending Python.\;?lamb06)kopenSUSE Leap 42.3openSUSEPython-2.0http://bugs.opensuse.orgDevelopment/Languages/Pythonhttp://www.python.org/linuxx86_64&& 6M( T _ cf6  C u%P]-[ZCjod!'s`  (Nu5HuDE ai? Ekhe  psV ? tX&3   w T  %% z[} "%tj" 4+"+&1 T#y 8~ /8LCc } )K(1jEyKfG#(o vN > # 36 `V/-Q ePe %t ~  . -v : M |r% ~`C#'g AK!"i E%# y/sCFn &8Ppg;K:` 7Tfa1( L6A   SVLB$_x YGQBp Wp|5$.A 3$!4Y nz ;n@z7*}f+\)|"')=psimons@suse.compsimons@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comjmatejek@suse.comcrrodriguez@opensuse.orgjmatejek@suse.comjmatejek@suse.comandreas.stieger@gmx.dejmatejek@suse.comcrrodriguez@opensuse.orglnussel@suse.dejmatejek@suse.comjengelh@inai.deschwab@suse.dejmatejek@suse.comspeilicke@suse.comjmatejek@suse.comidonmez@suse.comjmatejek@suse.comidonmez@suse.comdvaleev@suse.comjfunk@funktronics.cajmatejek@suse.comjmatejek@suse.comsaschpe@suse.decoolo@suse.comjmatejek@suse.comro@suse.dejmatejek@novell.comjmatejek@novell.compth@suse.decristian.rodriguez@opensuse.orgjmatejek@novell.comjengelh@medozas.dematejcik@suse.czjengelh@medozas.dematejcik@suse.czaj@suse.decoolo@novell.commatejcik@suse.czcoolo@novell.commax@suse.dematejcik@suse.czmatejcik@suse.czcoolo@novell.commatejcik@suse.cz- 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-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-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] - 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]- update for SLE (bsc#1027282) - removed obsolete python-2.7-urllib2-localnet-ssl.patch - refreshed python-2.7.9-sles-disable-verification-by-default.patch to work with PEP493-compatibe config. Variable "PYTHONHTTPSVERIFY" is now recognized and setting it to 1 will enable strict TLS checking, while setting to 0 will disable checking. The default behavior depends on whether a policy file (typically from python-strict-tls-check package) is present: if it is, the policy decides what happens, empty policy file means upstream policy. If not present, checking is disabled by default.- 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 - 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- 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)- 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- for SLE 12 SP1, disable SSL verification-by-default for backwards compatibility (python-2.7.9-sles-disable-verification-by-default.patch)- python-2.7.9-ssl_ca_path.patch - reintroduce support for CA directory path- update to 2.7.9- Only pkgconfig(x11) is required for build,not xorg-x11-devel.- update to 2.7.8 * bugfix-only release, dozens of bugs fixed- update to 2.7.7 * bugfix-only release, over a hundred bugs fixed- Fix build with SQLite 3.8.4 [bnc#867887], fixing SQLite tests, adding python-2.7.6-sqlite-3.8.4-tests.patch- update to 2.7.6- build with -DOPENSSL_LOAD_CONF so python honours the system's openSSL configuration if any, allowing it to benefit from openssl ENGINE functionality.- update python-2.7.3-ssl_ca_path.patch patch to load default verify locations if no ca_certs file is specified (bnc#827982, bnc#836739)- handle NULL bytes in certain fields of SSL certificates (CVE-2013-4238, bnc#834601)- Add python-bsddb6.diff to support building against libdb-6.0- Reenable testsuite on arm- switch to xz archive- Update to version 2.7.5: + bugfix-only release + fixes several important regressions introduced in 2.7.4 + Issue #15535: Fixed regression in the pickling of named tuples by removing the __dict__ property introduced in 2.7.4. + Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, such as was shipped with Centos 5 and Mac OS X 10.4. + Issue #17703: Fix a regression where an illegal use of Py_DECREF() after interpreter finalization can cause a crash. + Issue #16447: Fixed potential segmentation fault when setting __name__ on a class. + Issue #17610: Don't rely on non-standard behavior of the C qsort() function. 12 See http://hg.python.org/cpython/file/ab05e7dd2788/Misc/NEWS for more- update to 2.7.4 * bugfix-only release- Add Source URL, see https://en.opensuse.org/SourceUrls- fix pythonstart failing on $HOME-less users (bnc#804978)- python & python-base Release numbers can differ, take that into account. See bnc#766778 comment 12.- Fix failing test_dbm on ppc64- Support directory-based certificate stores with the ca_certs parameter of SSL functions [bnc#761501]- enabled some tests- %python_version now correctly refers to %tarversion- Spec file cleanup: * Run spec-cleaner * Remove outdated %clean section, AutoReqProv and authors from descr. - Fix license to Python-2.0 (also SPDX style)- add automake as buildrequire to avoid implicit dependency- dropped newslist.py from demos because of bad license (bnc#718009)- update to 2.7.2: * Bug fix only release, see http://hg.python.org/cpython/raw-file/eb3c9b74884c/Misc/NEWS for details - introduce a pre_checkin.sh file that synchronizes patches between python and python-base - rediff patches for 2.7.2 - replace kernel3 patch with the upstream solution- updated to 2.7.1 * bugfix-only release- added "fix-parallel-make" patch to python main package as well, because build process is the same- Prefix DATE and TIME with PY_BUILD_ and COMPILER with PYTHON_ as to not break external code (bnc#673071).- Provide "fake" build enviroment information * build date replaced by source tarball modify date * compiler string replaced by "GCC" * This is intended to avoid republishing the packages over and over again.- update to 2.7 * see changes in python-base.changes - cleaned up the spec and patches- add patch from http://bugs.python.org/issue6029 - use %_smp_mflags- update to 2.6.5- exclude dl.so from SPARC64 (not built like on x86_64)- enabled ipv6 in configure (bnc#572673)- Apply patches with fuzz=0- update patch again- readline shouldn't append space after completion (bnc#551715, python bug 5833)- updated patches to apply with fuzz=0- removed blt from BuildRequires so that it can be dropped.- added patch for potential SSL hangup during handshake (bnc#525295)- renamed multilib patch to reflect the changes- disable as-needed to fix build- update to 2.6.2 * bugfix-only release for 2.6 seriespyth_dmolamb06 1559837503  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,2.7.13-27.15.12.7.13-27.15.12.7.13      !"""""""""######$$$$%%%%%%%%%&&&&&&&&&&&&&'((()***********+++++,,,,,,,,,,,,,,,,,,,,,--,,............//........00000000000000000000000000000000000000000000000000000000000000000000001112222222223334444555555566DemoREADMEcgiREADMEcgi0.shcgi1.pycgi2.pycgi3.pywiki.pyclassesComplex.pyDates.pyDbm.pyREADMERange.pyRev.pyVec.pybitvec.pycomparisonsREADMEpatternsregextest.pysortingtest.pysystemtest.pycursesREADMElife.pyncurses.pyrain.pyrepeat.pytclock.pyxmas.pyembedREADMEdemo.cimportexc.cloop.cmd5testREADMEfoomd5driver.pymetaclassesEiffel.pyEnum.pyMeta.pySimple.pySynch.pyTrace.pyindex.htmlmeta-vladimir.txtnewmetaclassesEiffel.pyEnum.pyparserFILESREADMEdocstring.pyexample.pysimple.pysource.pytest_parser.pytest_unparse.pyunparse.pypdistFSProxy.pyRCSProxy.pyREADMEclient.pycmdfw.pycmptree.pycvslib.pycvslock.pymac.pymakechangelog.pyrcsbumprcsclient.pyrcslib.pyrcvsrcvs.pyrrcsrrcs.pysecurity.pyserver.pysumtree.pypysvrREADMEpysvr.cpysvr.pyrpcMANIFESTREADMET.pymountclient.pynfsclient.pyrnusersclient.pyrpc.pytestxdr.pyscriptsREADMEbeer.pyeqfix.pyfact.pyfind-uname.pyfrom.pylpwatch.pymakedir.pymarkov.pymboxconvert.pymorse.pypi.pypp.pyprimes.pyqueens.pyscript.pyunbirthday.pyupdate.pysocketsREADMEbroadcast.pyechosvr.pyfinger.pyftp.pygopher.pymcast.pyradio.pyrpython.pyrpythond.pytelnet.pythroughput.pyudpecho.pyunicast.pyunixclient.pyunixserver.pythreadsCoroutine.pyGenerator.pyREADMEfcmp.pyfind.pysquasher.pysync.pytelnet.pytixINSTALL.txtREADME.txtbitmapsabout.xpmbold.xbmcapital.xbmcenterj.xbmcombobox.xbmcombobox.xpmcombobox.xpm.1drivea.xbmdrivea.xpmexit.xpmfilebox.xbmfilebox.xpmitalic.xbmjustify.xbmleftj.xbmnetw.xbmnetw.xpmoptmenu.xpmrightj.xbmselect.xpmtix.gifunderline.xbmgrid.pysamplesBalloon.pyBtnBox.pyCmpImg.pyComboBox.pyControl.pyDirList.pyDirTree.pyNoteBook.pyOptMenu.pyPanedWin.pyPopMenu.pySHList1.pySHList2.pyTree.pytixwidgets.pytkinterREADMEguidoAttrDialog.pyManPage.pyMimeViewer.pyShellWindow.pybrownian.pybrownian2.pycanvasevents.pydialog.pyelectrons.pyhanoi.pyhello.pyimagedraw.pyimageview.pykill.pylisttree.pymbox.pynewmenubardemo.pyoptionmenu.pypaint.pyrmt.pysolitaire.pysortvisu.pyss1.pysvkill.pyswitch.pytkman.pywish.pymatt00-HELLO-WORLD.pyREADMEanimation-simple.pyanimation-w-velocity-ctrl.pybind-w-mult-calls-p-type.pycanvas-demo-simple.pycanvas-gridding.pycanvas-moving-or-creating.pycanvas-moving-w-mouse.pycanvas-mult-item-sel.pycanvas-reading-tag-info.pycanvas-w-widget-draw-el.pycanvas-with-scrollbars.pydialog-box.pyentry-simple.pyentry-with-shared-variable.pykilling-window-w-wm.pymenu-all-types-of-entries.pymenu-simple.pynot-what-you-might-think-1.pynot-what-you-might-think-2.pypacker-and-placer-together.pypacker-simple.pyplacer-simple.pypong-demo-1.pyprinting-coords-of-items.pyradiobutton-simple.pyrubber-band-box-demo-1.pyrubber-line-demo-1.pyslider-demo-1.pysubclass-existing-widgets.pytwo-radio-groups.pywindow-creation-more.pywindow-creation-simple.pywindow-creation-w-location.pyttkcombo_themes.pydirbrowser.pyimgclose.gifclose_active.gifclose_pressed.giflistbox_scrollcmd.pymac_searchentry.pynotebook_closebtn.pyplastik_theme.pyroundframe.pytheme_selector.pytreeview_multicolumn.pyttkcalendar.pywidget_state.pyturtleabout_turtle.txtabout_turtledemo.txtdemohelp.txttdemo_I_dontlike_tiltdemo.pytdemo_bytedesign.pytdemo_chaos.pytdemo_clock.pytdemo_colormixer.pytdemo_fractalcurves.pytdemo_lindenmayer_indian.pytdemo_minimal_hanoi.pytdemo_nim.pytdemo_paint.pytdemo_peace.pytdemo_penrose.pytdemo_planet_and_moon.pytdemo_tree.pytdemo_two_canvases.pytdemo_wikipedia.pytdemo_yinyang.pyturtle.cfgturtleDemo.pyxmlelem_count.pyroundtrip.pyrss2html.pyzlibminigzip.pyzlibdemo.pyToolsREADMEaudiopyREADMEaudiopybgenREADMEbgenbgen.pybgenBuffer.pybgenGenerator.pybgenGeneratorGroup.pybgenHeapBuffer.pybgenModule.pybgenObjectDefinition.pybgenOutput.pybgenStackBuffer.pybgenStringBuffer.pybgenType.pybgenVariable.pymacsupport.pyscantools.pybuildbotbuild-amd64.batbuild.batbuildmsi.batclean-amd64.batclean.batexternal-amd64.batexternal.battest-amd64.battest.batccbenchccbench.pycompilerACKSREADMEast.txtastgen.pycompile.pydemo.pydumppyc.pyregrtest.pystacktest.pyfaqwizREADMEfaqconf.pyfaqcust.pyfaqw.pyfaqwiz.pymove-faqwiz.shframerREADME.txtTODO.txtexample.pyframer__init__.pybases.pyfunction.pymember.pyslots.pystruct.pystructparse.pytemplate.pyutil.pyfreezeREADMEbkfile.pycheckextensions.pycheckextensions_win32.pyextensions_win32.inifreeze.pyhello.pymakeconfig.pymakefreeze.pymakemakefile.pyparsesetup.pywin32.htmlwinmakemakefile.pygdblibpython.pyi18nmakelocalealias.pymsgfmt.pypygettext.pyiobenchiobench.pymsiREADME.txtWixCA.blobcrtlicense.txtmsi.pymsilib.pymsisupport.cmsisupport.makschema.pysequence.pyuisample.pyuuids.pynugetbuild.batmake_pkg.projmake_zip.pypython2.nuspecpython2x86.nuspecpybenchArithmetic.pyCalls.pyCommandLine.pyConstructs.pyDict.pyExceptions.pyImports.pyInstances.pyLICENSELists.pyLookups.pyNewInstances.pyNumbers.pyREADMESetup.pyStrings.pyTuples.pyUnicode.pyWith.pyclockres.pypackage__init__.pysubmodule.pypybench.pysystimes.pypyncheChipViewer.pyColorDB.pyDetailsViewer.pyListViewer.pyMain.pyPyncheWidget.pyREADMEStripViewer.pySwitchboard.pyTextViewer.pyTypeinViewer.pyXrgb.txtxlicense.txt__init__.pyhtml40colors.txtnamedcolors.txtpyColorChooser.pypynchepynche.pywwebcolors.txtwebsafe.txtscripts2to3READMEanalyze_dxp.pybyext.pybyteyears.pycheckappend.pycheckpip.pycheckpyc.pyclassfix.pycleanfuture.pycombinerefs.pycopytime.pycrlf.pycvsfiles.pydb2pickle.pydiff.pydutree.docdutree.pyeptags.pyfind_recursionlimit.pyfinddiv.pyfindlinksto.pyfindnocoding.pyfixcid.pyfixdiv.pyfixheader.pyfixnotice.pyfixps.pygoogle.pygprof2html.pyh2py.pyhotshotmain.pyidleifdef.pylfcr.pylinktree.pylll.pylogmerge.pymailerdaemon.pymd5sum.pymethfix.pymkreal.pyndiff.pynm2def.pyobjgraph.pyparseentities.pypatchcheck.pypathfix.pypdeps.pypickle2db.pypindent.pyptags.pypydocpydocgui.pywpysource.pyredemo.pyreindent-rst.pyreindent.pyrgrep.pyserve.pysetup.pysuff.pysvneol.pytexcheck.pytexi2html.pytreesync.pyuntabify.pywhich.pywin_add2path.pyxxci.pysslget-remote-certificate.pymake_ssl_data.pytest_multiple_versions.pyunicodecomparecodecs.pygencjkcodecs.pygencodec.pygenwincodec.pygenwincodecs.batlistcodecs.pymakeunicodedata.pymkstringprep.pypython-mappingsCP1140.TXTKOI8-U.TXTTIS-620.TXTversioncheckREADME_checkversion.pycheckversions.pypyversioncheck.pywebcheckerREADMEtktools.pywcgui.pywcmac.pywebchecker.pywebsucker.pywsgui.pyworldREADMEworld/usr/share/doc/packages/python//usr/share/doc/packages/python/Demo//usr/share/doc/packages/python/Demo/cgi//usr/share/doc/packages/python/Demo/classes//usr/share/doc/packages/python/Demo/comparisons//usr/share/doc/packages/python/Demo/curses//usr/share/doc/packages/python/Demo/embed//usr/share/doc/packages/python/Demo/md5test//usr/share/doc/packages/python/Demo/metaclasses//usr/share/doc/packages/python/Demo/newmetaclasses//usr/share/doc/packages/python/Demo/parser//usr/share/doc/packages/python/Demo/pdist//usr/share/doc/packages/python/Demo/pysvr//usr/share/doc/packages/python/Demo/rpc//usr/share/doc/packages/python/Demo/scripts//usr/share/doc/packages/python/Demo/sockets//usr/share/doc/packages/python/Demo/threads//usr/share/doc/packages/python/Demo/tix//usr/share/doc/packages/python/Demo/tix/bitmaps//usr/share/doc/packages/python/Demo/tix/samples//usr/share/doc/packages/python/Demo/tkinter//usr/share/doc/packages/python/Demo/tkinter/guido//usr/share/doc/packages/python/Demo/tkinter/matt//usr/share/doc/packages/python/Demo/tkinter/ttk//usr/share/doc/packages/python/Demo/tkinter/ttk/img//usr/share/doc/packages/python/Demo/turtle//usr/share/doc/packages/python/Demo/xml//usr/share/doc/packages/python/Demo/zlib//usr/share/doc/packages/python/Tools//usr/share/doc/packages/python/Tools/audiopy//usr/share/doc/packages/python/Tools/bgen//usr/share/doc/packages/python/Tools/bgen/bgen//usr/share/doc/packages/python/Tools/buildbot//usr/share/doc/packages/python/Tools/ccbench//usr/share/doc/packages/python/Tools/compiler//usr/share/doc/packages/python/Tools/faqwiz//usr/share/doc/packages/python/Tools/framer//usr/share/doc/packages/python/Tools/framer/framer//usr/share/doc/packages/python/Tools/freeze//usr/share/doc/packages/python/Tools/gdb//usr/share/doc/packages/python/Tools/i18n//usr/share/doc/packages/python/Tools/iobench//usr/share/doc/packages/python/Tools/msi//usr/share/doc/packages/python/Tools/nuget//usr/share/doc/packages/python/Tools/pybench//usr/share/doc/packages/python/Tools/pybench/package//usr/share/doc/packages/python/Tools/pynche//usr/share/doc/packages/python/Tools/pynche/X//usr/share/doc/packages/python/Tools/scripts//usr/share/doc/packages/python/Tools/ssl//usr/share/doc/packages/python/Tools/unicode//usr/share/doc/packages/python/Tools/unicode/python-mappings//usr/share/doc/packages/python/Tools/versioncheck//usr/share/doc/packages/python/Tools/webchecker//usr/share/doc/packages/python/Tools/world/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:10367/openSUSE_Leap_42.3_Update/4d5a5632ddd4940198880b9ebfefed6d-python.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linux          directoryASCII textPOSIX shell script, ASCII text executablePython script, ASCII text executableC++ source, ASCII textC source, ASCII textASCII text, with no line terminatorsHTML document, ASCII textISO-8859 textX pixmap image, ASCII textGIF image data, version 87a, 252 x 213GIF image data, version 89a, 8 x 8DOS batch file, ASCII text, with CRLF line terminatorsASCII text, with CRLF line terminatorsHTML document, ASCII text, with very long linesPython script, ISO-8859 text executablePython script, UTF-8 Unicode text executable, with very long linesPython script, ASCII text executable, with very long linesASCII text, with very long linesXML document textemptynews, ASCII textTeX document, ASCII textk5!'bg6?@]"k%w#) Ք_4vωҩWs2vzN+S`U3#ە(LMK?H!MH.6k96:-mJrTkYyJu= #f?M;dP:T`ᗜ9/p" ldY& >}LYl{NH='Myb,*l WϊG㌊we>&%sz l\xV-|4 ީOKp%iJ9exャh~Z;9A?>+0VlVFoGJ,e t$,O/Aɰކr}_RXbRXsV|59:k7 _vSe&um bS+9pauG3j.˱:!T8h6 _獖'^`|GkNc sۭS$Ǩ M̧1]9\Z:%t\XGe>&dNPN YR5˕[L֮14 %>/[LϞ(vJ 7s ,Z%O99m<W֣ܼbP4M].nCչ'pE7, $ߊ֏!@XsL/ݦ|DQ9[[0Kõ`lTajTǀ ~B&bJM)ORKY/{Upzpp ɀ(۵#mn]zo=ALb?V_֪(f) d%e$ +oGO [ ;UxjMdMoG:W( Np"N})P4ܾ Ȗ#$p޳-,rM'Oz}ͤiyޢ[ި_%0ocjӞF_y2Ti+am~XL'](*!k?| q.CF4K[Z"0TnUVmjɲ|՜u3]֕8-CŧzQMk$2ґ􉆗ʶd\ט3#~Kҡ+C Snj[m׃QΟ샟>f橃qXZؿ6q>+R[AAqu|(t ^} Ī%\ur=r **M9H:G(H vWfsoN=jbIWhO,@!].?[~pQp1n@2D&ZFd-loµ(~ށjиlayr"05}e4RӒa~0,m2s|~/)د\-fA-D) ŸF߷e9L㱴&҂wg7b!>!hƭˎ/@KNcq|2+E#9hEL ɪXEsQgܩyNl_GqCoCtAL#1x8WYyV*jjok/1=?P5]??Xe}w)[/CO֌d8BeleƢc<+ ;r _×r땔9f9A%݌9*Gc*b~Gվ$rOi\K4DKU[ۙfBnh1q;OO ^QDt~vXyWZLo뺹@o%X c?"eÓ޵?zӽ8=J19JDr^9Tڂ_;Ț2cjԻ7pg{ 87'ؾ7OX bxg鹗VʂHT>ݳNOm !TrM=}TsRg1o >A[ ݟZ0)F;bN$nDFk/Phޚ^Iƅ{:@0&e\a{Sge\A! M"7VyCNaim*c\Qr$1K~8aY fy.)*d~4%K؂s= _74]53 6}G,32sp "1I/'F 1IF8UoIT ḃa0UpH'Ӧ'? asUKCyܾ. KۤΘkFD tU0S7^'tVirA,]MVN:$:q"2-f_ˎ9Cmҝ-> ܝN