python3-pip-wheel-20.0.2-150400.20.1<>,5dZy p9|Od 6A̢Dg#Iеtg#vqĐ`'fH {=ҡ`hn: ,fb8>MΕޚbcC1| N#5Rr狰4֋4씐TTu3{9$i136z?ֿ<, F|dKL&!C;M4y/`_$,lITFS~ST'F^وl^O<ϙn^s!Vnz>A?d ' J %FJ `}       PXl  h (8#9$#:#FGH IXY\0]8^_bc7defluvwpxxyzCpython3-pip-wheel20.0.2150400.20.1A Python package management systemPip is a replacement for easy_install. It uses mostly the same techniques for finding packages, so packages that were made easy_installable should be pip-installable as well.dZy sheep646SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Languages/Pythonhttp://www.pip-installer.orglinuxnoarch6A큤dZydZy26a18d6278691ea76a75de929aea5476578091ed117d2003be396c4e347e6e35rootrootrootrootpython3-pip-wheel-20.0.2-150400.20.1.src.rpmpython3-pip-wheel@    ca-certificatescoreutilspython(abi)python3-setuptoolspython3-xmlrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)update-alternativesupdate-alternatives3.63.0.4-14.6.0-14.0-15.2-14.14.3dS@bb8a_ _X^s^^:@]@]R@]L]5@\@\@\ֹ@\g\@\b@\ac\ @[[U@Z@XۡXXr)Wu W7@V@VvV7@V@U@U hT^dmueller@suse.commcepl@suse.commcepl@suse.commcepl@suse.comadrian.glaubitz@suse.comfmccarthy@suse.comtchvatal@suse.commimi.vx@gmail.commcalabkova@suse.commimi.vx@gmail.commimi.vx@gmail.comtchvatal@suse.commcepl@cepl.eumcepl@suse.commcepl@cepl.eumcepl@suse.comarun@gmx.dejengelh@inai.dehpj@urpla.nettchvatal@suse.comarun@gmx.demimi.vx@gmail.commimi.vx@gmail.comjmatejek@suse.comjmatejek@suse.commichael@stroeder.comtbechtold@suse.comtbechtold@suse.comtbechtold@suse.comtoddrme2178@gmail.comtbechtold@suse.comaxel.braun@gmx.detoddrme2178@gmail.comtbechtold@suse.comledest@gmail.com- Rename package sources from python- to python3 for PSP (jsc#PED-68, jsc#PED-2217)- Add wheel subpackage with the generated wheel for this package (bsc#1176262, CVE-2019-20916). - Make wheel a separate build run to avoid the setuptools/wheel build cycle.- Switch this package to use update-alternatives for all files in %{_bindir} so it doesn't collide with the versions on "the latest" versions of Python interpreter (jsc#SLE-18038, bsc#1195831).- Add CVE-2021-3572-split-unicode-separators.patch stopping the script from splitting references on Unicode separators (CVE-2021-3572, bsc#1186819).- Update in SLE-15 (bsc#1175297, jsc#ECO-3035, jsc#PM-2318)- add pypa-pip-issue-6413-fix.patch * addresses CVE-2019-20916 (bsc#1176262, SOC-11388) * backport of download.py changes from https://github.com/pypa/pip/issues/6413 fix- Skip virtualenv tests that are pinned to old virtualenv 16- update to 20.0.2 - add setuptools-45.1.0-py3-none-any.whl for testsuite - drop pytest5.patch * Fix a regression in generation of compatibility tags * Rename an internal module, to avoid ImportErrors due to improper uninstallation * Switch to a dedicated CLI tool for vendoring dependencies. * Remove wheel tag calculation from pip and use packaging.tags. This should provide more tags ordered better than in prior releases. * Deprecate setup.py-based builds that do not generate an .egg-info directory. * The pip>=20 wheel cache is not retro-compatible with previous versions. Until pip 21.0, pip will continue to take advantage of existing legacy cache entries. * Deprecate undocumented --skip-requirements-regex option. * Deprecate passing install-location-related options via --install-option. * Use literal "abi3" for wheel tag on CPython 3.x, to align with PEP 384 which only defines it for this platform. * Remove interpreter-specific major version tag e.g. cp3-none-any from consideration. This behavior was not documented strictly, and this tag in particular is not useful. Anyone with a use case can create an issue with pypa/packaging. * Wheel processing no longer permits wheels containing more than one top-level .dist-info directory. * Support for the git+git@ form of VCS requirement is being deprecated and will be removed in pip 21.0. Switch to git+https:// or git+ssh://. git+git:// also works but its use is discouraged as it is insecure. * Default to doing a user install (as if --user was passed) when the main site-packages directory is not writeable and user site-packages are enabled. * Warn if a path in PATH starts with tilde during pip install. * Cache wheels built from Git requirements that are considered immutable, because they point to a commit hash. * Add option --no-python-version-warning to silence warnings related to deprecation of Python versions. * Cache wheels that pip wheel built locally, matching what pip install does. This particularly helps performance in workflows where pip wheel is used for building before installing. Users desiring the original behavior can use pip wheel --no-cache-dir * Display CA information in pip debug. * Show only the filename (instead of full URL), when downloading from PyPI. * Suggest a more robust command to upgrade pip itself to avoid confusion when the current pip command is not available as pip. * Define all old pip console script entrypoints to prevent import issues in stale wrapper scripts. * The build step of pip wheel now builds all wheels to a cache first, then copies them to the wheel directory all at once. Before, it built them to a temporary directory and moved them to the wheel directory one by one. * Expand ~ prefix to user directory in path options, configs, and environment variables. Values that may be either URL or path are not currently supported, to avoid ambiguity: - -find-links - -constraint, -c - -requirement, -r - -editable, -e * Correctly handle system site-packages, in virtual environments created with venv (PEP 405). * Fix case sensitive comparison of pip freeze when used with -r option. * Enforce PEP 508 requirement format in pyproject.toml build-system.requires. * Make ensure_dir() also ignore ENOTEMPTY as seen on Windows. * Fix building packages which specify backend-path in pyproject.toml. * Do not attempt to run setup.py clean after a pep517 build error, since a setup.py may not exist in that case. * Fix passwords being visible in the index-url in "Downloading " message. * Change method from shutil.remove to shutil.rmtree in noxfile.py. * Skip running tests which require subversion, when svn isn't installed * Fix not sending client certificates when using --trusted-host. * Make sure pip wheel never outputs pure python wheels with a python implementation tag. Better fix/workaround for #3025 by using a per-implementation wheel cache instead of caching pure python wheels with an implementation tag in their name. * Include subdirectory URL fragments in cache keys. * Fix typo in warning message when any of --build-option, --global-option and --install-option is used in requirements.txt * Fix the logging of cached HTTP response shown as downloading. * Effectively disable the wheel cache when it is not writable, as is the case with the http cache. * Correctly handle relative cache directory provided via --cache-dir. *- Update to version 19.3.1 * Document Python 3.8 support. * Fix bug that prevented installation of PEP 517 packages without setup.py. * Remove undocumented support for un-prefixed URL requirements pointing to SVN repositories. * Remove the deprecated --venv option from pip config. * Make pip show warn about packages not found. * Abort installation if any archive contains a file which would be placed outside the extraction location. * pip's CLI completion code no longer prints a Traceback if it is interrupted. * Ignore errors copying socket files for local source installs (in Python 3). * Skip copying .tox and .nox directories to temporary build directories * Ignore "require_virtualenv" in pip config- Update to version 19.2.2: * Merge pull request #6827 from cjerdonek/issue-6804-find-links-expansion * Fix handling of tokens (single part credentials) in URLs (#6818) * Simplify the handling of "typing.cast"- Update to version 19.2.1: * Fix a ``NoneType`` ``AttributeError`` when evaluating hashes and no hashes provided * Drop support for EOL Python 3.4. * Credentials will now be loaded using keyring when installed * Fully support using --trusted-host inside requirements files * Update timestamps in pip's --log file to include milliseconds * Respect whether a file has been marked as "yanked" from a simple repository (see PEP 592 for details) * When choosing candidates to install, prefer candidates with a hash matching one of the user-provided hashes * Improve the error message when METADATA or PKG-INFO is None when accessing metadata * Add a new command pip debug that can display e.g. the list of compatible tags for the current Python * Display hint on installing with --pre when search results include pre-release versions * Report to Warehouse that pip is running under CI if the PIP_IS_CI environment variable is set * Allow --python-version to be passed as a dotted version string (e.g. 3.7 or 3.7.3) * Log the final filename and SHA256 of a .whl file when done building a wheel * Include the wheel's tags in the log message explanation when a candidate wheel link is found incompatible * Add a --path argument to pip freeze to support --target installations * Add a --path argument to pip list to support --target installations - from version 19.2.0 * Drop support for EOL Python 3.4. (#6685) * Improve deprecation messages to include the version in which the functionality will be removed. (#6549) * Credentials will now be loaded using keyring when installed. (#5948) * Fully support using --trusted-host inside requirements files. (#3799) * Update timestamps in pip’s --log file to include milliseconds. (#6587) * Respect whether a file has been marked as “yanked” from a simple repository (see PEP 592 for details). (#6633) * When choosing candidates to install, prefer candidates with a hash matching one of the user-provided hashes. (#5874) * Improve the error message when METADATA or PKG-INFO is None when accessing metadata. (#5082) * Add a new command pip debug that can display e.g. the list of compatible tags for the current Python. (#6638) * Display hint on installing with --pre when search results include pre-release versions. (#5169) * Report to Warehouse that pip is running under CI if the PIP_IS_CI environment variable is set. (#5499) * Allow --python-version to be passed as a dotted version string (e.g. 3.7 or 3.7.3). (#6585) * Log the final filename and SHA256 of a .whl file when done building a wheel. (#5908) * Include the wheel’s tags in the log message explanation when a candidate wheel link is found incompatible. (#6121) * Add a --path argument to pip freeze to support --target installations. (#6404) * Add a --path argument to pip list to support --target installations. (#6551) * Set sys.argv[0] to the underlying setup.py when invoking setup.py via the setuptools shim so setuptools doesn’t think the path is -c. (#1890) * Update pip download to respect the given --python-version when checking "Requires-Python". (#5369) * Respect --global-option and --install-option when installing from a version control url (e.g. git). (#5518) * Make the “ascii” progress bar really be “ascii” and not Unicode. (#5671) * Fail elegantly when trying to set an incorrectly formatted key in config. (#5963) * Prevent DistutilsOptionError when prefix is indicated in the global environment and --target is used. (#6008) * Fix pip install to respect --ignore-requires-python when evaluating links. (#6371) * Fix a debug log message when freezing an editable, non-version controlled requirement. (#6383) * Extend to Subversion 1.8+ the behavior of calling Subversion in interactive mode when pip is run interactively. (#6386) * Prevent pip install from permitting directory traversal if e.g. a malicious server sends a Content-Disposition header with a filename containing ../ or ..\\. (#6413) (bsc#1176262, CVE-2019-20916) * Hide passwords in output when using --find-links. (#6489) * Include more details in the log message if pip freeze can’t generate a requirement string for a particular distribution. (#6513) * Add the line number and file location to the error message when reading an invalid requirements file in certain situations. (#6527) * Prefer os.confstr to ctypes when extracting glibc version info. (#6543, #6675) * Improve error message printed when an invalid editable requirement is provided. (#6648) * Improve error message formatting when a command errors out in a subprocess. (#6651)- Add patch to build with pytest5, also sent upstream: * pytest5.patch- Update to version 19.1.1+git.1557777841.63878672: * Update news file to match usual style * fix-5963: assert error message * Simplify CandidateEvaluator.evaluate_link(). * Fix 6486 mac gitignore (#6487) * Store instances in the VcsSupport registry instead of classes. * Remove unused cls argument from VcsSupport.unregister(). * fix-5963: Add news file * fix-5963: fail elegantly on missing name or section in config set / unset * Remove unnecessary slices. * Fix typo.- Switch to multibuild, so testing is separate from the building of the package itself.- Update to version 19.1.1+git.1557521541.a731e7e3: * Docs: capitalize "URL" * Upgrade Sphinx version for Read the Docs (#6477) * Upwrap import * Remove utils/packaging.py's dependence on the current environment. * Improve import error handling Fix --no-index usage Fix missing type annotation type * Rename _link_package_versions() to evaluate_link(). * Move _link_package_versions() to CandidateEvaluator. * Refine return type of _package_versions() and find_all_candidates(). * Fix mismerged import * Issue #5948: Enable keyring support * Move run_with_log_command() after run_stderr_with_prefix(). * Change to never allow logging errors during tests. * Add failing test. * Respect --global-option and --install-option for VCS installs. - Start using upstream git checkout instead of the released tarballs so we can get tests/ directory (gh#pypa/pip#6258). - Enable tests.- Update to 19.1.1: - Restore pyproject.toml handling to how it was with pip 19.0.3 to prevent the need to add --no-use-pep517 when installing in editable mode. (#6434) - Fix a regression that caused @ to be quoted in pypiserver links. This interfered with parsing the revision string from VCS urls. (#6440) - Configuration files may now also be stored under sys.prefix (#5060) - Avoid creating an unnecessary local clone of a Bazaar branch when exporting. (#5443) - Include in pip's User-Agent string whether it looks like pip is running under CI. (#5499) - A custom (JSON-encoded) string can now be added to pip's User-Agent using the PIP_USER_AGENT_USER_DATA environment variable. (#5549) - For consistency, passing --no-cache-dir no longer affects whether wheels will be built. In this case, a temporary directory is used. (#5749) - Command arguments in subprocess log messages are now quoted using shlex.quote(). (#6290) - Prefix warning and error messages in log output with WARNING and ERROR. (#6298) - Using --build-options in a PEP 517 build now fails with an error, rather than silently ignoring the option. (#6305) - Error out with an informative message if one tries to install a pyproject.toml-style (PEP 517) source tree using --editable mode. (#6314) - When downloading a package, the ETA and average speed now only update once per second for better legibility. (#6319) - The stdout and stderr from VCS commands run by pip as subprocesses (e.g. git, hg, etc.) no longer pollute pip's stdout. (#1219) - Fix handling of requests exceptions when dependencies are debundled. (#4195) - Make pip's self version check avoid recommending upgrades to prereleases if the currently-installed version is stable. (#5175) - Fixed crash when installing a requirement from a URL that comes from a dependency without a URL. (#5889) - Improve handling of file URIs: correctly handle file://localhost/... and don't try to use UNC paths on Unix. (#5892) - Fix utils.encoding.auto_decode() LookupError with invalid encodings. utils.encoding.auto_decode() was broken when decoding Big Endian BOM byte-strings on Little Endian or vice versa. (#6054) - Fix incorrect URL quoting of IPv6 addresses. (#6285) - Redact the password from the extra index URL when using pip - v. (#6295) - The spinner no longer displays a completion message after subprocess calls not needing a spinner. It also no longer incorrectly reports an error after certain subprocess calls to Git that succeeded. (#6312) - Fix the handling of editable mode during installs when pyproject.toml is present but PEP 517 doesn't require the source tree to be treated as pyproject.toml-style. (#6370) - Fix NameError when handling an invalid requirement. (#6419) - Make dashes render correctly when displaying long options like --find-links in the text. (#6422)- update to version 19.0.3: * Fix an IndexError crash when a legacy build of a wheel fails. (#6252) * Fix a regression introduced in 19.0.2 where the filename in a RECORD file of an installed file would not be updated when installing a wheel. (#6266)- Avoid name repetition in summary. Summary should not be a sentence (let alone three).- Update to 19.0.2 (2019-02-09): + Bug Fixes * Fix a crash where PEP 517-based builds using --no-cache-dir would fail in some circumstances with an AssertionError due to not finalizing a build directory internally. (#6197) * Provide a better error message if attempting an editable install of a directory with a pyproject.toml but no setup.py. (#6170) * The implicit default backend used for projects that provide a pyproject.toml file without explicitly specifying build- backend now behaves more like direct execution of setup.py, and hence should restore compatibility with projects that were unable to be installed with pip 19.0. This raised the minimum required version of setuptools for such builds to 40.8.0. (#6163) * Allow RECORD lines with more than three elements, and display a warning. (#6165) * AdjacentTempDirectory fails on unwritable directory instead of locking up the uninstall command. (#6169) * Make failed uninstalls roll back more reliably and better at avoiding naming conflicts. (#6194) * Ensure the correct wheel file is copied when building PEP 517 distribution is built. (#6196) * The Python 2 end of life warning now only shows on CPython, which is the implementation that has announced end of life plans. (#6207) + Improved Documentation * Re-write README and documentation index (#5815) - Update to 19.0.1 (2019-01-23): + Bug Fixes * Fix a crash when using –no-cache-dir with PEP 517 distributions (#6158, #6171) - Update to 19.0 (2019-01-22): + Deprecations and Removals * Deprecate support for Python 3.4 (#6106) * Start printing a warning for Python 2.7 to warn of impending Python 2.7 End-of-life and prompt users to start migrating to Python 3. (#6148) * Remove the deprecated --process-dependency-links option. (#6060) * Remove the deprecated SVN editable detection based on dependency links during freeze. (#5866) + Features * Implement PEP 517 (allow projects to specify a build backend via pyproject.toml). (#5743) * Implement manylinux2010 platform tag support. manylinux2010 is the successor to manylinux1. It allows carefully compiled binary wheels to be installed on compatible Linux platforms. (#5008) * Improve build isolation: handle .pth files, so namespace packages are correctly supported under Python 3.2 and earlier. (#5656) * Include the package name in a freeze warning if the package is not installed. (#5943) * Warn when dropping an --[extra-]index-url value that points to an existing local directory. (#5827) * Prefix pip’s --log file lines with their timestamp. (#6141) + Bug Fixes * Avoid creating excessively long temporary paths when uninstalling packages. (#3055) * Redact the password from the URL in various log messages. (#4746, #6124) * Avoid creating excessively long temporary paths when uninstalling packages. (#3055) * Avoid printing a stack trace when given an invalid requirement. (#5147) * Present 401 warning if username/password do not work for URL (#4833) * Handle requests.exceptions.RetryError raised in PackageFinder that was causing pip to fail silently when some indexes were unreachable. (#5270, #5483) * Handle a broken stdout pipe more gracefully (e.g. when running pip list | head). (#4170) * Fix crash from setting PIP_NO_CACHE_DIR=yes. (#5385) * Fix crash from unparseable requirements when checking installed packages. (#5839) * Fix content type detection if a directory named like an archive is used as a package source. (#5838) * Fix listing of outdated packages that are not dependencies of installed packages in pip list --outdated --not-required (#5737) * Fix sorting TypeError in move_wheel_files() when installing some packages. (#5868) * Fix support for invoking pip using python src/pip .... (#5841) * Greatly reduce memory usage when installing wheels containing large files. (#5848) * Editable non-VCS installs now freeze as editable. (#5031) * Editable Git installs without a remote now freeze as editable. (#4759) * Canonicalize sdist file names so they can be matched to a canonicalized package name passed to pip install. (#5870) * Properly decode special characters in SVN URL credentials. (#5968) * Make PIP_NO_CACHE_DIR disable the cache also for truthy values like "true", "yes", "1", etc. (#5735) + Vendored Libraries * Include license text of vendored 3rd party libraries. (#5213) * Update certifi to 2018.11.29 * Update colorama to 0.4.1 * Update distlib to 0.2.8 * Update idna to 2.8 * Update packaging to 19.0 * Update pep517 to 0.5.0 * Update pkg_resources to 40.6.3 (via setuptools) * Update pyparsing to 2.3.1 * Update pytoml to 0.1.20 * Update requests to 2.21.0 * Update six to 1.12.0 * Update urllib3 to 1.24.1 + Improved Documentation * Include the Vendoring Policy in the documentation. (#5958) * Add instructions for running pip from source to Development documentation. (#5949) * Remove references to removed #egg=- functionality (#5888) * Fix omission of command name in HTML usage documentation (#5984) - Fix patch pip-8.1.2-shipped-requests-cabundle.patch this version is long gone - Rename patch to pip-shipped-requests-cabundle.patch - Fix and show shebang removal- Fix fdupes call- specfile: * remove devel from noarch - update to version 18.1: * Features + Allow PEP 508 URL requirements to be used as dependencies. + As a security measure, pip will raise an exception when installing packages from PyPI if those packages depend on packages not also hosted on PyPI. In the future, PyPI will block uploading packages with such external URL dependencies directly. (#4187) + Upgrade pyparsing to 2.2.1. (#5013) + Allows dist options (–abi, –python-version, –platform, –implementation) when installing with –target (#5355) + Support passing svn+ssh URLs with a username to pip install - e. (#5375) + pip now ensures that the RECORD file is sorted when installing from a wheel file. (#5525) + Add support for Python 3.7. (#5561) + Malformed configuration files now show helpful error messages, instead of tracebacks. (#5798) * Bug Fixes + Checkout the correct branch when doing an editable Git install. (#2037) + Run self-version-check only on commands that may access the index, instead of trying on every run and failing to do so due to missing options. (#5433) + Allow a Git ref to be installed over an existing installation. (#5624) + Show a better error message when a configuration option has an invalid value. (#5644) + Always revalidate cached simple API pages instead of blindly caching them for up to 10 minutes. (#5670) + Avoid caching self-version-check information when cache is disabled. (#5679) + Avoid traceback printing on autocomplete after flags in the CLI. (#5751) + Fix incorrect parsing of egg names if pip needs to guess the package name. (#5819) * Vendored Libraries + Upgrade certifi to 2018.8.24 + Upgrade packaging to 18.0 + Add pep517 version 0.2 + Upgrade pytoml to 0.1.19 + Upgrade pkg_resources to 40.4.3 (via setuptools) * Improved Documentation + Fix “Requirements Files” reference in User Guide (#user_guide_fix_requirements_file_ref)- update to 18.0 - refresh pip-8.1.2-shipped-requests-cabundle.patch * drop python 3.3 support * Remove the legacy format from pip list. * Remove support for cleaning up #egg fragment postfixes * Remove the shim for the old get-pip.py location * Introduce a new --prefer-binary flag, to prefer older wheels over newer source packages. * Improve autocompletion function on file name completion * Add support for installing PEP 518 build dependencies from source * Improve status message when upgrade is skipped due to only-if-needed strategy- update to 10.0.1 - refactor pip-8.1.2-shipped-requests-cabundle.patch * Switch the default repository to the new "PyPI 2.0" running at https://pypi.org/ * big bunch of changes from 9.0.1 in NEWS.rst- uninstall alternatives in %postun- update for singlespec - fix alternative priorities - drop cacert.pem and add pip-8.1.2-shipped-requests-cabundle.patch to ensure function without it - add ca-certificates{,-mozilla} dependency to ensure existence of CA bundle - add fdupes- update to version 9.0.1: * Correct the deprecation message when not specifying a --format so that it uses the correct setting name ("format") rather than the incorrect one ("list_format") (:issue:`4058`). * Fix "pip check" to check all available distributions and not just the local ones (:issue:`4083`). * Fix a crash on non ASCII characters from `lsb_release` (:issue:`4062`). * Fix an SyntaxError in an an used module of a vendored dependency (:issue:`4059`). * Fix UNC paths on Windows (:issue:`4064`). - update to version 9.0.0: * **BACKWARD INCOMPATIBLE** Remove the attempted autodetection of requirement names from URLs, URLs must include a name via "#egg=". * **DEPRECATION** "pip install --egg" have been deprecated and will be removed in the future. This "feature" has a long list of drawbacks which break nearly all of pip's other features in subtle and hard-to-diagnose ways. * **DEPRECATION** "--default-vcs" option (:issue:`4052`). * **WARNING** pip 9 cache can break forward compatibility with previous pip versions if your package repository allows chunked responses (:issue:`4078`). * Add a "pip check" command to check installed packages dependencies (:pull:`3750`). * Add option allowing user to abort pip operation if file/directory exists * Add Appveyor CI * Uninstall existing packages when performing an editable installation of the same packages (:issue:`1548`). * "pip show" is less verbose by default. "--verbose" prints multiline fields. (:pull:`3858`). * Add optional column formatting to "pip list" (:issue:`3651`). * Add "--not-required" option to "pip list", which lists packages that are not dependencies of other packages. * Fix builds on systems with symlinked "/tmp" directory for custom builds such as numpy (:pull:`3701`). * Fix regression in "pip freeze": when there is more than one git remote, priority is given to the remote named "origin" (:pull:`3708`, :issue:`3616`). * Fix crash when calling "pip freeze" with invalid requirement installed (:pull:`3704`, :issue:`3681`). * Allow multiple "--requirement" files in "pip freeze" (:pull:`3703`). * Implementation of pep-503 "data-requires-python". When this field is present for a release link, pip will ignore the download when installing to a Python version that doesn't satisfy the requirement. * "pip wheel" now works on editable packages too (it was only working on editable dependencies before); this allows running "pip wheel" on the result of "pip freeze" in presence of editable requirements (:pull:`3695`, :issue:`3291`). * Load credentials from ".netrc" files (:pull:`3715`, :issue:`3569`). * Add "--platform", "--python-version", "--implementation" and "--abi" parameters to "pip download". These allow utilities and advanced users to gather distributions for interpreters other than the one pip is being run on. (:pull:`3760`) * Skip scanning virtual environments, even when venv/bin/python is a dangling symlink. * Added "pip completion" support for the "fish" shell. * Fix problems on Windows on Python 2 when username or hostname contains non-ASCII characters (:issue:`3463`, :pull:`3970`, :pull:`4000`). * Use "git fetch --tags" to fetch tags in addition to everything else that is normally fetched; this is necessary in case a git requirement url points to a tag or commit that is not on a branch (:pull:`3791`) * Normalize package names before using in "pip show" (:issue:`3976`) * Raise when Requires-Python do not match the running version and add "--ignore-requires-python" option as escape hatch (:pull:`3846`). * Report the correct installed version when performing an upgrade in some corner cases (:issue:`2382`) * Add "-i" shorthand for "--index" flag in "pip search" * Do not optionally load C dependencies in requests (:issue:`1840`, :issue:`2930`, :issue:`3024`) * Strip authentication from SVN url prior to passing it to "svn" (:pull:`3697`, :issue:`3209`). * Also install in platlib with "--target" option (:pull:`3694`, :issue:`3682`). * Restore the ability to use inline comments in requirements files passed to "pip freeze" (:issue:`3680`).- Use pypi.io as Source url.- update to 8.1.2: * Fix a regression on systems with uninitialized locale (:issue:`3575`). * Use environment markers to filter packages before determining if a required wheel is supported. Solves (:issue:`3254`). * Make glibc parsing for `manylinux1` support more robust for the variety of glibc versions found in the wild (:issue:`3588`). * Update environment marker support to fully support PEP 508 and legacy environment markers (:issue:`3624`). * Always use debug logging to the ``--log`` file (:issue:`3351`). * Don't attempt to wrap search results for extremely narrow terminal windows (:issue:`3655`). * Fix regression with non-ascii requirement files on Python 2 and add support for encoding headers in requirement files (:issue:`3548`, :pull:`3547`).- update to 8.1.0: * Implement PEP 513, which adds support for the manylinux1 platform tag, allowing carefully compiled binary wheels to be installed on compatible Linux platforms. * Allow wheels which are not specific to a particular Python interpreter but which are specific to a particular platform (:issue:`3202`). * Fixed an issue where ``call_subprocess`` would crash trying to print debug data on child process failure (:issue:`3521`, :pull:`3522`). * Exclude the wheel package from the `pip freeze` output (like pip and setuptools). :issue:`2989`. * Allow installing modules from a subdirectory of a vcs repository in non-editable mode (:issue:`3217`, :pull:`3466`). * Make pip wheel and pip download work with vcs urls with subdirectory option (:pull:`3466`). * Show classifiers in ``pip show``. * Show PEP376 Installer in ``pip show`` (:issue:`3517`). * Unhide completion command (:pull:`1810`). * Show latest version number in ``pip search`` results (:pull:`1415`). * Decode requirement files according to their BOM if present (:pull:`3485`, :issue:`2865`). * Fix and deprecate package name detection from url path (:issue:`3523` and :pull:`3495`). * Correct the behavior where interpreter specific tags (such as cp34) were being used on later versions of the same interprter instead of only for that specific interpreter (:issue:`3472`). * Fix an issue where pip would erroneously install a 64 bit wheel on a 32 bit Python running on a 64 bit OS X machine. * Do not assume that all git repositories have an origin remote. * Correctly display the line to add to a requirements.txt for an URL based dependency when ``--require-hashes`` is enabled. * Make ``install --quiet`` really quiet. See :issue:`3418`. * Fix a bug when removing packages in python 3: disable INI-style parsing of the entry_point.txt file to allow entry point names with colons (:pull:`3434`) * Normalize generated script files path in RECORD files. (:pull:`3448`) * Fix bug introduced in 8.0.0 where subcommand output was not shown, even when the user specified ``-v`` / ``--verbose``. :issue:`3486`. * Enable python -W with respect to PipDeprecationWarning. (:pull:`3455`) * Upgrade distlib to 0.2.2 (fix :issue:`3467`): * Improved support for Jython when quoting executables in output scripts. * Add a `--all` option to `pip freeze` to include usually skipped package (like pip, setuptools and wheel) to the freeze output. :issue:`1610`. * Stop attempting to trust the system CA trust store because it's extremely common for them to be broken, often in incompatible ways. See :pull:`3416`. * Detect CAPaths in addition to CAFiles on platforms that provide them. * Installing argparse or wsgiref will no longer warn or error - pip will allow the installation even though it may be useless (since the installed thing will be shadowed by the standard library). * Upgrading a distutils installed item that is installed outside of a virtual environment, while inside of a virtual environment will no longer warn or error. * Fix a bug where pre-releases were showing up in ``pip list --outdated`` without the ``--pre`` flag. * Switch the SOABI emulation from using RuntimeWarnings to debug logging. * Rollback the removal of the ability to uninstall distutils installed items until a future date.- Update to 0.8.0 * BACKWARD INCOMPATIBLE Drop support for Python 3.2. * BACKWARD INCOMPATIBLE Remove the ability to find any files other than the ones directly linked from the index or find-links pages. * BACKWARD INCOMPATIBLE Remove the ``--download-cache`` which had been deprecated and no-op'd in 6.0. * BACKWARD INCOMPATIBLE Remove the ``--log-explicit-levels`` which had been deprecated in 6.0. * BACKWARD INCOMPATIBLE Change pip wheel --wheel-dir default path from /wheelhouse to . * Deprecate and no-op the ``--allow-external``, ``--allow-all-external``, and ``--allow-unverified`` functionality that was added as part of PEP 438. With changes made to the repository protocol made in PEP 470, these options are no longer functional. * Allow ``--trusted-host`` within a requirements file. :issue:`2822`. * Allow ``--process-dependency-links`` within a requirements file. :issue:`1274`. * Allow ``--pre`` within a requirements file. :issue:`1273`. * Allow repository URLs with secure transports to count as trusted. (E.g., "git+ssh" is okay.) :issue:`2811`. * Implement a top-level ``pip download`` command and deprecate ``pip install --download``. * Fixed :issue:`3141`, when uninstalling, look for the case of paths containing symlinked directories (:pull:`3154`) * When installing, if building a wheel fails, clear up the build directory before falling back to a source install. :issue:`3047`. * Fix user directory expansion when ``HOME=/``. Workaround for Python bug http://bugs.python.org/issue14768, reported in :issue:`2996`. * Fixed :issue:`3009`, correct reporting of requirements file line numbers (:pull:`3125`) * Fixed :issue:`1062`, Exception(IOError) for ``pip freeze`` and ``pip list`` commands with subversion >= 1.7. (:pull:`3346`) * Provide a spinner showing that progress is happening when installing or building a package via ``setup.py``. This will alleviate concerns that projects with unusually long build times have with pip appearing to stall. * Include the functionality of ``peep`` into pip, allowing hashes to be baked into a requirements file and ensuring that the packages being downloaded match one of those hashes. This is an additional, opt-in security measure that, when used, removes the need to trust the repository. * Fix a bug causing pip to not select a wheel compiled against an OSX SDK later than what Python itself was compiled against when running on a newer version of OSX. * Add a new ``--prefix`` option for ``pip install`` that supports wheels and sdists. (:pull:`3252`) * Fixed :issue:`2042` regarding wheel building with setup.py using a different encoding than the system. * Drop PasteScript specific egg_info hack. (:pull:`3270`) * Allow combination of pip list options --editable with --outdated/--updtodate. (:issue:`933`) * Gives VCS implementations control over saying whether a project is under their control (:pull:`3258`) * Git detection now works when ``setup.py`` is not at the Git repo root and when ``package_dir`` is used, so ``pip freeze`` works in more cases (:pull:`3258`) * Correctly freeze Git develop packages in presence of the &subdirectory option (:pull:`3258`) * The detection of editable packages now relies on the presence of ``.egg-link`` instead of looking for a VCS, so ``pip list -e`` is more reliable (:pull:`3258`) * Add the ``--prefix`` flag to ``pip install`` which allows specifying a root prefix to use instead of ``sys.prefix`` (:pull:`3252`). * Allow duplicate specifications in the case that only the extras differ, and union all specified extras together (:pull:`3198`). * Fix the detection of the user's current platform on OSX when determining the OSX SDK version (:pull:`3232`). * Prevent the automatically built wheels from mistakenly being used across multiple versions of Python when they may not be correctly configured for that by making the wheel specific to a specific version of Python and specific interpreter (:pull:`3225`). * Emulate the SOABI support in wheels from Python 2.x on Python 2.x as closely as we can with the information available within the interpreter (:pull:`3075`). * Don't roundtrip to the network when git is pinned to a specific commit hash and that hash already exists locally (:pull:`3066`). * Prefer wheels built against a newer SDK to wheels built against an older SDK on OSX (:pull:`3163`). * Show entry points for projects installed via wheel (:pull:`3122`). * Improve message when an unexisting path is passed to --find-links option (:issue:`2968`). * pip freeze does not add the VCS branch/tag name in the #egg=... fragment anymore (:pull:`3312`). * Warn on installation of editable if the provided #egg=name part does not match the metadata produced by `setup.py egg_info`. :issue:`3143`. * Add support for .xz files for python versions supporting them (>= 3.3). :issue:`722`.- update to 7.1.2: * Don't raise an error if pip is not installed when checking for the latest pip version. * Check that the wheel cache directory is writable before we attempt to write cached files to them. * Move the pip version check until *after* any installs have been performed, thus removing the extraenous warning when upgrading pip. * Added debug logging when using a cached wheel. * Respect platlib by default on platforms that have it separated from purlib. * Upgrade packaging to 15.3. * Normalize post-release spellings for rev/r prefixes. * Upgrade distlib to 0.2.1. * Updated launchers to decode shebangs using UTF-8. This allows non-ASCII pathnames to be correctly handled. * Ensured that the executable written to shebangs is normcased. * Changed ScriptMaker to work better under Jython. * Upgrade ipaddress to 1.0.13. * Allow constraining versions globally without having to know exactly what will be installed by the pip command. :issue:`2731`. * Accept --no-binary and --only-binary via pip.conf. :issue:`2867`. * Allow ``--allow-all-external`` within a requirements file. * Fixed an issue where ``--user`` could not be used when ``--prefix`` was used in a distutils configuration file. * Fixed an issue where the SOABI tags were not correctly being generated on Python 3.5. * Fixed an issue where we were advising windows users to upgrade by directly executing pip, when that would always fail on Windows. * Allow ``~`` to be expanded within a cache directory in all situations. * Fixed a regression where ``--no-cache-dir`` would raise an exception, fixes :issue:`2855`. * **BACKWARD INCOMPATIBLE** Revert the change (released in v7.0.0) that required quoting in requirements files around specifiers containing environment markers. (:pull:`2841`) * **BACKWARD INCOMPATIBLE** Revert the accidental introduction of support for options interleaved with requirements, version specifiers etc in ``requirements`` files. (:pull:`2841`) * Expand ``~`` in the cache directory when caching wheels, fixes :issue:`2816`. * Use ``python -m pip`` instead of ``pip`` when recommending an upgrade command to Windows users. * Don't build and cache wheels for non-editable installations from VCSs. * Allow ``--allow-all-external`` inside of a requirements.txt file, fixing a regression in 7.0. * **BACKWARD INCOMPATIBLE** Removed the deprecated ``--mirror``, ``--use-mirrors``, and ``-M`` options. * **BACKWARD INCOMPATIBLE** Removed the deprecated ``zip`` and ``unzip`` commands. * **BACKWARD INCOMPATIBLE** Removed the deprecated ``--no-install`` and ``--no-download`` options. * **BACKWARD INCOMPATIBLE** No longer implicitly support an insecure origin origin, and instead require insecure origins be explicitly trusted with the ``--trusted-host`` option. * **BACKWARD INCOMPATIBLE** Removed the deprecated link scraping that attempted to parse HTML comments for a specially formatted comment. * **BACKWARD INCOMPATIBLE** Requirements in requirements files containing markers must now be quoted due to parser changes from (:pull:`2697`) and (:pull:`2725`). For example, use ``"SomeProject; python_version < '2.7'"``, not simply ``SomeProject; python_version < '2.7'`` * Ignores bz2 archives if Python wasn't compiled with bz2 support. Fixes :issue:`497` * Support ``--install-option`` and ``--global-option`` per requirement in requirement files (:pull:`2537`) * Build Wheels prior to installing from sdist, caching them in the pip cache directory to speed up subsequent installs. (:pull:`2618`) * Allow fine grained control over the use of wheels and source builds. (:pull:`2699`) * ``--no-use-wheel`` and ``--use-wheel`` are deprecated in favour of new options ``--no-binary`` and ``--only-binary``. The equivalent of ``--no-use-wheel`` is ``--no-binary=:all:``. (:pull:`2699`) * The use of ``--install-option``, ``--global-option`` or ``--build-option`` disable the use of wheels, and the autobuilding of wheels. (:pull:`2711`) Fixes :issue:`2677` * Improve logging when a requirement marker doesn't match your environment (:pull:`2735`) * Removed the temporary modifications (that began in pip v1.4 when distribute and setuptools merged) that allowed distribute to be considered a conflict to setuptools. ``pip install -U setuptools`` will no longer upgrade "distribute" to "setuptools". Instead, use ``pip install -U distribute`` (:pull:`2767`). * Only display a warning to upgrade pip when the newest version is a final release and it is not a post release of the version we already have installed (:pull:`2766`). * Display a warning when attempting to access a repository that uses HTTPS when we don't have Python compiled with SSL support (:pull:`2761`). * Allowing using extras when installing from a file path without requiring the use of an editable (:pull:`2785`). * Fix an infinite loop when the cache directory is stored on a file system which does not support hard links (:pull:`2796`). * Remove the implicit debug log that was written on every invocation, instead users will need to use ``--log`` if they wish to have one (:pull:`2798`). * No longer ignore dependencies which have been added to the standard library, instead continue to install them. * Fixes :issue:`2502`. Upgrades were failing when no potential links were found for dependencies other than the current installation. (:pull:`2538`) * Use a smoother progress bar when the terminal is capable of handling it, otherwise fallback to the original ASCII based progress bar. * Display much less output when `pip install` succeeds, because on success, users probably don't care about all the nitty gritty details of compiling and installing. When `pip install` fails, display the failed install output once instead of twice, because once is enough. (:pull:`2487`) * Upgrade the bundled copy of requests to 2.6.0, fixing CVE-2015-2296. * Display format of latest package when using ``pip list --outdated``. (:pull:`2475`) * Don't use pywin32 as ctypes should always be available on Windows, using pywin32 prevented uninstallation of pywin32 on Windows. (:pull:`2467`) * Normalize the ``--wheel-dir`` option, expanding out constructs such as ``~`` when used (:pull:`2441`). * Display a warning when an undefined extra has been requested. (:pull:`2142`) * Speed up installing a directory in certain cases by creating a sdist instead of copying the entire directory. (:pull:`2535`) * Don't follow symlinks when uninstalling files (:pull:`2552`) * Upgrade the bundled copy of cachecontrol from 0.11.1 to 0.11.2. Fixes :issue:`2481` (:pull:`2595`) * Attempt to more smartly choose the order of installation to try and install dependencies before the projects that depend on them. (:pull:`2616`) * Skip trying to install libraries which are part of the standard library. (:pull:`2636`, :pull:`2602`) * Support arch specific wheels that are not tied to a specific Python ABI. (:pull:`2561`) * Output warnings and errors to stderr instead of stdout. (:pull:`2543`) * Adjust the cache dir file checks to only check ownership if the effective user is root. (:pull:`2396`) * Install headers into a per project name directory instead of all of them into the root directory when inside of a virtual environment. (:pull:`2421`)- added coreutils are requirement, to work around SLE12 error in Studio- Make tests conditional to avoid dependency loop.- update to 6.0.8: * Fix an issue where the ``--download`` flag would cause pip to no longer use randomized build directories. * Fix an issue where pip did not properly unquote quoted URLs which contain characters like PEP 440's epoch separator (``!``). * Fix an issue where distutils installed projects were not actually uninstalled and deprecate attempting to uninstall them altogether. * Retry deleting directories incase a process like an antivirus is holding the directory open temporarily. * Fix an issue where pip would hide the cursor on Windows but would not reshow it. * Fix a regression where Numpy requires a build path without symlinks to properly build. * Fix a broken log message when running ``pip wheel`` without a requirement. * Don't mask network errors while downloading the file as a hash failure. * Properly create the state file for the pip version check so it only happens once a week. * Fix an issue where switching between Python 3 and Python 2 would evict cached items. * Fix a regression where pip would be unable to successfully uninstall a project without a normalized version. * Continue the regression fix from 6.0.5 which was not a complete fix. * Fix a regression with 6.0.4 under Windows where most commands would raise an exception due to Windows not having the ``os.geteuid()`` function. * Fix an issue where ANSI escape codes would be used on Windows even though the Windows shell does not support them, causing odd characters to appear with the progress bar. * Fix an issue where using -v would cause an exception saying ``TypeError: not all arguments converted during string formatting``. * Fix an issue where using -v with dependency links would cause an exception saying ``TypeError: 'InstallationCandidate' object is not iterable``. * Fix an issue where upgrading distribute would cause an exception saying ``TypeError: expected string or buffer``. * Show a warning and disable the use of the cache directory when the cache directory is not owned by the current use, commonly caused by using ``sudo`` without the ``-H`` flag. * Update PEP 440 support to handle the latest changes to PEP 440, particularly the changes to ``>V`` and `` when the given specifier doesn't match anything. * Fix an issue where installing from a directory would not copy over certain directories which were being excluded, however some build systems rely on them. * **PROCESS** Version numbers are now simply ``X.Y`` where the leading ``1`` has been dropped. * **BACKWARD INCOMPATIBLE** Dropped support for Python 3.1. * **BACKWARD INCOMPATIBLE** Removed the bundle support which was deprecated in 1.4. (:pull:`1806`) * **BACKWARD INCOMPATIBLE** File lists generated by `pip show -f` are now rooted at the location reported by show, rather than one (unstated) directory lower. (:pull:`1933`) * **BACKWARD INCOMPATIBLE** The ability to install files over the FTP protocol was accidently lost in pip 1.5 and it has now been decided to not restore that ability. * **BACKWARD INCOMPATIBLE** PEP 440 is now fully implemented, this means that in some cases versions will sort differently or version specifiers will be interpreted differently than previously. The common cases should all function similarly to before. * **DEPRECATION** ``pip install --download-cache`` and ``pip wheel --download-cache`` command line flags have been deprecated and the functionality removed. Since pip now automatically configures and uses it's internal HTTP cache which supplants the ``--download-cache`` the existing options have been made non functional but will still be accepted until their removal in pip v8.0. For more information please see https://pip.pypa.io/en/latest/reference/pip_install.html#caching * **DEPRECATION** ``pip install --build`` and ``pip install --no-clean`` are now * NOT* deprecated. This reverses the deprecation that occurred in v1.5.3. See :issue:`906` for discussion. * **DEPRECATION** Implicitly accessing URLs which point to an origin which is not a secure origin, instead requiring an opt-in for each host using the new ``--trusted-host`` flag (``pip install --trusted-host example.com foo``). * Allow the new ``--trusted-host`` flag to also disable TLS verification for a particular hostname. * Added a ``--user`` flag to ``pip freeze`` and ``pip list`` to check the user site directory only. * Fixed :issue:`1873`. Silence byte compile errors when installation succeed. * Added a virtualenv-specific configuration file. (:pull:`1364`) * Added site-wide configuation files. (:pull:`1978`) * Added an automatic check to warn if there is an updated version of pip available (:pull:`2049`). * `wsgiref` and `argparse` (for >py26) are now excluded from `pip list` and `pip freeze` (:pull:`1606`, :pull:`1369`) * Fixed :issue:`1424`. Add ``--client-cert`` option for SSL client certificates. * Fixed :issue:`1484`. `pip show --files` was broken for wheel installs. (:pull:`35`) * Fixed :issue:`1641`. install_lib should take precedence when reading distutils nfig. (:pull:`1642`) * Send `Accept-Encoding: identity` when downloading files in an attempt to convince some servers who double compress the downloaded file to stop doing so. (:pull:`1688`) * Fixed :issue:`1559`. Stop breaking when given pip commands in uppercase (:pull:725`) * Fixed :issue:`1618`. Pip no longer adds duplicate logging consumers, so it won't create duplicate output when being called multiple times. (:pull:`1723`) * Fixed :issue:`1769`. `pip wheel` now returns an error code if any wheels fail to build. * Fixed :issue:`1775`. `pip wheel` wasn't building wheels for dependencies of editable requirements. * Allow the use of ``--no-use-wheel`` within a requirements file. (:pull:`1859`) * Fixed :issue:`1680`. Attempt to locate system TLS certificates to use instead of the included CA Bundle if possible. (:pull:`1866`) * Fixed :issue:`1319`. Allow use of Zip64 extension in Wheels and other zip files. (:pull:`1868`) * Fixed :issue:`1101`. Properly handle an index or --find-links target which has a without a href attribute. (:pull:`1869`) * Fixed :issue:`1885`. Properly handle extras when a project is installed via Wheel. (:pull:`1896`) * Fixed :issue:`1180`. Added support to respect proxies in ``pip search``. It also fixes :issue:`932` and :issue:`1104`. (:pull:`1902`) * Fixed :issue:`798` and :issue:`1060`. `pip install --download` works with vcs lks. (:pull:`1926`) * Fixed :issue:`1456`. Disabled warning about insecure index host when using locaost. Based off of Guy Rozendorn's work in :pull:`1718`. (:pull:`1967`) * Allow the use of OS standard user configuration files instead of ones simply based around ``$HOME``. (:pull:`2021`) * Fixed :issue:`1825`. When installing directly from wheel paths or urls, previous versions were not uninstalled. This also fixes :issue:`804` specifically for the case of wheel archives. (:pull:`1838`) * Fixed :issue:`2075`, detect the location of the ``.egg-info`` directory by looking for any file located inside of it instead of relying on the record file listing a directory. (:pull:`2076`) * Fixed :issue:`1964`, :issue:`1935`, :issue:`676`, Use a randomized and secure default build directory when possible. (:pull:`2122`, CVE-2014-8991) * Fixed :issue:`1433`. Support environment markers in requirements.txt files. (pull:`2134`) * Automatically retry failed HTTP requests by default. (:pull:`1444`, pull:`2147` * Fixed :issue:`1100` - Handle HTML Encoding better using a method that is more similar to how browsers handle it. (:pull:`1874`) * Reduce the verbosity of the pip command by default. (:pull:`2175`, :pull:`2177`, :pull:`2178`) * Fixed :issue:`2031` - Respect sys.executable on OSX when installing from Wheels. * Display the entire URL of the file that is being downloaded when downloading from a non PyPI repository (:pull:`2183`). * Support setuptools style environment markers in a source distribution (:pull:`2153`). * Upgrade requests to 2.3.0 to fix an issue with proxies on Python 3.4.1 (:pull:`1821`). * Fixes :issue:`1632`. Uninstall issues on debianized pypy, specifically issues th setuptools upgrades. (:pull:`1743`) * Update documentation to point at https://bootstrap.pypa.io/get-pip.py for bootstrapping pip. * Update docs to point to https://pip.pypa.io/ * Upgrade the bundled projects (distlib==0.1.8, html5lib==1.0b3, six==1.6.1, colorama==0.3.1, setuptools==3.4.4). * Correct deprecation warning for ``pip install --build`` to only notify when the `--build` value is different than the default. * **DEPRECATION** ``pip install --build`` and ``pip install --no-clean`` are now deprecated. See :issue:`906` for discussion. * Fixed :issue:`1112`. Couldn't download directly from wheel paths/urls, and whenheel downloads did occur using requirement specifiers, dependencies weren't downloaded (:pull:`1527`) * Fixed :issue:`1320`. ``pip wheel`` was not downloading wheels that already exisd (PR :issue:`1524`) * Fixed :issue:`1111`. ``pip install --download`` was failing using local ``--find-links`` (:pull:`1524`) * Workaround for Python bug http://bugs.python.org/issue20053 (:pull:`1544`) * Don't pass a unicode __file__ to setup.py on Python 2.x (:pull:`1583`) * Verify that the Wheel version is compatible with this pip (:pull:`1569`) * Upgraded the vendored ``pkg_resources`` and ``_markerlib`` to setuptools 2.1. * Fixed an error that prevented accessing PyPI when pyopenssl, ndg-httpsclient, and pyasn1 are installed * Fixed an issue that caused trailing comments to be incorrectly included as part of the URL in a requirements file * pip now only requires setuptools (any setuptools, not a certain version) when installing distributions from src (i.e. not from wheel). (:pull:`1434`). * `get-pip.py` now installs setuptools, when it's not already installed (:pull:`1475`) * Don't decode downloaded files that have a ``Content-Encoding`` header. (:pull:`1435`) * Fix to correctly parse wheel filenames with single digit versions. (:pull:`1445`) * If `--allow-unverified` is used assume it also means `--allow-external`. (:pull:`1457`) - Adjust BuildRequires for python-virtualenv- fix bashism in pre scriptsheep64 168365082520.0.2-150400.20.1wheelspip-20.0.2-py2.py3-none-any.whl/usr/lib/python3.6//usr/lib/python3.6/wheels/-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:28684/SUSE_SLE-15-SP4_Update/fb4fef15a700aa575370770dac23bf99-python3-pip.SUSE_SLE-15-SP4_Update:wheeldrpmxz5noarch-suse-linuxdirectoryPython script, ASCII text executable (Zip archive data, at least v2.0 to extract Zip archive data, at least v2.0 to extract)R ?)D_ca-certificates-mozillautf-8ba2c68cfe3cf271030bdde7847a0d54102935305a4aea888cccb421f11b4499e?7zXZ !t/]"k%0a ðM5Fr2Û/(Ӹ`Ɓj2)urj6Ę}`亊4hI,X(Gʧ}BJzxxY\髈 }R8p*Г+<.m-ґnByJQgVuZ.Mʠ b3:^U2Y)~z<*r䯂8O/[-NDY̲Z N39'U:mA9T| |q@qٖXuBNc\)7$˄"L%=7+W {Elp@DQ;7=%!hb-M`st7߃AG\ўG"/p^, ?\=VocU`м3,5 ]sم񫰼S1Kya}tdk|]& ! 5ӽQtdE: |6EX +NBBVz_S~NstqNV{ `"GoH dɝFz{\gh:ofc\ꀩ*h@BڴN~x\:SK2VӴͮXHĊs2Vv >&C8E8YPaPy7sY!LevNpm-ǝ)7 c 1OvWL|xCũ'8L7f48t^OTy?МSMR@'<26*6e'6ʨ%+FɊ@.BJ!vpgc,mʫ <#3h"@*}A|k%l^áws>>R4 Ʒcf_:aF@D9.{ ēFe3)Y;tq̡YpkqhM~k-<,b%R2hV?\7k`rjnmmb (D+VX(y OT?a 'b<Zˡ+| !HP?59uѮ$KrſHxtOYƻ-M(ّifÊ=y<,HEG(&}} ylyi0VUՒlc) t/J l>3a1"Ϛ5_?k8Cw+)yM|zjs~TRxua}Ri|#VRo93yDS+aWpkQ%Cׇaj&?eY_NEyGn78r, >?~+"xt횜 wH.׺'x2 MdE۹QpLPLg/`5[1僤hMX3Nr sVBq$pv޳DF|PS`BStUXr;Y羣񢄜x [3\ƅ̳QNFG^bAsqNp^[ dD Z'% kZ=dq,d|?YgeEURJy`d[bC%XVUkCs ^B"0+gUaܪrJ}!d;[s 魄8BO ϾU!P e WH8No=H>q.'RPo&hd{SQZI*T 1K;_KEd߮R0^ohx:),Ϫ%wP$δZkQQ:R,{ 4 #B 7|ۅo^󐜼GJ]ƭKҶÒpeF ~,P:#tllJ۠"lKp^Ӂj U]NmW}6 BE\uTfxiZq ' .Mz6(֣gy9)R"ba6꤫R\wi3anJ#OR8~׼QLkv:wnj(H.B'*cBt)Ʌ4_M agN8 B3=~Q#Zԩˈ;%֤:+ <׍_pf EMi}ڰO?Wԑ sIQy~,1uՑ Z{y[tfqҾ}c߼Z,L2ݬ.lBoЊz:;Atߵ&=R"~{xR9o*t/I9a'2#TU7K׎ZBZy fTɾ,"cӱ;3܍M qv :B !x|@P~qGr##aTԹQnR\/QEw%Fۃƭ (7\l+ $2H'Ӕ@g׍33(oN*-DSis;;VI 6<`*,rYŖԃIC1_yIC[Zx1QLv(Jf ]_B~7r5!QZ%{:Gn~^L+⃼oNke(y@+Q` hUQoB|S;ݩ6OA!ÏHi3d\jL@fɱXl~<\wQB]ں2]]nڍ]Isdy7‡-*͐a81*.RySK4z uaa+&,ɇSc}h!]~p]IQ8&h3]Hk+wc-#Nc#c]uE8!V"omWgL@ZxVqis.Ki;fXZ[w JQdCC^-+F.%:jwT ? 3UeqnWt*p F}Iab`\7waA[7S"Is=KZb|P]NF7%^b0l\z/AgPhtwXKkiO4|I>G#-mP[ ;:=m gT*4g7I~K]#x=Hׁ FC;vk$W$ 154ReJCKc7U` H]x { s+ TL . >'hOLպ30<0~ɖlnp..T +93>$́򈑘Gq/K`9~h="3 \V5WߧT[1zRhq@0Hұ>[Qa*Ft< 8pߺq+Kz%(K72A&HqjwDC[N ک 1bJPqbҀQj}$I^ZdCV}3p) ]< 3 05vr|sf&\ePX ZOps-^)b5 #5oG~ae9o[9 8ۮbō07?ƱNƹe2&n>(,O= {U⎺RQ_#[=`'0N')KH]ݗHU=TY gҠ!mM6z;J΍GHH")帜1چlVP6UvPjVAo*J`) dhՙV҃) UL,eϟ ru*s&6u>Gi-+M"oo]NهwoI1I`&B^IPksSK׶~զD,|=u.N?l?My\VZ\LrovJB;T .G_F< PMbiԺ*(mL&9\Ks[cBv/| ,\Voc@u0i6Sn@A0hmD(yL=ui쌃A+_r.IbR/l@7 \1D.vC{0(5xFM'!N]@d1-ԲSxs=8Zgb@J2e5M@PD 3-T+:<.Cx⊚i&\wnQB9.䍎%73N+m pC[_ձWED=|ヺj2+ū:AтI#PkX}ux"7a2;=O5a'W鰜ؔo%Tye#/E|jdkZѢMA&}ϛH|tvFZW"d?,rt$ Χ)';V^d@`=Zd2^(v+M9H{>o$Fռ0'u&> Wȟ9ה08L6@,_ BIfȲ`Eak-ijp&^:曝2pC4ĉ?Uԛn5a^Z0-|j:sjK Tnz|8eHF O dHt#g_{;NXܐ}8S8s0[M%a4sslAFajҔxQJ.?lhӶKcqnJ,@C׉'Y)~n8m|WM{ !Ddkԥf|Z#CK6݇n5sHfD'Èשgg:-Ext`O^k/ǃcZȶ' 4@%q_`z,tfy'a;cJFB](|J4,) |A3|flަsJ-RjsI0L~@RGC{=`3)Փ+1zg_Np qGL;.ei6:ΌQ+,ωiB!|eWw'jPablw#Ήrm-"u FE1GuCXĵζ[& KgR=ʥ۹ 8 Ւ- L2Q؝Ax_J^D%,0(}V݆NÜ<]EfɆ֕McGZqex0Xb=O3z棟i'Ao=`!~Lаy0J\~zed |g2lDM 6$ϥ6{z{)j^7@ӟdor/]CgZcb /jk=aU~dz\ ;̑`'M)VX;Ah$fjR%tY:ٜD I~BzirU[\c+S/@fc,5  Ŗyt&5 > Y=WN\u%LҸ{" &z"=Ϲ$|qD̢#+:HdMX;iRQJd+1sݜ1Ĉ+'B%! 1"ߟjlʷdtBCŠ~=큉^OaՕ݊^e^i1?Ua/Kؙ:򭐍&R, RŚP|ODKcY(dX֣E{ ɡY#  oXan`16Lf5\#G5pb+f2fIb/92#eV$#\ "4ow6UXE⸥U/B>@.*TH:+) ;PM,.2F=]7gN<@$&' >{HbjBeBŹ1ҽad`,D%px:xT=VI_l=t@eDqG `"a͵ (o|c(NFGu Цh; >-T4͠j:,Es#R؇g|0ߛӯ{!QD[wHPfhйSi]'0/]`F[_|vƥ#cBtK~y+Q`}c* Ȑ~I߄23x]Vw'UFmO䣦YzlƅD6G+y"0P.ٙ8, #. EQ6LPvoaPi3J13ԕCS2(>T#BB:xByb ZWtj1(ku"1izy(xCѼhob>] }H2Zm[I=DlC G$lJ]y<{?;{+}qkP#K(+Cl ktXl`$ N{0c90w20tB c$yJhp 䟓cJT܌5c1eg?ׁ kDSX-%斘\i59{<>udyt]RY[U RGM3o1/Ғ1H3Oal؜? ǽ-<͝:Vvmh?LSViXm[_$ |h3"J4Fk 27 ?%x5.1?RD$[`P2ϤZe{^ d*4zQf80߂PEG(ujC5D* $.A_J(_!7I`]%LljUkkt :t~7'4Evrq` ϵ}sfs{5K XydΜ *] l%ۋYDn ڛHIlpԠS<` |)o'/mg 4=Tge wȳ)zRʝK :EKwͭJi'r:jO4V&c:b/#տ;6(%x6z@;#:j Qz~d@,0Cf2z+(1'$ZB/]P;Y&h[>DܞE+(Ͼ ?J1ݪHNM昰BO79\vԦeψ_&aIKiV"I2(Hg?^T0iL"V޾/-SVo1T Mn\IYiOրO HpRZς*#w0uzx(PFyn-hlRɼĚ}ƿޓ`9lMNb<&>WM1lVo2DɭRԨ 01#(?\x7NiW@K!mXku .g[O6q)mWi33;$WmɌ*\PG-$X+t_fH)>-4{valo ߷}z4o=Nk8d A:z{ FEx`j[f{WEW[m[x ޹( Xz)֌Uͼ_%lѧH1ԛc{38oQF}k9ia>Pж@qH4h^wڠYf?V5xp{j@@T8[o'΀ >-ؾ޳J><+QB@v^ ƽeXCG?3z$sW"𕴼ң`hY}/]R0)QAZ0!06?v < u*{FL_x;CZBa3]7qOzj=u8gw)mc}zWC>68$ !WhG󾄅0yuڊzw7Pf*3é2%eu0BadM\R  Sxn D(X/<5%zD'yWLv VOKt[c(߂|GUOܪvkנ>LX'%?p{s$j_vvDe8MF瓉zAfOF'=MP^X]I6RAVb㺉`PM +7aCM UUY6@&ݑ3mnTE"£ʜ.ۤrQj]e}D5٪ܫ$Q#C%-a?\}h$WqA?aJnG ʛH;z&~gםToEֻ^.Fղ.@~yͅqk7>s=mSC2Gɉz^*\pYL6La`ɥlHm}\_62 ˔^F  T_n RqU޽ @3>PAt&?fHzJ+TWh=֔(OC uެ?N/ VKQ 2D]$gn="CL| X*/?YE{+M/% ɬB2iݪ(}R9VO%8Hywݪ0c:[Df=vKz"Ĕ+V?;.9wJXT8m~AQb T_-.xmd; s0"چ4hje:H$h~C/,*{fwͻ_Bsg^,~SR XoF X+n߄&V(4Ӆ6@٧Rś£z)5Y2DSŘDzV,M,1B9We;g&h]i1ntC?d$Ѝig)CI+b$&g'Yd쫆v=Uk̄yEk9OVej@8Sd*?J_BXCQJIDM^27~F񃲅1,:Z;ÅDKW73x.g!\fhn r`P!x~|ًhgtI+ߟQPcjTfV,;_“ nO"sγ؃;9L"_hP FSJJo7HA')pymͻ5]s' An7BiGGzWH;V>wjP_gu=v08H]R>8nTCD2 W/6Y@=p7.d/s_q\^4sX,O%i7̀4ZL6ę?AJfiYj`}7y0#MjMRS8<'H=b)ň6Q#nT* g WB&p_SLJOMhF9]$Au;iN.PuHRLA`Sk#R&'­^}X˘^= wT)VE:3*RPjg(0SY^aNM"7`;R=QU!2tݶ3qq̒=e5iYف$[?xWڵ<@8wjJ6J\\{$ȚLwfzO5 =hS|2oƀY-m{ԴczSafJȁ2A'3 R `vD8!lSdg#Fk~㞼Kh1_2GkDB!isP5eF?ɾ!. ='WMJ=!V7k-E wGNA>2wYgeAYlH/I$$DGNt]~=PeXoKzb5v80=AYjbodb?y˾Ӱ%|嗵xLp08;Chw2^]9S do\ qQu+ެX:a>{`j3ʊi֯nd#G]Ձp3M:3Yc֍A/^vff㛍s;s6{:9C@^dߺcJN8 RW!v~NSݨ9*\D'(<,g]A۱[IWo GAhLwlUMGSQ}}T=ݾ5_ӲO!ZB{nL̓yqoaSPu mf^g;ԞVȖуfrsI(I˦_uh:S6fF%:y492 >G2h#q"SW,lS 8?g**ܽj9]0o'4W+kFɁR_w@y4/{Ð8.tH0V&c-.6 VW {g,db5 rh¿[5|GKe _G+ `uB{,[2`BEH:ZgIM4DWʣ>Pq-fSU0G+W(Ϧ6Uh4$\CTF)¨OfΞ]"B6TB 燳$n'vhnDhAt>٤Lң]vC#zAn9-B]茤4^tuMCi8|ycB T-H1O T18[Z fܐ S)!O7 b<-!5<\l7_~8D:Q˨J܆#5*F.:?UsL k ZW;DJ ND#MB/ωC`Wa} kD<ȫfmtNm`H):(L/z&c1  2i8òe_%{vﻜ8刄QtM>Cġe9tVW~sث^o0L#9msYk/uBąDItM%Gd9V}7-"+K8IhҐ}*9d埀doqMqX͉(H{J"gǷ L5y&`js%Nb.XUKiUC`x$Gi5=ܕvզ_dƑ+׉P"3$|2g@[[If iV( N<{TͶM[־#m?rmISLI,4ua)ҶYL>y_]pnR?,ޠg̉sY5I|9+qW *e?˷˗/.8-0d1t>\#zxSCQ=1ncaa944mKcx4\7-cfV0w&^1{KG2ɝuzxS Q_# [dY}STTzq>~D;%l:huz/ex~ :ڱ |2ͬxېf+ĩתl:N}4TFaXǖ[TckQp2 V{׈4Y-i/%ňT c#|jV 37GICy&|g9gX(p`.cԴ$?(%ny,nM&)R$ugh*Lbu &zu0$gvy`IZ1?4xKE6;TI' EyCB)Y׿"2Vw/(8N}r+*ɥc d4n}s'l˩X ҏDBoח{\򚿼uPXđt'O f@@]K _Kt r߲ hB,ݿ` e)M 4M[}{7Rς#qb?459 &Bq2{: 3ݚ*4]C e$32t y[Vr-{ ?pqq i63+do/:a7%#Au2dU 5iD=v9b20sJq\A^ dyjJEDy:LEm$[V@CYd2)=N׋1Ƙ6O*kEGϗ.$:k(RHdsKPs2<<>iv16m 05A%%^?{K$E&1ײoT_&MA;y>OZ  %"olU˯2Bgùo.lXSnfV):¸}f D&.O^J vq URʊ;XF ݄RXCh$HnG?YxB dO<#}$? @'CCJ~ՄBVH?(;C yV2yBUFoh,0jd3+YJOq?yTJ9 s똉uʐ`5*+hx홞{3(5r- RfK\xQ} =iW;0d拋݇ŷ*33!6Elv/Y> KGJ=7w+ IuUx18pkٍ7<]1DZ2S\R]2- nHCLq;ze"j]fh`RKK̏=e_ٞEJ0 \Р 8ӑwpП;]BV2Ekȋ*!c3v1ᕳ"%:>.dp$c;;~0x1N`S:70,[ 8f;j/XGT-e{&$ҞnϮDJlA5x[!g@oJcii*H[9#D R!H GATk3Cp׊qf8B\4>y}AE+ZLts$ xg5/~(v]*~‡3ZCsӚ-"!hK fDЬЮ} \k qxQ2( ߑa\a7QnRjn#3?i#^[G`P䓲[E*ƃke{3s*I`+&&JD MbCqtq֕W($X 2s@y@Ts2ӑգ~sSfS/kB0 5 uDwk@gb *kSx5oGpYw/@(p@ð|8@sՀXi2.5=gz;J%ktl3pɉ97㋬W)90* :K!{1WNx`uAcѠ3A9?Hrmn}I%NP[O|+4z Tv%RyLxXBg,UYz+Jed7lu1b^ۊ:.)lS?܋( 24`v;3b,t*d $7pa>{I184AEG$$L.0kmC0.r1(cSgEMi]xd<2c֩"s^K[B>_q2$G CST<0p})I :4IEKTz&y EТ<6+ܐHt`,gܙghܗpo_;+gۺ[1 %u\L&8WWgzf1\ #-PHeN4 9QWeimPʞͷWgCYωS.^]. ϺX9X)\YUWjXqo(2 BMحL1+(`d !t,=E_kkls͞5up9ެ&#'e|Rvt}e\ϑԟZq,*I#QT[6ލDqa~4 ? :J3g^.sp!F "s[qqWxZ{jIod0SOFD\jV}1PQQ6eMP[1/y \HFr&K:o>V 6y\8&Zu>-as3N}\H6ƸM.7nl:=w VYқs?[xn:m53͘ Lyo,*"I'T9/bFrG\@,h{9?:hR|uĕg tJ;=lJ/i@$NI%z ~,U iܖh_;em# "A9J~KmMV%ܸڻn͉jY!%H|]F ]fu}-պaF0! a1 ,c. e#as;pɦ1S Ōr ]'2@Vy` E"mkSpE 4BL^35!)H]= )S~kx赉ZU!eσf}OX^};Ҙ@UTxp(Vobo,nj6wl9;LQ skU׌T:~CyaC`q41xyca4P'O') Ĺb>v:/sIa`[,*Bz/WKt=4ABh빿jc*TIٳpIZr~Gf=h vTDA*4s^wuF:C"PScWt^-Yδfܣi"_(B ޗ )F9ضez6mu?&;$xX2·qx"~_\!e,u%Y>O E,B7;eɫ!PWN1a]A#uv ;A/_?2J8^{X VCPBRqNhI1h,X..c K'^3Ա0_$5PQ:1-ё;zVAʩ"%to`Mu6*OO:JrYUazwopk m0J%`y}w>ԯ /jY3PśA(giF}iQVW<ۼ9$ůb}\ nG%*6)v&jlF UIUh.ʝЧǸ*(MaDg>NŒd>`@#?G$/ǣ*yHd~l>aEfz ݁Zudj4&YXs1 y<6}TROBY+Fe(؃x5iZڲIvs<ݕ8nZ pN*$oi9$fC$d Ƽq mku R| .cy4)+`j+SI̝ /.iJ٨C@X @:Sz)CnsfY̹9$NY+/)#)umB/%F>a(pYĻ3T]KuWnrB޵gخ̸_Ahgqw8_d$*4mCy ^Ʌ  FFܠJ =vS'{![Jnf4}E؊XLԨ}+dhYmOpjuCRT..ӚWpA6}9o* 1BO%~B.?fRk ,wdR:5~.zyO~7i95>Ƃrit>ZkkT 1wZ6:/2CwJ7#WD`θ@!!Q$qhE]L5wDL(g^q&OM,vҼ{E%R ?jg+,%0@@CP6,qy}ԽxnaGx[@v@9A|k_t͑?w'~eֆƎ7QpD3-zZ&\g |o% {R|DW{틂CО1h/C} Sa+9ɳx2L2@..*qs͡ڝcyR[Y{I e iץVjrQR8"a&!2,:CfvIĚڲƥ79"6<!ό[>z 9L\c h̺o~6GjE]:^ )H \}kaSAunM^(ۨFFN ~N̒b,B\wrnl' sY ^B4ƈmyۆDgw$x}_tr*#@5JQI2tDT7+hzuz_1EJ:i5۲i?5}X7= W[L-+CjYCJgmHCA'!0>Ĕœp \)6>ZIkTfy+50πd?;wC}LGXF!m4x3IW?+D9xE[+u[o9IO8⬍Ť9$`%`zt >b;/ ,.K-DTjܐ"~oF᫫j7^^A^f[l, L:A~Ob4۟`'rzVn@@.~ݏ!s!Cr[߶=!'α$%rQjis z4'^G~I(#(4T-uyӝz~}ǶV/c]DTv䯟黜^NVCϮ_ =- p|T΅a/Cʇ2 ya.KuJ?0O_j73֐Vݒ"-ԚQוG=ki4i:y xyndN*e}BWM6^i#c=Uz<^]y_$k-RS<}%=ƫY.;/RۘgBa2alL6]䫣~c Z`yWҵo{\x%"n|ۅz͍{(ne:Uq5*g..SaiN0 |znN~БRhX)}HHݼ-sƖ{]?mCJX:[9Rm 7Rէ?c &ۿ 1Qgԋ}\;8K !s1u"u-3O_Ka镸o)ִMLv~aA*I]Z,F#p%#53M_EZj (ZM*XYђdJ)50NBS6ջ˳{N2P#{:3SbH+%#S/չzbUI-WӨLlcnw_E^ ]:^3U>`N|<\l FKQJs O6XX<2H^@:QUY4 %^pz';s8{<=Fw' d]fsս߂4J͔JZ{f}C ml؃C( 5xk15TAl PFS76CRQXʹbCW@O8HR˿U>,=UK~EM geH#D/b}@@\[?Q/ 꿵~֕# 7DG{ѩ4ah&kc+@8FJuQo]!mwdY>:%Λ/).Ѿo^]vMJKwG ` 8֒إ{+7+WX |"V i=~$gg'% WU5Yl2Wc]6ËҚHžƁiyw)yr!v(:G9͡`c`zb (նeUf$pmQ٬x7H5/f;q2 ~g%~f<|g}1͢} 0ja{&2* EϭxQn^zTtn(iEwS-)d3kF!3ȁ&XP'Ydo`Vz/ۿWY@֚Od>OJ+&72dlvJtw愷 \8 n=(X;{`E$MY~&\ ]WIf*;~/I|g=4M6YZn%8e >炋*`(^S:¨@B&ȧOA^){3cݿ%h]זegJ2K$RJ?7Q Kyh;v#pCm V:EL043#5%?+Bl bb1\b`l4=a b=IǙqg vF+ Nb!˥#&.7$I%a~d^[qNn6NV{@lStbdA0w7"c۫Z; DžJ#sxuן>]8cyoN~z *2eAb영0KTA/1P.p@ݰ-O:Z쫤v#dB.v;|i[<J(ۙ%iB&Eն}.2UhT7W| ',x^ %\dҸJ 猴=~ph<eky, XC*(ۺl|Eb\!0iMn'f#=dgǕߚᤇuٯAHv97\Ab1"Qο`l7a6pa+'yƐ҆R6t#Z=HqBpCg)rE9Dۄmlj.I L׍tZ-5/=N؊8 FwAڌ%ܛK^6 ~MK{8)}Cl<]0[),ijOO|2  nzz{S%P%zEɓ%|㸬p?Gsc:g/^ʸmkUj)l"`hJ]=ZSMdt/ǵl c#gDF:ƭxr58muʄ Ep4BHwR_HX琬wH>DŦY! m5l˴&.g‹NW]:A$m#]B=sE!Jg$ē y3[L̰#YSmʸzBȴe6Q;I,P!(0!>>ț\ª* zw1SBžTx5]ua:5^0ҭra8̵ro3s;"&&fمϗhAiD՟72fnG\/dr~;qqy_?aǖ:+-Ba#r*D΅yki~`'q^?pa 6kp} KyՐE1v "1?@-᝜I dq +\f ͩ~c9qp#m;3ݢ'YAxIdc;}nonj͟Q1jl_D"LLNFr^Nf'uef9dQO @1[sn4Mx¿vOmsWhap9o9*K1>뛉.KYS CL,VlS\hE [c4ܟ8q*_w~O=sw o|l Zp&UKٜx4p; i'!n4ɟcNIgMƪ^?4mRɖQ9r/g0ǻ~j :ʡ!k,LtT̢0` 9/3J9=YJ|ԹPFVM6l2,D%v4)tRA=oc̋ dwեWkߞbk*50덵Ni(H}Yz63$+yŭHs*30 :6 yPқjtTril'$&4.'pT:%35OR.ݛCAIblIC{D4~-I)p=%+QOR ,1&зR#,M^!oO_[-,g:ѓIЀg<%lwGTL3dBN⒨ ՛Zh rFlOi*`ZFF9nR4v  %c=jYCcV;O[Bu_g `SVR(qvbƽ˿yBs8z` [xωhjͣsXӕieCɪM".yτ5l$V:6qëgt6qG٧uw |xM[։?lw"FYq XG˼Ky/0nG+ !$NESv?Bp_xORt c׏>L'K컒D}QXp9 aylln30JW " %nSTMۭ6Yka@oc0d|P~LX=lV}N|9^?sMdyԹoWnɌOP!~ zG'z| .1G"v{ ku %q睻bFOSնFl9 I! 5''7O>MY+FoFptP-yv@h";tsSαU?!y‚13 <$G:BxqYzȂ8/(Ami[f !zȞ6ѣ %K=žvB _JUyݡy. 7kt.Lu:2m7c/m} գ<{06Ξl> !u#e:űDA5gXng߭ܛ`DV{FÝqx %hG1+ԻGzf/LOzS5Si|D+gd LwbRfp%Y${C T+b$LuBM3ԨbdĿվOB%:]D/Og͋#ňhM@SI @LG 㾐QŻUFZ#k@'$hVb6kE5:\i݉s'doT=-^;?&׮"b=3c B,lķ!^txJF {p й@^I\vs{$:zD`ӟߧ~- ^u%HCMl~(Pef34+y--kd^I)ZȴZm x2]/I63M89`CJ=ٛkJѱL&*yNzL 5vMKt.Ėļ5x.5; nt\ 5MeínQGU"U.b uv]g=[DDMw~IRZDė r''4Ue)ejN:ybNhD" ,:1TN?Vec^i1$:M%3pT`xoC4B4d >xjL_bDȀNIShFr*,ׇ/^'9]l05a~5/׀1%B(,' C#AsrbfU!B G|gyR;5┓)r%R)R&v᳄+УH Dm%<d.|ae:u+gHE3L !xD,, 1E*x(P#4*I!kh*w ̇3䈱 )ҺV 4{!LY]m1L!`yH$lLEU7S|r8(wdm:;cXHPa r'6,|mTC!0Vq~TvipXw;΍&Cʃ=Pw?nt{Uͺ9ZP-?,%l'ǿ4$UOm5 vI~425~a/AcJ5z>#Ӵ/|آ ᨢBZT &XqM6R%|J[$(2wf+H̫INӜ#m2- pe**cX'7_rKݎ˛jG8"/ba^is9ǻQ吔]f=o'((- Cj!f| %wxKBR새ŋ08.4Y<̡a5VH^ l/0y 2fbgXa9H,_Ie(ZrtxusslPu^A={,ygjss4+s?zB"Pi"R}$0 s!(֍(R!ux|US¼2|Ô`43z+.XouF8oJBW])UiQ_0׿n2z-6єekVb$hzrF2bPs0dH;?lC띉Cʍk'kL{YF捱Q3~Od pw[s7_wQ_y)o^P_*xX^dS+sDpudB!]Ջ: q&x `H^;a:Е4XYT ~'ڦSkgI4t!*⑥MXӸ_Vh9ֽN & D1F Cnw?Ԣf?\Q{=K]n8.S8U*;S n~%}x=i^*#z:b:;[X$JE?VR)>w9PAx-HM?I,n?=SWwBp6Qxlȸ^$dɸ(%giaÁOu3;~'UHk;7=3R*+sGTpοltubutt4;횖6lx9ؕb0ɷ0S,d<n=géOֲ6q\\  Uޥ\"jҁIyX#\pD^RXo7Ș-0"ޏN]d$M-ǔPl[];pw=eGESoЫ M{0 ,1G_aDۿv8#"Ɍ]@A k+:d<[u80:|}EJStqj/0g3|V(tLuof'hG*a #tŷ|P!8 k+la Y.ܶ`#Y?dz90P1:X|/A3I geFR3[K;;:>Kr9_CDA5ϟ y(J'`gFF㿼ι+@U*,:,#7 `!/.;Ӻ~Q qk&qF!P, w9lj!9-R;@t:P),f( =h+Kӓqp Y{zer @I.=ߵ~ܜ%!˖Z;K9{x3H["/{t.vAHђtt&Q + ۏ(%:lniWtLc {[yׯ,ܶ3\spLtZJ!v~hYAJE{]eTtT, Vjva:U a 1phӶS>KQQ --XSOƇ6z 9̞ZZs>Q-.<6qٔJs|0f)u6jա59@CV`^n}#,>NG4>5]Jo2N}OH$`%**<R ˘2pWIK/pZn)ҁm {QN ɰyR=h`z~/ }ݭ C$V^E:MR'_,Kbc+ e_5* ]L2exv nlYIQ6! R#k:xL~[t.ֺx F 4/7/J'd]ql|:>/x, M:_]](S$AtI*Fa e*/.`"4I|G|a[0hj]4.uv!&gΤ}*/Nfb /A#N8Q)B LKwx@1'"R]1XJn['5I>t!F~ˤF3W <{KvZN:*cbj7ll+?v]p`ܾʂԞDIl6JND˝*˄a$g\Nyӂ,Asr7BVs2KY[kt#Y/\Rrb7_.·KXy *%v V G[{99AD4}Bd>%g$wn/v-tSHP{Ҝ */ GMӓAal~h|ǒl̆-+3&C 6k>G1uԻdu˝^mD [-"F/"I)Z ?c*k,ePF|Y-3"/z ޗX)e1"co5 0r9"!UVK UҸ˯/>;< O.>Šȵ \Vō|s.,fL(DkVgO9eÆj n$VSNr#`҇68Z:uGg] W äM:Y5-ghiBFZ#Z $ĶN*ori D!&@te&pg(P/X!|T.d ]o/*KIF0>$[ׄi~%rʇ_d\hM5| vjH^Ӳ^v4S+DQSt>B}f~#9#Xǰ؎ =Kc&kzm&OzқN >ɀ.hGeԷFi5Aש)\`Ita1sSnѐmdE& sl?c946H8CT-w MZ>MFA_ە 9qTVkPwl7M)\u'|/-4'xiA,Ffx‡kaM{y|R!8T >16 ̪yc\cpyW9v/F+)x+Ovٞ2]л| ǾAFBaE*ՎۣA]c<!6[*='lqT#NfquJ(8͒& A>䥭S$MZ%b hKEi c/L"$o<#ޞb[Ѽ0w c-m\# ^9r*F,!˩K޼9C:\uC*JzѧL.@낢JP=3w.`|5TVW,(3W@"Ѱقb&I0Nn)wNםT~)-WљR 1>"#0UTij慸eT 5`&i[#O]hmykM&0D#T𕥆D"u!/hVyA=.d&1} FOO#H'AurM#id"\G\FkkN1ҥar 0%Ԩ,w~>j-htz:Ou3mYd n37x歧 ,K}e˰0x1_c%}4y?84$8ۉM.2d0QL-[^ŕE6XNw{g!5I֟)%\Yw T,MFuѶQ]A潶)}(XG=(. ǶME$vc—!G%Ɵ5wҼƭ ;9Vs=e(Yǝ)$0!7"fEviʹcˡztye#B1\SsJC;upO@{ %S(&R7O*;"6ZfcI V֟7P̦>_(MWսL-ӷYy$矱QxmoG!RX}42 RA!;8e xa\QUudBwEy$p +F'&焔1W`v?:^cЂJ6 e3ҝIQyF# 11Z=}f0EŊDc _Q 6l| Cg- ֈ94q*jivV*hYoy2?dڸQEǯ;Sv(T]F?>V V8!`"P#7Jócj5r|ȝ8Ԧ)+(Emr,+= V*q{)be?/̦KF{R>`Noұ~?A X_K 5&et(,C'Nun?өp5Yc _ k&BuӖ.;VV9}dYD ¯3S :/ 41 :l9}TA9=@x|82֥~=TnO)p m0bR!Dom" 'Z{ l2/^!7t0X+ 9 59;/4jUUR5݆1sMV)EֺnhȡufxGs>ÿml_ϵ*y=^]iL?ImR(/s$ -1rfG`YVYm3ym${aPseXK?Irc$H큿mx>>Mg5!ELO'XF-9NwV%AqwhYZ/QhNf !Efbf0^V4C4!?QV!]J %zٹlDGhξQ2G)f:%;=Yo|ͫLib 4LM/z 7?茞a- s [q8!3-T%L IB ^TS`/gqR@1p{Iw2^4NxrxAwP{Ϫ cY!-=/aQ f} 0k#T. %w(zb3"6ñ(W ljp3cR3ؿgnczZ=l]r(2{y k.ͮr{k,&;tv5>nj5wQ\+3 cqs#I\s+lyŚf3U &GPW2CUcA Ra,q9rތ"s9O'̊}r8Ub^l zaTV.)+tg-sD|[TQfz'!b^ܝN6wGTұ%/ ܯ8 O};#"5*5^ښa0u|1]9Z\Bzx j!DB;i+s#n=]rsY3A7LN8r] qdO"J JԟZׯU1s TϴH<Ł|> ݬ<:ZlPMDmy 7끳~x `POLI( KQũJ=le;u;tv]sP︕mmd 1# {iWSضBcM/1z2] ZTtXhf A "Q9zx"}i,Uv֝=[ b wRWO\WBD;۷[Xif??ظQu2q))гN1AҖ)TTmF.FfKriMXFCe&ـy\kXjg_FAGQە1b91V;bSXLۥKXp2_1?Wlm^&0IR)V)ڦrDl3{G,Ar{y̷l+M*2 U)uQ b8i8\h2G*ٽzxYdKm$ߧu/P,!M 3Iyu-О؊ڳԷeb}xq]JDEMpoyQxQtddV>Kw[i_&e;4%weDu衂4;y: .`+N6OoKOgIvOR⺺x)+GםiKooV bi0f9K>>i~6EGB xT KP$erpmao61 vSySmt'{.gbWɱMKVbEm֌E*1 ^#dzh;1BTޥS񢇒~>%>q@7s,f Ȯ;ӌX{}P_Ս>fQ ` ?SL3=b#:BSOkkCv;t:9b6ȷm!ݑpY=? ,c܏D*Dx`??L o5>H$@'n*mmw #G.y~G`(:+Oy[?}īt|^]Ʈ /-VRe#^#X !/ѐv =K-BǙh"K1?pӢI"L^#HFQ\nuy/G-u_O]x^vZ%zpe:KAFz❗.p"q2{f{L3稞 3<{JSNLd.RY{Hmnp| Ge~5 <H >+le| ]2)m{:~y$Ǡ<+Q0x,+ V)D܉=nEf!LD<Yl puuN 4puv})]e2n8^+QsL92N1fl|*ͩt{."WM~4T^M~…J`;4 Ԗ ӳPSѠYJ4b~f`Ϟx\T 2ecjD75>A,] 0Eե6m X~eu miۛR> 빽9{.͹e/qy6#WuݰK4n֣[6A(fapn˙/];yBI3W"7SK uQ1sl6Q-[:"Pߏt*rDe[-3e7]ryOÁ\\T2r8M(JcB;9\a5cFRKa%ttA@ԝe9~/ؽṔ #3i"] թqWq# Lǀ^mu>zo=}ѩ-Ԉ/+e'5R|.Q|t}}.glw(Un)c_G3Fl+JdJcHV_J \N;ZΕ3޶]Ü[\"ZkC<{l?v3.];ZL0}EסT4p싨I֭/_ԇPսDӉB|h9DE,G?-\8ODaOPBB* 7\ޛFY5FPh=-8KQuLL&)uw0>}[a P =2cCTREU ɔϐ ­'ìXB׃Pmi^+KB/ 4u8(~C1|< ,.!nkQ)x2:l"z#h"DC6}0X.*lkXVP[G 򴀘<PL>hsng-5U?o|Cj"?gp4SBe3v 6) "RgKzh?t"&F9Nq:ʑ YDE \OP\q +-:\aoU7ǁlg]A=$R.&j b(Q"h5&6ɬ{qʓ/Qeg:vj k}鬵S|0?۽eX7&kՑ_Y/ε5QqRWFbəׄem\2RXKkkPu k@HIYӾ]\٬`jR<Ë V3}Cgs2ߔ8ʎmFIV}^wܾ[FrVA$0x0sg5;gX-̦pj' Ħ7Zahˍj"&P኎Ox r[ȡzǃjvc3;*D/$&?Vr8(:}nml1hVN3Q<8uQ%4Ӯ"Mhx:*P?~v=875ЀcUsi}`*BީN]n )+X~NFʧt>bzxOװ;0ڈX NӈޔC]A#EZ $6xjԄ7No{0 ww.Q?E'֭ sیjYJFH>a'?E q=(ynt bWf.S/`,>͂s:/sAY^rU=h}@ ZĬsJhߪ$E#~1SRwvLT64,AH *ZSb$~` +ɏ:#eyijPd$q]Li@8?k_xޣ2ViwbBZO@`hc-[GUncnSR0>ťuX2+A<_s_fv=vɰfqIo94U.WVCTJ5:@5dYj$OOLg.T}G)_mb.*ۡ8w\=#M&2SyېQ%cTACM39RYu\?yŁL`EP |X{o`3)~rMkA`r{xkGxqyNq0smFfRg-c`͖C7Ep'x8jv>vZ ߭T5Kꀹ] ;yMm>M.S<'UQ 2b> C֎{T\Ӈd&2݌$W )x"w_ϒdFpՔIW%a,Uqgctp FM3i&;5$<?Q zjL s!D̷KtŸeσ=.49f^r=& :v^c: <<}y^8#K.A)NJZEK/X{l5N)5 :}g+@0bJ o !-x2ymt)5>[ﵽK]"0%\C׿C]/abIy@c8\ՄЦaTʶwn$&d硃6R⚟asE<^2~<1kyPo]}s? !eeZ N^AQc$!c;Z0fleB=5z'zϚ8́0"W)Xyp,;bwW%UsVީC}k}J$ ֠H@~a= ai0\蹙ѩy?ح 1jbbcoPMe[4X΀I^Em=I'c$r薏R]k=I<[kޣ,vfFEj 1I?x}0(VuhÎ!+=h"CkfZڸv )~{jꇘ^ L{BF% Sc 4%To,XveK_.CN\#qV?v.0 yz IhZdAmmGţx"9."O70m %;5ȹ|3әv-/zcm恒5u||G)ҷ+ P % f*F:V a!L* BK6Yjaйʕp_9[sZBn(.8NC-T{sB8 C FEs0_f%:x8h A}3Kޑ=[,0pvPw~7.hӬSmY~EuIjz/@8 ,-:' ?!_1Y?i6tZl -lv]8fFt待7qbD (('d[^wpZ̾aЀ ƠhT2R`0 /x'L8V!j͗)+:~v/z4YzG{a ^۸|h{#yG?^َ%\BkèxиY/z/6oMv^~O0@)Gdyݟ 4ls?oꋐ*zkJ 11I^3̙!ޞ}K bAxxS/~nѼyV9}Y.u#y}w#{0 a"?)xkUúU9( =s>2rEăzS:婛H\zy}wFj^r7/4*e4`h92!p5Y1ʵm=h$xx2bs?脹@G4f{a Ț3flsOm$,\OAM|Meރ$?^y3N^;ٸPxEpɆ!5 ,X ?3hThT H#[Y9/@U`gF$Yr.ߛ1 7sUsN }}WӿdLz̸wo 8IRGqOM"r0XP23Ʋ1+J?5toG-Ȫ60*M*ig;"6nd.+lXm dUK3&G7 P r|9PGθtfiAUh˽``9 M8lYWeUEvA_NH}qEC|*|ǽ&S8J"Vһq侾}Zv>Rwpi']fHѐ` LMO᧠߱YjXWtW ` 2R?OPC5T$zYgZS.آNMd'YWp{>s#=|ݖKʿg׌OEi<>Y(z*㞔ZFHbpKئ^ZƄ*fETW;a!nl72ݴ+ L~eqdv7B5,"Q RP3c>>tU_zV%Fry]?<{J8%&A~,[.{JORuÀ{=t x;TzLq6oI|ͧ>V?Idss"dvG15 6 ΄,/f`㯚I6?O%;Ӫ l`F8+9>

]P^߈+<c0,}XKvx9_<;aC GwfKz|=ZXئPrSn\qۅLHՄUle+2swY{%a, 7?'d i2XL咸ָón {3vuR2d˺*YM[aٚ&cؒnpf 'ܽ03۾U]4`73v<_̸0 ^t^~8eT=©a㸠%dwgFbJ)dx 7Kvn mZM8*m8y?<{H`<zT]߄F(MNW%$%3\>7,t(G25qRӺs H1:ÂXRS,q&EMښ'} < =1\N0 8#mգ \Z`{vS@2mZ$vsqC j{zV3/܀B-]m~ƳG?V2翓 eгW+`UV2HTǨl?7Z$$tss$ewN MN8O;l<9p/H'vb3yzGq&Âqa'~Po`}b5y 3'S^Zf xb@2(絈svGN[rYB_ns)3wWuA[|cQ8OI+PXԋ Pm'rїUiP7CM#sP cx #V6W>e0i%0bVx ĀKycoȰf@GMhB&Bk%[jf&] )8)-g"3[7=uv,g؋Qg>*z7L]X7 1 ;BSysiPw]RFQKo5C6Mnb)C6Uxϣ-(OiØ+^k jƌ= (ރWXrf;y7$#͞P؏^y9{EGj)\uh^YS6G^}WP^W|I6LKBeBU n6,DAT ir9%8zsQmѦF6vuc#n,MgͯQYpver.1۫&:A$[UWE:6j6%l5yf-_Nx=6@٦ޮ@ɑGňУ,Wc|g _y`ihX{Xx 1`bVqӸ-3 Yo}Iam,#!ӎo^s8KDx6CJC[>!Q4`a>t϶n?ԂI˾7bv|A i iZ $g_qd%TwR=d*j!"un%/ -gy9>۹#āV ù8tڔy2|ʮzf>Eu܂\5ThՆ"bNG~H[l{ixT7ttIkSw٥Iܐ^0rNAӕXBL$GN Y9|?!۠*b U&3#ǁ5PGtVuc5 KOj{9fDNŦg57|k$̎EWPMXlēdtKںCNC`uƐZ1x=uY9+5RJf{[ϣ/4Y*)ړvyo = &'_TCK撧aLQjy:URgmL<bY%Uv[r(ع@Q.#_m]1`LJ;!VJelU(8kDsJ|USBSRa:dXR& m  M3f<M\_Z]4MjMwoИm/A([!OJJ|J\ QzfTfem\SD@Yz}qpJ$_6Lg>T"h Dd;$JX'Y6t<Y}]PוedOe`aL荇,<ة 6^=CXlR^gO@3Xᕃv_Q]RQ T7s b 8彁)l:kUE|tGEǩ SYuPLߋ~YE  ߕܿ(n M}EB~15[ߡXJs٩aęQ9ӑc%#332 7[tJ;b<ʐ16{2]!B=oBIڄ!;-&EbRޞz=u(hHrk) nUQ,A-drJuP "]|dpk9[46 ue| cLXc"?'TdGw,Fd>w%Xol[ 2x@E֥GA eKGv,3Ti] o;="j~ozrtQ\ޏl`G DNAVOl?W:=|ӍF˾Zn:߳5]+x=[W Jgtb4Dz(`hSl&tsP`FW]j9*乗fdGweGI]l%,P,c1 z+ɱ9~u mh9*d- ψW+NrMiQU!v rx%ܩm,%2he@T3r-:Zu6&2:> nAW_S*z%Dy B ?P6ԟm~xτ7Eoqxm o,CV3.9]AB_<*loķz@>+[}a$Z$,o9h;o!Tc:#qI]C̦Vz ya<}-,Y_Hj<'J[e?ߜI6YN?'r-#7wzqg6b /!$ ܟQ5ED|@ \q|o LwE*B^Oo W`7@d^\anr+OTNS+։Z$MJ~ XXe{=~ԇ."ktov3s ș!|%3p?Zbso}FD;Q_Lg,-X\ⱕeCfm=(ñ^<25Ny_,k Ji څP{g\ᆐS%DC[:Wsd̵bb6Kd5GEG.UPr44ʉ6Ê">nG2DfUL&|dB#Lbw}dw yXˇ9oƘăN(Qu-WO54&r:&U!QN?Fk!'j{QG ;2pD,P&6;{9oQj=1ib:_¢xH6EZk00nXQT#D<[Z(S~23I y&Lq<;݅} c2]uDܴ^&u}(n\/NZ0Ā.;J/9BHOk 2ȫA0kE_Sѯ4(Zh1ϱԵ{O/9,B n^D҇u9괱yvDF+_=98u~tfrMIZHrզ1)PR>,ǎ5[ Si@5AŞRm칷2oEF{ XK?tPtYG[ZI4Feʬ7^Ic Z@i F0ֵ],;itנC/37%e"ؓz]ο]gl.^4:Y"ɧ3|%a̷[y1ʧ_ VZhVjO*۸C`j\KaIZҙ~>b`SplUHFY`S:_m`H;eh,y:&Vh?G1̚"`J!NLaŪޗnpYDw X3'yХ>Λ49噏>Gk@&bݟX*HYenx_9ϝRp5\U{Hl0/@fVC7?o!l#f3uGox,٩0C`,|=;Dg|⛕1:_FHJlKԉJXƛ ϊ$\p !kNrFl|CsdCPpn` ꞏaK\Nj(1P⁗Dp|`^NW1TG̒{z¦_VBT¡z,e ^[>jC.!Ir\ ۱߯0HADtMރrB&` p,tj S_[1Iܺ( ߃ 1zIpDx|ub"_Kg G) <-CM63n(S E$=(FkRSe;K蓶pđ]dêA5UM$ "0OrJ˱ -- =׮߼]}{.yM1eeIl\~p.=bgupkveQ:L=yCz#X8Ab͈KG۩B>N0Sub=JFWZiw`3N"l~"oS"wqi -]1XV~>jBLq)Z,uQ^LsĊ!sgHk/35(%mV,2RFG< Q\\xܝQ2I;[܃?c gF UЬC~":O|})&"(xH]b,@hmvMQx$7M%Z?;;et/p8Qݠ39Ik!݁'7(}DrzEP;[";$2g {U ;tہP /&E.$Z\Dӑ5X[`VMB<"7-N1ޗ,T ,3T:1-Vor)u m<0'!o12\ZZ<xK q#֙y: g{HE@+M~6-t-ry?_R2yg1FS_yC0eBٵ، %x&r`LK: Z&ؓ8 k0E0+GȂQ,o{0*ȶ8K/v=a=MNOW^ܠk%<!kLήDWp/_e,K <̯@Wd5=Q0͝#N6 J*/Qzqp̹0&$n W;HG`If ZL2}|68cKbEplzl[sZ0OS1`=GI M`9kW;):Pu=\L=Qw*~"tHks3'aG_'M>d N?y:xF=bkIG!' axȶ :Qӂ,frQ+ʤ]X7n}Sډ,[yZSjg46uIcz>< أftaRgyr:AoS4H/o;` 凭S{ԎgP+ 5 /dqֿVaT5OAC߆{bINmkW9+|aR7gQb'Clw"I"Ϣ+<-` p#W[D`*Ff|.Ыayx8%go"'-ogasM_NMSv^7}_/EqP$|׭.A'M;T檇A BAKy!.YwJcu|opyoRÎ&b,|d'vA Q#T aU]2v*i@pisܸ˝(7=KF{LYSt(p!i 2i** TМZD!1:~Ő1M5%u6E1ƙXz~?{܊*~5,A:xDUTt1O_N8fDDp tƮ<6 .)hp7;n'jQ'";Q3qH]o;Y%#X)Ҧ6<$B=3fּf@zEHf&FuJscLBrng]"ϽH7/Q<<Y#MP?|)[mL䠰Nף)rY|W0_ {^~Wi .X>Qf\'<!4wտ@b4IJV1DTQ+!"( zd#&UT{vQxU z3ɨ{1(A%\MoA&OI91A e<&ӟFj?e"}L8LM5A5ysy$zCE*}F~|k3G7ECD58*z$\%876ph6fZ.d1s'"ZYS̯\p"խjPM9Oc^x!2&/¼ @,5(qi_TOs|8О囱o{u#Yu`ngCڟў;[p#kfXXh\w~n {I{晘&x0Zi0AmiVSa^&JG.a:f!yL(N%y%?96Ĉ8-ٍR Y!A"k:MfҌUSR!RY{9fL- >oVV̮P~= {荟MO6͎16$a#)V)*><ǹ|H`w!xx7D>?6A+rRvw*Mԟ2HqktX X?1b"'a#1- 4%<&ZN.<FGꝮ:(U(ZđVpzAQx.T ~2ύCִe'##Cݽ_Fi(&hsm˰qVTn;nPR>7yIOh;(Oa7#Qa?pWW%V*qT ~rb]5I~Jo $%+ uI^D7S3DhP%z#)Y: .=sy.6$i RI+"jc f~́S"D  IU^/d7Ŏ2U%]S-AO};l95)M7mїsߟ¼>.SNxVӀbor#1eP<{l_#k=`JŘwFb(zk,5t Vh4[8w%4 :;Uqhĩ;ِM9i+J| >iYQNWR=WQ=ԡY6V{uqĠDn쀜&OīzD;,%²2u y\`\EĨ3-V;y}ܿ* n+b?pǵZl `e"c31__ےi捞wqՇt(&ST׃N y,K<Œk蟽BJvJbB@K?uء=W Á][|t,ڴTmi7w}*N9hή2frvlv@JD>Wuf=* tqz=jݺ6m-1|Yh1܈fԙ92 xD z=*&CNKgky3+?a+Z0g* s)@2͋'ڕQkc蠏sE' ZÑY>QLCDug,EoބB@S}$Pw ;L҇#ja^z_|KI/R- "~k6Y$tJ7-=ݾoC(uP͛&**3a*pև]+R %g?/mrR1)UrK}5n$Ō"cwg$iVagZXC,cO)F~@[`lT'f C@{Ø̀Lm|I}{vkOJd(\טԣLTHİ|7?c_5ͼL3k)su m4@)onŵ"ܹU}=0 z G*w;}t0ṷq+F'9D1jܖV,7 ߞof>J[UdH42$~,KbQӃ\`aZ>iEMH0<%Ͻu} O7ם'LI;#UoT?9첄zׄSIk 8&U vazؕ-ZI9j!3CߗA($թ8mp^,LY۰9]i=^U{ wd.֝rE[ t@7?OVҫQ=d ɵ 2Θ._7AzsϩcƎ6P;HMpi *e)[I^jB-~!]st{0^=`A^ӯ3uYҡ`$AjOұi| L ~6/hD*9+H# O8ح1% CWbH+LZΡ7eRݎ+Ԥ"g,QV*d-\|%J>`GBo^HV#Ee,@`JN>$>ؕ쫰0`WEвBO*v<{#@g ]wBeב([\0w%az6j.ANv~Z$L90|`p}4xgOf2"²ToVݧ{E۴e!C" (B2AJ!6hJʝ_^VQT{"I: RJA6F#0-- 6Z|v7n.'fg! wi4d/L숺 esWf r^D n#'Ӟ@5iU^иaH'f ۽XT{VaBodcjh Jp*``'p~rQK 2\2L5jP|u&RgV[()"dɶpEHsEQuI{[`'8;&ȒU6{N&zMCw!e7U__Qx &Pڙ EҌ1~I6OzMX;!ûqz֐?7sM28Dp\FLO: / ҚArV9u1qH=͊(ѳ܉H#!o7x1W(.ԛ]]c}_f;b&}X*vi\rK}o+߬",̢,Oچˑ_ՉbÐp1* +g D^OR$`Ʌu Gsp$;~FAbbR֭r}kg;AdT.ь^fܪAɩc2!M O1vAfjˊϨƸ%ʴ3ר;諧jI{Tb^vQaXGuQRqI:f8 ~Ŝ~g[\-NkD˟ʬ\6V$ICzÿ _ٴF,i̪vjw4QzaC9@6QLxp&Bnɼ0:BμFpLK4Lv̵)~wĭfi;9+40D`iZpQzP Z૵MlӺT`ra@h3_S~zœ?$<sZa$ȋ۴ZKTnt4o:PZNuCg-,*|4굧`R= _^(|(6Aɀ t!+9604)!S+NC/jITns=/`7A;Ԣnj7+)Cw{+m8BŽt!|5D|Hh`&Xk#LZDž PӦFo*Bp M~̷?MD|S"z&-Co>.%r$ PtCaR"iI6?_9+#w"r6#snRcBWx#:q) II7śF[zdaNL -Jv,!ྃͲPu<.~Xbdէ)!0d=PM8Uޜ>ON gZv3ČYƉ4@<4wZ1MeڔK*= "E-ꥯ}@bEևck}$Wݳr5԰v2i+{1] ,gqL=צE٫6@GV"U]u)Ub|^ѴD|I/ƴo4 2IN%Jh2BJrjKzT@X`wHEFL=bFr0m6PR_UIRdJ+3^^-G ?*<(#"ֈt< )5N &'rS=GzrTC4m0ܦH$PD P[؊Y#uP6bW&T,VMN0%&QMz^LWL|Dw|?IfS_IFRB6mV׬"j3!I ϯŎVOH^ m8L28Fu#G^hz{Xa(& *J}ڕk%$D 2i،|29ёˤX7R#pXyRf g)㴸 ]7ok|xx كܪW[ o5t hŵNMȕc_5MaG"xrrm`!?\ps9D ^vyЌKe"OȜX&OxA? Rd歽h%yv}D$U@KH6 O.5^\#mYKWWqF5Wn,%(%]\JxxwU֚hTubuW3p N4K*l66xVs5'N.LZln U.5-dE3ө=JBdcwe@ZV˸?66SS|S}|cW`!) (=輡-ۄ l:};t OAYzt` "^V=}XTYo qTKq\|hVzNuTL~(1]IwZw&j^ rL`$j-V&komr Lȅ5%:[1Շ*X?zJ-$`͋?|!xQn0;֪hE=J0&]w,_ coG,jzMߟ)Xr ^_L_j󅍒}r#!:T쳼8I~Vm)r˄MPAlw1E9M%>ن)|K'\a,mRd0&͑%fA:$шU{9qN=?N7~/$s#+>*g1W  Ecd-fbnwǓ/L[C_[0o5а$dɔطC{-?g?L7t>'o7% a3yd;*to@`],rYiZa`&5oN] /Վ : Q[úEB0Səzᘷ+O'A>?U, X7`UYE#Lԣ 3|ݸ8У[zO[B\zoi1-`NdxQr2@;+x?bM>W9e}!<8چCʴ i-.L8[?FC>as~=pCטC]y; 8Ӫi&>FR>vZ%=юr$Iʪ~}%' ݣWmY=Gl1IY2<{:9ѻ w%w/3=#ogs- jЛR$W2Q~LbJ(@}W0xGF$#өOWyٷxģ˙8+#! <2@Y_k@V>EDSK kP-j (=Drie GF⟠A>[ \ &^+|4~/o%'$[w^W~m(9GҨCS_ &Rz?b\?S]bmwK0I.@RB'$aߚl#ČȻRe4IXwI8F>`Hf9ܫ#;dE]K.{w"ٿ,3 mL0p\uO x&FJ`]sxvh2hYqe>57Eaya6@VX \ Pk4mbV:* gބO^\C$>enJ,pw)yt|*4 (Jȭ}ҵe~j6Ux d׃BZbr*ηL 6$EAr"?| SL9^PvL8n⺁B"%^]}Ns:zagۘc6֢oRX  ]Sfty ^^,ߋ[`etG/iyoɎĮDMw(_LDPiRre%0ދlkkA&ϛ>e}zM˾%6sk u 4= UݶhDž6 z8Mi<(]CM1΢D|gn?)UjiJ%`{naZltswI٥d5v43 ?Q" /mBKqd3wAG0<C6)1f^PQ1Dd(>,ZZ;Qccb<@*/]: }R$8ߞȋ}HCOC'Έ3ЉC/sQ>a\ťQ ^Kث;^EI ;Vt?+D| PGngK/=ޙ%vD3'D[~†/PzdY]A" -xζ2~H*?}k̐!/:g'rҥf:d~J=`ys=l`%&I1ehL,lEM'owԙ#Ȭ{n_׸Ar5}fV?L"?Fi֍Dv1.%5*3M[YCoבj|2iD90\ a-$wi㼡#Q% Vq ) 3f:F~՞A)ZaHn8k<|J(/"beq;MAZ"}3eL*o8YdT *U"RX?#zބpӮ5m{PoU\΢$f `ry͌ gL a4bm("l+ns Ewa~8xqG`b:U'SI#B R[Y̅*5Gܖ=.OK୦b,b2kVoYNcTA}3 T`)Qﲋ L3(~!T/ 2}Ჳ&-EgLקX2()[+)ƙ8ٞ A3c3>ܐ0W ?`ױ\VtuId<ИTF4+v@Na#jxdey ֛5~[՝N&' &H}+)F)l,Ŭէtk C*5Cmu.L =roJBקy//֣a7qV>HoGW?;-2ߧ.Q#؃dX'5@XXPmQ nnaȳzrރ!⍭BG&ҷ1dX;4VFTv_.7S e 6-^o"X@Y⪄27bl(3f /pbcA!4c:iu0zԢ5_5]LKH&  X>tk& &?)Vߔj\[f^k;+c}f)U)X8^g(1Vb%r&݄Ѿ׌R0f(VYldЌXcZݱtWQ0AIK䉞I{Kk=Ӈhn@:X-iZh0;uLj};벀; P~LɀmMLlW6炆a9_V?,%PIkC/&USFC惘C}2+&sac,aKЌOwB=UvԪ7A$KpCSʩ5[bs)K.mO w~g9S=lW1kFV0d9D|b"!: ؂n Fg g[krBs3nN9B,orCI_P&“ ѽ]Qh! BvX̤{`Nj6?68lR #߄$Asʙr>itBzoW- bekިkExv,Բ i @a4z N-2biǞ"dnK/ |JrІD0(vm>~[X5ia X+M1J-VgQ z,>^yj^јƅe{7}F\xGkE$o򓊎mh-R-N1D/{g m W~և A] |^:%;mʧf$yhPSKō6#;hi3v:>(\w.';]G:w:Y럚P9G/tN^a*zCѽ /Z~GiO{֘!?zs*W[Ulu g^1q'{!E$ydrFn@xiCi%؆XȺe:t+_'`1sv%I jJg[ݾ;-%! x;cdv{@\P/ܲOo[ݯ+-aw=lЕ^,2w^oO3/5黍z*ܓehP_,x[hPIN '̆w6)ߜi6@ˆ7k]ݾL؊o_pyŲ7s(5Pݻ=۷PHM:kݵ%aXX,\ū~f^~(fM*:1s1P_g[} 4D󡏐 j@GtnQ\OH4-{xmg%Ot t9H J*!_}*[+<F_iL|#Ԝ08 VO092u,gFKb( ۛ=\1rZvmn9Bo<&T[{D);4JrcCy.R>2VZFo z4wSZ4='?aiT_Ӣ04 ?3F4!8?UU,/lFOn.Vy8PPB+0U(2lyghD~a\tnͻM ; xӟ"3j~ Հp rԣYyzȧQI3 1-}{;;*KJ ʄMղHEԻ,!' $85A|JOb4+}1읿8 ;})\bz,M>h:%y!}mĎ{46Q_ooѨ{ WAМBmc|\*Gv;ϬЦ 1[QcS':@_ G;hYF*DP%̩϶aIXhI]%BX!w4a?>8ND5ۑH]D P>2"!`y:Y H#>gh3뤐Xzf\pի}R0#&@ x_(rU- L@I+B(lMHIUʼE߭c.S` KbWWj?j|FdfJUc>Qd!8PNMMO_^l=WY16ڐ<3CRziRK݋hmVg27V,'~,Tm$Di**/~ K_z Y 18@!Q걿DžT0&, aiz;m{M{שּׁB|ώlnZ]CV%]גؗ"Pʳȷo䕋ٵUHvc*;gQ9çiE$tb7}QeGp(+#7L.Wu<)]ChZP%pA3g̨?Ǜzp"T%7)ɐl 쓌o_oxS^vv"G񄇛4({mx"_4)_$6iQd?(Y0C?K3bc4OIVS[ ؈=orq2m ^V Ph#l^qk 2pzזFr{ҿUBQ Q 26*{ MD!= 0F Hu@漨@fcg0$ I } O!!!hDOǣوGcmEzH&$FQ]Ѩ}Qje:1ţQxq!bSD*:uAT2OQT$],* X?d6,A2HT*> |;CR-:'$Ս.jI9!4(;ѡP(5?(]GcΆ:W-T 2:V/"(Hm,,՝FXa.pkfD.}͈i5PU⡪R+Tf#TfBUm4PU0jPUO UPU 0BUCZCUDuEr0URta"ƹQh)J2(U$34+qA,nRu;ET(U*/jYg*JCdly!qBmr pmFږJX9V֬1JGqĆ@j^CT5-a(R+/S>p`Ri.y_TDQgy𳼍r3}ҭ!Qa{AlS8)U7wҙ/|)9o/vڅÎذpۧD=d>(%2Lg[ sxj ls+64 ({tHbh8z鎿By?dZ%vڋ!Y6g@R`n9mx!ұHfyjj9RqWU 7 @~b{IĻCo 2l\Ts(eӑ&~q ItUVd,#`PPx$xad7:DT<500x I$&1ͮ#xT4&!f1sF q|V]]]}UЧj9{ͱī՛Mqܞ82+>0vJM#Ҿ3_ >%CF.zyޘ*~U>6r+!îkX-3m-Z^4}30-Xɀ74;([/ Z2&ShV"d,eH"<%[3XGo’ [_w]/+]so3يx;L=O-T4߸v{ѿ).E#_o: ]K MzjxĮJC@lݴJSoaTOiv麃WPW4[)תS[uT~nV_V)̒Gۖ4Ҟ%)C&SN#U}MꊿϤ&KbHuy{ҵVOטa0Hu|; - qPz~?)D :Hq)*] 2A)L!qk޲s!5\ :MT>N JKIoXuLn e{h8Q J"'^PͱyZp4bDfT"#RbK#f|KJ}a:=^##i4,%gLvKHn:Ut QFi-5un(]tfL,uۊvs &fS &f8o)Gr,*ЛP7NpJm - %`#P4mej:ɻS"^.;/qP"_ɮnzfNxj{;v路T?,ĖKo+.Tں h1K= ">ˬ6mCC^U>Ty-8UF0_އwm_DrYQnJt, şA5Vi4\x-بoc9ʋ{}~g9%Q%^GPGI9u6{tqEMb_j_ǓǷrB8j2>'HkKes3Loޔ%bfy|qG&Pɏ/#銛Rgr YY,Dg79t ɾb<dj6z7JQ.vێ!i0 /ӟn*ю@9p;VKp ! *xB2O_{Lci5?~)KV`am %Rzb\ v;S}."eS _CsWv_㾅KiB쥼%B/\V!vVu}T6s^AaAK8_ݨrSIwz)2du7)Rь%/z `G BMQ0R8}JYc&N%d(lrI'F `j@elltz<#_V`0ۗqSLca7yMJ~Ȧ%\~H]xcnT}M$GWӗZW}#g^Jhb~M }u1U`X rwZܽ%@G3u(%EoznBn Vכ+'C:5 mƀm9a8\cI3Ns3O\V Y"-&iN%xCZިܨbxB0J!Rh_L^.J0Khv^ 4k_ 'bo1.(D)%:W%aVBS.nۦEBɦƄdSq_Tbm1mW9VHA4w(zc-*]tNgRbRΛP'#D(}`bوE' aajxz>QqB!t!H pa[IBtܣ0;j0ߨ}V%oIP;$Q-\u_e%MyF~THWBw,7DR)yncQ1Tih z_NS搚%`riFnf&&߸*\ؖP/FQwJ u9P釀㧠) S*AC̨%t%m ໍcLV/rja-Y_Gz xrSyɦj}h!UQN\19B{0;bG$5A«5#/}1N\d-P "*Zi)޶CJ-N`b{J&w SI\Nt)b_ԂMx8MqXlkY/zJ+ P>P\ߓ4Ra~h+AB[EtJfRWJ;nBier<-fIC׎e6v1 'Mv ^ G؛(xy'^rΩzR[fŖkܤUKxR!L1q1jXt:~8Q9shEn:ӑX\j1N ]72SKZ_t.@p-30-?=L  dGXdՒJ~RUt*k#H2trVPníu<2遡BKG*5Wl Ɓl.+x`T24J\9<뇻82|OH)KCCf񎰤=D;NI/nqEZ4T*N2g9(UAJTkhNyO$3f*mwq> $!> .#wψp luET˭@{V|lݨ@-Bc𡸾؞sM:]a}޽ը{Qv/U}$.鋋Zqy.Ζ,{jMÎûOP]x|/]=ޠ? D~uzZOc·L`}\p4J{G9QjE ғG9 M5,J|Ini90J2Z"爿6%Hz49u :jsrHo*qBl( fQVzyOF LJ|<0?*wR>`ĒY1 NL "]l7!Q<8ۿ?"Ucab`^ wW^sNvj9#c L1CpAa*w)8ˤj5_Ǵ Wܵ: w'LL q _xb-to$1t/_8V/ד 4I%tSfs1\V@wPN~ it<>B#$jKkPTCyMNqG3`,/0- 7b6$A4MJ|Tű|bڽo!? mL>'2g)޶`R\NF?5揄𜏨(茸yJ+m6AfA J\uBsiDYZ ܜ&qPMb_QPj@[_vm0 [rP>$$b'yy4%JI.%H-%a|Iz,Uq11T>݈at8T.]!ՙ$:U$hÉIQ]ϘzVOpnZlE@_\ND'=gZF qԨb+z FyPN.ʧߡt-NUO>A*lcA[ˡW_{Y#27?C?L'-ɧqh]lKjL]!.t4b& { m&ZE̱kǩ\e|HpkUjTNb7p ;ܸG̸a&K 6L3 C6. cOKϢ?kA;Va`4]n8jAzўeLFF @-TM!fi9Jۡ=;VSVPVIN$*A4ӴU ֏ɯK1c9'mp!,RxVOҡ~ůeu^M~*C }NF;vhWv/ZCX}sОUVs Nq<m::yR SR%aH#a8>#g8}wx]\pm #F;p+-/bx>9eG3|x??x"e8Ό䖥_`8Z^YAxU~\20] oA|q[Ag8>. B[< UN&|urT`f< &Ƀ/N9ܟZB)QMo2!~>zs#1hΖP1vآ%kB2!o⫵A&RQ< F1 yDNԳmbM^xLQB ̨!W)'}3&z;VbEEgN ./^ъ> m:Ӧ EOG:IUH^"JAljR`:w$9{VǞtvjž0ZGCTmp|O^}Kx rg<{(GJyqR ~+eƗ&@FsѼqhׂ~ZY+ڃϗr1>tͨt vqi,T(BixZ]DN*g+tJvG1ʷR;<~N/\T7o}\k9ε#%Uryѽ?@_hgs )vTG9uvT>¨P0s̽>IuJuo{7.+amց.=μ+媿[QR=|sES^^abg[˗ !4lKF%T;1Nq!$4A-tHW1tX:'| W9Lq෡N@#M)k0{衄r:zE=uwH<dLfO|LpBB y8(Y2X,\y I^|l˞Wf1x$bkwrw _9>7`{΃p%G l'd?A4 xYQj[uN|G ԯy myj{ˠ.NCs}9[uB|NA|J#ǥB<<-qu:b(=<+a:=Q`q^( {]+;]b蠳KEjaSlWz>ņ>x0*1$}djl20F^ik{ 4^፝PcU/c1<JYd.cpOhmo5_TIu ?bl2u10.Z܃?w^f;L?kEi؎zTch@5^D DL(G3"t'jH .l Nb+H]ĬlJ7xi;Bb 7)U 3s<7y&D}QGV: ʍܼO«qrXQXrMRM\^ ILw7c+6|l%uJ36lD7B[.S~^km~7w('zqDKqx`OFPtaprd[O+ۼ-@;.AoQI6ô+&i`B_ ɪjyU,"!QHJӎґ4s@}qZ(\*XW:<F0ԯUxdxScV,K|%,Ju o\[X,aFw|~-L[F/QpF=  ~~ҵWhlͶjl6l!~8PT8R5# -X$+yJw #}E Й"*PG+屭[;Ab7܂Ptcl~'NŊ~vI/,敮ZSW~߆q~fz֊}f!zJy*A .X :2ĉMh,x)ÔdK S>wKqD9r_Ʒ;|[_09ætYtY5ulg5T7XLInﶺ}sٴ!}jQ2mNsdAE;ϪHƵz_ߡ]3WV.xVO׿^[ YdN_4N0+xEs9,⊠{A?zuwz 5:Eש"vgWWߩ"ANEз")w΁J"h>"L 7E3A/ۦ\G4ecHUAHIEЛ(,HPrwkA9O߭7:ݕ"Z(v߭.CDLUd kEvr캊~sEMn4Fߥ =o! A>bh$&D_O1zb2$R#Na-u"!!r 'PL7tǺ7⪡r7q=jn\57W :Q 洢t7:'W4=z ܊L`jwNwsTCӎSUL+~U5t/\5j/TTCVUCW_O54+ @нDgsw7ߧj1s!G\,XԡH$}&X z:`ԃA\ʡF:Uʘ:o12p?~^n59{|sMY`#BE~f/u=rЊFT)}D/x]H`0]U|8:8{A+\'|@3MǮظ[vнsh"6po&ˀ~BDQk%QsO-B4!Ğ1_9}G)p'^ZӐ%|aM]^G/5*W|fGs&T _n"N-2fw[vvݨ3Jhe_ Eucu͟ߣ Y+3>&6y7 i@-ͺMLAso@cֵeks](:s~؍wƨ.+Psya 3VLQ+E0VD,)+;H K}h\?z%^Y! A^wնT'~m靨K*7}`b*0&JW?Q$PӗJ<^~(]62C}]>ȵ͛;֊IB7׍/Z4 &-T[Jb 'QPpp(qzd1%8ݠ/K)ӿ7oBC6c=>g;U 1DOߤoLҧdv7oUb:?呔r)Y.cWIJ}T/y@i"vRU/TP}*m;kyͨo-%6ݧs]rS ? i`"*O@UY<#dzVo YbF4n*$ŨY%ĎL\4,w1:\RRӢ?+|y*IBEgs%>T癤~oPuBɸޫ4ˀ^Wьq? \GlˏO4#ݧ w\*idgJÜl\569 tYC0OǙUhC!Hމ||Ԗ-zMxI:+kb_$o2O/z?mb@&Ǩ0T"ZTyw`2~+fADW 쟈F *REςTRG \ 5w Dܙ[Vggv!'wgrB/XJ"%KpkW-KgxVwe-Kl)o)GE̴Sj _f Dm*TxK߬e\9vpOP-s-8 f3/E2l'>gϗ,?:[NYɈ1dI:/*蛯`cE΀z' a #Vpgl,1X)=vw{hrйU `^th2˵7+PEӡ81P>G]a(F]rPe8 f%¤0p+XXQ^va,,Y\&a09n(:?QQtt;d)BE Jy@"R|x q늿$'>u7@&Ԫ [[śT)c ZT&>0m j^鑨U@% ~o^29"AA&m\;jn{T4iΦ}Uj(wV%9(M^KvL 8qRCVf( U'? D^-Own3G&z9 h|}MPM Q="Njl(!Lg8~ԟ>m>H*-r081 fdek%.PɔvݥUec雂-C .q&v^A?zrTT]ȁ,f]˭ ʐҐ[ь_|у'4C/=\"K. $! wk;`lpH4:iI'}(|AstD{_ΜYN4TS{u-maV$izJ-k9Cj-_LQI mqŊxژ;֯&XA!uMD pS4AP~| \pCuRRܱ*%"'uVKtb`g11'.+N翲:vP,9䰞9`?c8L0Í8I@X&;R9!͕'wzvJG 6i^Bh̢Xc]!D9Z+HaxسҪ5\VQԝ+um[$\s)m;#"]PүwA 8h /T5O8&!צsg5v*`$mŨJќLXsj-^1du;RݱW\Cz /ߞ0W6*Qyqc|~%ռ̢-NcOwLG)Sv([;EZR>NL:6lm%]HƣXY4nwds^'5g:bX60g ttQ;5aaү)AlSٗY A؍ss7@ff7f7W3M<7Pcf7|3Sͪ<qUnf[|9};KPX@8׋'gn/QZÙZ<ϭF?B&yV.\ ƷrZ* 1W+HOj$!9Ǒ 7 xzo mBBEB\GG&DF.L(R2S|uŇkuO_Q'}in=V?SwmfwsF8@qmZ/Mn7\d^-o[;!]Ef[viGo-v>v=ȣ{=O>3_x|O_y?p7zC>vݚ'O՞>?sϿob?_KO/tsC 4N߾@ֵ [{fw̮,{;:`f|Z3M@>aUf箝'Y9h??j|5M4dWS<p41k5)氹$B̩+rױ<QR/{xyDW\\ Oa1I A^.) oˇPĺLgͶfFÝpl*[&I]Qs<=UL6X\!+ǐI˴'QOv1אki1uys2? 3Rm1:tTvkj!ÞBhĽ!#L/HH,frȟ w9Y9+ 4c׸YE͙Pt-;+P]sbtT:tg"c4&Gʲ: a];nm_aY!-7j0ԵvkmYivi*\%Aa1xWN j)d6 {by`c2Y5ϖf5fVahG}֜505eYmUmXrRi%CAw9rExC4ez5mc]?h-ߺIKp|[*ip[ږm]Kҳ%Q~wp@zDs1l~_/?I7sp-3-4%$`|n"s\~4~owdѓb7+= (?w##wEk__C$?'!cl>)IH#0ݗ֑sCkռ쿙TGo?/oZX91!u2>\Oɾ?l^z-GXF' M.|H4,ٟAYv/xt :n=\(MNo,ߣ2q\[Կ/O: &C1C2_cڞ!6M/]O%w# kYi&z(ʢۖ|auTBy= ~h׼M9ԃ|jsǃh o$ (؀r;ҟ ~ &] iѾ&5rSWM$ `J'JW59M5t6Im)`x!oR-`䇱6!V*o-&$﹟Oeڠ1V OХma4ݵ{t ~ICʛUp??VmuB^J%d$H7}雜DF&}53 h[{~/M#l^K T:H_ < .ׄXۇ|NäkxaE!ow_?CnЗO˖P6Hwt^{K=՗R#׃1¸wlFFsf y-?|}\ Cyàa`u`|lKQ{I"W7W +4 _ZFVPGP׽]<8؛CmaiaC l\Ի·i?$s~6ma=kCʻۂS:5?C:=Yn`k:cj_SX۴{4=>v_޻V[ADFkg QE!\7ٿync"UsGؑfVB;d8^~ +@knFcTՄ8FȬ۬[:q y,7A;߿޷֧˦MLTi{?}Mggc/w^>!!W>l:6~dcS:Mwt:6U{J_˗dr[d^ LH|Ѵw6rWl }Sl)I_3Cj7%u!o5 ^{A;8jrmUy];GSxujP>飉Ԩoe5@d@zQ72m|Kd@2TJ_!C&C5?P,2h ږ#$nL vy[bnvs+h܏qjfXx6Lz!γ^Rl*l/+gE] >svm k !=1//kE!9-IN3n!ͯ0M,P|nu6&;ӳFyNKɹ ҭv /˟U<1]΃8'R+!H1b1vrKsTӬ%XƎJV"Hչkh٬i Ifhf($n962O,4&i=km {F\6!ߓjgyP"\R'k56VV;]zIFϴs2i֥YmBگ }t4癬+VXIvkP\1{A]tfY\vUtG. %>&:]uH 8=9P lIgʉu@p-)7 F3n)e۷gf ;Q~G ,^bst˷s^vȯPZ ܿǯ?SاΏ|8K g2*;WPۛ'xϮ[/x>}}q77<,B=79C~79x~ y󴳹j'ˇgh<>s[{!w/:<87? O9n$w0Z41wC{[~]b]:DR%w>yzIdZ%kKkwxty;9Trގ7)?p]ڿn/x1cQZyFfyyK*R3Q" Ƒ" %7kHz ~vՃ BA{S{8 &67!,o `M~ $o8nJ\?x X;A\e'C]pG3|?BA3}x?ndW*޷74|9Uy#XDC ?#gA!{~IH&76|SA ?qee 5 $UѬe$UA.WCc o`g Lx5಩P3r+!U_.ZpM+K98!.!p9`|u _X N*$m,~_d?@lF[s?o?҂ )yoB^0Ep;?K p=|6/hXg aaRB7 sC ݌>"˻mo;~_҄:,qg '8~aS@xi7J`YP,Kd#s'#5N | x@^V{*{y_מ_:OxU }aq0u?J!">zxpg ߀HqfpF|G`Чpx+*U}8qs|#>$qC'md"N1SW~&u Gx86|x7`mMsdu pW`PW'~m2k?2%2'BM d@S\yp2A] 0:/1ى|q3~<C?rDț@A/q|/@fH ,hfOwr5sna@B<ma&r?89{# p<;?pzGx8#`W,np 8W8$wcw=p`n6χS=OpFP<}E𔏓0wޔ:sNέjua 绰߅}uu]˝:l 랂~19Y y^f.?6W}H#0}m4Tj.jnA|q47Я5̘1,\dee**?]v{8p?dO=MޚZ5R.^vƍRsR U`ց"ڵhOP3࿋ vcV*y)] ȸ[ͩSU|gU4CWg S̢gfH_QS55]=u<Н5Wk04]bW!~0{y,5H]K=.xl؁]}1158̠?Pd=kɧkZ/O)/iJ?зawB)1 9t9iޘ3m?L(R+>M>aMswk|> Pσ8GGGD2o!#}O?ECC7 ill$͔W1Ƈ$Bite Cc ؠt'S1d2W"k_Yڟ?GB)o+ :%l! |9?p ?A;  _ i_? "or ?z(!IF 7vo 9i0Qn Q>C+Gƿ-|ǵH?'Bx\ӀoA?C $h66|!@~Н(S!?_] |M?jhKr?-~ÏgY W1z{8_W8$?> ߄[0|g ?W1?/٬je2Ìfgsƍ|}ts^5Y""f`0-6mܨ[rs_l7 ݺyk-p7 aFk иv="2h1&^ZX"i)Vx7xb0X |vC+6YOթSO.plHF8Ƿ>:uzt7|o2ZA 1[ ^Kyԭ~Ò둢%n n X"#Jכ6E-ȮO{>݀ZTMb 5k0n'o9YnD$u(P]֩Sop^Ow*PnUVPp9KѠNF3kU 4X#οlajf xĭF/xa6:[;Wͭvw(FZ Hw; lSrDESr۶&VkwU&+F0ߝj-;?Qj( u,5{[Mάk_mkw42#t1Y\;1u(yY̊ޮe̚c'ˊdtL7V'y'RJ/5KQ .\y'n㽤eVlhIY?-\]t(\äDQs$>.\PYtl2%##CYb֭['?P Sr˹B~~_왓ʙ3gg*/^T~GϗEnp Ν;J/}t~6]tlqȁnUJmZJ_*PFSFǕ5t<>O`;÷gP0@3~ïen3O3O0{zzXOӣq@@Os/5f=׸qk5{=}6mv W6 hP#6P'/~Ok_x{5Vq?iOxzmXj5WxZ<yԳyǪ^OVu֠z7Ju챆5WgiT|A9_M7ey}}_qLg(q݃`?,n.Vɟ } >W7ſnݺmfϞ=g-΁#lmX Em@8Bn|Ȑ Ooqm͛aHPPP1:ꫯh֭2'Ι .:p/((r4@`'pQQ"Dm?' 'Q<~ݸym=1}F>%!h9 z ϐ'Dg#Q~{:|IԦi'j44CDo㩊ϾفR?/ϟ vtX zi?Lt6ѐ}D۝ /@iƗuah`9=k6Poƿ1D!k'MBF۴0+? ]e"|,W Ilz]#D * ]uJ!m."?ƍc9[J^~8}:6 %`™KT3%e믿Ǚ4.(M&q-ڷed% pT@bD}GQ$hFg֙`iϟ dj-6N,g9m۶/zJzJ=:zzoB0eB&^>'z2Nݿ3h||ͪo64}}}1q"HYp.i(dL&t!Ӱi@f"ПiϠA3|RϘ5 -lbKßTC9I4 [~rT#֙LCXD/_d?3|]{ ҞAg$b_\!pAvW:JI ڦ)iNjgz?i߅n\@Si2 3 :{hl,T}RWj|>)pk~Ivr2/ y$-VexÔ1#aLöţ*l~`:X&AҞ񇿐ߩS&W ܀M*6ӂh Ӱ!NL՞>)-HsGѬXMj)4g:qxAcrg/I Ga[>^#FdzB#a3Ӱ~2{ 6 A09ib4N'?|bիWn'EeRܹsM;wmSuL='e ecBhQćҼF44Lc&3 h9? K?uA? 믓TI `]3:PӰi4'I{NgJo1 LL?YƘIF]bKܹsf͚hs6޹>kӃhfkuBaFÿXRGivJ18>켈_(l si}G@rrA_ )5Vip~3ǀ=ٳK+7}!zE\f4~x' QL'WRLY4;iӦdZiʕHcǎs oA.T- Q`{Vۿz#sӞeXl ۶m8Ŀe˖ ?xGl6ݛ}Yz7i…`4  NH: CB̑?L7iwsj{OZ 9úv6lp _$b C|\!#WRu:r.VDy:v`bskL)))E 6f͚w +-)96|W^m &P:FyF!˻-3f\KKKiӦ0`9RוB@t7J ѰG`#Avz<'$$|~?iICi„ BroG|Glj}KSN=;X,4i$!¨{4k1{#tu 9g_F_~|Ezls 5ƺ҂#_|Ez~.;.Aqe}ecO*1t~:#=ƍiɒ%B n7 Y?`^ʕܝ>6===].ڀ/t H9?] ۗ3f%"n+#C3`IBLk4Q0 g8`qA{&ZkCj-#z?~n:'$}D~>j5Pc>9?}Ե\rDxu? 48@\ѠLhR:)zQz<07G4۰7pϚ߈0.]6WL81~ʔ)W} 5ek>ԙ }D Z}i /+pnu~Zk 9 ]aO{R/ jƥ?ypW1W7>v͞=;wމ-btnzUr@}”hzڭ^a[j<>uv |xqVQ'tBg3dS4Є>/r?KI3!r~}E_U3*V7qHj̙F6|xu|nxGmΫwm4}Z9IgΜ>̛7O=]>]OgХ3&\qY++o~s`OICWc0}ǯ$珊:m0ľ+jӱop@JVtA[ųRm'ųljBBBڄNɣ^yiĈb855U]ȵx#/m?\c2nl9{DG]%γh]e#|s9Z"#""+p=z;H{R8N9rPDΑnﵦ )j<أ@}㲳^K=ψ#ǪߘXy}~IQq%1r;{A쥣 ~>xرcRsFgddD57 JԫW/!%]6CQ iL>}8Þ|j /1.p/x x/ix>vﺇߓ@<3f xVU+B^5O.,,\us1KCk֬e˖bF9ɚ-<2B@a{. cq`iӦM9IE@g \%lE?yІߚ?`}˿n{N-~NQWweЫk˗l7GrZq8yQYYY{̈B2AlӇܹxSaXC_sx 19(Kψ6Ix F'iSe5ִD~ c.ؚ\sKx?77}m+(mNX?b*VZx֊59pc#Ds`Kc`-~XaN0ȩ70{C.Rt59!gP.-{k"zl1^un0T~mL"֓ݑc݀nbgOf,]TxFu5⚋ݙ+Ƀ97q\~ 59>߾Ȟn_mϵo {GvQpx; Ge0G#ɑXHwv:6;#S"GCɮ={sl9rsV0-}ܔ|H%Rllmlն\f[ٮ؊3=23232 >9,3!3)3%,gk32.exe}xE8󑤓L$# jt$A  ̐ qt]6t;iQw/zz,]| 0I5 YAnVk@BwNu$}yyyHwWթSUN:TMdL ØOU s0>˞l7>hX+}n4?e}~@֭!++@Gş3?=σ >?ߥ7{~9=O0}>we]NYjHa6]nh4d0̫xV+VԩFIa 4=f($;) &ggy D}L}7~Oza zopP 6h8?\膆 ߇oVh3#߀a?@&JeooɿUrǷ3.t0r.~b&&*HU[K'f2Y}bV3jVj#_Ge, M7ͽfavŌ59,60/贺T OCwb]de`*d am9YUaM$RGPv}!XN~WSz|", :#EARA@s(KۄS6PaP֬۴z>57r0~g<ʥ殤<0 Xr ȧ/6hC= OCK7McRKAb9^T^0U]t .xmqj<2qkuH5h jc(4'@Nj _^y^2JF/#;?vA:l5l^l+-Gw=Zbx?&Z>D yTuAY9溼^`7WRjn٣BFbؕ˃; mrׇ;Qt3|Ay/"Z1F./(pPs ‼=Uե" z\zCUuǡC7ɥ*rO";,RS]4C'YYHL@( nKy1jupzVF'qR1DTX_*|'$ `mz)RF3`J͟pi"^3k hk0jxjmF1b 97Čz3b6]5kG1+o&"3 ZTvZ"fs`Q9:V5C7׋ ff)5]d9ч6S 8,!&,9>P<+; 0JV4o?D(?[GnxKڴa AtQq5A oػ6t14]P96hAmo0Ֆ/v *l!y3sԺEL55}/y_I^Z`KӅOi7Uy7:+?!4ijGB\ےREh}Y_. X'>־12@wnKT!@mG0ЋREΥ LprBߺ&X"Y`!#Agˇ!㯦 a:QQI:_g)D@&"TX "r#|mJAm *3OF liv5ŀR@^/(lu~Y0 W7jh*g:xzBl3KCoIb7*qP`T q&h Rt%hVAݐvx[4* :F\?WI) l>w8d-6Z.,d)#o@-%v>!".5jJ]f5AV0LIw,Rol QR(Jj )%.>vJ.UT~u {q2cV>:wRݣ@c|hhekո܍̢)γ)Fmk DE{ZOdcNĢFg1'z!e(5>5E^|ɨ񚒞!ӧ jʟZ`ا`!~\Fa@+qQ%*ϵUXkUUKrOZfY-~! B3R =eK:$N!S2%ހx;`rĪ F(Ġd,`v1fF#@5oʵ@ϓI$@"@%/WFX\!wl6i5FTKZo#a NsSqj 3ss[aqxφKkt$D>t-[ڌ "*`Rg*ߗ- p>.<-ʾEТNk- ANb:°2h5In7K!D2dEy6Hf9be-(pRWR|Lʧ"Jx&45/T?7#!6r|?[,nvf]Oܑ!5 +|&sx<+k_VӇʔى!|&3loQGF.TQsGw˷~R8fO |5m#ky>VP"a>T g<(5a| <(7_XO+ŨٝlCx9]+jOiTpy!_/Qͩ$O-(vU`T,o"uͿvỤ8Jv33V ic[vr91nl%XΖayF~j9Y"O QQ!Xr ,R:1#Y˱^uC<:-ǹ)!~AOu5 ιIFn F[{H]SfqHdZS )WԱ?CrF㩴ɢ?& ǍV T; jؘ9\EMqy*D0YQbUgΦ!`K5pl1gb.yVȓJZُ@|9m g)%J!{WTaW «G\ x6a1^!kƾX w ?eTlJÃBV~D *Tٻ69y =!;;HО0r*v]V  =P,r0-ƪz%c@zJ+c_W" S`u9ב?:bej~CɺpzX <\vZqef|]]P-t&G (`qq^~n,lhE>jC8\/0R0w`3;pfnأk303fN)tMahHpaxkJhsxm]RX0$a%~/@C(%CAK֚MZ!"^DB&-4f×&]j-S䜧 '3Ÿln鄽sUkn`(~+ȃ.Lf-'|A'{- Tc^{LqYMGC)PRp3X&XZ>Hg5A)˕ YS޴ C0Na7T&z>`Lr) (f|e `'$WтT3(aJ-;M:ԉ`=#q+ `z6\oMvL'G;FG PvKɁ$滽3~;k=RmߖE׊JK+} rQE:ND7) D꭛v[j|+OݚpXjm{dmjuϖ 0^ZTg2 ]nRrN(fbzMO$NM&S@m.ʷpτDbU7aj~ٴ_+"> 4^ Vd昌~ T9M 2O01>",!bQ f d-|I rW.JK $0T&6=wȵ+O6Q/e#Ns/6f"@WZjGx²G{9*Ty#􎭣d/ap<,U3tmE`SVr蛈:Lp3L Tۄ~po2r98Zb1"w7`q)0{; |*hsɟQa[ȆJGHukTCAvʬ.Uu-'Sqy-?zTDfx5Pxi{|sT|4:+k}MWfu^x"ed'{.}w 1{:.]{.)L73hJGm)Yv,|?.@@hQ .]$i"x qkd o+` ǭ:4)4m7.jv?w 7{bL#_VMHO^]FˈWIم(4qIbfg:|4O3Ÿ4X`0tdBdZ[.B$hYS).@ [KXYL6*h} 3G6@ٛ'o/ar yi(b[> _Y,Ɖb"kP:-U<>wiYFsЖ:|Eݮah(ETAkyEr'yh%3],fl'ݨv/VťU} wE<{"1#)Iiwm 5}Aɲ J+Fu,ĵmewsO+lmI>2WTe"IH\`U88N585wT8hF}{&t:13 5E8#I"YO$ټ I*t), ؛GPlc~&;;}p"fg\ wVtf[bJډ\,5&k~)Y&SVU .>b[(` $!>Z 0J3)9K&[1(3i|]2yؖf T,l<ǔd32T_]ӳCnrR_L,rEbH[XiTJWV_Nun@i;CwA8ЍHFũN |yoI Qz.,V\0.ҥZeg":o܂+54,8@U0yF򚶧lIb$A۠5ժW}/[ȅHT[Jn~'6~b U/ۜZ f~s{.kУoVX Nԃq!D԰y*]^.ajW-%7|MvN-F1*_` _arsKZOT!Sg>:|o5kqIoy'.Y[mNd!+|lzfY@~!{E`3vs&߃,F^qh_\C`#VهM]EA@hc{]hhԨ2|zyӫU.LЯ. \?KU|_&?s*ЧVL 1bNUJV[>(ߴh:"ZZ|@*xD;mZT},$Htc[Y`ΑZZli:iEj&,oċ#6U΄π(cNy9P{EbFypsxBlW=DnN2TۣdJ4/y\WkդƎAe"d]d&Rt::<)c n"]jTҠS2L~)4}:h$A# I9ރw1u@ 7`1 ,h{[C}S5[goLd #m^A'5P)hיsXSg -AB f\] 0Vq>Uwnk7r\o ԸAոRT^>uڅeal.|(uui 㦪[HȋA%4pAC,-S!0EnTy7 ;I՝urV;x98|hl$,T%cUY}Rj+su3eSnBg 9:^]^q3QT)U eW/Fjqh́] Oug,)Մ=IK0Vمm.3 vY*ӳێE68ۋ4)8Mk\grmi▵=rpAYD,rM>5$:c7bGq=t+! o[t?v Չ@P@_ Ȕ!M#/zB9NaNJe# JWM`GTꉏP/N2** tuێa:6]H3t% qPZ}-4O jrh?jr-BG U݄`뭋zo|GM8 bYAּ7Fz^zGmCY^:KTNڝ ox+#7W%RUdg}/^o ѾUXfCt2ﮍxbt}O{cq}U4Ю4@X\b7Ybq+FpdQp4DS0㫷ܱ[B8 w#k 3y\i%"n? .rTոM642ȋЕߗK}4jĨ.O󯾛]S_xn sn%hnބ>i~{:r+b {UD {ƪ a#=ѓEK;O Y!v7U+8>V.{=껻ie,xмH`3/K d?o5Y:y/a@|hSlyTB#*ꞃ}0>ɺʈsj*ɱ)ң :ᓵue?}Y߀+)P Mt5 I}=*yT>zYR1Zhj,q{?NYə"7Z*BC:h؇2nCs%jhėdl]ݻ^vԀ%^ᗶjUPZ Jh).eߕa2cS6$؜QFWm'q#D[>F!X嵾@\f8Ć)Iͯ]>Aw#z=]Lt ؇h,\Bz@ J" h v@ xyI ܳ@ht==s8ጜŌ]{Wt`oq{ȆD>ޒXBi޹@XMy];QP7qJ}N8X-̪}dq?YC'07L}F+~M=]pj_gq3 a=ލN@HTl}Z<|䎡<~v(TfF~|f|jxʒPXjԀ`\?S$f*d*d Edž#ǙS7X}ǃS.Dh6YY3m/\*u31Zw G!14e`B5NMlhxr6nh2q6;uأ ;h[#[B|Q/ 77O, ;\Y_A׎(3cKH8 ݵ O.C&(e#z[!o2 r`x,:9 пScN,f l೛Nx,*F>1 >SZA?G@_(:S dc3|qh挦ӬJxqf ˻[ xvC[b->NoE+Mz~~JZj>quR-ڋ6uト~' =b>ɞ1∦*z I>BC6>~\z.Z3za<##h ~@vwުBq0~,H(gđaa<9̣1̛&;.mI_˖-Tu$CȖ#O8mp f lJdz$?Œ=boiY%P٬跏nrE꥔Z< ${tP`-(q˦z\AʓCfid19|J/vdtp-m8k쯀{ qQ$ ?_"F脎Sb 04(-Z MTJ]PjD߫o0s.S3/5M3;M~p<,2^IJ%LA*Y$mduPT).)~+q!]MN t Ɓ0=*Y%x}N~N^fZ0F\ Z* ec!!^E1Hٍ33v,6>JRmHꛨZri;Ug*6g/GK+=1̻sp)cwѷex tT1hY%hBhJ)2Ac֎yS[[7aBLK+%Lk>QMV{ɊWNJO8nbDqhAelF!-\ȪOHY\͠3i]%_"x)a3~:'?V0pplॱh uPIOE(Gj5+S]:=k@rjQ@q2t3G Э'?U<{#U"^n܏Hfy2UNPSt4j#!-c9dtȏ8]dȏva/HFu꡾D:lh$˔c61AOoKqFqrT"*Tv/WG0ZRF=];2#9^iPGC>EL Nt&(FtM ί@'=5!m671z,z6 ܃̉%̊qmElCjTM\6s =Z+؛\ˣ_^^2Ԏ+PB.44Xu^0i^;KAY?ܶN} ?W~8t%?jx\Ůp-'_+ț~Am]7fk\s uH&Orqr=u7QdaYr$`\ll.s8q]o7h}kƿa.79[uc?7$>B S`["mg6y)S2>ºP_%ц#_ mxʚLfp%3}>H l4L)<;@WK᜶<-l?L)؟\xE+ԓ^04T7q 2ԍй{|y;X寠1:6de="eK ۍ R xHK.tB>BN>! OYM`%/D~YyQ e Kefжi^z@.j=JEPT~xa(ŔpwLZ()۳3s>7I1gQ< <JQͶDZ1X\ܛ(qOh]8M%>L2Hd#r-_0H^.)|zClGwsvr5Υ@TuSuiԏZׂntaԕ*, =ia"0A!WC OR@2tQtJYi\‡4tˇ9dg͸ mVRk~bU Yӡg<;U^EǽdVCL!w̑IvVlȍwlle-Pنd8.$ 9& 44͋']iORw,-25* Ȭ"޾yTokI$`rKоZ _ꌷ:Gá*TN#*+GxYOXayB+Ix?y̗ Rn0INn;#Gl ^ e6-37)?n07nXd覬ʥ1EUo~7Y7lE0šd`OkuB} 5j8dWjnw4@R]Vh*Bƈ q(9$gw.r)U '^4jV_EYѩ1w4;cE+E$|enYmj`d}wUPNBP犤pX|etn>9ez1D'`}r >K|CR&~^wQ-.9B wQ\xu1B6\qAӒl+%-+\sc_}L>/g>賟>^D1$a$dRP愪6 A ^;9`\%#y>NnxOs-MctY+9Ƕۺw(io)S\ҹ-Eg\'0ަ4,>߈#D bsM?ޮ1')Nǭ"Dba>\`?C.o߆w3Y#$X>ŋ 2D`E@IJi} rS ,&v}x)^Jb#cZK@}C\8hJ!˻~a jWlؿ'cSib|0^n')g~qz<⑲؝4uRA?ZJǏyCZ e&X͵L-8V)Ei/-)֗7{MF<;bDn <*V`i\#0fţQMIjXk#xﻥC};p,&=nMXU Xt t0;ČMx- v$׺^^3,=r-(q]fYLTه=>ڳ#&4?EvޮO톊 6>vΚC?P)7IZ^$ӟHXdH@E~:Hpl ,%#XEu jnnJ}8ziZ#5>֣cTڱidEv0R.<:s&dN:>K4t_MNonKci?Ub6KH$CE xՓ,"yRRοFBR/ QXS2EP4' $hZm䲸ƃո^aojAnoSn m!/)Gu,帒!ÌI#IL.;G;]݇#;|Tןd R)'S~"W4Fy:lMMx+!$Dӭ Uj424KH6r- Soj8-E+;Lw5/-p-[уlq$C!=ņ ( 0<:ڇC)V܁᧕4 -ozʓO ~Vs q`x|ozOBO]M)hE*hhTC"Q!j: 9)h{*B˔ Opy. I<⅒m 5{r(@DmzP4}:t8ۚn_r&ژ"e!|%>:; j T|!Mmxt4h8`B%uKY|'B*0 Q=PL&%6+Iv|eZÛ}G>z):kȣ_%o>52-E/pˑ;+,MO~NLg#SƿL'$st Ae-hn+P=G)KG#~U5B{ -XhE*DhѨUj_7k$_I2J#Rm)Qڈm@ hhQg_ _} ݤG# v۽;:^57Mlg. G×W^Tz]2ykQj'v_qZȈ;RjYS{ٮIɺF٪MR3+,x&uv=쪙BU-_7Zv~13'$O?/d^@3#kl'oV ''UXƹ{ VۤFVA6EnԓS,JpBi=zr>ZH$a؍Gm5qǛdYkm ?6 21`rE-K5Ь0d|u^ WmKB<T3)DGa{BF_NP:NUli+mWr;Gیwxh;w;.<`Eo* ra*na3UbhSFoS:U.S&IsdvF-o˿xꇇ1Dn!mFZ`WZ{U[͝xUbPtlga9}X\r)..[}"bE^[jt|*]~U00 X%^dtuv 0jEVx׆daдJY _\%7ӭi#@z R!ȇW1~wO$Yțw*,#8o(R u6~2,&r<"Ufm]DwS)~u0lϿ~q"%<*]\m`" I,kƼѵk"n유~2z ({]tij 4! LkꀣOIVz(:?]rn8 ݪ{^UV^df*oܰBfԮ[}y Y{?p ]kr!lI0(-UzBM(Q8doX  _z=Zt_'Xr9Um F*URy0$uI(9):-_٥3V8ۥCLxBO]@ <]vkewl+!KeϱGhӯFv=U ]l$_a/n7b=4 ---lBp_P#oK\W‚~ji]fmJgXD%)4UJ5ƫ\eD] EO$¸PDx3 K_pqMݴϪ'km@.@kL~z< gR|L?tn 7-!`肅3t[G@v `Hwv=X;VWa•2,')qXɱM0zAhϨE0< P~Fep[/HxdVH3g>*Ũt݅UR^&w!TפצWW/n[#_ʫ,Q+8tN,M٠iLtq&3T3 4Fy,;s# 24\ڲ#UuZZ Pr^KBP>4.`2ݦ28¡\KahBjr~WЩOPAVAj)k~*7-6fл~- CӂYSh4p"s%p]A:sA~# Uca:_8×rC.E^Mkd֎Th85mJt$@*KẼvI> 05MAc ,G0zYd۳O鿖rxd<:m$ Y^*f`ƵyIUøvI8T)^.vľnM?5͜=0E <4 K U{,&Z6ꉙ6`@ĦόEX$yR+ޟF<'㑜V/pf*IǃJ**% ‰@v3*pg<Ũ_ͅ; 8e4ȲOZ eV §v ݔlaWs">'h^C9l}A!Y -k(nkfDf<-c)Q݄ 򳸾jwJR7O,9^dbJHtG$OW@@#ZjW8_vx-wM?H%UG迥]v2I1YYGy!5{xR Qw>t>h2)8@֣-}1ujG.U9QgD9DYy-[8x\ݏսp77ӵtVcӴlğxC*tw*cJy[rZ $<݀mi<]no hy ~=-oIxUݲOdҚ՛"݉|Ł?t%[Iݺ1 | ۍGg5Gj5P= ݒ*w3Fo5GoҚ֥F!9Xn,hojԴRUk*l7q-{xso݀ć -P.H/U5R.]0NƮ9 LLyܣԓr>iB ρ}^h8yvVTHI*tpVKkKx V9G J .HgTd˵HOB=RcxF󃣂aVǵvwB)?7L{cܔ-͛ x X=#6k*.P[uc,RIL3ǽ4g3uh{ky7LAgS:ոM{/67|FXzw{^miىҹ\dj`"ghKҨ3}JG!LP&I]HB<VxFi}?Y磠Q/<(dMkHa,/\}xl ґ|m(\=" iYC5}=KL++\M̅ɌZ.s$F%ɖM E l0wrQTDI:c2Po-$|x|l ϗ *A$s6UU\'=$_N+xtunoBʳ{[ ~JY'J0rfoѮpKcV m䮸c/AnFA %^4sJ5#K ^VHV砿 ]*~fV(xQ".nO[B*ӟ&KA9Mܹp}o7ӫ誆md7욳Bv 98_ /+/rG|OW]+k9xwZUT;_0wydnA][WG,a8MjGBdn~ЌurRRh"XaW2˺}U]kjk53jg_"1598ȼh{~aɍO#X{{f@f ^)'~G );0`TN8f?6؆k?Saz=I'"nb6gt%ۧա u8Ů]u\dN9tat%q1v~9u%`/?:NȴP^yZG&R]~M/qZs{%Vp S3/3!$: A(k(Ȕ] |̛saowcLFISEQrUKS>㤚*[eؑIsk {~ޱ_:w 9RӪd &Dmiɋuf\9f^f0갩Ǧ$ IXT J{6WLlT|ldU.˜nV P6*ټ]9fr>6)el(lZ -rEy5lUbsRfR(ec;㕩lޣXLS&9EffæMLn [a+ˎJK[q~rXe+b( [W%[W![º`}8zu*e[R)f+nP{@C+UJ{`ԭSJ[Q,l҇ {|NGKV1l=zg+æʗl"![MXCǕ7*"[[º`]V|7 |:]ab+.URk[{z[C`5>lzm֡Q7oH"Xq$R1bxXXZ:üec,OF}C5NVqx1NWfz3'b) N"ofZܱo|/iaq\WzBoHZRėQ7.Əըx{\o uNnTnNOn*WG[cvU8vz6>iIٮemwgdZ-r'Z)D EN,|6;1CtʅkS2tT:X;[fxIzll]2?vl~?RwI?5PD="lrUn_܅5~گm_m_]z뗴`q+ aߝD7qb }U嗽Ox{mCܝ (BR1sEJP;[ MӠT4lZlK_6/ߵ3[BD/شDXmen++E"2_28c[ +7-0>n,Ck gql{eCj2`xewx7.{셿fݱS-|gAu6`B/8w>}}`۵}`;@\;]EK%,:)_k][toYV0 XX(͑FjV<_n'y\x[o{+.w-n+n O",NiSQvSQ73ME`1{ b/egr=P/*0upJ*~'D[-UV)m+o-oJRmoJ#j*~ƋMi/P@1Q޸Uڽq5?6wna2qtm8{@-J5*[QgAx` ͫX=#Td:Z=3%'(m;^bѐ-NG5G5[,djn ж+wh ЋkkqFiWcpykX_T]&a]m&[þa\U^m-K+lQ O'j&8$7A0ZKkT1nNڢ [Ŝp\,%6]vLh^'QUw;kW/-慿MORCَmD0qbls3Q79%k/8yNm^ߒBx.).BS܌ZWwmh1ζVl8;Θjl' O7faߌ ԍ)БXa|JqW{l@P)5^g,4j!;PEsĞb܌c :UE\м\ΗmT/`d6zee # f@m.ӪSe=]8e,t2TˀtHn;@,_Y kgX,9*UR*\'HNd1G{~ρ,/Vvom'B{Yx*c! ujuPQ`P#U[`64Wj!;krֱSwr^ػl2ߩ`xkk۠9p`΄X+h]zRېOek5i`T:W;o۸T f/.;͹Ye2޲LҘsB8+Λ7]mu18f>gر*;:n@YF@8ơcfx{iDnՈkߜ564D e{mE Y(%l\Y/:Tg[`1WVnuӴf'YW[Z"x`7Acr"N. ׶¡;*g5v})J<vu@Ee6 V\ar4?(dž7W~[o'pu~ZG|f[7%(/~ #B& )$7c(p/lo,_n^.瑊uL0/m3En+*Bi8/Uf  8fۓfu6Su/JFl|ĕù%mrm_8GW">kOk\S: 9<7v?+Kpb].QszW.'Sx/Я%k(ͅ[ͫW7{gD&$Ż&gKIy>i2E{H$evJ }< MEqGH-YCRh\M'8=doOfx?Bd aLE 8 |GY‘JoSbMtB;n9>H.L&4)|1%^8_Cv.P#+RGp%l'SPҡ$#R6-Q ALRdzƟVZ0#}YZlu!B3g jD9No #;K!-%Ő͈hZ|6Џ !M|W螘sMk%2GDH7My/FSWn6pw-8q/ JJpd7ew+brz3T|8Qw OۭM$HPsz QlQ 5Qf%Ѧ3$M!!uZ 2Cھ4UI 'ٺI~/| BiP HETdZoMT< -]-YF e.cpnz0 ! eaɅHxIpW1"ۻ|ik <>Pwm6̦KZ9cf${왷 ˠ?KYەաl(Cuv$;kKx3FV!׹{|ҚD5H3ԠOJ2)@ YZdy,OH`yQhi'2$A`،a_Wvhx' 41q܌w+U:f!渵wp"Ym-Pub=z/DStƱ0 /4( ~;?@=bk!dDRSo [1/Hq zdb-4W0^񺖝:2,ȰkRn#XkBqG%8ս#wo$[ٜ^̎g6u6N7{eSCOn7Ud+$_eύ Qm#6["̶C'Cn2al,eؽT:f5iK3 exM[yNspNԼ6:ΑįIdzlqg3a%r/(_̨w|5"pNe8Tt?7 ?V O 𙕲z uW9Kl W}B 9ͱck&w@>nRfƷTx'Q|Lfsׅ4rp'JaWw6o?wᬳBq8Yg  $ZN6_]8vp< ܽ_.N?V#Pnu@cLha~C6[$fM#1<OI;q7(ړ.vܵAZ2f k8$:1j$mAg7g6ϛze<.&uZJ)v E\dE!IWn8K8k4ABU3CEkծ9x=s}=0TxQ vk{%+h\遣V#VXz_J7ҴMT qT:s:)Z#ks4*嗽ǽ~77H ~s~rKK0=~C[?rf(Cߘl;?/[Һ43~q潰uPorc಑#ogq(%; V6ׇSm]ˠUAuq-շuշ7]VkPmfD%KY=3Q9pa&KzRڭ{_:YD͹)@JvU1Mqc_9Ti]7JypCpSґh¬^c*7,+n5_Q*| vNof kk>P<>q B"*u/y1yXچ9=-PadLPc)/jsUp}_qq92kFN:p~Т'fU2a_٬HKdž]6",=t;yUӯҗf=\#B~=!5_d;[lÕ2p(r"1co驼[WqҶc%A~{ Z^j%AN>\5ۤSY D]6-6!p7}~sF,vi;8Z`XkRU =Y)ʣMK- ud.ܯ'+O WjmH/; ,IBO/Iw5wBR*(<w7ZUww5 b7X|kH2RR'RmM@*TőZa_M_'*rpq.UbrçȾ%|/44Txwk1Z+88K㻸WiĶ9Um3-}agM|[$'fR#:wt͵4b%Q5uK J)n1]ٍ ӻA' zT5nP \geo|?]@R{X-i){k.k%~( 0U)u%<4U)5v;$ڧVV\xe6TE%4m/S_;@&9ٝa 0=}@agq鰞~3]+v_{RYPٴƧbv>a.0(jZڈYvWoΎ/PX {X2cDAw>6kw*U&NUNW9wC!W24rI'+'4q%r̀V[ʟ_5qmN/-q0hTnk꼡鞥T{_swʄ]ob5?P#;7,+j?;u7}zSu5/r_0֦$#?ڐl_;cZ ʧ ;k3QMWsSҦ Ra0+O#SK6+֦ zO9K{\F$&'eƷX2'ywe?S1 {϶ĭ .9.g*UKD{)?bR*Ls?yB~c&.۽+ :ϴnqzOCYu}y$}zǏok!"L^IyEl"8@ y B@Е `"~Ep` v8 _A/h162x>\(<-BBMZ`T!{c℞>¥$jy)7;3ù/\1O,S:\!tUA09D*eΧnLxAaYt=5R)z98Bz&q1.ybF3N7\/^Φ6ldL9RIZgR3Ѻ~GQ:rsa^;.A.:ttGAZm۹D'j\we}%^՗_߿4/Ǖ_.ҝN(Өu&E=N*f2=4RPrz)^OzΡܬj} Ngi?rl$, 3Wo{tj\׸מn*NzWoN2Pk{4s.ycI ]Zv·+1,b̰G-4 i>dlKO,Q7Ýd,2>M,27y 5r1"3FA[z%L] #D nbk|Bߐd5U{H^ Mb\5N;Vjן'7f,O{voYƊjFs-V.P< ut%\"Yj܎6aˎvC;5,$0LYOy5.*::^:>:zzj>\yy T1=QqּC{@|[2הl tQ@MDʴi񱻮ԩY8OYii=fq& TI֩\swNh͵鎑|?88{6ddn^aj$.?<{j&5GHi!Af! G\6{^Z*18/m5dkZU{eWm9hT"#_{xzy6jįi3ZӶM77ҡc@]z[ݺ+wBBa3xظ;3aQnjk wܓ:qR5}{fN˷٧Ϙ9gϙ[ ?+o(0W+vy?k3Ɵos?= +t]SKjܯFD?Zҟw$kt~Vzk·lyE,XXȹtez+]zc] O>3>^|i˯-[_ͷ޶}GY]ٳww;Gώ}ŗ_}}7ߞ{.՗.rGpCM4;WK&Zx=5;.K 2};. vHM?bœ3rf$RmC|kޝ3l9yS#Y3,59ɖ1ݚke7]MFSrf&ѤbfxW1U}϶geV܀5b-=cbb C~AA >ݘD{C3sgK!%×|t>x>P82x-(b*„…kBO$$ 6s…KP6SL;#7VXN5|j'FꞖEJt _FeLm%clrd?G㚢R1yy9ylT{)VěNȲm9\k::nKt6,K3fSs)PO&ϚfN˙J9x ƛDPu Bi|˙HQk7> h\vCèJ7y&Z&ڦ$ifݐ6xD7|3,cbfQڬPNٞG]ۯɩ9y5gY&SlkŎɲFbkQ)Z rjw f5yQbfjN9i,`eNE'=F@Ӯ,[ƠY6먜4kԔRkIjQ[F;O!Ɠ坓7؊C.nS {z:iX/jguF2R4p-)5/Ôd!c6Ҫ d.tkfUj4|0H;^9R覺ҡ=uҹ߅ [tL)+\ 8>BFXkbA Ӥ믹{4-{=R{8#5DL坥OWpj8C/YNǴu>ܷj}QyLҽ!?!GjmE\ {oFixQZox.($x~黁:{ϚתI՜q-d _zsλ|#5s ?'ڈSO(Ok86:>f)22_Us՘oDkx`Z+$XLPD0 `cRZ|H1K1{)͛'JJJ#<"V\)V^-֮]+|I.M6͛7s[o#6?IJwyG߿_⣏>ǎ_~8s8'N`|'U*q<=H›wInPeoF,dO1N4B.#yXoOEK߁QK'SXDWS)~4L-.oK('?LR(⟡ {t,4\\fbC>K}.6hO!!iB~\Ȫ WN)A)dP (')ݔ J?)Or)~}YKWŏ#)$?/+)S5_PJC|_SߙNR1_L;(1COE%1춮:t<9(.66::.*""2:[.]: QO!:?,)"!f?.>*&.r;t?6EW ?۶1{w5;A|J?..6".[?B#"9*.mU1ur}-9-fďo$[ a!?<..&. hok7 9?JM)`bcc @]nGGZڵ0Y\K G~ϰxbq|L\<9'S{ZBf-ZPJ_K`8kFMbk{CG _ې>&6oW-eYESaqR$}W+u)>7rHGZtg 3bĊ(ѹ>)Iߨ:L2~aj*fn:a^}U|M>.{Z"}c w|'Z|7ɓR|ΰn/K.xnhg{`CJ?^.D,RGh._=v1B\~!^2ħ1F.GQi_C_)~M?=?zzJ hӦ /Y6:'1iӪ-ofvԥS[{[:vBa#Pp[75ќ4kvtڣI7kfszu8^׬iV7֣oF^^~Lm}`* ;7jԈZ>8GQKa-]k {dw:s̿~|?"sΝq/{:{h4')ßu;wH&x7n\D_zO?]JhcyiIO0A%kIo AR?(D?A ΍BD\kI> aN|kǿ5 H_~7ސ|SN_СCqHGI/;Ǐ9&HadO?twJS?|?~oR}C8,A??S_РDӡuK ]`twڵʱDhعs'8v'8NPfȑ# ((7y!r|4>;Wßp?%uC,!!!!˷zKRKҙ(3}q]9z(A mQJ1)#>~){1^&w|?J?ۗ!~ (+AYwQ_}9 |!x('2)-JvP~ G466);)/^g_,t+CJ14P}O^DCR2A]Kׄ  ˋ;,*+h.#X;x2@ҘsAI9pO4!=qDʀ:qS!O-]W Ӂ:9ܣ^&R'H04Q]}]wy-^ީS>TKPжGd!~TGA×R 1DæHG)haBf@t2΀Pen|hxhxhx{eP(WF-riVt  9D:Go??uhyƍkCqïʝEdh@&΋Z?%D"h/6)ҠcZYu … ]4ԥj\T-O?*Y%w8B[Z}~P7h4hђ{#eIJ1F4+(s1".;;]:0w\(_T&0Qꎱ{>K@}.sG: }Yֽ˔ӧhW+-[N٥K"|I~9??_l6xb_~%;Ѕxo@[](xP>eտxctW}uZ}^FuM֭[촴JjGx ywDYZZ*~a2>_ЀN0)}!팖> w7L1:3ڤGg?σ/q͛7o:,OΜ9SRx;XGxwX;pErae:XSl}zkW\ [˲xʎ;[oUn͸ #Lim}DvgU@(m5?XB]|?/wubӸe 4^N:҂9Ð{Ѩ+8nБPv+ 2ݵ_grr2Nm&g̘>C_&C>8Y7-?Һy}z'gϞA1cet c1א{ 2ڌ -G@@@^{m)&f/9vQQQbݻs9qQluC7!Gh WhQvk]`}@<,B}޶m`ސӐ* Ʋaaިh]uu &/S:EZP?{nEk>>׊?5?:_/*[I*@-IXGz}>(xW^/"/O mM$B]ߠo0 uuSrJu75o]QP/Q&d>;E<ПvqwoU e.‚ $YO⠝A[1sk,.u]v>:oAw829}eXׁCsԡFGQK Ḻ?^>#,Fp%:w}}5%KACGv˖-Gey0tsЛ|㿂 chavZ_NТNSQޯPbH]}S_C 堯ɡa-kPS*},u2~X@`ٳ]QH73Oj'\?}'G;c9{>r;|hhLDߍ;ٽ7$ƶ !$GIGPЯqǃHn7wQ=:3fT y9bƌBDT&fC34SM[ jf߁fJtLLf,Ln0k1 UtE'8_gwԝlA^H >?j }?||Πs_/ r(oƆ`)%gj8v^^^hl7EgsBmKSt'H${zt }:B~tVʃ?I*Dmzq=]D?tg=BHkXo:W0'؏IykZmvz>`pGVC?Sj ƃNic}sXc11h62=ƹz4xy7uZ]ZkUM]zԑCo_?:&v$<mpR|&~CXg '2} _SIM2~ \r*ρa>szS=xT]kkTX:8>=4Ϟ3gNq[gaB~qn%b>:hhև5&c6}c\+\l'OWcϝN6Ǥ:kXgqRʕ+x o9Lm?/N`}khhu˦?S_c;mxqNL^'&m~}N`ɩh8ay||qvg,Ƶ;֌|XVWD8 w:=Xֆ}\7< GÃ﫩ɣAmcϞ=;{SKrv}YD5H'T'cVkjO<tc.뮅exgy:<'5hUs"zJ]?))DDDϻbm:##C.ZwIo ޜU+pD<>1k|\Yy )lXfsL8qoPP{yxɒ%F9ɓ'@9|pMׇr.W^_Cޜ?Dp82„ xa/e@o'V]ם2I?ߪ(/tM>rS2oP[}x:/,׬Ysh1礯)ż9%Ы{$paO[nտy迖9P3hPΛ6m@(_}/o > #{ =ƽxB}}C~$Q?kOvڵ_x.OC9Sig8Nwcc4I\*UpR[ 3zB[R~HjMオc>yc".:/[6W}ǡ79n8I;a+ Xi%ᅵVɁ;>;7u4[uNMcq0øwBNnM4O0fPNoPz -{kBxcNcoر΍6 |8{R8Ǔݡc܀#k)!ZA|#u5%䥮.~|s&tn~-/܁GCgpx {h!(ˑ#G2ON,|es;o>۷og]M6t.S#./7?O"G' m㣝HZhB$8}ݻk3gc?@\0>&|ϧ=57o8o]\\<NZAAj넓ּf>g[ iS|Dxj~uĬYSteϟ4:55ԌIy99nrO͟}z橩|[5/?#'{@݃: ll֕kL-XG1yY;Y)kZB^,dk×"ìӭY,萚==^k^=#r.!=5+a`x"dޣ{5hzs`BdBdtt!ch}x5 .}P KPBAiA ** ZlA]sTO[=_F=WثQ6L ;wR޳{KէK>cLS}^FOsgf}o&}}+&_A52< daҐ !;B4:0%:ԿCX¦ %·o :|Ԁr7`=pz@- m`@7 |~; 0 [" ܕ4&hVFJޫ8~]g-?".xCT/Ã^ ,H Ԩ=ֳOO qnqχ{;ߧ3_ZJlPGe0ٟg]44&ƢE J jFL!LJ&`X10N¤hD!)A q\;s_{ygϽVLB~Wn\kq=n­q/ o2"dqȃG$$ɋ|!r 4: &)C~Nd pgƭqW+ρ6{Q+Tw˛,S#2C>!F-)v|^m=G6yl6eMs4nsɌ;mMF~|Z*j<:NթwqZo%hZѳCQ.*w$PdZR`^_ү]:`MKmͳo?fho3$| $Zԍnux3~@fOYD&i$R^Ox!gb+?7a<{)lR'ӡȠL(dx4.z|V术 ݕjo]el1!x{]#7 #6H'Fu:ev^rDX'f8#.BzA-O^K9~Uw=cPϲvbKv;dGmd ׍+s*:΅vӯY(m@u0jC#h2 }o,l{avky;]Ir.հ,RUR}DO?|~?fI7f9j~s a3jCԔ2[]Wi;`vGV :XE(ehڈж1'BˏP;:zPƠ!=d8?!\K^1jZJQO h=C?cnv`S}bUw\-e̓BA^nEԳj_H1-&wf|>əNoxAnt}6t <ztL&8'D=5y]9_z2lrBlkT~eIa ˓Y Kei,d,%TrY!+edA6f*vܻYyOPS2T4h Tǁ'TPg,` !$E)(@ZSNիդ:vա:U:N:CJ:]tn֭1_mMI5iɇn "SlJL]xxx?ƿPK`Vgpip/_vendor/distlib/w64.exe{|8>M67f,K`EFKfȮF@@QAhJ+4VIlmjk[o-I@!! ! Y4($.9݄}?>dg4#N>6!33mˮnmlz ?MsM_ҳUx?MSkZ)*s=~"/>Axd!xͅa&{!Wq{ XG}R$LZ؜oB^#MD|Ykޘ27O(t[AXrМV(AC8vy`B mN!/W'lB\ ti KxF#UȀ|J; ̍po= X sEcx|{&E i/ f:g/m 3Q&AvoC\ܶg.̒W7c/c Π\GcY|8>=K24>4e'X\M).zɬnZYr @xyqch4CJ6~@vJ_?LqɬAfs]9O;Y2vc4K-'/nAEî;$:\s=-=,u"d_V OJrѢprG@qxU(~m([2m~조@lڴ/v(le&8^ls.sLn4daZ.4 \%mX^ga޴w0N;+BKڋк>ji\Cc(4 pי}'(Hf5i'&z7LV$'x蠵}`m_q셚.12$^cE]?p0 1<\"囕\Ďђ-u?{(ϖSKKo04>\8̍{!Z{MNQRT^&uM:,l;ޱ&eʬp|~cӹH}7XGUf8Qvf+d n9|oN po'Ud`jc8@S5Yu˸G5[*,?QJa1lWPy{puj L_JVB~cA1JtL!'Ćc0{ϝ5!ouj G +kCf\%di0 %uP8iڋӁNtQP d6 f=\E]{ WWR" Ld.`z{IWam[o*,.-'%U:X!o#zXH(0>"7bmBc̢5WV ǽH2XejC mZ$ `y~:fYKVWW'g5M#>Pl[:řb4$[M.=yGّP2Ki%#}KnSVV'4 ϙ8ƈ&Lbbxhar!|'jcZmeR<~W:u4_fx.LD-lt71]AƵ{F!: <v˺iM!:GXabUck!r/AZișf:pwVGD+wq@G`؋qa8OV-{zJhq5?%e&T]C)ރ5HdLx ZMy/a37f/o`IF%UP21 ZL,Lagdp]@%X;z3qkOò"szPBΞe΅L(q¶l u' A釄r L-$A PK+Ǽj kn𴿫+@kg#.&UJx1 ̓`ZU=BT>!l"ob`mLj^Nx >϶=Ė*"j@&Nj4tT,voÒ({ꗧ5eH6se0rmS@"jiFG$|1n&nFNڵ/Lg"60!Yx@qZ$CX*=C{lxbR|l+h՞? \ED;i(\1XA+``1;by}x8QsQE jAL<% l+OҦ1 0* C~X8M! Y^WKfPHfۊXw2ȡY%Ê\EkE8 9:NXPX~j:4/VV{ `='r3dc/G~]S2H@Օd/ғ% i HH#R/*;b*3>3iz ]- vMbثM6`/99{*>Vh|0-NtmoSz̶zW7= _=}oz'pUw\ǚ}@wUQCyA?" ]ZD=T&hIf"\Js2r%Lxfb‘fhUx dQe9圏aAh:q?k CNH %,?;ExlE`YBNp5ޣ=m_{n Z ~vOlOCNAjz= % {͛euD4@<x(j@h)p%9M"V[djR`С-ȏb5$bu8Ct>T@X+"Nk&a"[̆2*Y>ɼ: B@buR:hv*/BK˙T.HmhpyrHNĐt6|3Oِ6`9%Y[ln63k rXcdJO@BI`_DߩE+@Ue/Fצoh*Lļ,KK絗L-_mqt?{hq~T.p@>g?t2Q8EC 4L9Wb' bVȱD,k@>h; %~uX};*랼2ހٲ;I4 _*ts!>,ཡBW= $~|$,eI,J*0{u-"@=dQ#Q{:z4T>8d; =:L )$qҔBn[,,D6K[>#/FeMnNc/ڡ)k/yǃ3)V\RcMNur_mǷTTM{i}d%u&G#N*ܡ[ JP2 8lMfT{Ikp?ƲбB=fTfn-aOӲSN|rRPܴAu2*] {W$IEwEqnm C0N>^Hw}Yb yVwIDP|693p-0O⒌WGMFpPL!a^,r@;rA\Ȳ֏w41 2x Nm?Rd~; 4-j]R r+-A%e_5gK!ISR۵mF[v#M0cjt@SaӴ'qɽd]PLc9Q(jG.mBrb)ٿ!JׇACICBmaCуtQ^~O>([m|2x6= a!~R_ xzO I[3M ī!{4вdz&Hh= kDŽ:筧m[}Ԧ-KJʍW+B+-">W6KWXNkIPEE|;Fb(]n}LA ʷJq8wpȽ$kc3QZ:31C|7[+?}HrוGH [\ALNbֶ ^^$LPl oY:yZz-F13YMPk-nnTPdݒP.Of(Ǘd'54IcP' &ܶtl4,0+< 3Tgm鍾ʓQnqGF`q02Iw 3[dnxKSÅT2QCṴ}_a-gbVa'X)$VOh#YBM@9]6ɶabO(R3 2j:iL F dֿ]y|a=xi Wی_ "vPG KnBP>GB٤QT9tu+/(2pz:nFOP Wurn\,mr}p]{@H\xk:'=a@Q:j3ߏjtFK1jt2DܫSfLHmS*Uw&a}k;bEĢHtku='H9ĊT$]b(w,5 U-|(_cm.{OX|)HMb%buWAd jWBtRpeyuW} T|* XR~Dh:l{ڝ,VXj }r|Y\OP6grf@NQ_f,Jln>Kbs#*KL}-̄?^x4 ϓԐ7s$V.) oRVnh\4å,XD;d@5%%i~~QWnPD)hBگq,՚HHd(@( mqe#\܋qEOPxI{YE~Ϥɹ&A wrD1CPJdf,R  jԾfʬ\mOԳAW|Q,bo!ImFSId3ZO[U27ݼu qj-[) *(Q,k8'yԝF-FJ:d#b a 4Q02 W ModJL_ 1#<1Xnp hFpŽGy[I9";7DEpO6xO@aзLTZs\2F<ю | UڰJ^s<&,`K`9+3gLcrl8Ac49Vb-jM6i|!Ia٤DB~~Wc%'eI6|(8wZϴvt]@67~iA8gH+G]ޫd3 3.yҔonSK K'h5ȑ{` )jI]u [\h9)T<`czzQzF<ʼn< -LF8sL=3_ a<%)0.{ho+Bh/_!b ,Xy.һM3:NpWWōA42'R2EQ6W6s-nW߂FJۀ&:$[`CWҷmr,`2sd`XOL|ģkO}p8.;{5M%Ԗ@0p|˳+xJ4J럱0[3lױ%s4حgHD!{5oZ\~/Ͱ!A~u`-Qvf55a"j??$\д7A#'3=Y Ik.k,o%g?689<īC@ ڙ̶_,p~jp:`<ny9=W]'o, ]}& >! z=[&=%V av9,VfYB9,VB^F.\T}YipZD^ye.NBEێ6m9D퀜? ,'Jīk! "9n7w izwB9Γ.4I#i1\Gacy>+'jiU0bWCIAɡ u?3S ̇Tb +8~0p \w kN 2xJ9ƺwPDd1MI׵&{m?1UR2Csxh-a<2xh+!:vGpůu&!CߔItVqsD#yڤ dΝW*s;UTrPE: < ZIVSrl'VujױypPϺHIhy|u5-L/7̿/ `$p[ y#|hQv-'iwgi7QcH*5\'#2&nW`û9ADb#"#D?X-3=NT5Kgh76&{Jcn`܇<8$sʞ}~LˑD0QRF8T; fu5OB`ڨ/>ܹ鱎}x]W'ͶбDŖ{+-&hz G(0g? JIM1/'fw]y>dg&3m(&ƥzI.$Y>MGϞ4&̛nd=~->} z?n'h? SCetQN{CT!RBAVFuGL1RAM l}m.ҏTv5:2[gZ%z3 ka]wXO:;V+2!7jzf5XY9f~U@\H(7W+jH6_~ӱ;84тA&L3XI %7C+/렆G,͘Wi D'.I7S'@R-i{2{g&qf`P|ص(1yPac?8;g HRj^zHƨ5t$@>y_.UJJc3Ϟ)-w]n9ӸXnܕ 19Tr% W<>y1Yͨv^eV'"phs 13Z@r%las31y0S sZJ _~u_>ÏgFfZzĎ>B?:B cPGlNk ޮeԋѼP:w˞&縨c8Af3>܅&kF"jȩUϝBMq!aU_JHF(x2+f- cܷ!Qhdn528H߼3JfmĊLܼo>!uj4RnhF m57~W7;QC,r+E3׈Y'aC-3Q꼹ysL8q]N6y;rvAeC,~^XR^V9|Zāe6߼=@ˢ W#h(֠Xf>2j,6TP oĦCj;`d\0Lnpe 6/8~??>iauv?k0)׋$mP7eKk̒yd3alym 49WlE9'`ʿơaO1euL |h6mrtCgS+;>V"L؊?goA, 2yi ӴB__KmX0hf?jظB^vSh\Y6{/>mj(c>@E3Κ1 RcQ~vhW(;%'76i)dd۝Z-YZBV/(%#d}_/v @ zֺ!oS%RB^t/aO~L/?j dY:brU~;e8jU]k*"Nh?s#k)#!݄C9%ㆡCaG#W˸>PaFfO<:ir:૥7Y7ā$r Y$3ar}aiTL;ɱ#OPefG=ȑ$+z@X-Fs}ɯ.tYRa[Ys/ ezYx2݋mk@'|FÙO!a+?B5OΕoQ.JA@,W1J>ll2$aDyv066٥mqM<o} b'\4Li~L") 3O}̞?C 3,"q,Vm6S"x(ɉFuB62| +6&R`AzVnCC$Cxz;ޥzK޻t }t1ӵ'Hedd%x~Z*A=k0KGQ7UM,,Dq4Q.Qԣ%!_{y]Y*tq牄SD)_Us6>O{GZ]\qpps+ZeXQ'p"Qd#_="X`yD,#+ e髵EX;Doe;zC 5(p8k+ט"pgŜ!M,\Kk~@g)_ej mHTۼCz5> eV&^Vm@7D 0賶o/=s>B\hƉD |N`D N/{?*vUl{*zМy'z Hûzf3A +8Z)Ur$p[~4Ts!Qg+ZgO~@nDFvb9fq'tl#kƕsJ6v8 5f/ }*!-lTGJ\ <[MngTpE_n3$A>/[MUTg eF!*-Q|P66C(ɗ.dCexn(en/K \d7ҽcO ų?jM6mgBdSP_`Zw+,xsph1 cklVHJz+_uE;(YVjN2[5&^ߜ*$Ak9Mb6C6S0jUVEo]P)&>@շ>_Iz* ˎr([$VN <NsA!/!E!л,3O{OX 3q]dqc CEl?B= jy6Cśes>@SU٤טsճecM9@*ޣZgR'5/k-bM~Txapԩ}gNcwAe@~0u@|g,2WlT2K @> t[B٢c E `L*ɷS!@&Q/v 5ŀ ~c3L\gnnť@ѕnW 5x[k|efޮAkIh~,ܴi @3`+yà?<{)dnW >| 9h"y(6?gW {Gh)Gk|ݴ7Nm#~>BR ՇiK4ޢCrD2^bc5{\ܭHދPvKz0!m|<  .x!W xLe.ؐM=jR(F%ⴶJp ^ͤuB]wh}/^tQ:T7僄Zw1Z#I&'zet3F=;h Y&x%dܭ7'":@|PIjƍU[eϹXdd_}ous^;䶈g@A3ۡM L;QN>DGt* #C>Yݜ*ww%M !*5 BZ14[UZ(3ﱀyW[Y&@S\7&AgI$x(vn@$^d)2%l~~2>M>kBQ$VudA0$PWs|FPs9Ǿ .ID~N(ie,Rx@c{NoV Il/$"k;{Nj#c`oƤ}0`Œmq=q?kǫ~bVޞAnIF=Wn@X*bU{ 5w_~UuS,* g1ƾ WWPwMBu pC N-Ls]pPD0]3kF2׮L/y Bϲk u]}Sxttu育ZۆltNԵ_e{4LiyD;i8:_VX=Nb{|쬏m f_I*W4< ?|4P0Di_̶%' ؎GE,m ^:?e6)U^].<9W6KFT1+X6gAa؝\H}Eؔk :(Sm.s* O위%l?k8R-*V:Fπ/~|z=u[Ouc?;E+UuvvC'*]_H|dެ#}=S @1/%l:u4ߪFt5H)]LK"/u5\Pz$%>e4eaaBF5# H)J$5`xHX(>Hj;xS"5$ Ɇր\0D"ةoX>cu{Mb#cf0d:CىI TYt؄^)Q/FJ,&GZXG}~.@3hjǘL^pFz1kJ5:F6/ؘe/PMUwI/OnO*b?3v%!:E6*F6(Ze \[Jp7o6qEl"fEKpK\4q(BwKX;SX2\&1) U\I;$:Une9Oachf"fm0^YaVEݓzB0KO۝tdw$ɡ`z+[r <<=bEIӉ|@'w-٬%^+GɺEܝn`MZGau]N{> $(>b ޭN<"(fd*COԒLgG7[+4)cFhޥG48$)vm(ODA̡u } N"K-b6t#N#i}4ʁ ̈́H9v6% cc"Q?W.o4[[;~  5LsΉՖQ޺_zrF.^e;A\o?-i驯nI DBbYAAoںJ|1M^7pl;z֍16'#eN|؉[cv -"^:ү22'xZQhO_MA^ <iy}N[x]<divu n^@,ͿrH{70Mc)&r5>Cևz5s Cz& rW4|+2]>Dd65rqQHx{*}.~[;}$=4Y"Bmzǜ tAx0^Dc8rWQ`W嫜&x5T x,8kc'2DP"^({ pQ@D U S0mi`vg2D˜oXH]cMEZwW졾ۊFr·X(c;Ln gܵ$]1&:edi빚nְk d L+co(Q?7Hkxt-vzl&%KwB% æõ`E ڄkTFËM!3]׆Q^uLCf4 ~%/*TG+,9 OQGI2I() |`ׯ3vſ}7[:5Z "?_g0Q"4/@Orf3$}:gB-j fB~.8Ofa~Svޢ[BƇ&Vv\j]NP )*fW~Y3Acvؤ/%F fTO_gzIy~O3woyġ~Gy/juI3Z}py4;!z7(DOÉb~ !q%oy~}# T{rfɢ\Z7~J3:V:ץk#DD_6sE5\^&u3:.;hDb8.81A"5/&k@& {!cca;SRR$Z44FDﺹzC{hYHl!oV+ s*L@*OigqT>ND xf!" F27x)ITbY+') iۧK; *ANP&/ZǨw7d D.w_E_.Y" >d8}]]. 3]qǚ xBw@kmkqsrձ7\wMz}?nOk/f^mv=tM*:,zKL)'$ω`sztQWodquKt|@엍5|xסvt9_:} "|cO\ ; (k^̠^| 8-yN< g2;ZfwMᾝٲ)ޙ3LpC_Ր ~2{FxIcck\Ò zL.o=*.2:Hbm9 35Gu$w/_ܑ暴Km?R?&%(Π^G_(qiWRߕ)\CK%FHO!;t4[A2:X%֡ih* ~޸ޭX_ư\=WGm"Khw~ϲ<9 C)zk蚘:!Gr{ݼ(!/U-RL:~/.7<6u4=(#8)JnbGw#>a uRJvo/z6xc\ݤrk*b6w95abM=[C@ Wt.e(B ZD"Sw "q`4azVEIG H'@Y ģ'Ohdt"! [KL1=frmr,)<6M|k.T9~rf5Y\d`D!vqD {BH01˓ENfD[,mI,{#+.Sɵ9K-)cB)dizDdy&x7fַ- z@+#^@֊B _!iZ@Mz)gBD1$~fZ(ǘ7Qf'\n">:/RM~y42Q>(rbSW>Y2=o rBPȭ܎[%D7-9e|^MX4P}\a*ĽO8>n׵?4M_syL^z] ZQVkz?2^dBwe#Wd:1MDv M^45TVcʦ'H:NJQbj4W 69߮.Cl!0_FH.s|rz7o@<^&&E<8K-TSt1ۄ2;Ņ&zf~亙GF.Tڄתqmĕ>j}GԣMysc%t&ƋEpvȕ 1AjDjL ('r߈ d (u A'7<uP{9}ky{~߷+]<6w>I+f IM;:KUZA_80dWb⛨[2IrQiBE_0&*#~h-aVxއ$Na4G%ZWjZDqU﹊Qc.dKy,op/h\h)A`,yvJ=z͔5c)Mq;}p;ԘMo*ЗrzP9kQW/9h;0dRJ~mٳ%l3⥑VDxgS~!mc1yo-ֱ碪_ġy߼)|uC4jcImؾ;6<ţTFMκ;xAnvh!qGx DC6B'ey$Z+Y]ňH *Dz~zl˒-VyE{]k37Yc,ڋD$}Ԙtyeamؽ1*s|&Qvg-uT zeBY0*O Q0 Q~' I=T 4\2aVabe0,VfC) $ eJ2e0mQ)J7a&(e>%ťLlSzR)DŽڒrPKJ05)ʳLgxL=ELQ\)-|fځU*9̕fRqX)㖶*KZڪ.^I+idXSf>%vʷR]E22/ڵa&ie0o$aL'y1d$ȼNiZ2;@Ί+iHdaV@.hA.Å1sݲ #C?OYVq0P7rݗ$ ?B}eZB\"?TgPazwzc{D[Rk!P^BFPbshu,S+azV[ li4MW7_V(o=ڞ@5S_i[u^3 wPh(OʂiI. ~O6o~$$xyj?3ەO5!K{LU4`V.Tc+17{ Yʀ;SY5] CBwIwi5DF?BH lzlZVMf}ÁiR0\CHۀZ|6՛VsڹMCf ^Zjakh(pSW315T9]#{yMdvy}k\JWP=k$\/;L/2/j7goYú; .axyDX^!^k dx2:% !DŽP9y-zDzH%"ae'93H-KgeqVOѤiKҤ{ iuKݹz&NBfM A$qAGAiG6dE"{Kv?H̼lt: ŐU- > F3K;|yQzK/ iPSkL`aTf{16%e&|sQ`ihRYڦ2-RY: ךd{um&8x hՑB-%BA7qZbÖ2C 1hV 4[^>5ɽ3֛SfB}kiЄ!p A㳓H{9~w&}fy%ML V*tI{+FP}&~]yv+6Q}ynrݓ[QTQܭ-o2"g5cm#n8uΔ0{tB{W2}ەD򑢦j6snҷTy u|Z$$IW<&5ѕ(SEtMT;VF֨$۽jPD/b:!э$inR84='Ҷ>Ky/ Aju -mf!!˝_GR07io !v0RϨڱE;-o*ݜpM8ϿIqOR=B!} U7(TZrPLg_ѹȒSjፆk1z6s$fN҄DG2* Q|~}Zxջbty$sB3ckQ*lZZ ƶU(WY+(NڊcOcwHjxwUƸ߮KvwoܩFqHw䞏 >^E*Mƕ*;GgbhLʡzl2<P-qH 9ʤ(qO ]lqJi *xh=(5w1ps* ~y67i885o8;5E.~_Lp0WW&rCPIa5G0=p hAp~K|F G@7;[i)Mw?"Un;Ss3s7ʰJM>{)qԷw #0B1%$zo>UEB)W䴧w+OֳBmCO^%薦DZŗn~nuz5[$]KFNl깺=^JIх\+_{oMYK4RIqTNMqOp|0'yZ)JWy)KQyZq;P]>&-t`Sg}IdmsM]8'-lZåK\F<٠7"15?jzR4*+x4jDҤ gmkPouSH-tos7$a0lڣܟ$$B**iM)807-,WYCU%zjχ6 7*Vtf.z{ֺ\tËfЂwx8udbUޢ3Q1+φɣxO*x GxcyI%~{HV!՘Ppjʩ.bVDMS?]Ui"~Z!My=:ȨuTvn´AZQgsJ@y͡]>]ti6-cK ##{ ߍn|vy .7L0=trTq^*ɔՊRs TgU-i {w:R)t.;1ܾ&ZC+O.n2Rb(h0S#'c RcL`(]8@S9Uf0G# 1 8}W+.~=x];fsqrQjGw#iFLQw$S+K7mp7;;r"ג Y )t֣ݭ[t־g~{'tޖCIi!is݄{.~`bXu}DN`?r!nW*VD b:pŚNk(NJE@Ƚwy1TįCYs(cVC$&JBMzڼYgmGi!u]~k|bŨN w3(7|( H'OBJ:9'u;{I*JݘHKNU$)_`\Ƭ)*)¸/ph>?(*7VhJKHCM^H6\uypzwJ]p \H5ZC}o Vڇ;U_ o*"-aļ`|qWupwC֚ny7KM5K8Nlk 8`z 2HRq`f8a΂$y4=X-JU=H`MA;;FBic"Chh\U)'>̽Y6Mf<.g ED4W-wBtT73CξI=ޓyM:I1wwN:2Z}ҿ{pQvߢ]S滋DyŪ1s9hՁ޷ #{R4 W$MH-5(Ľ3 ;F+~uI=,+&|Bޣ@ڹGaӟRI_d+i TqfpoEpHw]g[hfZsų_y뗤=BwBҳѡJ,Z '|{2R1\e19Sn ,˄5]֊C*r'5*w>67sAo!PIIkӾ#ZT빏[U{} )O,`i iS+gp>&~dсo~ʐǿ2=M\o֥L2};9\b-)v~XJռKcc ,+ꙕ;fy0х*DbnI٩2~L!W$:}Z<#Qi{Ko{D_fAX@|W*m:Wu{!y߉$ 1a'z }> % w*\윊W ijB7^qt| %U@׮{=rO.~Ouku e,&RU1Klo:4Z3[Ǖj+3gr&[=WP(~s$fg'Ҽ4z!oVM7n EE/:1ԁ31gߜ(.ϟYr$)y̸yOOߩS@W! $b(Y2vl$)#8;Ȣn$Gnm vkfRc@g0ңo/N>u9rG{QjQ֤3VkT_ǵKOEFdEH[+۫ʹ W,l*V&1( AɌȄ͏oi=E&LQOSb(m^v}Cn,HS6n`û$|H¿JX/*^KK)| Q _ ? $"u,KUMJC½6HxBo%/`O H8SI6HH5P@)Z%-apI%lC ?[ Y^pi aKI?IX+q ?II0K_HX,Z ?P{d̖l=#EnT ~mg{܃OKކ.:pA8-elgI%dv gUCIfOAp8[VC+./>WnJnh)\>~]iDjnHJ~bs).k)S[WN"<%7\)L rnxx\ƧaK8_r=xfq|K8;G[%Ѥw/4ҾNjvoLㇴ/ғ5|#쪴voN>/l>i^:K%}2 IDPWn(k¾\"ổ׀ekqٗa/+ xP>gFrǸ{"wO.(>gQ|̼NꁴPrtHon>ѓ>-v/jZ]E~45z5:54z4:Dz}thkj\>:yJ$N}ͬ(TipsxPgX>338\/_ç^Y[R_3hc$ršp   lҵ[Uc{ջO_c;_x񥿿n_ơG<{{GO?S>>ŗ_}ͷߝ=r;5 O:ܱ p ?P67~o}mt6vNkZu]08d W0*;.Ş(.(q.s$g喺Ly¥sns"Ē2sfhx8VYg_u.^.*h؉u X,NSٵIIsC0\yv9s`A(ãGz=mYƓNw)Gw߹[p0RBA'%gC!S#>&!!ŋ!e2 ]&v7:j"0k%ԁd$TtWO΂؃\,׎r]EFY4ryo[Xd7J%{^fsri+Yd!1ؘ@|ġU zxpN{nY1hly. cfB^vENvϛ|0O|0;jg4OؿR&Ti;[@,afm ]Ƽ|о3}9~'BJK V`%K„R#΁]t}a. vgBԑg7NDw3qaaqx`-rZ(5,t/؝K sycm݈o=ǁ|ɮgY3/Yk1URW%W<2L;'ڡ?+oU?]J͚9iXJ3x`cբ6)\`䱨d!ueyAs.rSؗ),0ڗ8\˯ʔ B<̙ľDnmqcl U&>1vG*_i~|JF!-1KEEߜ_XꚿlLpGB3UϺGtCCdmdػ؇1;FWuXI:C3$wb^aWJz9cjХ6ן%a+ =fɰ;cj{ wŹ:/F9;55`pHÂXǡ ױp\-uK6n#;7F4!9)HRԀ~MCJH"cV0 cA{,舝. ұ ݭ떯=!D_F2Ver5ܣ ȏ1Lo u|~IOᡬw^;y{uprn y `!y|g1.!,]}S'1&<~$0{`r$>kstck0XQA+Lxa`~o2N u'SϱYq6/o7~uedLc׆Z6kn`l؉*cfǰp?fqSY.e@J{$>XgYgX6%B|dؿh mHc۽ߨ] CZ8WfѝX4Ҍyy>BKO@t;p p=GcZ>cn>sz^-n!ZWX}UЎ6Q0܃ݳ9n]9QټO4OmA߀7BSGiR Hr߰HK_Wԫh(5aN AH/A3 wS]Guvg@4x9u >&ڡW k, :DG:Xu:u~e_&8PW>c܏㫩glW~ze}@gGyFqD:1/ 1\9P0շF/1fh3bރ0ioK៥GۨM}0kSTQ'0'i r}YqwΚy; `:G+ΎȜl]\ 6 )RеiO_]շV":1]nĄf= $n:^s]֎Ha=]ɺɣt=uI:mE+͏B]M{\.A߳A ݷW";n;[,o3c9Zm׬?Ϲu[?^lw%pVsXB ;mea`߭,Y(vpb$ݞUI_tim뗱}R]KM<'59xQ]bZv'b]" 5]L%%|$NDR||JEIErP'`y+ \3K:ٯd}pp[?ڛ}lA |'|7`H%e\`r,t^TR٦X`v~=k}IR{fp9^Cbf3YsL; ](ve]jQ ܢzg8 Kܠ ɿހ7&sv6l34ۍdEUN|󫏯ʙig=|KEq9HW"/{lTRn{- ǟMY1MS-62G@ea>oh,10+݆dxBN]uR] Iȟl"/YZ7^tIޡ-5%Qv'gIq I,̻UR.may˾>ĘJy^`bA3v[31/chY/|DnFɺKPDt:>)gf: it;Sn#W˟Z JgZ@> (Q{$Msؕvv# }o6)8jDYZGjk@ɇdd3Û$|=r##:ƿan ϴ8nd r|a~0w˘0gHs9i x:[G.ѱdO( a<_= =@5@LJĘ@x$1c)t*V0c(܏7Jп ɨp 8Z=phrO¬q0WZAf)Hxu3|:[$M-q)L4fS+& Dg`L?C'oܖ.lfWEZI36g`/ax^vxkALN<9I=ɨp,h >q(;nB)')"^,M ۀzB酢< =O3+DZ)»i5\x\ IKd%NNp ] b/"|3RaS.WW.\' OpZgີ".AW0[+A.U NV8뗂os?(F-DY\Pv09im|Z|[i&#AItԈLpݢK {DL#ȻXp/ ̋|x>+ӽl0l[6?z s<D=Ø# AE4>80|Q2~ pV+{ ?/+/M"071v\MM)pp(wG?`N\g?#QgߊSw>}]n 0<"-SY> S2:Ip/`6V. oJQ5oS 8n=$phpw8^Lpƛ_2C{8ꘘX#(P}z`L}_0}nDp pwa0ES ޭ0? vIr$$}#L֡.WJwKwK3Lki&yB 0i&.t)kVi&X'J_2D'At'f:gi&W㏐i1=-rFN|N Ğ +u@fUN 7AA W0IK>Zq{HWSW:p܁wt^߁ܕvi{1Fy'0y&Wu_[b ny[ `jGV{:J[?ұC3#._gllΜ9nQP/g7ofO<۹s'ety`X>X -;ĭ//G\\l z!9x]˗ edW@]U=x׼Y jEvEWs1^o_5*~„ D̎=ʎ?>cͯUzľsy577sBO@"ITLM8{g4`څWGy4\mVaϩOa?e?'!xB◩l=oA"~-A~!~߄.Ŀ 0CoB/_AX_Pױ6Hkջ;uJ4#L=6Lcۘ=Lm~gwC# 񁫹#zuO#MفPC|?͘Ĩ.L#gY66ۏmd hc!f蛘:iw2-Li>U7"B_w! ⿌i>Bf_0 09Ze_PٷTv6GeRU_8:!R_EYߍ}K ~CA?Go@@4!Df2gR\lÇ L1!sA=bCdA "g.ڵ47 1ݺv2H)~|M߭k)k(_0d!3Ӓ'!۽U({^`-L| ?fδ̶I}zaYLOIh\[0Hq#Rm`͒i)h #҈L9iR׮]`Li$pLIO7R:'Y26pyR_ޓdp424am-"ilHO Az2&Qth+($mPZM׎N L4MM<=ܚt 2552 $'fV*XZxt mRQ/kTX |&f kGf\-Q3,k0]ƛe^xjCFL$j5ل6hӧ*d㉲ٺB LgϮm[Ůǜ>! exG}y>|\'ol\a޽7s'>b'N`'Od^>}}՗|nw߱~sNeO~{~6:v1r twc{EϲlZnSdﳧSwMk`q(A4Dy@ⷎsguiٳg?="Ȟƞ=c{oT}Pz2pQ#ao71!1͐a92O~$ #!$C.#{v&1\ `ԩ5a7&D?ޡ؀ M@70.|7H?W~MBB|BB^xLe~VGphTbdsx?D:2$&zL߾}ʿAYUΟ@O4@7g'H~ƝO08s)/.=?~NK7n\SC"ćT40w4h@U7v޼y9w޹hu׮]g}bsC.i'scc{q;I{1uۯ{T.\~߼[;?䓏y |އ64EqQ1|/ѯ2^_ˇf޶y^{Qߝ={l@9G<޽O >cn'M soA*7j;^S5:*4k֚%_f=gD T@T6ĆI A!H H (oIR@@FQ/DZLj {=ᦨ<5_?}/3gΈ!#7"L?plݺU1a~߿Lh߷oѕ* =Gж{ODbcH"iK7E^Z3UW .w1u5/T{ ? eW h1?|0|L}&ݸ#mtZ-nkW>qj9 Ɓ#8,d9 R:1JYh" 4إ`p6Im j[1:?<c|zQ` VImL?z8f`tbalYO"ǺŐMN<&0D1QvϸSMS /)ؤhY-cdAZM9 0]1LQ /CWY0r'xB X8;ebت>+l"I2bdaz< Ó*GӒzBIqBߵkf͚U!G}X~|{-!;gDVG׻yai±q2;9ab }u.߷iiioB+ nj'ѩ+h&@r9h@?ի|kך؋Xfْ]>Mڐ}V !L]Ӽyv픛nI "VrffL0A ^ l(}~wuU ov>cT۶migK۶m;92mĈߩ5|())x@/O=L5Vs ?C6?3J>}k9}EI~~Oϗӧ4h}׼ pB8P#htzy$#; 8Yu(==t0Ltb[dĉ [۱8m͗܀#vϞˬ[ȿRi>@O#'O6|w] vb=trD-b*>֭[wڰa\r+d"Kԛy 9geeѣJv xsq-a+1 v[c~]ЩSp|yCP`HLL}Zrfy ׉Mbm@'.6XioٲedϞ=՞@ϧycg]wcI=[؂>(E>=z"v=_^|>~ߜ^>Um{T}dU}m'hlo?Bo~*&HMM5Uu7l m=@/ rx\FI{ nYu˰[ \0sLQe{@1r"&kŊ˥~~P8oln' S5}C?1}YbѡE^~c#}l0, .4w;?qvC;US\alȍݴi,Yȳa&mmȌ,mڴ?B{ naܱM};*+"~wSDM Nr?w=|]sl>;9k(M٭Ow-}[`]Zy_ϫL;d {*?+y\vNx\.Lx98꣫|l8GU:6 kDc1tkqbW>P|]Z?H_jýYw?kbNAOjs| 3H 5qjQVӧ'.X u|X8xxbNjwckh}rA4_c{\%fOlC}+p2T8$f}<'_"3MЩ;.2Xohkp#!QzL§hqn> O -SM z05y>/}OmF6z<#=*z eNgǏk6eʔ1~g9[r{Z"\?$N^=&`'qJ¨p@=ԉc24 AL;8ԧ3kxx7sdoJ *t{/kC'w'4iRԩSǸ{@݄`P_T3QE1ۘ&'7&!* NWԳfnM-c=۱'T3LtS__ Ls>TG]w~6?C}w}jgtUЫWr^k\bXΜ9?|̝;=.,"k{N@=:$)q5ǧP砦_.҃{a7b~r] qi@㿌1uWzO-7?U"gę{zo@|=}zKg#CèQ[of~?k//qŞ@Иagƌc5y|>6£>jzeKLO]1,kak cW{ nlW_f}Q[c(:l /MHpm>X,KB2F͛}Wv @3>\QQ׽ Ot]W8ѯ[|#Mj}wvݭ9r NzONJ+6QU^zu-SVVvB1^0gz{(//7> >NrO?mY5BɍW ? ңR|&)lِo9F؃f-tDX0x %nM&Z;*p'w"$%W W\iEڑ]8?iT^~}䝑wSA7vACҳ5sur6>=[[{zĚĺefksR:M>S,|؝iJ=f_}YtGD^c&2&FO[RƋrAPM6럲G)|衇̞bWKd{s7_);vXޏ&S7-<Ɨ[{~G \|4ts^ԓ8<߽gϞZ2rŵiLO=~3&枰מŵ&[F r)ODD:Kk͜OYaW֚{33RL IMI%s̶3e9q]3Se<2)n᷵ ic#!p4<+#y$繾4>KWI/#9;9%iTRf͛S}RR-<1wZIaYqׂG&d&GG䋋{hj_ZG/_\Ϟ'!yMQHIuɒ%--kʶ+*.;[vmy6G*_T|Kc^#(tMiE]J+KJVEٱz~?PF^%O3OTתЫU5OrUߵ0__/K r|yE"_oooW;y[[mH???ڟgk-]}Jگ@bGPShKQUQ^.*;^e¼mXo/o?oww7]qWHרy?E:7s/=ЯMJLę7߽;d岙+ڬ]7uWԃPL@L"fw)dsi~ّw_/Le"肋Ym.9uBW{H mE5J $`7&ǨӼ<A-F~H #,w&*^$*z?;ހ~)ɃpJN*l!˸yaE1';6 b>)e,g13Epgx-.1}5u%SYSpD%肅Gdd531rk{">h ^OE f&Łoo7*҂9'=K7; ZFn My8LR$IE99BerCLdab d,f. pƚvj>Aceqdv#oȧnxڞ=G@|b,F]M膖hTh ?v>6juFkM݋Faչ[ٱɉcă;sm&Y$9cM[ hO cG;.)'LcQn/pXr ŨNR1-t\/\iԘ ߴ/:O$ ͕Mr. Fo0";~T,QVŔg@A[=I\R]`q Өl_M ~ ٚN$ t!>ں g|K@[lw7u[>8ٞz&S834z*m83E [.]nOn*LQ;A_0 pA感kw;D^KEnM{`Xp]&ޡ8m41Pc],,A ]Y&-rаirB&2d^[D(`6ɯx0!OFkD6&~ů{RӼQI9 RսBE VnKg+Ĺ8\WVg>ÊlSV()ɣ aOHݮ⟩ ھ] @tJ*n漇5@3~9R.x7?^=ݕ-TA 8M>8g["%!"eñ~U#b]0'j)bdA'.-I:Q9BX+}QIt:/g7,f"> ҖD;"$1.$"X[%=SVi1)9mXOt`R])/vʾ ^Cd)ԑOp఑~/9CnY.J͒<= 6{ѤEzQ 7^w"~!6q' 6 Jxf IAK}CjCa(cБ^@؋/>ywDi2#ת=-1 ^%j1Kn ]HDSC#$NQ`#j+پE_EEZ5pr&mzX[n2x&+?%5e:bZ@WP#+BH oV-8һr ;BGLKaz`Iɣ[/SZ*nQ?h&Nl8uo<` KȀҦxH` 'ꕅ:)->j0л'ۮ*\ Da!0=N/u6.ɔFϣc95H[YX߆hH8LtI{t:+ Yq$ek5;> Kx9lkjLWOf Q(VY -!Q lӚrᨍlU< iI4}-zyJ x:g[;:j+1mm6Cob;qV:$,8̨ :hCQ-&}ec[AH {E!u" +VY4:^j, _; DENE SU&DgCn^ܚq? 7n9gp:<$=ת`ixdyK:l܈gvy':xSKn|)%irk91넿uc&Iggjg7J7 0V\1uTjZ w:VL[T5@`G0þ^a{xB}y_}n-'Bvg3?ɢ;~o쓙d1JxA%i:g4xPGc%$hς[BPJme#Y<%XMR9z8'@1{Wo=߶v^qΪ1R-}TsF8&<#9} ۉ}{O@ȭ,(BԶz0Р aҀl&roHk{ /(8r}ϪIL,){k)2)t\G@tH zZ/?M7[nr).F]〗R:@ء<؇e5Gmuּ,h"uq}M +YI;N!z5+X{pYaz2)\$P+z*HpN]6_K^CZs[[[M,Caī-3!W9>+S\V vJFpP뱰T7U-8ސhXxDчF=$gIvzWbOlTo, ١s9抷w, n^;~c ;$arb4IMUD1 !7,gԂ13ڈC,XB>@Ǜ#J#6u. UO62:gB*٥e  |2z )~?h Ø&M'NW-XN$@.Zo^6'O ?Dϸ}z;dqE, MQ[gٜ6ґ5= Ǻ L.TI ḚwNy!V[2rB@FucְO8E^ts8Hx: ;~5%9b׶)hX"Xڧ˽[V̅X3Jm0r}hP Y4իj4:Zxj);}c[`ΏcZ㸚+fjdhy QPkޡnMfyӠykI6RG<#]"A&5;J0R' (q._ׇA"~9pM,;BFp2UxoX%?r,A>^k7!ј WH#+GV_KIL/D|OF`!G\1BAɲQ%3q/Fj>_5|ݩ(F2H6;֖:0&/;Y76;WU4łu-2th8uj&*&ZOS--ʩ?ܱ3Hurٷ[Yi9h#n-Drq,z\bJ3/f4-fC(SwC0Dc+of9 7>I4X;3>gJ ?,W-Z:qԍ4egnuT2Qux/KP7h@$CM5ݲ}@Ph  !l$LXN&'j" ):o@.7'OauOnGgĘG:;f]4vYazF>+,xA:WxD :\%<i<-aO =/* tS~{tA*R{&3μ*e0hzmp4֥֫3-c벞ЏC}P 8|v"ECg[ k0'϶Uȟ/ِpHWFųeVzR2Pll{`jߜ-`esi11W_T,R*C J[n^aWOhnY]e/YmQ9Ӈfb@"i;?؆>n)vrof[ wo=Z)9Jd/ٰah6yAnô JV+< Zcg ;(h2<ҞũP.RuH\Hl١{/mhiaR0cKw0Z- #/ y!+39$m}y6Wn?wwfKHi8 @ u]5j58Kmgg01}ᑸÏyj_ݸVgT0iɘxf~i}#ߵZ?Za;}DG|׉Yu-2!;r }©Y |zЛvm:E4~{3E`АÝ2Murqr| xX0klz>G^uSyao#{FzuZ+&V2IpQՅ|0GԠbx%`O' V}jP4۾|i!o۳x/3AɣjUSwYAjz3;͕~+OPqUPnfamT$N[5Aߥl*}ʃ9>Y}vO ΙP>_~u~f_0,jF>ʭ{@IOo_5yKצdxN?1(Qf4뇉>]L9j0Hʫ8r֘ԮAbt+botr-G1VO}{ǂh_JN`j)況TY?={K>kta?i)3# )Q7hY{Α n|CD*CLV=9^ҩ1#FcŐWhCu\4D2p͎OJWS*lV_c ,AsP@: {v1`DQxǖۘ-{@vkmf$ Fd̵\&Wy&?kU0N]s[=G\YgK5H|K4~+F3nܹӑιb xw#Gݝ\Ũ~Ld غ[UW( ~{Al:-^3#dvJB`zĭ7AVub+3 %ޢWBU΋qVbpjHL 3zedGW_yGxk~s8<7eeؘķLm(|@/{+m4"{X}yTyNb6 ]ci[X; P?kĹ ͲWxL?o|⽥ϋ3q8WlDIR LN%א; $!%pƾƯwv?,4?M(L+‚Q#pzcT K(#ejOT C Gb5PxtN0n5E-bDd)rMN.7}g-54V4):{|)Ol;37:I%3r8wt-!;C KaCRFyP1̸kNo.)h@?n:*g@Q x>ÂCiRkNDYBz@%{ajc ў%0.!Xih!hb 8g7wG6{&4G}:!h$Q=4[j8Մ8 zI:8 i?/c kM17ڥ.Ra9NB:G〔F~0,u0Yqb޽e.c1 c`:<?/YZt]!袜Q<58E!h?/H 6_6s9>,~24eI@w"0gkxSW.QrRf/lnACo_s:BkF=KRvg # "4  2{eêpm^]W/~eXJ:*1/5a_wEo<* ;=qN\4'Z`M|8mll!]rjV4]mA/@T0|TRְrI6N`^kTKkY?>u,?n}ʈ/:4ǐ+q&R+x L۽W^ n:jJuGTx ĻеJ:y{0J@=}mS}BqU}-<|kYvs{hd9gȖ'68xpWƿ6ݚP >oݤ{,Oeg̵)ږ:`KU֚.ÝBY|FzNm,bNRh4휃g'"K/| @| 4%wsLjWX43gUzKحD7f#eN>؇ꡫ!VZdC,[Cd{!yNJ8w@_d҆cz?6kܭE,;ym+~`3 r v1x=ZY+UDRAGGeD<Dzc%BECY} mQ8OΊU4GK鴞uf0Z d\wřL#R;CO5>8žN[Axr@XD!()Q.x{<=6q'wo顢5Yi$bc g@(׫y9m;Z?`} '8$ɄXTW PKK(z&{ uv|y;hfQ{t8B]ƼQOmc;p!ؽu2q}(u)ȳ0Im`J|Lxy+]%@~{]>/IWdP A>'p*:4|7?!tټZ ɮ@baZЍqF_/8e*_G9pޚGu5 __K J*F8EE0dٻ B%?Q~aŰhKlڛ7>7iJ]; >suce<ai-})3Oq4px5[fdʤQua25Vq^0=؊ ^/2k6CB߮0M/zAEGi3uqxU*uID"V 7㧙ǁiV-th558j" fQHGmxkMTJeT m)ZPgV}gDA<0f޼Jw֟SU>aŸ0l.OF"`&+m6 E[8:hYߍnƛk qC4q1T!%)*A|sf~m6|.䡗-gf!a iK١oCnE/I:ޒIcGWQϋT\r24k,uڈڀxlii[ܳp1 \>8zc%~ u-8M{_O2gzxHu0r{^ ޯb}UM+VR0&cJM2>Lo 6 h_?Y1+Id-`Zpga'*.7:%of_/lڟa<6z lYW Lj kȲ| yӌ{ᛳj\`zE X;&u#C)@"3x\B?nJdV1;6\e!<.,+}GOS۾uW$ jtnvw9'} ?X_Nvv/뻟 㚃y9j+Z2Y]xnC2x ܝQZ ?S<;^[*7wnd~N;A'Eֱed1i8qpPY%Qz\`} MSd_* {v`K&FӼd;#j0>WWj! Q$HhڐrA?7 +jp1j4bM@Vxj|;PtėAN zУ}1xo 鸨!m~UzaYf;vRùϫAVChb R\z;]gs\BefxV`UEV?,[8:AxoWy{C3obP=m/%`Tw>?Doq?V- 1v`t-G%&ם p5_'/Q\!+Ј r|@ax8'_B?ǻFUC8.! \>?=m!@୨|}}{@_\1 s{N^: <{d?ᩙAy SGRecMW͢1̵ܐa'żi{4[]yS ػ$; y{G>Y[oM|m)HWeGjZP \1,\˚'l,poIW2_,|W PXTǎ>"8Z4q 9.uUk9೦B6_R{t~^@}7ĘB6sCGAGc]Csd7p}`C |Kx˄^T/AYIVG߼_LG=, zO N4S@8-PK;H8mIq("g5~'9=1s~aoQkV竌[XVo!D'ŕJX#SRv5emw Xybs]˫0ZVTuԛ1')iv 3a^E@uԖ@&[*Eɾum&IԏyV/rݝ!$_$tKCzzP;+uej*˛zIJ0ξ/tUx-HDlf_چMTORߜRALTAB֪) ~s2?tD?7$􈌒G/VGъvH:o1fib_=u.c0`N YbȊ p??M[c+[@fӠ!|_hӐ%F HjKyU ypzϟA~itQ?g7}`[ΛjrkQ4C+m,pGh}{xγQ4)&-s $) Imm%sV4z_#35]^svt|䖧MzD$G^+" _'[Z\Cku#vrJ"0@jkPlt%zP=q4ðfF͈)X[D9o@zῡ κ|4 ٗ5&1N.-zJ9 n{ >y_:VNG]ŗYIW5tjF3*mxmC)_^1]@m ZClkÅђt64.exePK`VR(g?2 pip/_vendor/distlib/util.pyPK`Vh(,N_[!r pip/_vendor/distlib/version.pyPK`V7` pip/_vendor/distlib/w32.exePK`Vg< pip/_vendor/distlib/w64.exe0TRAILER!!!IbX>q