spyder3-lang-3.2.8-bp153.1.16 >  A `Cq!M@eeeHcC6n&A7M$&YXEznkp9EpuಲiXϏr= m9Ք "8f7dc09cce99168bc08ed625cef7b3d5d77698e81c39fea3c5a90b931f97e58638d8071bde7cdbd5e885e712b118a94cb603e880-`Cq!M@eeeOr<&|ޤ:-v7y%=WJ Wbe.ވf#ܶ3P"߄WЅ`.b*8#f?&j e4M~0 $.k[]W )L?([kqG|(>\tنέ+X5SC/^4#eq oaX[1jN~gyI2k2GPZ>|C:RS<>!(oi_Ik&v\zQcy>p>?d  Atx P p     0p4t(58<9|:FGHI,XHYP\h]^/ bcndefluv4z?PT\`djCspyder3-lang3.2.8bp153.1.16Translations for package spyder3Provides translations for the "spyder3" package.`CSlamb55GSUSE Linux Enterprise 15 SP3openSUSEMIThttps://bugs.opensuse.orgSystem/Localizationhttps://github.com/spyder-ide/spyderlinuxnoarchnAAA큤AA큤AA큤AA큤AA큤`C7`C7`C7Z`C7`C7Z`C7`C7Z`C7`C7Z`C7`C7Ze05154b606e45fcf0be25134b1104d9650a666d5875a299a0821c541c7c0dc1b27d1fdd846ee4b0881fd15833e1bb359d01a930cf6887ddfe8e80fecd0d58ecb1d7ad5e9aadcadb5e47ce72211d0cd4ff24cf5c5613d7ffcbdf73a516524d6d1319e000060ba4b73c2e46cc0f370b8f28dddf35ec74b80a64731583b2150935895c0a129df425d411275bc68255e95420e0584b0bb9e6dc928cfd38ced3c68e7rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootspyder3-3.2.8-bp153.1.16.src.rpmspyder3-langspyder3-lang-all    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)spyder33.0.4-14.6.0-14.0-15.2-13.2.84.14.1[Zb@YX@XWw@WYZ@W/*@V@V/g@VUM@U3@UQTT;sebix+novell.com@sebix.attoddrme2178@gmail.comtoddrme2178@gmail.comjengelh@inai.detoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comarun@gmx.detoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.com- add missing requirement python3-cloudpickle, fixes boo#1095587- Update to Version 3.2.8 + New features > Editor * Add `Ctrl+Shift+Enter` shortcut to introduce new lines at any point. > IPython console * Always run Cython files in a dedicated console. + Issues Closed * ValueError trying to open pandas.DateOffset objects in Variable Explorer * AttributeError when attempting to edit non-writeable or non-settable attributes of certain (e.g. many common Pandas) objects in CollectionsEditor * TypeError and Python hard crash to desktop after modifying _typ attribute of pandas Period in CollectionsEditor * Saving session data (spydata) deletes all arrays nested inside other data structures * System time change causes Spyder error * AttributeError: 'NoneType' object has no attribute 'apply_plugin_settings' when attempting to activate Automatic Connections for Help * Typo in introspection.utils.get_words * Sphinx html_use_smartypants is deprecated as of 1.6 and removed in 1.7 * Spyder always open a new instance after updating to 3.2.7 version * Strange behavior for Spyder code annotations * AttributeError: 'NoneType' object has no attribute 'apply_plugin_settings' * AttributeError: 'NoneType' object has no attribute 'load_module' * Setting a path containing a single quote * ValueError when closing a file whose folder changed name in File Explorer * When browsing MultiIndex in Object Explorer, Pandas raises NotImplementedError: isna is not defined for MultiIndex * FileNotFoundError generated for template.py * Variable Explorer windows don't close when Spyder exits; prevents it from reopening until manually closed * Bug: Find and Replace indicate "no matches" when "[", "(", or ")" included in the search string * AttributeError when attempting to view dom.minidom.Element object in Variable Explorer * How do I move to a new line while I'm in the middle of the current line? * pyximport.install() in sitecustomize.py is not a good idea * delete (context="editor", name="delete") keyboard shortcut doesn't work * Saving large workspace on network drive crashes Spyder on Windows + Pull Requests Merged * Error report stopgap to make instructions harder to miss * Fix various bugs in Variable Explorer, including an application crash to desktop * Replace deprecated function in inline CollectionsEditor tests and add recently supported data types * Make several GUI/qtbot tests more reliable by increasing timeouts and tweaking the methods used * Add .pytest_cache to gitignore * Fix new instance validation on Windows. * Fix NotImplementedError when browsing a MultiIndex in the Collection Editor * Set parent for Variable Explorer editors so Spyder closes properly * Change time elapsed calculation to prevent OSError * Fix bugs in session saving to spydata and improve tests * Allow TODO check marks with blank line * Fix typo in utils.introspection.get_words * Pin to a Tornado version less than 5.0 to avoid hangs in our tests * Run Cython files in a dedicated console * Avoid showing dialogs in IPython console tests to avoid segfaults * Be able to open files in the Editor if no template is found * Add handling for AttributteError when importing module from path * Remove ipyconsole and editor attrs from the Help plugin * Update deprecated Sphinx directive html_use_smartypants * Allow rename from Explorer to work for directories * Fix error when setting a path with a single quote * Delay check whether we are running under pytest until run time * Allow shortcut key for editor/delete to work like Del key * Restore the previous wording for package versions in error report * Skip some IPython console tests in PyQt4 because they are segfaulting too much * Find/replace - return match counts on unescaped characters * Add Ctrl+Shift+Enter to enter a new line in the Editor - Update to Version 3.2.7 + New features > Main Window * Improve the interface to report errors to Github. > Variable Explorer * Enable the display of many more Numpy array types. > Editor * Copy text from the search field to the replace one after pressing `Tab`. > IPython console * Make `%edit foo.py` open `foo.py` in the Editor on Windows. > Find in Files * Remove items from the `Search in` list when hovering over them and pressing `Del`. * Add a `Clear this list` option below `Select other directory`. > Under the hood * Demand PyQt less than 5.10 for our wheels. + Issues Closed * Update translations for 3.2.7 * test_completions_custom_path fails with jedi 0.9.0 (Spyder 3) * FileNotFoundError history.py when running code in the IPython console * Mouse cursor issue with PyQt 5.10 * Add the the Collapse All and Expand All buttons to the toolbar of the Outline Explorer * PermissionError when Spyder is started * Selecting "tutorial" from help menu does not bring up Help pane automatically if not loaded, leading to user confusion * IndexError when getting help of an object * AttributeError when running code in the IPython console * RuntimeError when interrupting kernel * pdb history doesn't collapse similar text * IOError when trying to write to stderr file * Convert re expressions to use raw strings * Errors pop up when change the key shortcuts in python 2.7 * %edit magic command does not work on Windows * Color scheme changes after kernel restart * Spyder Profiler Hangs/Freezes * Bug with saved window layouts * Icon should be moved from share/pixmaps to share/icons * UnicodeEncodeError when searching text in the Editor * Uncaught error when opening a pandas DataFrame with out of bounds timestamps * Several tests fail locally under user environment with customized keyboard shortcuts due to relying on hardcoded keybindings * TypeError: tabText(self, int) when moving plugin tabs * UnicodeEncodeError when using a project with non-ascii characters on it * UnicodeDecodeError when moving a file with Project Explorer * Add missing Keywords metadata in desktop file * Paths in the "Search in" combobox of the "Find in File" plugin becomes corrupted * Improve interface to report errors * IPython console failing when custom interpreter is removed * Use Tab key to copy text to "Replace with:" field + Pull Requests Merged * Update Spanish translation * French translation for 3.2.7 * Update Japanese translation for 3.2.7 * Update Brazilian Portuguese translation * Update Russian translation * Demand PyQt5 less than 5.10 in our wheels * Skip test_completions_custom_path if jedi version before 0.10.0 * Update broken matplotlib project URL in install doc * Make projects work on unicode directories * Handle errors when writing history to disk in the IPython Console * Fix all test files to be run independently * Xfail test_auto_backend for certain versions of zmq and ipykernel * Add test for file directory change in the Project Explorer. * Add keywords to desktop files * Change share/pixmaps to share/icons in setup.py * Add error handling for the lockfile symlink on Windows * Harmonized the toolbar of the Outline Explorer with its context menu. * Add validation for custom interpreter option * Show Help if closed when opening tutorial to avoid user confusion * Fix and catch typeerror thrown when from_index is None while moving plugin tab * Catch any error in the isdefined method of dochelpers * Handle AttributeError when running code in the IPython Console. * Catch any error when creating stderr files in the IPython console * Catch RuntimeError when no kernel is running * Skip test_tab_copies_find_to_replace on Linux because it fails * Don't add repeated entries to history while on pdb * Skip test_calltip on Python 3 and PyQt < 5.9 because it's failing there * Custom layouts not working when hexstate is None * Pin pyqt5 to 5.9.2 on tests because 5.10 is giving segfaults during the collection phase * Install and run window manager in Travis to fix focus issues and unskip now-passing tests * Update Brazilian Portuguese translation * Change to re strings for Deprecation Warning * Use a temporary config directory to run our tests * Preserve color scheme on kernel restart * Update super() call to use Python 2 style call * Fix %edit magic on Windows * Fix Profiler error when run is stopped * Catch OutOfBoundsDatetime errors from pandas * Use a checkbox in error dialog to dismiss it instead of a button * Fix some completion errors in the Editor and show again no docs message in Help * Fix error when searching text in the Editor in translated interfaces * Find/replace - Copy search text to replace textbox on tabbing between them * Add troubleshooting blurb and OS version to issue template and enhance UI * Add Troubleshooting links and blurb to various appropriate places in Spyder and doc * Enable the display of many more numpy array types in the Variable Explorer * Fix 3 bugs and add 4 improvements to Find in Files * Major overhaul of Readme, contributing and install docs * Differenciate between ), }, and ] when closing brackets * Change error report dialog to enter issue description before submitting it - Update to Version 3.2.6 + New features > Editor * Make `Shift+Del` to cut text if users have some text selected. * Make `Shift+Ins` to paste text. * Make `Ctrl+PgUp`, `Ctrl+PgDn` and `Ctrl+Tab` shortcuts configurable. > Variable Explorer * Display date/times in human readable format. * Disable editing for immutable types (e.g. tuples). > Under the hood * Fix installation of wheels with `pip`. + Issues Closed * Error on Maximize Current Pane * AttributeError when resetting console namespace * Not able to change layouts after resetting * DataFrame Editor raises TypeError when editing any complex type * Fix errors when entering a value for a cell larger than the max int in Array and Dataframe editors * Consoles get renamed when moved in the IPython console * 3.2.5 fails to activate Matplotlib Qt5 backend * Variable Explorer throws an error instead of displaying contents when attempting to inspect any loaded modules * Spyder not starting in macOS because pyopengl is present * Update to 3.2.5 with pip fails for Python 2.7 as it pulls pyqt5 * Spyder crashes upon typing `net(` in editor * When comparing a generated and loaded profile, any negative deltas show (actual_value - ?) 1h:60min, not actual value * Improve how we detect that Spyder is running under Anaconda * Shift+del should delete line only when empty selection, otherwise clipboard cut * Tuples can be "edited" in Variable Explorer but changes are discarded * "ValueError: malformed node or string" when evaluating code that contains Path elements * Window layout setting error * Segmentation fault when trying to change keyboard shortcuts in Preferences * File switcher error * ValueError: not enough values to unpack in the File Explorer * Add ability to change Ctrl+PgUp and PgDn shortcuts * Keyboard shortcut hint is missing from menu item Search/Find in files * Tab in-between find and replace text boxes + Pull Requests Merged * Fix error when trying to maximize plugins that don't have a dock widget * Catch error when resetting console namespace and no kernel_client is available * Skip some tests because they are failing locally or segfaulting * Cannot change windows layout on first start after reset * Add shortcut to Find in Files in Search menu * Mark introspection test slow and re-enable it on certain CIs * Add test to verify that the Automatic backend is working correctly * Run slow tests only in our CIs * Fix TypeError editing any complex val in DataFrameEditor, and bug resulting in bool_s being treated as uneditable * Prevent an error in the FileSwitcher when all tabs are closed in the last focused widget. * Allow tab cycling shortcuts to be configurable in Editor * Patch ipykernel to avoid errors when setting the Qt5 Matplotlib backend * Fix crash and error dialog when triggering OverflowError (too large int) when editing arrays and dataframes * Fix renames when moving IPython console tabs * Fix negative deltas on profiler * Avoid a calltip crash when docstring is None * Fix mime type error detection in the File Explorer * Remove unnecessary flaky from introspection test, minor cleanup * Make Tab key properly switch between find and replace fields * Fix segfault on shortcut preferences when using mouse * Improve how we detect if we are running under Anaconda * Avoid errors when importing pyopengl at startup * Make pyqt5 a wheel dependency only for Python 3 * Fix error when attempting to view module contents in CollectionsEditor * Add expected default behavior for Shift+Del and Shift+Ins * Add coverage files and Notepad++ backups to gitignore * Skip several failing tests on Windows and one on a specific CI build * Add test coverage reporting with AppVeyor to Codecov * Display date/times in human readable format in Variable Explorer * Make bullets/numbers/headings more consistent and add Anaconda for Linux in install doc * Properly disable editing in Variable Explorer for values in immutable collections (e.g. tuples) * Manage types that extend str in value_to_display - Update to Version 3.2.5 + New features > IPython Console * Improve kernel startup time. * Add option to show kernel elapsed time. * Add button and option to remove all user-defined variables. * Load `%autoreload` magic at kernel startup to make changes to modules take effect instantly in the console. * Use `cloudpickle` to serialize/deserialize data between kernels and Spyder. > Variable Explorer * Add support for `datetime.timedelta` objects. > Under the hood * Add `pyqt5` as a new wheel dependency. * Add a new `--hide-console` option and deprecate `--show-console` on Windows. + Issues Closed * Update translations for 3.2.5 * Remove 'DMG Installers' option from documentation * UserWarning: Config option use_jedi not recognized by IPCompleter * Error when choosing rename option after editing tuple value from Variable explorer. * Code from one file not updating when called from another if run directly in the console * "Real-time code style analysis" checkbox in Prefs > Editor > Introspection checks for pep8, not pycodestyle * Return value of EditorStack.has_filename not checked properly * IPython console missing features with respect to the old Python console * AttributeError is thrown when trying to get help of an object * Improve working directory dropdown box * TypeError: disconnect() failed between 'sig_prompt_ready' and all its connections * Missing python doc in help menu * Problems with backend "TkAgg" on Linux * NameError when running isdefined * Save after moving editor tabs with split panes changes wrong files * Symbol finder gives error message * Cannot run static code analysis on Spyder 3.2.4 * Error when trying to explore empty numpy array * Variable explorer broken because of DeprecationWarning in ipykernel * Close parenthesis when unmatched * Crash on profiler because of lack of profiler.results * Can't open preferences anymore as I get an error message * Runtime Error raised while closing IPython Console instance * AttributeError: 'InternalShell' object has no attribute 'is_running' * Keyboard shortcuts reset button cannot be canceled/undone and too easy to trigger * Explicitly stated default Russian encoding on Windows not recognized * Automatic graphics backend throws an error * Can't enable debug mode * Spyder crashes after typing plt.plot( at the ipython console * Change --show-console for --hide-console * "Replace Selection" Erroneously Removing/Interpreting Escape Sequences * 'Show in external file explorer' on editor menu more than once for split panels * ValueError: invalid literal for int() with base 10: b'' * Error when replacing "\" by "\\" * Add Clear button to (find) entry boxes * Don't set current working directory for external kernels * Error when drag and drop file from zip * Fast file switch and fast symbol search do not work properly if the editor is splitted * Exploring variables in debugging mode is giving focus to the Editor * Spyder always opens a new instance * Variable explorer should list datetime.timedelta variables * Spyder is not installing the PyQt5 wheel when using pip * Outline explorer doesn't work with second Editor window * Breakpoint doesn't appear in gui (red circle) but is listed in Debug > Breakpoints > List breakpoints * There should be a way to donate money to support the project + Pull Requests Merged * Update Japanese translation for 3.2.5 * Update French translation for 3.2.5 * Update Spanish translations for 3.2.5 * Update Russian translation for 3.2.5 * Load %autoreload magic at kernel startup * Remove/update outdated refs to Mac OS X, Mac DMG installers and Continuum.io * Skip a test that started to fail on Windows and Python 2 * Disable renames for list, set and tuple in the Variable Explorer * Make tabs drag behavior in the IPython console to be the same as the Editor one * Several improvements to the IPython console * Fix missing documentation links * Add PyQt5 as a new wheel dependency * Change pep8 check_executable for pycodestyle. * Change for file save on split editor when tabs are moved * Disable smartpants quotes in Sphinx to prevent crash with MathJax * Catch AttributeError while using the Help plugin * Adjust calls to use has_filenames return value of None * Simplify how pyopengl is declared in setup.py * Add a tooltip showing the full path of highlighted item in the working directory dropdown box * Improve how Matplotlib backend is set in the IPython console * Catch TypeError while executing code instructions in the IPython console * Prevent Editor dockwidget to become visible when clicking on the outline explorer if the Editor is in a separate window * Skip test_load_kernel_file in PyQt4 because it segfaults too much * Catch NameError in isdefined * Add validation for mimedata2url in Editor's dragEnterEvent * Ignore warning generated by ipykernel.datapub * Skip test_issue_4066 in our CIs with PyQt >= 5.9 * Set focus for filter line when doing symbol search * Handle 3d empty numpy arrays * Change position of data loading to prevent not calling validation in the Pylint plugin * Change default behavior of --show-console option * Catch not found file error when loading profiler results. * Skip some dataframe tests on Linux * Add validation for attribute 'is_running' in the Help plugin * Support datetime.timedelta in variable explorer * Catch search regexp error while doing replace/find * Better feedback for regexp errors in find/replace * Do not overwrite unmatched braces * Fix ValueError when switching Python interpreters * Fix typo in Solarized color schemes. * Add confirmation message to reset shortcuts. * Add handling for RuntimeError while closing an IPython console instance. * Fix syncing of line number and plugin list for breakpoints and add unit tests. * Make clear line shortcut configurable in the IPython console * Don't unescape control characteres in replace in selection * Add cp1251 (default Russian) encoding on Windows to be recognized by the Editor * Reduce row height in dependencies dialog * Add clear button to find comboboxes * Fix bootstrap.py --debug * Add validation to not publish pdb_state after getting values of variables * Fix EditorSplitter menu_actions and add test. * Don't rely on process name when detecting a previous instance * Trade ipykernel.serialize for cloudpickle and remove use of publish_data * Make the fileswitcher aware of split editorstacks - Update to Version 3.2.4 + New features * Add compatibility with Jedi 0.11 * Display lists with all types of elements in the Variable Explorer. + Issues Closed * Cannot get past splash screen * Sorting by column in variable explorer * Error in variable explorer for dicts with mixed-type keys * Spyder crashes because of race condition in ZMQ * Error when opening a new project * Not all lists are supported by the variable explorer * Error when pressing Ctrl+C in the terminal where Spyder was started * Increase kernel_client.hb_channel.time_to_dead even more * Variable Explorer: sort by values not working * Checking/Unchecking path in the pathmanager is not working as expected in the IPython console * Enter in IPython console inserts new line when big Dataframes are in namespace * Problem when closing files with split editors whose tabs order are not synced. * Variable explorer crash when viewing numpy structured array * Profiler incorrectly detects recursion * Variable explorer raise error when try to sort dict by values * error when closing a file * Error when trying to sort dataframe with duplicate columns * Error when Selecting Fig from Variable Explorer * In ipdb, the up and down keys have a strange behaviour * pdb.pm() raises an Error * Issues with recognizing directory renaming * Closing last open file while being in non-existing working dir raises exception * AttributeError: 'NoneType' object has no attribute 'execute' * Error when trying to edit elements of a float numpy array in variable explorer * Some issues with dedicated consoles * "Save as" dialog extremely slow + Pull Requests Merged * Add an error message when sorting a dataframe on categorical dtypes * Make consoles to start without an stderr file * Update minimal QtPy required version * Skip a Matplotlib test in PyQt4 because it's failing too much * Backport PR 5159 * Fix crashing of the fileswitcher after closing the last file of the Editor. * Change spyderproject for spyproject in some missing places. * Add an error message when failing to serialize an object * Skip some tests to prevent recurrent failures and segfaults * Prevent a race condition with ZMQ during startup * Fix history browsing while debugging * Add handling for OSError's when changing directories. * Display all lists in the variable explorer * Add a safe getcwd function to handle errors when the current working was deleted * Show error when trying to sort dataframe with duplicate columns * Fix editing floats in array editor * Sync correctly the closing of files in multiple editorstacks. * Wait until console is ready before executing code for dedicated consoles * Fix some execution delays in the IPython console * A couple of fixes for Jedi 0.11 * Enable sorting by values in Variable Explorer * Prevent unchecked paths in the pathmanager to be added to the IPython console sys.path * Fix recursion error in profiler * Prevent hard crash when inspecting certain structured arrays * Don't show errors when kernel_client is None * Fix some issues with the Editor Save dialog * Apply window style only if it's not None * Handle error when using deepcopy in the collections editor. * Editor historystack improvements * Fix calling pdb.pm() in a console - Update to Version 3.2.3 + New features * Add a button to the Variable Explorer to remove all variables at once. + Issues Closed * AttributeError when using outline and split code * 'Execute in external system terminal' unwantedly uses python2 on ubuntu16.04 * AttributeError: 'super' object has no attribute '_handle_error' in IPython console * Renaming file containing folders yields IndexError. * pip created executable name changes between versions * KeyboardInterrupt error in waitingspinner * Debug: "Run Current Line" past the end of a script doesn't exit the debugger * "unblockcomment" incompatible with "automatically remove trailing spaces" * RuntimeError when using outline and split code editor * Variable Explorer: Add a button to remove all variables at once + Pull Requests Merged * Use get_python_executable to run in external terminals * Fix RuntimeError and AttributeError when using outline and split code editor * Stop creating universal wheels * Add handling for IndexError in the Editor when renaming folder containing file * Don't use super in _handle_error method of IPython console * Avoid KeyboardInterrupt to raise an error in waitingspinner * Exit the debugger if we are about to enter to sitecustomize.py * Fix unblock comments * Add a button in the Variable Explorer toolbar to reset namespace - Update to Version 3.2.2 + New features * Add a button to Find in Files to make searches case sensitive. * Extend Find in Files to select other search directories. * Add an option to set cursor blinking speed in miliseconds in `Preferences > General > Interface > Cursor blinking`. * Add checkboxes to PYTHONPATH manager to enable/disable paths. * Show the number of matches in the Find/Replace widget. + Issues Closed * Unable to save file in Python * Editor - Cannot close a (vertical) split after open * Word operators do not have a color style in the IPython console * Increase the limit of DPI setting for IPython inline graphics * IPython consoles can't start if Spyder temp directory is missing * BUG: Error editing element of numpy array in variable explorer * Spyder Issue when using ctrl+P : goto line * Unable to start Array builder using keyboard shortcut * Console slow to close when debugging * Consistent layout in different panes * "Replace selection" adds "\." anytime the string to be added contains "." * IPython: Run Code at Startup - Magics * Force-stop does not work on hanged progress. * Run Configuration per file: Working Directory not remembered * Error when trying to load third-party plugins * Pressing Ctrl+Tab wanting to switch to another tab raises an IndexError * Make Spyder remember tab order * Kernels fail to start because they can't create stderr files in non-ascii accounts on Windows * SPYDER_DEBUG=3 is failing on Windows * Find in Files should have ignore case flag * Extend Find in Files to select other directories * Array editor: Change default float formatter from %.3f to %.6g * Debug: If a breakpoint is on the first line of a script the whole script runs * Exceptions swallow the prompt! * Add icon to mac dock when running with bootstrap * Editor autocompletion and help extraction not working in Spyder 3.1.4 * Option to Disable Blinking Cursor * Spyder stops executing commands if Variable explorer shows complicated objects * Ctrl+F should show the number of appearances in the file as #current/#total * Spyder 3 opens a command prompt window when running certain commands * Add the possibility to disable entries in the PYTHONPATH manager + Pull Requests Merged * Skip package names that end in certain suffixes when loading third-party plugins * Correctly move to first breakpoint after entering debugging * Fix error when creating some error messagebox * Add handling for non existing indexes in IPython Console clients * Add more handling to actions with reference deleted * Deactivate editor actions when Tab Swither is shown * Skip some tests in our CIs * Don't run continue when starting debug if there is a breakpoint in the first line with code. * Create Spyder TEMPDIR if it does not exist when creating new consoles * Fix cwd issues in the "Run > Configuration per file" dialog * Increase waiting time and repetitions for tests that enter debugging * Fix 1D Numpy arrays edition in the Variable Explorer * Make inactive paths to be ignored when Spyder's path list is synchronized with PYTHONPATH on Windows * Increase dpi limit of inline plots * Allow values with '%' in config system * Add a style for word operator tokens in the IPython pygments dictionary * Make value_to_display more robust * Increase tries for a couple of flaky tests * Add test with non-ascii directory for consoles stderr file * Fix setting SPYDER_DEBUG variable on Windows * Fix handling of line count in the fileswitcher * Prevent subprocess.Popen calls to create visible consoles on Windows. * Remove regex escape characters from replacement string on the Find/Replace widget * Fix shortcut to make array builders appear in the IPython Console * Minor fixes in Find in Files * Stop console before closing it * Send Spyder python path to introspection plugins * Reduce row height in shortcut dialog * Clean Spyder config before re-running our tests * Change format in array and dataframe editors * Unify layout for panes and widgets * Display prompt after errors * Preserve order when saving/loading files from a project. * Extend Find in Files to select other search directories * Add a button to Find in Files to make searches case sensitive * Add an option to set cursor blinking speed in miliseconds * Add checkboxes to PYTHONPATH manager to enable/disable paths * Add icon earlier when running application * Show the number of matches in the Find/Replace widget- Update to version 3.2.1 * See: https://github.com/spyder-ide/spyder/blob/v3.2.1/CHANGELOG.md - Update dependencies- Update descriptions- Fix pylint dependency.- Update to version 3.0.0 * See: https://github.com/spyder-ide/spyder/blob/3.x/CHANGELOG.md - Remove spyderlib subpackage. spyderlib no longer exists. Everything that was in spyderlib is now in the spyder namespace. - Split plugins into their own subpackages. Plugins are each in their own namespace, and third-party plugins are now possible. Further, some plugins can pull in dependencies that some users may not want. - Update URL to new upstream URL. - Add additional dependencies. - Check which dependencies are really needed and which ones are optional and divide them into Requires and Recommends appropriately.- Update to Version 2.3.9 * Issue #3067 - File left open in sitecustomize when executing it in Python 3 * Issue #3031 - Variable Explorer freezes when certain binary data is loaded * Issue #2991 - RuntimeWarning with pandas.dataframes that contain np.nan values * Issue #2984 - Can't access Preferences in spyder * Issue #2983 - Freeze while assigning data from numpy array when the data is a string- specfile: * updated source url to files.pythonhosted.org- Update to Version 2.3.8 + New features * Python and IPython consoles * Fix a sitecustomize error when using Matplotlib 1.5 with Python 2 on Linux * Variable Explorer * Add support for Pandas Series when using Pandas 0.17+ * Fix a freeze when creating empty DataFrames in Python 2 * Fix a freeze when working with big Numpy recarray's * Under the hood * Avoid startup crashes when there are errors importing Numpy, SciPy or Pillow + Bug fixes * [Issue 2819](../../issues/2819) - Spyder fails to start because of an error with scipy * [Issue 2815](../../issues/2815) - Variable explorer is not recognizing Pandas Series objects * [Issue 2793](../../issues/2793) - Connecting to kernel fails because of update to Matplotlib 1.5 * [Issue 2791](../../issues/2791) - DataFrame with no rows gives error when trying to view it * [Issue 2783](../../issues/2783) - Spyder freezes on assigning a fits table data * [Issue 2744](../../issues/2744) - Spyder hangs when creating an empty DataFrame on Python 2 - Fixes bug BNC#966417- Remove optional dependencies from BuildRequires- Update to 2.3.7 + New features * Editor * Remove support for Jedi 0.9 because it was causing crashes * Variable Explorer * Fix crashes and freezes when working with DataFrames on Python 2 * Under the hodd * Restore support for PySide + Bug fixes * Issue 2709 - IPython console error when trying to use SymPy * Issue 2693 - README should link to manual * Issue 2689 - "Resize" button in variable explorer chops off the array * Issue 2684 - Applications directory link is broken in Spyder 2.3.6 dmg's * Issue 2680 - "Close all files" hangs Spyder * Issue 2661 - Conda package manager is packed in 2.3.6 win32 distribution leading to errors * Issue 2659 - Crash while getting completions of DataFrames on the Editor because of Jedi 0.9 * Issue 2654 - Creating DataFrames in Python or IPython consoles make Spyder 2.3.6 to hang * Issue 2649 - PySide can not be used on 2.3.6 * Issue 2296 - Line numbers misaligned when zooming and scrolling in Mac * Issue 2036 - Code analysis and tooltips are not displayed in Ubuntu + Pull requests * PR 2650 - Failed sip import blocks fallback to PySide- Update to 2.3.6 + New Features * IPython Console * Make it fully compatible with IPython/Jupyter 4.0 * Variable Explorer * Don't refresh it when focused to avoid slow downs when working with big data * Add variable name to DataFrame editor * Fix several crashes and freezes when working with DataFrames * Under the hood * Use PyQt4 API #2 by default (API #1 is not supported anymore). This is necessary to support IPython/Jupyter 4.0 + Bug fixes * Multiple untitled files generate at close * Indenting at the first position in file fails/crashes * Crash after update IPython to 4.0 * Call tips and auto completion tips go out of screen on a second monitor * Having a lof of data in the Variable explorer slows down Spyder considerably * Spyder crash on launch with Babel 2.0/Python 3.4 * List of pandas dataframes in variable explorer slows down Spyder * Variable explorer auto-refreshes after kernel restarts * DataFrames with headers that contain BOM utf-8 data are freezing/crashing Spyder (in Python 2) * Spyder crashes when displaying DataFrames with duplicate column names in the Variable Explorer * Don't ask to confirm exit on default untitled files * Display object name in DataFrame editor + Pull requests * Fix missing exception on Windows when importing data on the Variable Explorer * Show call tips at right position when there are multiple screens * Fix error when indenting on the first line of a file - Switch dependencies to jupyter versions- Update to 2.3.5.2 * Note: Versions 2.3.5 and 2.3.5.1 have serious startup bugs on Windows and Mac respectively. Hence they are not listed here. * New features - Editor + Add support for Jedi 0.9 - IPython Console + Add initial support for IPython/Jupyter 4.0 - Main Window + Improve how Spyder looks in MacOS X + Several fixes to prevent startup crashes * Bug fixes - Issue 2468 - 'Connect to existing kernel' fails if json file not in PWD - Issue 2466 - No Notification of Running Instance - Issue 2463 - Failure to preserve Matplotlib backend when using symbolic math - Issue 2456 - Launching IPython console fails because of errors importing Pandas or Matplotlib - Issue 2452 - os.system causes TypeError in Python 3 - Issue 2448 - Spyder crashes using Variable Explorer with BeautifulSoup - Issue 2446 - When importing putting two periods in a row produces an error in a Python console - Issue 2363 - Spyder fails to start because of problems with lockfile - Issue 2356 - Block comment incorporating whitespace excludes last line - Issue 2341 - IPython console: "sre_constants.error: unbalanced parenthesis" while typing - Issue 2314 - Cell highlighting not updated after closing the FindReplace widget - Issue 2302 - Closing all files in editor shouldn't leave it empty - Issue 2299 - IPython preference "Automatically load Pylab and Numpy Modules" not followed - Issue 2298 - Cannot stop executing when runing a flask app with debug=True - Issue 2285 - Copying from Spyder and pasting into LibreOffice displays strange comments - Issue 2228 - Shortcut to run cells on Mac is not working - Issue 2188 - can't run win_post_install from pip - Issue 2171 - Spyder Mac apps (for Python 2 and 3) hang on startup with OSX 10.9.5 - Issue 2028 - Background color of theme is not set properly on Mac OSX - Issue 1957 - Python 3 Mac app can't start Python or IPython consoles - Issue 1844 - "Set as current console's working directory" button not working on Python 3 - Issue 1615 - Mac app - Matplotlib does not work with Canopy * Pull requests - PR 2486 - Stop using IPython.lib.kernel 0.13.2 shim and add initial support for Jupyter - PR 2484 - Remove unnecessary changes to detected kernel json file when connecting to external kernels - PR 2434 - Match for pylint when parsing pylint version - PR 2411 - Improve github issue template - PR 2377 - Fix the fact that spyder_win_post_install.py can't be run from pip - PR 2293 - Hide menu icons on Mac OS X - PR 2247 - Add support to run Python programs on xfce and xterm external terminals - PR 2216 - Fix broken png files: libpng 1.6.2 and newer has stricter iCCP rules- Update to 2.3.4: * New features - Debugging + After pressing the Debug button (or Ctrl+F5) move to the first breakpoint - IPython Console + Drop support for Sympy versions less than 0.7.3 - Python Console + Remove support to run system commands with ! (like !diff) - Editor + Accept drops from compressed files on Windows * Bug fixes - spyder crashes if ipython installed but not pygments - Cannot plot inline in IPython console on Linux - Update French translations for 2.3.4 - Importing a module with debugger causes "TypeError: decoding Unicode is not supported" - SyntaxErrors with Python 3.2 - Object Inspector is not showing "No documentation available" for objects without docstring - IPython does not work with brewed or virtualenv Python(s) in MacOSX - Spyder2.3.3 Code completion breaks - Spyder's WM_CLASS is empty, resulting in unexpected behavior for task managers - Code completion issue with Jedi - IPython consoles are not named correctly when connecting to existing kernels and passing the full kernel path - runfile with path containing apostrophes (quotes) will not work - Long NumPy arrays throw off errors - Special character "!" is not processed correctly when debugging in Python consoles - Spyder crashes on Windows because of non-ascii chars in working directory - Don't execute external commands (!) when running pdb in python consoles - Execute until first breakpoint when pressing the Debug button - Dragging (not dropping) file from 7zip over spyder window causes TypeError in dragEnterEvent - spyderlib.utils.external overrides modules for script execution - spyder 2.3 ipython console startup code or file not working - Running in external system terminals is not working on Windows and Python 3 - Spyder crashes on launch trying to load the project config file (.spyderproject) - raw_input borks with '!' - Plot A List Of Floats In Variable Explorer Not Possible - Problems with sitecustomize because of pickleshare library - "Highlight occurrences" setting is lost after IDE restart - Mac app - Sometimes it's not possible to get the user env vars - The PYTHONPATH manager on the Mac app does not work with the EPD64 interpreter - Ctrl-C doesn't copy to clipboard in object inspector * Pull requests - Update French translations - Improve message for no docstring - catch a reason to crash on startup - Fix a bug in completion if callback value is not converted to string - Open configuration file with utf-8 encoding on Windows and Python 2 - Fix zlib segmentation fault in Anaconda 3.4 Linux - Update to 2.3.3: * New features - Editor + Use the Jedi library to do code completions + Add Ctrl+= as a shortcut to do Zoom in and Ctrl+0 to reset zoom + Add an option to show blank spaces, under the Source menu. There is also an option to make this permanent under Preferences > Editor. - IPython Console + Don't print DataFrames as html tables because this won't be supported since IPython 3.0 + Drop support for IPython 0.13 + Support the upcoming 3.0 version + Add Ctrl+T as shortcut to open new consoles + Simplify how consoles are named - Variable Explorer + More optimizations to handle big DataFrames and NumPy arrays (i.e. with more than 1e6 elements). - Main Window + Add Ctrl+W and Ctrl+F4 to close tabs in all platforms + Show shortcuts to move to each pane in View > Panes * Bug fixes - Visual help for indentation: draw spaces and tabs - Allow the file explorer to open any file into the editor as text - Augment or replace rope with Jedi - Kill button 'clicked' signal is connected but never disconnected on the python shell - Add support to get code completions for compiled modules (e.g. OpenCV) - Debug ignores breakpoints, if there's no ASCII characters in a file path - Creating file gives TypeError on Python 3 - Keyboard shortcut to come back to normal zoom level - Shortcuts to create and close IPython consoles - Transition to git and github - Evaluating cell or selection in Python consoles takes ages - Spyder with GTK/GTKAgg backend on GNOME freezes - Matplotlib backend in Mac can't be changed when using PySide - exception in spyder internal console when typing 'exit(' in editor - autocomplete in the middle of a word - Your IPython frontend and kernel versions are incompatible - Winpdb (F7) doesn't work in Python 3 - TkAgg backend unresponsive window on Linux and OS X - Improve inline backend options - Pandas Dataframe not opening in Variable Explorer - "About spyder" and "Report issue ..." output errors - Profiler - sorting by Total Time sorts by string order, not numeric order - Unable to bring up tutorial - Bug on Variable Explorer while viewing DataFrames, with timestamp columns - Missing py27 dmg download - PYTHON pathmanager on windows 8 does not work properly - Spyder 2.3.2 freezes when viewing big collections on the Variable Explorer - UnicodeDecodeError in the Internal console when trying to run a file with non-ascii chars and synatx errors in it - Go to definition menu item inactive with rope present. - iPython console rendering of pandas.DataFrame.repr_html() note in changelog - Small typo in Help : Plotting examples - Closing takes a long time with Python 3.4 - UnicodeDecodeError when inspecting pandas DataFrame in ipython console - Update French translations for 2.3.3- Update to 2.3.2: * Editor - Improve cells visualization - Add support for drag selection and improve look of line number area - Open on it any text file present in the Variable Explorer - View and edit IPython notebooks as Json files - Syntax highlighting for Json and Yaml files * Variable Explorer: - Import csv files as Pandas DataFrames - Improve browsing speed for NumPy arrays and DataFrames with more han 1e5 elements * IPython Console - Add a stop button to easily stop computations- Fix icon directory ownershiplamb55 1615044691 esfrjaptru3.2.8-bp153.1.163.2.8  localeesLC_MESSAGESspyder.mofrLC_MESSAGESspyder.mojaLC_MESSAGESspyder.mopt_BRLC_MESSAGESspyder.moruLC_MESSAGESspyder.mo/usr/lib/python3.6/site-packages/spyder//usr/lib/python3.6/site-packages/spyder/locale//usr/lib/python3.6/site-packages/spyder/locale/es//usr/lib/python3.6/site-packages/spyder/locale/es/LC_MESSAGES//usr/lib/python3.6/site-packages/spyder/locale/fr//usr/lib/python3.6/site-packages/spyder/locale/fr/LC_MESSAGES//usr/lib/python3.6/site-packages/spyder/locale/ja//usr/lib/python3.6/site-packages/spyder/locale/ja/LC_MESSAGES//usr/lib/python3.6/site-packages/spyder/locale/pt_BR//usr/lib/python3.6/site-packages/spyder/locale/pt_BR/LC_MESSAGES//usr/lib/python3.6/site-packages/spyder/locale/ru//usr/lib/python3.6/site-packages/spyder/locale/ru/LC_MESSAGES/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/ba6ab4c7ea101c0956771ece92fe6278-spyder3cpioxz5noarch-suse-linuxdirectory9nYwnP3+ߜspyder3utf-8da4c9ff0fc488a21b891b83b47066c01b23575caf980b7185042cedf2d985d70? 7zXZ !t/c] crt:bLL.W`#E#Z.eQ38DO2nWbA;Nª|w #4&TC>uC1}&}B+|Z3PRB.aғDI< n YlUmL5N{^bϲ䷘Di'퍼\t쁭T`0mo9#@N'`S$ˤ+ښ02a!7H 9ۭj.0E#4ը/R':_Znk@2PDxzh0wEK=:+&LrM`:֥`ǯ 8Z~`р?e|6> V{cpBPzcL"j2 ̮[F jxK"bg/~:0 +bנ/OlR1>@dμ k5dͯ heFl݌&1[Ճ|k)uֶc^ck` fQ>.αiAT $cG᭧0d?:]) mŻp [zF}B3Yb{|p\; -=_9Yp?"yty@H8`V+]=wX EOD1*ci*QñX0X Q!.qC r@Ɉ5ieqW^%4x"ԂaNc?,y7rC/Y9>NPa;|,`C;3G"k)Kթ gKwe2|lnp2m`^/.̅G+[x=Z=;-߭z|~;3rtb9hwJދ z2%߀!SiiD"=)xBxD)Y"ByW!c**'"`p(nnG&On&3edXgM{JH6#)=ܿ#{1@%*rj*HlۓJ8M8bZSVnY(Dƪ\XRVvc>,H(D *ްW٩P ^ȃSdgbW: W Q5UT${,HM]h<{<~[*R֙}q+!fIgk9 #jQl醥1f%Ue9RқSA$ע̒ J}Y\/J\W? +܀XNkkG\h}:EU0ok+H% ƯoX}LaJ&@O.;rb|7װO[7avzI@ǵd6ty0u8GP0s2n->@GvB]k8ٔy\9;&Ylkx/1fúL'Xڪm7 O8e粨o~;tF|q<7?A=EcfI;Ƽ}Z}^%;{3 wGx(=E)԰bƢ, ΋aL)GѪv9ɹaбEU#Tt/`1!|ve^yTRpA>$QXFܩuYb*g)o6nv'ZhtCg.hÓxA~Sړ,ғ˾Xw}s fA7x@N2p%qPYۑxUnc)r* EӘ_Z[6|<{ŊnŻjQS,^AIEיWcF)x?ƶ&nȳШd2}V"{gwOn' FPL[aNS|J:c"m`i 9b1ҡu6~lSH:m&{wԆXȝy $46j9> }>g=3,v .J6Eo Z=Sk!4 }l|Z|osg-NblEOz(@\/!gSWuD* !5fAj:U۹DB1X:%z9"OO-Ǖ4yȁozYw9i8)#QmUUN<䇫J˜|+pce`zTs1BWC5x(iMB>/=C[|m_#U.}6 DyZxq`tMZ¦CđjDIك⊃VwiN&'S%R\*qҺר"xfWE)YZTS[iKwZ4dLn}˿'~!puhjMe;۵|i-UC09ިΩzl֦gy0Y]YnR&)B-SFToȢ);З!p[T'7;9X(vGx3,i7D1قxf~vk' lP-,tL*4di VR͠':<[ܬ*>|5>ҹMd]p8|p<&'D<@H {vFݜ=k0AkAM!u*3&k)(Xg2y4q=ɮȟ7G#,3'd{{QP* s.<+x&dlJ\,ϊa*-KSYΓBX8TʓukF3/V ekóM,([6٦9w~~;U\j ̒0kRĹ^K0^JaC yR`2veRse9Ȼ֯E6upu 1~8= (F =ൂPb2էy,W%#< ej3ul6Fr'7 cwe[kd;v@B^ ?q7p|? ޑf7DT98}#h`w.b.,j+R) oU7w8@Fɻ?>q:?1'^Lk=H{ZNk-m\$`%ɮ_?_@ K>P6̶8J]u=П'ٳ?+f*OU]7~ rJQ@;h|A Z;}&k1[i2 qDYQ$Ezm'.8#V]B)C;,m`λ6xsJ{C;N )~oɪEE%WK+ˊb!ូ!DW)O.'SYuHĵlI-i-M^E?\szs=nJ_nGKԩ@+QKXcj{ 5}v6D۷>#J/s4F򜤥y f~.@SzsJpV>Q3`:sHF}z/U$ip:fDxw{f"f.B:b;f81p5/J*tKL?6uc L,YQ[.8~/wu*6^Ofvd]@~}YUx˃T De8ZŢCr/?qXFuA#ľ K};A6Ŀ?Ϣ]u-ǽ :񼌸bB컱olG*x\))7UBoyd OcH{.7 ~ĒMD#ZnCx) {j-~i$)#Х0w'.oGxPLq^P28ķrCL42%p7qoBiB0^wO_ VEcP"Xܫ1G߂ u>w-kv3jd,+DG5v[Ǿ^}EuV[D~2RSx[~7ڞlZ}-qHg kN70tQ$[2\s^yt`6̅%m^샀+J8@>9/W2x yɯ`B+I z`w*>KC B=rr9f'l|5681Yyf#ĝƯͬq $S1N]%Fɴ"-=Yp @_ |?(ƈE>Qb d xA o׌ :-WP 9IC)`F:NR5&K{E{v\WZ7\)C IJ˅~\\"Lʻ4!_viPO65$<DQ0< Mˆ:ZÝ9@8kx Qn4=R#_%޾鍳Yf[nH^$B"-eL5TyZH/ݫ?Ѝ) ~vYDkJy("u^-ay6"_/"tg(o@<a"@-`m)CsQ$eS+^Z|!T [ϱsҴw)ȽO9^L5$+f0őK H2 iLW?^exs]! xLBZITmVΟF>juDZ7 Dn?߂eeG3[1 }0yPXVgO/+1џVꌽ0 bSU`YQ {~h]sZNT+#MMi2^O}quNBK`Cezͺ=G!0"u8m6sV{؟0ؙ@D46mml*̍C?'7AfDro*>݅ I"3[,2V7[b'IO-6`2[!9u QEW/B4 W;$ %qy61Lokg+)n \g/֘>Å?tnx q+_uM# !Iq=61íMK^ yT9 fYfOofSwp3sC{хlq9)X|jBAkŕ" .y?{*I Oр"xC#S?;f(H3kWq{=GoDQzCw>7T*7k1q<ǍĂeL5ئQ7쁻I}]9HY4JmM& z~pWDk<5%]I?3TGgw짆U46˨Si ۫> {\}cZmq~F|:+(\>}t+f\Ңؾaqq2'+7Y'8uTp[.MjM e@,P?As`J4B%4׼ҌpP؋¨wKMpkI2/X? }p%7Le&>x~8 hLF4umjF:fn[kqlUd8TAJ}0ɁX{FS?eimtFRa=g5]d <Hܝ c?7A#jUI~73r2))EQ\IrDX'3əM?[M~P%:] QnԎ\Ѩt Rg5 /08yȳ?KmT@Wلgj{/ތʿ *Nlb`),tSvxp*o U0oM̢02WrĠHwl?ywn#>[J>R331 WwjW~AحeoZ@{&xG;\aCԌf$45Mp2 k>s_冓c5\6Ɛ>'YLHOVjzQUmc\_wreUnpiis[S5lk)ZJ,HO;\ ̎R=1ߌE;h^i=l^xA͚7͚mr<܊nN`+fw|6'l$/?_ %{A㸸v<_%il/CJ^~wY}N\iOW.F(DO /B)F}[@Dw㩣y^NJG/Dϒ69 \[$_8U#)}ZH1Uuz \?⣃ʊj ryxb, uqWjLؘY %6πG`% cp[qkFس7Ol(Ykf@f8fXS mL;f*U' y/NE=P6" {ly;i!2]V2oq?Z-B]OS ɜ.3j3Z <]VH5wVƑyAܡf6%0:u NfL u8jϖӊvVXC(@˥$_zBXQ@ `XfU hi[nxkƚ0?bQ95_~;~d02=d$H}xd=-ll5OeztSPOᔸ b V6}7Ju:L7@4SL:Xz0/o ރmAAP> h\oCdEi0|0jCH6-;tJ7;{LH"4 9:[mtP+a2{3lשN1;ޛNvqyjnxH+A: FY65!)c }$:78 MJ?.)kZ/I;0N X/(pꮚPT]h`gy;cZ!tLƵR&cUl@1 mm$g[ "BFϮ1,_ѿgK3c݂b;n PF*t#ǂ#>H:,M\R[ fq}ٕ5&nckI"vieݘ˪~J51;Om1s߷1@6 O/mmþճR ڙF P_Am}pm#bw4#S8d;#?M3̃RٌAOQ ER݃8&+PA攙N<,TWZ+*Ǻ.D{>n5C.Ԗ-˩,zݻ늅=8K@5@3|otɖU?EkUA}j+K-g$~K@#% 7J,u֙ K0W㱫QGhv!"Mh|fgu&I g%Sc Pe x}m웅z0DK->,)/չQEq8 %HT<RcqA'q )~h 29Wr,}*5>W;漏a*'8bfrRE3 M\4MG&x˥!f26M#w>xh܉_t̶FqAۜ{g 4.f<G4-\{P"ʳn,kÒ]1xxEd62ˁ'*$Ю]%7E~{odwSE=~CPo03@u{ncoz=B*zrSN2s(7tB~DC>Ro@}rIB2뇗a^{l2_븩TQ]w_(~{Ux6"C& tJ^+o%x6k.>ʅT1$?Q@zw,w~-6 qzۦ3>)es6PM^!{ nY lҾD A3@ ݤ>οbc }HS߂B];3PMqUu&;sjdT1KP" &;wS;M*iM|FTj)>a)66b~ʴ/p|U=B}}Sֿa=1_%'Ϙl~˾->oUYv`yPy;&3Ț#~`4-b쁮^V_ |x[o@sYz*^8 )mcQ& J{ACe/?XSW6oe6Phm]g>Ċ RU`1JBE ^pq2[i߰z(ҴiDWuťA7C[@~pZHVanNDWkWӘh}{TeD{{hV4Muhb%#jesr*+ώ> PAz~{r N:4;[yvɃPҟ`؁[ 3JLONK\}^efW YKri)/IjD _^#Vr;y7WGLܘ~S4,c}zuI軦Jy n2k0Ri l(X $[g)d`\Y">^g}XX5 PrVcڛO%o@ ~xqr,zHfۮʙ^Zv";)+P,?FvTYoDmka.>s_M/ĪDf@m"AUvN* HSB6kw+XI(NLZ2-E4F&зaS `-G7O p@1M~O/t4|8] G޴j=y!L[jfi':C_,t^ ,̭$UtgH]E]S;yv(j ܎c?gYoW5&$ ; B-XP~C6f).ڡqĐ%|kC;AhV㢎Mo8ZIBYF\̬\C"Br:, (uVP92i1јo05wOOI Tx>s4#WT{n~2q$mqjW 'dڇe߇iKX~Ԛ`S SQ_@lS1yϿն+ȞS2 ZlL-@o@J6uQ{AI>(ƹ0M/b e|%^՟Lc])aʾ{D Jp`y͢L-'H#Ji6C۠6m4ٯg8vGiJJLGT騶/ň4x7j^Q$M@Jm z [+grݱmgd[h02~r\SVt)2#`%ƶj*7Ƌ>۵1mRLYS6|k>Eg@"ji ,1pO8[G"׫7׻+9#9i*' A.%Dj8&|f^ -/z-D_Nw:: IÁ*+ϔ@{o}ZPTޝ7my'-!a݇8P7Wka~tVCwcK34.zo#wG ԇ͡ ;e ) W l@8b#iϷݯ7`QP΂V04@F*C/cNص>׃SxyZBg+gHG;^xH?vMߖA]؉733TyE|@_NC -tKHUQ T(scAi  TlZ8esL0Ib[Z1.Iw㍕r9_Ozˋ^BWwOZ0GD$_&9Z JVxΛOu4jj54SMQ^md>Ǝ6ٚ MgB0:OӫSnxtDh{ x1_ h:S:C`},뚒:. W]xWO {5a;Զs i4]@Oh9-IW^IK,O$.ѴlYG?K+H|s/:gΘYѧW/="I͔2dɮh0lD'.V6,.)gEj+!󥉿2H5LP֧U8[74JbޜR9'AXQq0a |iS9a!۱|;cZ2%:~4Sb*2lYTTQT41X.W895(tFr1Q+_qdހx73qnܵmO4Yy96x6JVUrZ6?@^e}\ ݡq31{@^/sFZtŸTddVA* ʃ#+l̴oa+on_~ ])Ct*ZX 1چL1LXˊXyGV|L5g"Dm.qCE-ZJ ݝZf_sB\tmMFlEly;'Y2@wΤ:Url9̦YIj|b6H3+]d0Z[ E(S|[(h;܌F #FmÂE,7d7wʎ]`X;-;s1k {rjleBԲM>fm׃ث-}0X//yCSк &5Ep 9^g:EA!h!Xu`ͻ3c^QV@o_Wʣ9qj񈸸Z!j{ 1;xt-=%}oo$BDlipJO$*.m;ʙa6iא(+[E.:Ѧ'_pa$*׼H;pOa>EUc2$ Ӡ1k0TZdGa8J'pMJAfhċ|\j>@w""u0pSW\/Z<[ZEiJ;ϩUXw#Yk5_;i+̟u&b;Ii'XBkVƻjL@QjI<X$[$DUl FEr8<D #9@q:9cj8R^. kq=?>gVxTCuhD3 -tcEDƬYtke.ʹ2 +鴍- <2}PASj edj(fZH<8w3~m,WܥA&j <]Emg]C"Ld^2Q$T+|o>eӓj"+?pFm-ԃTx~g6lu˃")ѝF5"cL_ N%=g/`Xm@y/,cE+Em0nR*Ve(TrY[>`hk[wG5ODz=uTEb]$KRzyNU-O;Um>(J"F9Ǭ@TgX xh4d [:/%SAM o? K22UvF]]VB[#Lr/Ƨq5}f-(2e8m+tVFU I\M,wش Dzl_c!efeuy <깋zc?T[d]^'\sɓuD1 @N:_ӴcN]DqIg /O@ Zinv;*r K[B5Iռzo w Wׅ&|2=]$,zPr@(_G{0 _lǺ ?ڋ(,aM ɼmO0e_^;9i9[utK4I#;{tcXfV{i fmDq5;'T׍#gcj^Jf_!OKl]-fۧ8H/ pi?@I0vKSGJLY%)VI/eD): h;3"G0<c6Jքܮs@ #1Աb x獟&aB.RQh"dT}ʵR:(_-C@ #ZH/0(ĔA|a v}mqʸB{m%?A&E^.?9O-bl */wb0MaUJX!0fg?&5J`8Hճѝ@\G@ҬrHE ,B},5玏`Ro F|VSvP-pT2& ~jHjJa.A5EG8<U|*~% 'Nb"Z ;K`:Hh-R?]i{hPX%֎*DRpL׼ c&k 4sJicԬ_yR77Gn#C%? *ԟ jpjMxkElݝ($މG W{iУ ^sbgs Mb֞L%:2C$>}b׷BI۵f~Q,!!}6 =Q36hÆ*2?8UzFG3`x+lh1#cPB +jc>nXԺ]~TT8IDU V4nyF0 = l2ۯ P#CrKg` J +kC$Wg0er-N(JԸ_74ًUb+,&Nӑ>7(3{uu;݃^q0RiDf׆rj&{@P00o[>p@"֛AQʗ]Y<.I1NX`zʙNH|| : O,0◘!:v ` :)K+3G'洍EweʊQ;B2@91WɸIIV+]XI)Z(zm5U1axm rГkQ Z7cGH$F Zv 8"]ă-q= kH#sv:2M<3Ra{Tiočg.ƢQ, Y~ii؅O aTՕd)_Uw7_eOS8*Noz(~qZ`۸KWs̄xgF/^ЊI˃?q]%%rý9uPB}{թve،j@UZGݻn K~dIap+5- aټHa!bغ3f+/$>;"$̌;uZA4G踄Q| VA9%j)F0ebD %ϗɴ\TzMi7ibV̨s(т1B8 #d)C=< eROˍި^V J}nnG u飝h\7- TgϼIoeB- xoܲVB+7iJK0OY~-g#ChdZų7LjI RGewA2EJ@u=弡yH >Q8pET^na 362PU1ogc )k S{#n>iL<0"7t!1T6dklU6,Q8u)d [XxR?F/l{/~fONək>M3K"gXDŎ$He>]7ۛrh|d\x_QkG%)'ƒgS߫˅;>DBj[ϱm%ʊoT^4ft̨ת{. v1Fku7MJ]lH\NdXp%L2R"=Rr n: )Y.*-m23ib.Y0<I'hMwdk)==TH|];+͎TB? OdN|"(8Ս^.5:XIz`7H6bEd$@&z] ΧČVA4\esI'D77OUmeWM_9m58C7y,7w̐@vk%ٹ$cPzWY$+q}ymɹ((i ئp\U(ϩ ί}Qsm̬%\cWy׈Se!z_}J@kG%ī?Ũ]dL Aޣ:}J8l7Y<v6${w^I+74R"L3F'C딺lN=L2~qŭwԊ$^Ĵє3  }n <#֩;#-뜇aRrH;f؇[Ht(/|[GG t}BD^ϻlHQ"Į.7u/'* ` ?{h ܨ}.:Cwx0L&ɱТ9i;g*ΤInUpM\BEe/z)oXײ$M@?N'`Ghi9==hVoreЅl,ߋ"/B5Kq9\lM7U(yFi/y x_Z )d1 )%\ ]CZȤ=gR+\7 =a&^#t儴9w5ӻ} .K#EvN>$@(ğnͨUpa՛8keS j@ΛgB0VyLe N~{36q_H ^g91ݣ(x~CM^g؟.ve Ҝ /#$ DlR6~~CJ#jP`G0FB@*n)2Jcj8!4@]Ws6"*yYi0OL1": 9}{N0:*z;l?F0TfdIfkXi/dꑂd3Tɔ_ϘެBn*Yc K{3Lj{@g?nS6TG9X $^bl[YqP1|eha|Tػ#>N-N9(zGg;Udy @x{ ;fxMH k:נ+*Ul܂'OyT}Ͽ C,uI>@/ h@Hᦛ-X.&#n}Fqϗ-\JNӊvUm||BȯEm"1THĕ@)O #m[1ۙw,lvk# ]~VKYemh#J`|f Pc[pLC 6"t-Bne!CyBnk`q - KFk!"ɯzL6;Qߋmc ZSyГ'/ >\s|PGOPB׸̗1WzUXeٗ(I!X/,̛-n{GQ8, k<ļCLVPcv+s|,`g[GqWkЉIMm3j?EdWFZMׯ(a|dmMU:?Y۰|^cmMM9ssr .(@ㄗ܌ڸmBS^N " XVro@#*05ʮ%nUY:?9>l=d;Z ՇHV cQ%\E]xJe^*s!rd sY9^"%砭Yu +)AZ@PY'Xb.Mf)}e4#4ŭ*,jeWW~cٙ )0 j0ns,,`0 `a[Ֆ&V} J! +ۮހh9Ӕ(,zì: }5Z|:WQfa[?O`r0]mii8$XwhkՇ7^[řISy,[jmN. Ň__ aKr|Kc>dmIf_>R2VVt/!7?EeQ׻eX_Y|El45(+gNY-ӍK/:'UcwSdqi;gQ}`.bL >H 0* zL^:|+l\7BWC%/K:pAcHթ^.W{D9ҔyrT#_K":$P52(.V+ Ľa 7_O? j Kssm}TA i"c&m%$#գYОL0lvx+?0K@cn-¢^_b__l5qˁw93=f0T08 m/]uyzG8Etǜ*DH4iBD>R\Ͱ--3t7Fi`=EHeuo7~6zLr&ʶ{Z:I@ޢH3?><m9lֵ 6xd~]žT7URd7C2$CJnez*_.hXtrNިi&}KO7jbtWB?H{9_.vIWZ64[^stק9H\itޮXƖ0JnŠ.TP3۸j3O>-J xI^˧WH~ve˞vLTdQMI'-^ VȠu⸪|I ~C3#qtu(D1\iay1/?&ܢFO AZqxGR2t|Nr$*WrrgcEKtQ]ʭ:99b:oN %,W!gZZlve.V?<,cKf C!K,S8!yj8joB ' g™ěifѴ9xcU[wleހU`۟Y_6=9`dJ LzzRҒGU[ŭjPUk%==C272%*yy~uuNmhyDOPo+ɜ%^h_Pz,Yq)F4iZKm.+|h:g>N  fXv;,SLȎ4!ky^Ѡ63>Er x.6km`*='e&k~_"}r4Z,#nkfGT=Ģ'禴|u;/8i D5,Ed4Gק$[[Z-yLqe퉈Br!(9ӢR aQ {֑4]DI1<%&d(N5ۃ'^k=)Nʝ'g" :crEŽ`5f4嬡6dˌP-ugtÁ4 \#qCqL/b$וey/ ?e<8$PE|H 4OR>T}Ko4ZjZʝӦ e9Bxs;/ /5uiS|7Edj7 ÕD״d L G1'SZ)!jީx(|e3pmi2/ymAl%2 ;3AxKJG Qu;^&ශŒξNn?(U|@' ۟,h-[-7?MCv/I'v>7>RV[ 9d1u-QLj>h6rxg#XyNJU.(adJ0$VnO5_,\#dP siFcR+;s({P)z;Fs\4P#u3/4a0U0ޛ,[NvZceW9naR٤1wc{-No!{>ꄏ֊!>u#AݹOUA`-㧷BqNc:6ƴ n4fQ&:+)DfLNJ0X {B8=naq+ѽY/evUc $ՠ  ݼSGA9qW&2/%4G;+%ۏ/gA 6`xHKӹ [ vB#=~R' yIhǃ(&~ncVڴ9ع0*l^ny 43dc?ZerrpFD*مcz?`90_'4=Ʒdk3wt|yViVy?j ơаz գb+=&>ż <[Wtd 8>O֛\Լ֌a ЃQ)Y!eypr)^o1|~5j]]'O!c?tGƐmUp|Ɇ!a7DW. m^Kv< i ໏$>&=Mxa jl锆t^΃){Vgux݅}V@{RUd^Q=rq\"Zt[R?t _kO/m &QR iCR$xGAͻÝr?cb rS$V~N$qԏج.h#/,lVo5", NT_n˵v KL\qdZ$>?|>r)^mΚI7<7]XkYc (<32^dz9]=&&%9b?DV"!l2@ B=3?)j+TzZb9 .Xb Iџ5k{^r%H5EExkmorD΄80A)N;<)^5mØxF,tVFn1eBwEa])XOT]J}5|,*Eչ/:K@ ![jƱyppFk& ƍ-OOnZZ6֗9aBLM-8e np+ Ǽktb6azCR:@)Vv@|l>Ae6G~) I\#/ FofojDhu2Di5^"} ~"{FZ &h!*Z.hр(BA\c HwDnDqeTQ]ľM6Y=5f CH[|.ih磌Lz\9 l^׵q L.}vW@i, M1xdd=h⧞+~~&p ̉6hB4?/OsmXe3KaQR@]68$U`bרQ+Fp(Ze', âl` Y|-}-TMuM.Ћ퐅޸HU5E$T@@l3LQ*N|PDv@5NqC{Yd&%HMyջ[%*n\T )<"/%I-~5E O7bPT#mWfu\m60o;:(< 0#*NaAo̹gviUM C;^a.D s 9M3 RC>AJ4)(Cp5|i0KZwղ\IWTө %^٩$XtQSvHGKA\Q {_lYa/=s $SFH14d<, ӢU,j:]r"?˛="+uab x\<X)tݳ.AICvÇCs9NIVRtӭ2G^c=x*>λ܋;rz\N33*;*`#)*yyD̥F-ʔ{)Tu犎ix KGÐ]B)ۧ$ Kg/4Gh>`SmL1ۻGq~N NπJx\wh&3jV^$?,%+~# w&K>]cPMMG8شQH?N<~xR:'hBM*S_ 0`p)X8CKd0Fe͛Xfai[p̋R[aՊJzяõHRy; 45)yWp<=:1vu!D~ e-[:;?{:l{+8]MltKih :DK5Q$Ci8_B!;`hv,Wׇ!poYW;I> kn0ɹ%6SfU?XV7eVyHi5_nB&8!x*c*H +7[`lvQ:#SYj)?U ~-c˙36T5h/^&WN!b1rbV` uҵs!g2!#D, zE6=nΫH~urB&=YesjwPHj6bsvo^8.6>%'LhV}W>26H S<6gflK1u,+_>RXHbH&$G :e Lp){hIvA3Ci=NWrʩcDݗ2m L3yf0u̿w|G~p!b,䜅O^HyW53gsV?5s-NA 5kl 8s08jͬC; "ãJMM _Z9 a񭢉+MXB@qQQ]eܽbyIcB\lAXD))nMmun>z iޚ t?nc@K2{(嵓XȷGTCrf@b`)F/)[Pr-Ё(s<c&nٝD%ضHc# S;m33ۓJWm b_fK|ʴO:d9R_^ȂޝEϏkݴIn0{t*̹jyVyEiZ:͑*θk)ph,0A,k@I(toļojIبIZ&k?獧rO`yAXq%,~C5PalT's^hku?آ9܇"0PKm›w"VQu8}y7-lt!} Qڨfٮ̰ړ9OQ{RV/uמF2Z#%Miʼsk#k¨ Ȃ޽Q p ~tZ#)TBU1;iH薊-q%:R)OeCzޭ.7CPX!2oy}sX4~NO3**Wa]*lf2_T"^&ra`I)*q޳o8gk,٨vjNWN{88 $ՈccB@Ɨܔ)SxZ><<@@3 rx'ۈvҤE'd-v%brZ(dvVD䤣 & pG\b7(Y XJ劔5}{gyW|8W\ Ezn(Zn>_OUGkҦĒ*|ewC^ja}d:9Ln[@+p޲$ѢU'SĮzcۙA,oTǸUwN(P6;'[#4ArIdе0S &8$v_3AUBYl:XG@8Pʶ EsH9)vs'd=NSQ^vI7v5QEjC;TpjUqOcM6F۩ix؝oWI=oj5;ӰrL'] zpIMc$cP߷yaY9^ҫ1ү*$'6ՆIgio`-- :p|Qch[> {6$s(Sq?, C"rʾzBSWcG<@bd|l@_MY|*T nS00e-1X$y?VLQċ˃@YGfۇ|*@ i Z;& Ǟ>n,n1ڔ3sEu#'2X6r`7a[pI#k2n{G?a g:ͯ$]ɢ3G$r Hיgbo\K""8nBLI/_ ҩY3>\T -SiX[>lI^ݻOaIXxdFW!r7"v {ETH{W| *V׽,#L;ɨL5 D6#:RA qҫ z@gmb80nH5#0--v|[C{&]h7ғ[ _`=-`2z@8 Š1  jeww]JHgMσC-q ܌Zt-"3` an~2J YyL#X 5y9֜'῰&l') *Ue#WmyaE'aW w ť3^┦uYƴ #3o`wfu5;2Zu8q5ܶ\;6 CcXu""9~)ѻ:9?sWxdL{|4<R?}1W5;S|[H\+W`hC(#e jqS+/,'"e2z7l[>,QӞ,8t8Jof6^<3"I uCsʵ[帗Fr4MV!`i(.ȖOZ" /U$AuhҚ`7 yp@_Io-ɉXvJm9h@8r+ ҅T z +=R1LϲvINR!g0 ݖq֒Mʆi' (Gdqeg/J@vDM%ԣB@k$чсE,3Nڽ?l{ᡁ7t~nDēT~#mRB|MŸ'ž"rH6 $Ml)Ҧ'ڎ u:hJW0X'm01)ٜO{5c |ߛ/UP&'p%zhji8yIJ?f3IhygX_?|]M6)p WOT:|i"D|,SϦ LgV1FǪQ;ЫUd/veE ćL|oKW.؃/Papl2G~U`Թy)! d]>( 8HkoQ6_"@0vx 1\='HPF|䱩BM:`m+ z h0}$ڃ F: -}Gm6d3{3yV= pi icw/i?SGܴuHwnB 4{Bbeٚ긃sCPm:JTQdqX8FQ !@7 ; +K"fm|~OTXDiz<yJLhNmş< L`t0/ʄ iplůugH0&I Ė."*)j<14ZBAB\;F}Zs,mu,m حNnؐ^[Ơ*g19?x; ;Sf@g.lUUDqwEe.DD7vϡj(u B3(5A9BH~&3w¢H{I& yT;dHͼ/Hc(Y?ͷ2uX x,rRDޖD4~wH_%*ESk2mEmU?؛|P|W%+piq?[7V!$.Gu]:aW Q߯ AILp-ѯ@LckV!fʧ&@1OqqzdecbiP rOW% vY^wG_/vr;e;\ċPu>H0+n#UWveքzy~Zqx`ڳ8˧JE8N'n_B _nP};%y9 >0ҿrnWwidcm_3DGkkzgK;#y3`ХU3  öeQlrK:[aߩ%1~Vnj]XS({ATgAZxadn{5-RҏĢ`DgfnШ6 r3ՈE^ $[(>:yScѐQ?9,<6sC}o@y@*cqFBs"?Eh$8TVR_H؆|XS ➣,ʅ$[bձ%`g O%(b'g2 ҉P&.+}eK +j=m}i`d1MM?$hAU뺘O>:t~R}BGg<Z?. 6is[ qJs##.?eqi 5Ͽ8եܮ݅d2"yN4b`j)Сpd% Ff`^:xn&:)WX;=.>S91 hxGVЗ^\g?{,[&3n\fuu;$Ȧfx RL|N'3~=USxwNڮ!(7MR<AhW)?qܚxaGw_C?^&vh.A' a"woFw *Amnhʡ7+2%(&src/Ϸ9+w;g+̢ . G%2qKH6G<"߮_=M69xeoæ=v W% 7؎!ʉJΤ4,*EX4|ZܾJZ8OR@^ +>eSį\^?.5G`g->ҹ4Hx{#!y|J+l@( 2(%*s(<O-5bqUFW׶8͜oҫiCM(rw6Ĵ:*M[S}(!/+ qᲔ_6R@$ y>"<:cg0Q"-0ǹS|Mt0/)pJգS %H ٔ/ ("h '(y4 Qbߍ/ '~]`y0Q.t0ұ#_g&TJs BLM7#I, k)ݤ[JcmSrZcen@˅ods"X6ӄaՐhXf߱6#3PX!=dm]T8?zsQGN3uC;JONz⩿qc&W?i*m4msZhWqrxʖĜ|$GԕUpqn7T?]Ja ݗt.SAqtDl.Z)?OUEa|4_6m+HXr>(݅<ǸGE[+̼.[Nckxxfhut3C}Ok߼xP!(POhg E| QʰmBC07o:aRT#٠^qH Ā"KI_^.%J9U0EsA/6PM׽qqŇHpsTtcAuʔ,6G0L|=A­ȨXəf \˖rp}IN#?s}& YlPMb)fG3b[8i5zޙ4͙!Bd#^QB{3 e㰡ېvIQ@xxL4 "^"5(_Yab0DHi+,u$N@܃gW'z`vCk,Fdz QV5po`V`V&nkm3(Z;^ x-ElkT{ۂߵ|d34foPW޵ '7hqLje^Hv`lإmsPI?W5ux#ݔ\<ڴ˝JҐLQs͠E]bT1?lpq_]_n{: G dO}b Z{9Ή7`֢KLHoad! jL #߭,sv:a\lrJ׌u]R9SACb)Eiϥ *SK*ˬz_.> -Jm퍬7Wræ<]+Gur!-x?!7 q%C$0+UrV$ybDt: 0{Q3 1065;E)jZEC.ގ6yo;G U ۲j}a[xXLl"vChrvN/Ia]QȳG+TJGHyXߟ[x9K,%Sz$#VJaQaV,X&c%Ә 63.G5µZh$Fhg#xI3eӡe]9Ӯg:Rg%szfNb9nI܌;ɢc:%|ctϾ ,?$xA 3(ğݓq,k_?&G>3Wߎ '0jPj "yCg#,}e˯t &9;-~GIB\{ i3HdahA?/,F$8Y9~$ү7{[? Ϝ]K>GVq)_UqE*!H>3zΝG07)kuwskץ %f5~9kTmÜ`ȘEs `\~$TRv&+/OxbL+oY%=MQ0rݞlQU1s-0'8#K-ہ48T,gs's7'rRQy\|=ZğLwYC$lV(*AqLл_[xD2"HRzѠv[1H ٘1 vK}kNf8ԷԆ5 fBC5(uku,CAJA?LWPik0Qs- e.ܾ N^z~We痘lnNk6?&)ftͫ,^qG;)M0ؙ]qR1Φ:p/ m`hŜBM+ǃ8L>yEA!u=1ջ@\~c"*\SXud2-.b> P=oOp aTkGW?&'ZTc*Crk ^~MaT9 eT/fvZ]:H>[<ϣ㩤*ƀhP̨tyb 'd.RY&<[l(F4\!J-6w;Mhp g&viiG}F9KW-8ٲlu8r yBS vIM3|o B`Q5p9rt5‡_=imYiUAɘ?%|wܪ {eXtP't[%زZpab-k87jbٖTVcCu@l:2r !:4 2)@VZF]er!1JKc|#i^À1kRX Um {`+HLypZtg= S!]=y- 䉍} BJJ!I4rJVK&Qo>0d*q;]ˆ%L2ŧgmz#PG~Ǫ~Gݸ &v؈$TNC*@>{>w?F}1>C9Zl.!eџȔ@Y\*'Q.knmFUӑꮑO(a !-o',hC=bBLXt;W^kWFJ~3 U$4F eEب/ħތkH0ǽh'-ʼemRicp6vo~k̹g$\Va?L| A{_!l&bd<$8ĿںF8kzS*xtGS Z$_- 2Knu1<)` ,ߙ_>Q'~XHt902DEtexI¡ʢV_K׭U}p< {UЧWR@8wCCQBVib̒N^S`5 /#'#\[=A)adSڃnj<ޡ u%l#.x!B;dI\8 )!ip7iTOZJjto*IΖ޹]L\O<9a<Ϋ\ W9ih̩+Kσ;NXj1wWlkC|umޭw ªwKsX-9}*Lo,{ Uِ"^ K0 8Cxz :b/ `w9:8%I(sX8-Cv@,{sOal^P#Xt/JZ` 䛴OQt)܀>_y[WA/1dN9eHNH xEđ;EpzY 5_ߍ2s#aSzݗNR5 \ e :FlZQbkR΃=@('h8WoE K%4\;4; *vƔ""Cu_P[t)ETh=ȝ2SL nM*WJV^GBQ(=GHzySNMR =Qwl}@)&.b'zCsGE7ż7)^W\l]ŔO: ƵDeEAaQY Qc@cE0{sS>N+z` N:Cz#Tɶ5 3"U>:\zMFv+,"8Y^?4TQDA{sXd{77A[ќ燆BaP%h5My'G ޠI8l96?=?WT?!J]֖W^W$ -˒Q.Iۚ #yϥ<1-||2Ǒ9EuA:3ΕAn-w*ѪP2#7aj\pY;_38WTS7E"Q} hu.2N *n0 5e)#b"$^v!@d8nUK>=>_)2q6Jt5χL@?~d^溋{LOʐ]rי/>Re+ouAٳµi.fߑxW7#4kp.N>ܱ>< !ҾپfR)װqum~9؀29UWѢ(5oWuՃYJd]Y%<~ rfߠ#:bH) ⿴O ,<-> E4uвH~g"& n;h:sK4lp-' 3#tZxrx T=Q;)9C228?.o#oV[eW_ʝPw=B؟:42w^Ozˏvㄚ,EY`GONgS3ED7\݂"깛K^Y}u{$9@Cw뗆>HW $&6#!H1HqIR_G驱7ax(89,!HF*>Fb7IFMk2տLu1R+\b] @e|-Z_ǽ JQf|UYg T[!8 a?NB}q?j҄*#]q-~#tL8!& 6YP Ni<Ե?y#J?zQΘTɧ`((x]_T1xMʹGƚ-LlFP=5X)ܕoF7k64$ gTS3|EZxϏy7}hhtʭ1iU*xSaj3#UhƒIR4M~ R6] )~GC40+.SU3#|WdF+[ 12t($Pd􄞗&*;ƮQj$Py4 <$sK?v0!o,"|^=j-n)2i3=Ws<8M͆c˷ L* ^;ր0lfs9/^z^~rSS\鸸Kz^vd&v DM$-<P3IHwqF+r̬KPO<d޼FG|nވ^{ :]t&4ݴΧ-Z. a4#L|bV<HT%(ɒ!4Lw@(4=8#]ڰ%P!s#rsA&#6>XqǢkIflՄl-.G650[pٓ5*awWZ" 4N0zpP^G>W)I.duϋ&U; . Q~҉BMm3M!:dTA?#N}-PmY%K ([% ('t` h fp+^앴^}N ʱ|o2 }Ȇn1N1o#ȄR-J?(~ko-((8! QQi=8q#BBi|2^T}WIN8{ (+ʌ F]'CA֐Nw:Rɡp A=oЉ|/Po8o)U!k󙓑7G PK6qt{,@!ƣq5Keݸy]QLz#dl@ʡ4pF-cI)Q-y ^io(SETZ,PlSvj\Cڌ%mwvja>C)3[M_dAnD_F~m-".$?kA,%e=rd:cWytU2 F#1ȏc/hmkfc4e4"0VF`\_4Dfƹ`b{y@3ln7bf@q\@ 28rIO[JbEF>%fw*_;Vq Y[#pb.ഝU9jn' << rO =i&bxcg:lUBa ,|BPna0\X e~dgmao"Ix/j\JFJ=`z'Mo>7UȘԗh=*LBLC=Nb"`o^.[i@@ch >pyiDx3[Ld4sld 9d}diqsO*QF̈L,4ɠ#02̎jW,p߶n-dAgsBt."T}z q&aIR!f P$v}{Į‚Sly Q !.o 16ak_Y VrIlڢܗrM/sZF{4 "ܩe!\I{Ir{qx;ZeQ9O\6;:"2%#[B^R dV0>R6s0 X5&UB}W#!|}2 $c{`Cۺ=jd׈qLcV n{-܏{WEcr_éOyDԿbEq4lu[.$\hpz*mj h,ek\+9,] $9ˤi0pKKLjV34&5fLrn( )- rZ3O⑖5fo9}ʟ5 E'z_!Vr@~=KgRO d'E*V)T%KēNl[AWl,Z_lQaJCPWM0*ME|6mOpv9,P31J=9uK`a~QJ ̹FDYN]GAfdqDwG6|bߔ+T<3xq%g c,Ƣ}!:`w7-đ&$eB~ݔ![x#wAVh([}M>*zѴVnzKJL]X,n1[3ZU2$%rogEh\^;cܖN(z 68~Ep1UJ WTT\!q01WM>'+kI`>]aDj=I S74ҨlxK]؈+8Ry\.Œ!\-%y#8}iה#ⴳe7= K/m{LX?@Pg#q 7N=QF]0b'fqm|7 #j(5xCxM:u뎦:EkC)Θx^F$k3q6D7_pמ e D:_'5?pou^!iN. N] 2k{6l&'$hsGLO{_dy8Qjziٯk-TֳغO,YPozP9T+Tzã*bת`Oׇ@*zn|ɽx 81T Gk2xV$(Ve!0((p (E%VfBG |gnv (Ҿvr]RF-sr*6+(O@yq'Pm;d4L}[_fVar#T=]utb w3g YLT$ ogHX0a< 2;]x'k ? `W: 谭( 06|}:dkPuFIrپX5Pݵn ͩ-@DQg/~& ٖ)d3ȜxMsPj`ZHaYf,5k?@%xڝ<݌|Y>6FRNMhRހgtSWF3X:qi\yIȄgiVt1]40QnqAG%h"=(FO{vK״ΆCrU{4]Hc)^us(lJ`R |^ÿ|%g(j2Kg<~wo!IL0.N$B6< @܌k΍D?O[B7sCl3ʹ&LDɢ_P'ɺVB@hGSPد  T!-Ȥqa3DyPm5:oV GV^ 134HRI{#Rq*6{Ţu$I~RĊP޲BQ{ቺܲ QiR}\$\٘ɓiIuu:ad:JCYy- g4O҇wtlD7a0nCBjm4EOZRR]ϘeZVL*6b0>9{'gwְU%'*e&º^IX d lID?]xި0 ʦ3)xmTunɸ/ =v>i{LG-V"Hr^']%̝gd<C.氪o>n8OdF hs7<"gP?g65es5REV_)̇x*"Za8slphݚـRօt 7SvS/-28u548RT/V2x S-x,y^>?HͧҼOU0._m7swTr,uS9ѽY!2')EkL1F M].e3|Έ/p}!m+7p@@K^GA qW?6U2"zQBʡ^VN9Q=k?)%O,K÷ X\Hm0Ƚ 9Aܔ2*&2Jl k(K1 UoOߕp}[QPYdž@W -5Z;< a>v 6pc 0%(}Fw\!Ś:10a(mi34> ݴ 7ybژuZ6d>z8 wCZEBp2I~/9B*HXS5)@vjlBl.Ȋ1_IY3'EKTU&oӵ#kc=l{jB'&C~-Ms]<򌭪߮k,+ak}w'$ey MPhltP7=y-b*@!X#>[`3)jらV$^f*S?EWorZO8,eQ"zrYѓzȎ3s|]u|Cåɮ.yѿHákN!-3׽!- 6MlBU :s:Ώ<7ͅrA{¡ӥZw$<&N$:Qဖ#~ײ]_Z)"''T=:cTr,6@w,5qDSʚ"bFRA(xeb-REh2:Y`RȾ2VD8 y)Ci*Bݽ# ,Eݰnq;KaSL2 kC ( aaό}K”/2XAqC4BFX2(lwE&5tu_݈W K`IyzlM!+Gag[c/L4-ﰀ&Ricx^N8̏Uv 7jp40qؙBCM\\lz?ģ:uVo ^redg8DpXo# K%]+n=Jk.^O|DYn0Li+Q 9Z:ؿt xli_DeE[S)2]]:ro%XG[u jlGoG#|hj6]"uzd=##<7[oϿ &2*h=K[WQ*i1L yeZ:I^Z(6;rԻqlQ2?~FEZXfj.jپ]6״TM> <.o {,u~'ans}*YCzBXzJ]$AY&Œɤ7fށWryRUdXlzyNWк2 8Z"aZba_~:[+HmSiO3P![rdF7]UjS/f<wD̈́$ϖi"&F1|GXTw^|=8ﵶo Gv|4[s£j*v^;QQמZW ]o'/LYi`q:So{ Rr;"n'rJ6'YAkPW.̈́35Npv;^]LջO-C΀v|rTqOۺ% b-zaz`M 8T@kKv ώp3]xkz q#-  H,!|:q&rJrY>2#xu=4T8I*E~eZ r F8UB\(UQt5B |=]zOGߋ"N >q"$EZEӨC~@Ԣ=Ea*icBb\,bHnE _x~$G'ȅt䏣.7Sw5\ڛBVM'Q^s,1-|CR)U;ZЁJ43:oQI柘«ahqD[v!J0ӣRnX`mQ0@hW7 *T܊+ y 1VtkP`.K@V(e5F%jלR^cԉlG^y@pJ4kjtDQΝ]{sD];`RtehsZ*Tu惮݆COM Px>qIP&w%-,0y0Iyj:b}28ݙ ]a1 MvKxPC&\E@GWg-'؈SF:2ȣZBһzG/UW]sVwx(lkc~B&ia_ѭb@xzxrZD3aLS:]qgDaB:6c,@##B%e+H%Oh/jEMn=? eU`Q2h2Kq/܆.j<[t q.[3n opn#ub˭!źcV^MZ:;fLDy,W+[}e"1kf(-(xU7*)ꅸ| pzN ~9KF19/Vim7bI0sKLiX7 ^}*;Pot:X8ތ3V*Oj*ϼse4|@+-ߣ 94G~6[(LBqYMVT-n@sl7c,">:EhHIMؖt686>fD`?/_<KR9YŸX D<g|VrN.m?ndf*rmL2~9m4m*:A[g{ d9;[% bQ62)㎍nE'99n*"ڧ YhM-RZ`z2t*WS7Ob$jcY pjwvrّ5>5EBhbVI=tp8D=('F1{=/$,iFO%-t9<`2e%eҠYl+-ǩ=qR_9PEkos""sGb`ߛh,lt>{.mdx˗6%+r?rpV+8Yhm`&N4,[2$+ 0ֵL |VB2[_7MWA&:Od5K)PUuW΄[s Tї.`O,MFq|H @".MBҲl#[y)%NNύ![L4߰\ZU[ꡐJK^ $q+31~d{!,'hpwNMdq6э[SEt[mwa&׭cA70x=^tVtz(ARC_d~+'j#AGp)\Mw?|eg6&)ڎ@+ha?Y>$CU2痼x0nw˾\QˣyՋcW\T*c^Ã#GM=ÔP$-t5W\GqA}عdl^;_Ů{ :, @6NKC.RjTB’ E8qdJf;<FOH<d"+IͳAKo3RWgxu3 J<e@$/!g7{7*y =Gc*={C)TnD5HӫCXN,+D4B_xVtQ"ۑueAKӂC^z *Mk1 Nfxoȭ0鑙sۋ0e*ENxMph.7Zhɥ k_F}эB} m'o^nKk!և}U(o@*rn(XtÞV.+eozGj)B?s@xjSlWd*s' NDl^&uA C63\=j%`'] 8H2OH䭭D╹"`,H΄Վf4|YtTnrt D9yAI}Ӱ4cdňGr6Psj@ L8BG8|߇OhE1'$Fo&= Zfs>D%oΦGِE%>O]HOŽԱevV>VSiN H54K 򢟮ra [ZudVL٩͕"סVCX>w5{\Asdv,n=NyrҊ8鮌]DX 5öra; ƅ7)qph2rf/3mT 5 1QpiZ:G=#f0qE=uLnmcv8MKWHʼJҺ#8-fǼ!.(ޟK,3si}'#;Kڵ46}~$QæM|%1bx)\G"I!'Q8}ǽ3T;w/0}B! W%_HWpv=U㽫%0uq"_ufLP8sVv^// ~"IJ/\0gMow,`e[k1#h"y^U` Fz Ds^dXȴtxtÚЌXe&`r^sU_&h8']0*zk!2MNp!\Z mdAQkU-b/BRF#*KH>t jn4H~w%eJ0FVN4rޡ[D>kT+ɐO^ 5\xoF̆9vޞٖشÌ9[ aѼ@7" ΐ+&7)B֢1nhA@%Yyg ,{9;:oa>i|W6X?c]ѣ U"')u:ByH3Y\_A֍/1(Es!0IC\ b>- }V). ] P '*ZIpu3Y?ޠӌXtW( lV -p\kr Uw V{?wiwCK6%֍[hԼ|zoNfz Lqf0Ub4uI)HIȁ7(+QOd)p#@Rzj 8m͠YlhN S6 S:yR^>Q}u^Fi ݅yVLHC>M gXc(C Pde c8P9$ wPv~/ХSs(@t28 B*hL7dZZgq K%_[ $ZJWxhNyK]Nľl;ί/wXV鷶T钒,)!e(QZ ~V_~\\0B"ZmVl.|uT71uҵFOIw+ a&;R>d'-{r(7{W&)Iyl*6U"Z mWXb(aՔQVZ9 #ʲP"vS[$lVdAu)5bJKNjrͪVK~iX{ئ[mcH-=H[H.LAߙ\;dL˶ł@XwYUvWWGDKP)4O&`4߯ 2quSbW ۜ"~pa+!gDzG]&p8$W,\U!RT'(}f30\F yvrUdbY"(>_b^8r8j8Yri {lb~My~N!݌Q^+rG+^.^$5'J5.T 8pxm*mP\ڥ:%-x|^h % t\0FPs]C$yY|+OL+XwGy7}n͢"k3*XKbbR2/bٛCY,)UpA>*oy^\Vi]#ڝ@dܔ)-WXznb%N>Xu2ɭ^?Ӌn[ukާT e&DtoF#he{Q7zu7!1iPa5࣠l dggNwQOG'WI(UJ㑼aKt!*ȭG Z$Afע/vD Y%ncۄ鵾'f3=ߠd(LN/_>׋~Coy oM IVRCiKFJ+S,TLRSe[p$[CC$pKO|3a;O/¶;sfƔ+!67:iDԎN '' CXp? Utp딯0ţ2l)z,щw$W@c61`@Px)['z|e(9+{V#Hw"vSf$՘p2" Į A⍯mGC935R?uaf&\P87ݯ7xҴos F_q,wC!hٲItEOlP[z~WBJʹ|ؠ+.fH H&=C="q11n&{⊗ H72Xv=MaӋfZR69rhc#y8rd;) D*CH:0NP]jM+ӁeSFrFU۩3;K^;-ا~"Yx r.wD*wlCu֚T\%8lz2\+Y!^Z't6>A4Q*7[Yxw~<ɜ: W`qG,!AsV|vORՍ!|G4ܸ +?4'XF5+&1%#pӞѻ|#g %?'h)xGֆHY&|z;],E᥇ӄ{~'K z(a]Z_-ޗ)yI$ 2$B7J.T#n6m7u\9l.$; 2| t0 .ЮC̋geDqvJ]o*k,| S!p&q5Q<(bWF<'omD}.sb6/OU C2r  ~_ "kMm T.?HCNSX›C48LV%{_bSLj_[.ly:by˜#Ik$NjM /Qhg)hu?܄#t .@>-ߐP؄ys Ng}n,|sб/~ t< s#%^ApLpLoGd01+\oF>w3݉?cmr [WkӼHH2dK"reIɪ䍧XmZe ,tvLHt10+JLg(K]n-c1iVޝ\D6仠voM,o=$l%bPUS®I3̪5̢A߅6BE`ca{Y+:EodhY]jP;w|#7hS ׎ $*?%08KV7>{wta*ǔ(hݪSTމ{!o$/fJtK旒()Z"_t)*VZc␕5p݌:p[t77`qUfl]9m b<5>p?$) u  9ilh i129Wu B8XhO|`E޾1 ii A/fop G:CEv 8TII\,X4VRdCY.zVJ|qh%d*lɺFE31iR!7>A9W NVO61'A @WPfp~Y%hq`#K3 чFAB1ܡ#gn.ƛZ'Z-*p XYCI5Ra#>_uԁ L,ɛBїyh)qc2%Lū鿫=FHZ3j[y5ꎞ**ʴ,㊓5ZD~k*&I]qI"mĸ b̯xZf1H3G]mTEQM'T > {zƑ 3 w lֈGIJ/i'ILG^Hn5'ƿzgF? ^^+KgEm| h˂g|,yV0%ה@kLTQиGUatc,ꆰ GE_v'ldk I%e?KdtU:Fx!@ڢGyN? 4|̎ AAsTe¼sh"t%^ԺTkAB苞Je[4Oz]h6aEWM\W"AP`G*ݒ{:cTzl{`Y$FeNTql7 *ꃹLvZ'!$u"sGg6 joye8j-`~c@G#NGq4}EvOPwEEPp VJN$]$$42RI䔝5`֐xo 7'hMd5e,^FƢc* `KkN4bg قS_"̺f q%ya J noCa 'sof D7oK"ζ/Wn-޶џ|5Tm鶸\*c%Qn+>UKrJ؝3cIvW'H-B-?^E 7!H2>D֜b!ǧ7PQrQd DuU>yhNJAw>r񝈌_U4.دګםf}zisņ\ MƞY^Տ,tQt1}9|oTC* ?.fPuu~^ua'6~cfdGцGm9X$. I:?dN{"QWѲt(63S6[3{°2+F*daC2!uGRnza=Ob߮H|@::rɁ1iWh k>tCUDNXnQ* {q0hNlGSE_w !{ǩ֍Fٛ6r۠E bntKu i <} `k4q'5V=$\tzeϼDZ`'#qp . ĭZwF)Hӝ[=9^$>CܱYTt!aX \0,'419sc:0M)A[ˣ$$iKS  n 8sc[d^BNQs r=q_WV GR\ըP&}hdܚa,IupmB-ye3wYBdЕX31Ao^LY0(NuN +>'y;XG0;ZzM4\̢P*W۳s52UWu( чcIa5K6{5'12/9N5]Fh<}iN FsyJ[f{A^¹r-<X zfu Iv2bL=M̰N~P4wc)٬ZϜ7A;">T_NŁQbhq *mm-b.m\5kDAvQu Q!&Kw?+ ȩ%Sw-GvQ}GiK5m~moFUD'PH‡մV `[Ȫu z\K;kN"+^ҚjKgfkt 2 95 KY->7#}^Zt VV_|x W6Mu@Vt™o_ȡl1m-;Lz5sٍ16-QWX,қ|F!vq<0_v* [@]Luƛ4^iR{N&@ƷSPf!(SC'+ôi Axa%f.?KͣM^9QR)jKV۾RoDn3eKYc[W۱Z9Eȧ9Mࣥ[-5k9?6LgӻjVZXKxxiY5W ɒp|TnoᡢUɯeXfJ̌ ʔV.A_j-k#ܐJq׷ FJJc$D,"gzʪx'-}oDb(UIܒxN}A=X*~ⱇѲC|~=I€v+;lf$ k^&n?&oU+[V㽈|ێw ߜcĉ>B:*Ri TfȎh)(䩢O wLd2@;DmhIO Bݑ( *,W?sb|(,o<d,G>Ecؼ>HhHjdtYOr՘Ɛ5xT(%0 L"nTu}pU![ءa)PEs `#^P}.4Kh^9`kAj)0mVg;X<Y î-Lob{razA[5A]үݡ0 6 sQOoJ.'dSc 18k c!={n'. ΍Lj تŸ AH\hXA- @O3GP]@H ]dysVLĴb5ev#3ۓke9ಡ4%Cg#n?/qAOӝ[[7)^26]<1?+JHJ.3hM@ oqP@ 7lYKiKV: R-/P oHl0n@N9.9@ 9Fd0Pyq.o_:U>(c~(9%Te@)K#82}^XA3 QoKGSX@Hi ʻV},հ{Xj],U w_?q[}Ǜei6cM3N3+ Q1 JAGqO `W pfX=cR(Ws 0ذDo --AgΛJ#ŏ *s2&isEAk [Ep&it$/ܻ`rږR 4l<;3'x^2eL#EdDл&,jHX-+ʶe/vZC5P;]\Y5ǮK-0+V9,!!=%沕@|$5Ҿj'ёL3%y tNTeB/?s&&2)p{LB3+ ++e뮔DԲ73[ 'f.ym# z"7_)RiAaݘ9p! #Ɗť)p(E*3GUs?QD 6{r֜:Od(rI3/ţ@m5I/jPihÄ]䇗FsAb0%>" cƝWAZq]\8;ƽY8g-ׁ֋qmR圬D-E^5_+$, /B^EB^w \,eN'i4YijxЁx@Kwe-&NFER\mx!k =@ }m E|[K.%e ]",Pg?@Iav9vm\+li v:nZpDX#S5a5ON|̼oiNvZ6 xq+ItTr:܊Cb?/k?A%„* &l4&.~$c?뗑"%/,F)śOǁ1٫<`L] ۉ ,ߒ1r#ţav9m|;|IV:Um0N<w0 JJ{E2E~hy"K},@*\np5e,a@F@ +q|G{)x[Ui uVniO}2m;`M'ib(r9\ C$֫F0uch1 qD"XʘB 4w^̅8M-qᩎMS&I&€ףQμ-4[յ.(B/{EWW+5_BUas݋#.I"#j\ ;gsDWr{gep3 S,w W8XcٮB3gkԱ#7וTܾv _^󹺾Ft:+2s O=#jN|Z a[ٰE 5K/7`iVӌdHE|.ɈF>U_&ܙ 0_;@ ?:l1иF@=3HjnekE)a<14"Qi,|歲Ƈ1&s"kU:nKRVykinyr CN}?x3zȨ;;RWLúQ"ꁇCKjOq+ =0+0E"![(Nc['rf [ a :#Ȫ¦3Z2h2G0ܽWVQ/>;5,Y V:te/֔n 9HPs̽;f:<%#M IDծԙoE#2"Rge(&]RsF';ϖ;ҳPk݀y\=T~O_$d;ZN/uk-v'N6{3(V[fG؛3V".-2|NHc;B"~kPY#_ܘ Lř u wOay&ťc}ĝ[nA`ĂѺS,䆷$=J>CdU2"n x!I'7qAҾ rr~ s,Y>.lL喤N,&ʚH[o)  |q$;,k;cZ?8q :0e`:[vxu9k[ n|d;OSTo]eYH%!:>{~*ħvw3PH[X{mVm'yqMd;}um>q}[rfei梢'v=@9_ XSN[ZރZz* .E !O &'{! p oghgloU-?S΋2Ci9.5H[JU)(EQ F S\bIʢAA2OH62\aŨLT^ j֋ʇ/43u>>g*9/Z+%_!&aŶu8 wxUnn~ŚaOx] doWm<)PoQnXa Cj^X." ߄} 8+1,V> _[wwLx䔎X"go}q}"  DAuUk|SRS[rt,캁MOwS%3Ce&v7h]Z_~ʋ;qLׄ ^iU 9vF\+^kr$cw kSyd -H7FB%k@dFĦeXl?Y\@iZwGX# Mi z]1I'xh}d1ʢnO"}U;]$kQ.1I*[olYFؙOeN_gZF 2:vVkŖlPʹp /1DsAӗf5&!c˪kW1b S|NӬT"$ԣA]ܳe=A46V]O(Bd}GbpK W@tN]w @ &2IV˥YrCz({LJK6Ѕ޽e6dah? -{Jzk퉣JGteQ\;H+еͳV"a,ʜȍ0n*#O`N:A  +M(PEV'VksbBӃ =O.Zl]Tŭzƥߴd| кBC`R[pRy))׽·hYU2*z2>{h$ x46$S|jl_%9߾ ЙᏗިZe"pE M3.z/Fֽ|-*<8gv'Y@oAޘmȴVՎg sEvpzhŞdf&I:dЋV7X%ЊIG'M>\:pq,Dz9R?ؖT8Z@n:p ԝK- +! eߪ)*I(5al%trBd\^ҪȮQd ȏ p>* 2m~W_ٚ\_/ h|E+pK72jeq0 4sgp~s>bf瞖 L Gz35NFʉ=iڗA2+]׫DBۢr|]y1o?/: }Q epNM2J!vKd}ݵpB KagLB&ehp$1̏ǞC5=(e]iι1 b>QR"^8{ղGv$b1`vB:rK*NGyE ~,B=5H\_҂jP_kGe-xƃеBpC+N)|,MTp\0L|T d̵`ހ/Rc9]M&TS/VT[k =V4/x\3)B*l q}#E%H:[.r4 `9b1J 7\HK:iU_Ch ty#K䃠%iw-; 3<r?L:k0j\HX=11 R\ISM:r2,  }nP-t-Ño|c㪡h5T ^rOrt{ ba)ժif^IǒEg [A؁ۣ,t@(R 3eeR~X!, q9* 'i4wwE~粨[e>+Eg }jnoOH "!,$ {l(] 8/1O,J6߷P#3]{L8D:2s, GUK'AiR#2Kɺs#TH82ׯE G"%K6$~1SSEC^^{,Y9,|sӺze̹_"IR_a@'q)=!\mP. |(hg5 VQrOK'}9#j4$seňWM}``lʒ_dLyzn+_D/3 >e6y+nV,9Cd15>K&Rn&XN /mqh{Mc~ `<4;'VC̈):l'èke=y {Ǘ=ϵbǟ\J9KiT1H99/ؘwbJqA+~M{rdD3ϞGFrêŏ>Wr.H-t7Xk?U~unsuR)QV0j,& ;cH;`QT6OS'PQvx0"<^U GitrCg[`v+Bw D i)怾oRQfxO 7S:US@HYqVߨдVgاxNE-S%?7WAEJAVa{ٷD2WSjaf ]dYb HMeHڠL9)b/-2+`j?z~v;3rj#ÐM/ܔ ^2X[3A&ܥwV1r=/eF(Gs,a撀9ވ W2|'sIdM +KrO2r\6M^o++oZk#z0wAO1v(sRZx:6c+t0_~idլe?+@8?os6YA/¥`NxؗTowP"򯬐?`g(Z`;c1|w[igzg//RGuoeSJ);;O*a%~erIRr\yh\|SIa~bT xm 2O/แrLiU244U]wg= t8M5א2nnBf!4ㅶFtV^tI]xfr3,A>WO/U { 0Jh: YnxE}rIZ^?Ƈ=UKԳ^{C ,P2<ĠOY*ĞD `xpd<4U/ʦ]\ Oa7k,O;;8I AJZtfD8,b.٨ijZrAc6?+Kf8Ȥ9ND'Ӏ!/P8 ^ԱM4H^}B0«lzgYSύGZG|u}nmtIB3kJ>-2PP^1NYw9\Et+:(8#<L![TY9؍"`NKj|gQcLKw7FsK% #-Ѯ˂f#!kE-elpKV吀]s@A_bH\Pu3ĶP=_Y 5e"z׃3R\4l=]9`n(rgX^DaF'ѧ@푧 xutB-\HD4k)!zH!)/JԻ*DGUUż-v&ЏӔ&+@B\g?5ĆګϕWTZGDVLL^۾*Ϊo|jISj|_' }m9L9* 8^GqwpEo6|rPe9;,ʍ6=#n;?.x~UVx]YQȇC R!,\&s_u}6?vXj(&vF=2\oi5'D-k,/75MobH<{j@2]u4W><)-s7U 7^p~nW t6IXWZ(vvM5$yAyT54U@fIE^j?bZ̃Ull@ >%LN֢ҷ/A}$ӭPǡIl]1!\n- lbQg2ɵ`ƾGw/t%OQ^rVaMiu\ IBYIjBJ׈V:,5۬GF>bd)uvA"0{ޤCL=g-,@ta÷ϔG$Zҋ'~ -j gM q.oL:C`}&n RknAeWTU([K1Yz|5Cn6pՓ d:R d: lQZ>{RqQT!LJ3 GmerPƜ $Mt%`Zxt'Sp%etbN\G .m' Qg%5`KO\{܌Yt%8J>=*壃*@PB܈ݱe*.Zss#_e;JN~kLQThti]LLB3Ѧ7Jd"T<}k@syt̯,] ctFu "C@ocҝjg3_~&/ *J 7Jx㴆a@@}`qJef)T!7Gc?v S}YB!b)ul( )`m!\=S(DEh2W8gן=Šn C9 8Z˓aAKU"sv!?b6tY  -o`Oi S9UmHpB9=RխaȾ>{tR_i@]~8$28\ur_AMDd\4 ^ۣa:1Wa]2ǔ~ l`#Mhn5T\SXxRdQD;]5Ȩ'==^W, un;nN Jм ~2gPG1e P_&⋡XKcMjޡgxcB|_ݩ=TȘql=2s)t=hc^#Ǯ(qMsfJ%p+. M5-] ۘض";wfX3{j-ØǾs·d|e*T O٤̰O՚OH%V_ky\;V-6(G&WkOVqv"ʞ7i2bF`ҕ<1Odְ!BuO #)/!{27YWK{- Jב7.GpS ]d@OEJp! %.}"rt(Z2o-7SEb$[;w-+cz&HVc4 hŶ+l}g W~;"Ř{^,ܦٕ tcMlş* o^S@ ZGn;`E~+HsxxTFOܺs'`7pF!uJM-Hؗggkd 8(BTy/Rʷ34 ŭq0Msւ؆M3Tsk%E;͜5iנ6E%maPSH_wpcvmxܾh"-V\?-e!SD곿 d]-_,%RٷTŐ竲OHXs|'= |{'mTGWXbhJ]v܆<<YVX]\;S(&᪵ڝi)4Cy2L4-ibz$}!H@ Nk$*{YtvoQZd4*҉F&ɹ)#[(%_9?M铹սO ]E܎^ATOC][3+6aZ\)>L92`rȮ|x_L:4%.]Bil$촶7즆 a TggRtbjfDBrU'Ff|$IX@ S23gnBbCʮe;mbY5+I_(xKU(@p |5XzElJbPkĘǡYedarҘH{UZbRwI~[]uϱgߍ'\_%U:iv|A id( /^9b~F}=6ynٔ5rA4x3# Q+X@7QϺzl26ĨsRF>ɦw3b-3DB\#hf%j>h'jATJ' Aje>stk#ᓽ$N C_IT TsDeΣO ޺?n1P]8 cP캯?:FsG;0'JAam;;>žua떛h5>WOXY3"7.1lR$ɚ$y"ۜd(~{WJ6l+2[DX_QZ3MX_ܧ$Xͫ :Q,Љmc%l ȖkCT"%~^p6/Ɏ(̊Deuꘚj n% N,zqG_Yo.k7!:z@s3_ zѩ@K-qDž';񴘹1[ := 夫ܓ|.2HjcUIjjJ[q Bqa 'KHL' N0S,MHIwa >^ $dحlDn1Ѓ+ܝv{ǤlCmQx?$N^f@Z᎔2&K:=ݒvӼy5(`t]*VB{А:r_m/ m~<)3ZBRTڅmy`;y¢/돎 8g(ڲV|0!SG(|Sz߆L6F5 v-u9(Sj>V yOgX$БZьQm-`4ÎaH!2#?3xۤP:xu+8_g4kv $h_i1pw^aovM ,*$,Bn )FVtjR Iruqo ~H~αW%f)n<{y!"z,"%m1p() '_rul"i2^̼ m޳k1!>C oM&4jR @*'}WjWur<hxm~(B6.#lA1D8;{-}s99Q^`D+dD +VSey̥ 3>.h'"+AtHϠ3:=Qz/gX{a8) ouhR6# _U-ZhÖM7{z ÜH#ɽFpdQNglY*^>c#hrb!K㴾.b%bNRcQoz  10cXZ(&4WBt{&ko1T0^ȦmK_ao'RP#}^>wPQG*%>'Qurtp*zN* wpQqȲu4 'wbBpED5ՍMS:CO"PZ^L5 d:vkUL "zb-TJ2kd CO%$ qnQ=8h{o5z. 8!Kq!qyGWyKj}oORIs SA@+ dUs͹YxӀ,=C%șy,C B;'$x$j\(e2tI juog¡pGgUtgLrc[^񸐫)7M7.@>UWY8(@uw=N_RpiiUO_\{3QW;JTڦ`gߡ xWsir\/z*hkOۈ%#H)Ծ4{ʥh3!] S؈Ⱦ>A $G475N:iL,,nI3Nܔl" ~ OKv\~U2V-2]xe^wgLڡ$?e!5@`owo |'ů\&gq+M+bQZ4fKlAl#ՍԞ/6'=|8JeNqOyVhOj* Ud?KGwTE:dG0H 2idۦNl? !=S֢+`[xL4pp^N,A͸f4l֙F%Հr]÷Ú5g*HlBof>WA9}v¼L3l˧ OCBrS7OF>t").Vt 诜OL{s|$G 3d瘦i퓓TA~9.3b\#CNw%vANY8!U]7a2$C>] Oψo[$ܮ5ڟ_s`G;)?X@|92y-z mY0=_FѾTbMd'i¨W sgt~Gf䮮bW%@>z»ū(UJG Y1aAV*65Y䏕'@9K‚?#\đT%d2\fGqj⣥T0c%Ϭ5鑭'+d{p=]9ُIBs RIxKLN>(A^OAp+cZV/ό+x£Fq ej 7?\[ʡ`чg6,(EXޟ2j5E'cY+5P}0 EF :c rY&m/>=Ko1D7]&$OwIz~>m }(}p_@v~հ'idJh#ǒ4$ٿODm{=zGr&98`Da'[L0 euXH!]nCs4ʮy+޴%)/B!*}9%H 'uiV=O[/]Kc /C70iԘ">IDvcAu_TMr#_>Qky78l[#˳סzهԏ.V;MƂsyXA3&.rY%?$I{K<8ڗd-esxFm|Y7ɑ##u}&Q3];{yd4,V!z9Z7Iilwj:hmɏv✖3ڗS'k'Q%1k-MjQ12aYf~goFCMMi0TG|GVK3]fF\e+CvgNG@޿[9U5ԦɩAh!l÷fRGՀ1FK~@/Ѩ]!_Ȑ[y\(S/ױB/lGח3@ۓ\>%JQDl50*sY*O3.M>T?<<Ǽ2^fv+*4'CeHxi*ޙGIH?NhVVh}cӨo.b ! lI9Ny?M +.iƮ˻mE `L\ =iv͔OdlI'b1u}F1ㅙpW0Y/6P+w8p|u((@^fm LMXkՔeI'/URxWd9K;#UODM4\J.*5u E))+DF[,b twEhtF&E㪡ͤڢ_6f]׉W~2ASpMpvU ~/|U6[::1( !c_ghT:dKA迓f2"qM5&Y+S"y%T7W8 /6 $NSҸcեRBE:hJyp))7 Oȩ@KRBI@•Dufڅ_3c9I f?E".}ŸuQCsE'/ Nim%9ǒƙ ƙ? C:x3uQy1$d4xݏ0f!6= r VFB7qp2홎f}@2aҋUju\k>seziK]j:|_V|1{KE=vCzAߵaG {=)(eK6l#gg-n# O/d]|(_ d@&-/&AG|̘@ä-Zutb,Q ^DU*:j!' f]+cbqf;#!5w+/0\֘$+*3JEkD= ~~U6$O.kk!;m|UޯT9Eu㎎/~ۭZ,~[<]%;oW=Wpht:a3x?K$ $;(b_lPCk6Y῜&jj@"1S2ч\B>6 VU?ù?r7ݒɱI+dzk.8`f+Z1dWo#{K lUM>e>wt T5NlN@`8ȅn< :t|mjg_i Ͱ#jx_4I1i @7cC$}4hYEŖjCV#!!\`EԃH0Kޛ좸KF|~sj-wHƱ@GD=z jtfḌQMVL~sʨؾN 8GQ~ %Rݞ7x1@r#zCoѡBBs`ęN\#oqֶ YZ