python3-pip-20.0.2-150400.23.1<>,Ԩh^p9|_|2z6.4d7^UUƂ>UEp:÷4P )Bd< )۸YUWυN˗R]\[8ґr3SOA-a[e[my;24;{C1fsMV浶Dp"flլg̥ q]gS:Zfr\-优@HI.yR,\^~N¹@}E1 l55a& .{I6S>Jzx?zhd ! D!BF \ywpyTy Fy (8y :y Dy I<y[ yq}yyD[(8$9$$:$=b>j@rBzFGyHyIdyXYZ[\y]y^bb1c2\d2e2f2l2u3yvD wEyxWyyi zyyyzzzz"zdCpython3-pip20.0.2150400.23.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.h^h03-ch2c\+SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Languages/Pythonhttp://www.pip-installer.orglinuxnoarch# Since /usr/bin/pip became ghosted to be used with update-alternatives, we have to get rid # of the old binary resulting from the non-update-alternatives-ified package: [ -h /usr/bin/pip ] || rm -f /usr/bin/pip# can't use `python_install_alternative` because it's pipX.Y, not pip-X.Y PRIO=$(echo 3.6|tr -d '.') MAJVER=$(ver=3.6; echo ${ver:0:1}) update-alternatives --install /usr/bin/pip pip \ /usr/bin/pip3.6 $PRIO update-alternatives --install /usr/bin/pip${MAJVER} pip${MAJVER} \ /usr/bin/pip3.6 $PRIOif [ ! -f /usr/bin/pip3.6 ] ; then MAJVER=$(ver=3.6; echo ${ver:0:1}) update-alternatives --remove pip /usr/bin/pip3.6 update-alternatives --remove pip${MAJVER} /usr/bin/pip3.6 fiu?}xii!g!()1m1&&V[[ Bp>>al-UYY!QNN rrYY""zee m 2 %0   A A>->K"i"RR l l> :q f)C 7  ll * X(66cQcE?N?|| M M``=NN ** e e D D~ q$:t 2] A"e"e+o Zt9n=11)+  u '3 8r8rYQr o[[''1D1DOR}3[CEC84H5vs\9I?? ZVV##YYgg   1 v--UU0 mmx" F(; f*2b| &Xy6W$ Di$% JJu80XH$1  TT;;?ooiNiNe. BB==VVmm%V W W9X7E 45{{՞՞33 P P  ;;::   @ @^^;;էէ;;CC m maavv__[G[G``[2[2[D[D P P66D{D{ | |  Z Zz$   n?}n)4{P6dL2'F1,Q10,+^ Uc 0  TT ({&BE|}zzCC'(L.Skl"*p*p))dP_PddR  SS>a>d/ 9hieRJ˄9#**Bfz[_`55VXf h PP*=*AA(+$!}}F>&&==O ' JgJ"" ;)\fг=gg +,$W$W-./-.-8"17*R{'' \ Z<<4 : ==##t8t8bb -8fffgG9N2  MM m m#$O4O4@@3a3ar%1zR[ SLE-15 migration, bsc#1233012- 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 script/bin/sh/bin/sh/bin/shpython36-piph03-ch2c 1751034329  !"#$%&&((*+,,./0123455779:;;=>??AACDEFGGIJKLMNOPQRSTUUWWYY[[]]__aacceeghijkkmmooqrstuvwxyz{|}~       !"##%%''))++--//1233557799;;==??AACCEEGHIIKLMMOPQQSTUUWWYZ[\]^_`abcdefghijklmnopqrstuvvxxz{||~~      !!#$%&'( *++--/0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTTVVXXZZ\\^^`abcdefghiiklmmooqrstuvwxyy{{}~     !!##%%''))+,-./0123456688::<=>?@ABCDEEGGIIKKMMOPQQSSUVWWYY[\]^_`abcdefggiikkmmooqqssuuwwyy{|}~     !"#$%&'()*++--/0122456789:;;==?@ABCDEFFHHJJLLNNPPRRTTVVXXZ[\]^_`abcdefghhjklmnnpqrstuvwxy20.0.2-150400.23.120.0.2 20.0.2    !!!!!!!!!!!!!!!! ""####################""""$$%%%%%%$$"""""" &&&''''''& (())))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))((((((**++++*((((((((((((((((((((((((((((((((( ,,------------,,,,, ..//////////////////////////.00111111111100000................ 22333333333333333322224455555555444222667777777777777777666666622288999999882::;;;;;;;;;;::::2<<============<<<<< >>????????????????>>>>>>> @@AAAAAAAA@@@ BBBCCCCCCCCCCCCCCCCCCCCCCBBBBBBBBB DDEEEEEEEEEEEEEEEEEEEEDDDDDDDDD FFGGGGF HHIIIIIIIIHHH JJKKKKKKKKKKKKJJJJJ LLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLL NNOOOOOOOOOOOOOOOOOOOONNNNPPQQQQQQQQQQQQQQPPRRSSSSSSRRPPPPPNNNNTTUUUUTVVWWWWVTTXXYYYYXNNNNZZ[[[[[[[[[[[[[[[[[[[[ZZZZZZZZZ \\]]]]]]]]]]\\\\^___`apippip3pippip3pip3.6pippip-20.0.2-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-safetop_level.txt__init__.py__main__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc__main__.cpython-36.opt-1.pyc__main__.cpython-36.pyc_internal__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycbuild_env.cpython-36.opt-1.pycbuild_env.cpython-36.pyccache.cpython-36.opt-1.pyccache.cpython-36.pycconfiguration.cpython-36.opt-1.pycconfiguration.cpython-36.pycexceptions.cpython-36.opt-1.pycexceptions.cpython-36.pyclegacy_resolve.cpython-36.opt-1.pyclegacy_resolve.cpython-36.pyclocations.cpython-36.opt-1.pyclocations.cpython-36.pycmain.cpython-36.opt-1.pycmain.cpython-36.pycpep425tags.cpython-36.opt-1.pycpep425tags.cpython-36.pycpyproject.cpython-36.opt-1.pycpyproject.cpython-36.pycself_outdated_check.cpython-36.opt-1.pycself_outdated_check.cpython-36.pycwheel_builder.cpython-36.opt-1.pycwheel_builder.cpython-36.pycbuild_env.pycache.pycli__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycautocompletion.cpython-36.opt-1.pycautocompletion.cpython-36.pycbase_command.cpython-36.opt-1.pycbase_command.cpython-36.pyccmdoptions.cpython-36.opt-1.pyccmdoptions.cpython-36.pyccommand_context.cpython-36.opt-1.pyccommand_context.cpython-36.pycmain.cpython-36.opt-1.pycmain.cpython-36.pycmain_parser.cpython-36.opt-1.pycmain_parser.cpython-36.pycparser.cpython-36.opt-1.pycparser.cpython-36.pycreq_command.cpython-36.opt-1.pycreq_command.cpython-36.pycstatus_codes.cpython-36.opt-1.pycstatus_codes.cpython-36.pycautocompletion.pybase_command.pycmdoptions.pycommand_context.pymain.pymain_parser.pyparser.pyreq_command.pystatus_codes.pycommands__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyccheck.cpython-36.opt-1.pyccheck.cpython-36.pyccompletion.cpython-36.opt-1.pyccompletion.cpython-36.pycconfiguration.cpython-36.opt-1.pycconfiguration.cpython-36.pycdebug.cpython-36.opt-1.pycdebug.cpython-36.pycdownload.cpython-36.opt-1.pycdownload.cpython-36.pycfreeze.cpython-36.opt-1.pycfreeze.cpython-36.pychash.cpython-36.opt-1.pychash.cpython-36.pychelp.cpython-36.opt-1.pychelp.cpython-36.pycinstall.cpython-36.opt-1.pycinstall.cpython-36.pyclist.cpython-36.opt-1.pyclist.cpython-36.pycsearch.cpython-36.opt-1.pycsearch.cpython-36.pycshow.cpython-36.opt-1.pycshow.cpython-36.pycuninstall.cpython-36.opt-1.pycuninstall.cpython-36.pycwheel.cpython-36.opt-1.pycwheel.cpython-36.pyccheck.pycompletion.pyconfiguration.pydebug.pydownload.pyfreeze.pyhash.pyhelp.pyinstall.pylist.pysearch.pyshow.pyuninstall.pywheel.pyconfiguration.pydistributions__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycbase.cpython-36.opt-1.pycbase.cpython-36.pycinstalled.cpython-36.opt-1.pycinstalled.cpython-36.pycsdist.cpython-36.opt-1.pycsdist.cpython-36.pycwheel.cpython-36.opt-1.pycwheel.cpython-36.pycbase.pyinstalled.pysdist.pywheel.pyexceptions.pyindex__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyccollector.cpython-36.opt-1.pyccollector.cpython-36.pycpackage_finder.cpython-36.opt-1.pycpackage_finder.cpython-36.pyccollector.pypackage_finder.pylegacy_resolve.pylocations.pymain.pymodels__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyccandidate.cpython-36.opt-1.pyccandidate.cpython-36.pycformat_control.cpython-36.opt-1.pycformat_control.cpython-36.pycindex.cpython-36.opt-1.pycindex.cpython-36.pyclink.cpython-36.opt-1.pyclink.cpython-36.pycscheme.cpython-36.opt-1.pycscheme.cpython-36.pycsearch_scope.cpython-36.opt-1.pycsearch_scope.cpython-36.pycselection_prefs.cpython-36.opt-1.pycselection_prefs.cpython-36.pyctarget_python.cpython-36.opt-1.pyctarget_python.cpython-36.pycwheel.cpython-36.opt-1.pycwheel.cpython-36.pyccandidate.pyformat_control.pyindex.pylink.pyscheme.pysearch_scope.pyselection_prefs.pytarget_python.pywheel.pynetwork__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycauth.cpython-36.opt-1.pycauth.cpython-36.pyccache.cpython-36.opt-1.pyccache.cpython-36.pycdownload.cpython-36.opt-1.pycdownload.cpython-36.pycsession.cpython-36.opt-1.pycsession.cpython-36.pycutils.cpython-36.opt-1.pycutils.cpython-36.pycxmlrpc.cpython-36.opt-1.pycxmlrpc.cpython-36.pycauth.pycache.pydownload.pysession.pyutils.pyxmlrpc.pyoperations__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyccheck.cpython-36.opt-1.pyccheck.cpython-36.pycfreeze.cpython-36.opt-1.pycfreeze.cpython-36.pycprepare.cpython-36.opt-1.pycprepare.cpython-36.pycbuild__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycmetadata.cpython-36.opt-1.pycmetadata.cpython-36.pycmetadata_legacy.cpython-36.opt-1.pycmetadata_legacy.cpython-36.pycwheel.cpython-36.opt-1.pycwheel.cpython-36.pycwheel_legacy.cpython-36.opt-1.pycwheel_legacy.cpython-36.pycmetadata.pymetadata_legacy.pywheel.pywheel_legacy.pycheck.pyfreeze.pyinstall__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyceditable_legacy.cpython-36.opt-1.pyceditable_legacy.cpython-36.pyclegacy.cpython-36.opt-1.pyclegacy.cpython-36.pycwheel.cpython-36.opt-1.pycwheel.cpython-36.pyceditable_legacy.pylegacy.pywheel.pyprepare.pypep425tags.pypyproject.pyreq__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycconstructors.cpython-36.opt-1.pycconstructors.cpython-36.pycreq_file.cpython-36.opt-1.pycreq_file.cpython-36.pycreq_install.cpython-36.opt-1.pycreq_install.cpython-36.pycreq_set.cpython-36.opt-1.pycreq_set.cpython-36.pycreq_tracker.cpython-36.opt-1.pycreq_tracker.cpython-36.pycreq_uninstall.cpython-36.opt-1.pycreq_uninstall.cpython-36.pycconstructors.pyreq_file.pyreq_install.pyreq_set.pyreq_tracker.pyreq_uninstall.pyself_outdated_check.pyutils__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycappdirs.cpython-36.opt-1.pycappdirs.cpython-36.pyccompat.cpython-36.opt-1.pyccompat.cpython-36.pycdeprecation.cpython-36.opt-1.pycdeprecation.cpython-36.pycdistutils_args.cpython-36.opt-1.pycdistutils_args.cpython-36.pycencoding.cpython-36.opt-1.pycencoding.cpython-36.pycentrypoints.cpython-36.opt-1.pycentrypoints.cpython-36.pycfilesystem.cpython-36.opt-1.pycfilesystem.cpython-36.pycfiletypes.cpython-36.opt-1.pycfiletypes.cpython-36.pycglibc.cpython-36.opt-1.pycglibc.cpython-36.pychashes.cpython-36.opt-1.pychashes.cpython-36.pycinject_securetransport.cpython-36.opt-1.pycinject_securetransport.cpython-36.pyclogging.cpython-36.opt-1.pyclogging.cpython-36.pycmarker_files.cpython-36.opt-1.pycmarker_files.cpython-36.pycmisc.cpython-36.opt-1.pycmisc.cpython-36.pycmodels.cpython-36.opt-1.pycmodels.cpython-36.pycpackaging.cpython-36.opt-1.pycpackaging.cpython-36.pycpkg_resources.cpython-36.opt-1.pycpkg_resources.cpython-36.pycsetuptools_build.cpython-36.opt-1.pycsetuptools_build.cpython-36.pycsubprocess.cpython-36.opt-1.pycsubprocess.cpython-36.pyctemp_dir.cpython-36.opt-1.pyctemp_dir.cpython-36.pyctyping.cpython-36.opt-1.pyctyping.cpython-36.pycui.cpython-36.opt-1.pycui.cpython-36.pycunpacking.cpython-36.opt-1.pycunpacking.cpython-36.pycurls.cpython-36.opt-1.pycurls.cpython-36.pycvirtualenv.cpython-36.opt-1.pycvirtualenv.cpython-36.pycwheel.cpython-36.opt-1.pycwheel.cpython-36.pycappdirs.pycompat.pydeprecation.pydistutils_args.pyencoding.pyentrypoints.pyfilesystem.pyfiletypes.pyglibc.pyhashes.pyinject_securetransport.pylogging.pymarker_files.pymisc.pymodels.pypackaging.pypkg_resources.pysetuptools_build.pysubprocess.pytemp_dir.pytyping.pyui.pyunpacking.pyurls.pyvirtualenv.pywheel.pyvcs__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycbazaar.cpython-36.opt-1.pycbazaar.cpython-36.pycgit.cpython-36.opt-1.pycgit.cpython-36.pycmercurial.cpython-36.opt-1.pycmercurial.cpython-36.pycsubversion.cpython-36.opt-1.pycsubversion.cpython-36.pycversioncontrol.cpython-36.opt-1.pycversioncontrol.cpython-36.pycbazaar.pygit.pymercurial.pysubversion.pyversioncontrol.pywheel_builder.py_vendor__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycappdirs.cpython-36.opt-1.pycappdirs.cpython-36.pyccontextlib2.cpython-36.opt-1.pyccontextlib2.cpython-36.pycdistro.cpython-36.opt-1.pycdistro.cpython-36.pycipaddress.cpython-36.opt-1.pycipaddress.cpython-36.pycpyparsing.cpython-36.opt-1.pycpyparsing.cpython-36.pycretrying.cpython-36.opt-1.pycretrying.cpython-36.pycsix.cpython-36.opt-1.pycsix.cpython-36.pycappdirs.pycachecontrol__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc_cmd.cpython-36.opt-1.pyc_cmd.cpython-36.pycadapter.cpython-36.opt-1.pycadapter.cpython-36.pyccache.cpython-36.opt-1.pyccache.cpython-36.pyccompat.cpython-36.opt-1.pyccompat.cpython-36.pyccontroller.cpython-36.opt-1.pyccontroller.cpython-36.pycfilewrapper.cpython-36.opt-1.pycfilewrapper.cpython-36.pycheuristics.cpython-36.opt-1.pycheuristics.cpython-36.pycserialize.cpython-36.opt-1.pycserialize.cpython-36.pycwrapper.cpython-36.opt-1.pycwrapper.cpython-36.pyc_cmd.pyadapter.pycache.pycaches__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycfile_cache.cpython-36.opt-1.pycfile_cache.cpython-36.pycredis_cache.cpython-36.opt-1.pycredis_cache.cpython-36.pycfile_cache.pyredis_cache.pycompat.pycontroller.pyfilewrapper.pyheuristics.pyserialize.pywrapper.pycertifi__init__.py__main__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc__main__.cpython-36.opt-1.pyc__main__.cpython-36.pyccore.cpython-36.opt-1.pyccore.cpython-36.pyccore.pychardet__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycbig5freq.cpython-36.opt-1.pycbig5freq.cpython-36.pycbig5prober.cpython-36.opt-1.pycbig5prober.cpython-36.pycchardistribution.cpython-36.opt-1.pycchardistribution.cpython-36.pyccharsetgroupprober.cpython-36.opt-1.pyccharsetgroupprober.cpython-36.pyccharsetprober.cpython-36.opt-1.pyccharsetprober.cpython-36.pyccodingstatemachine.cpython-36.opt-1.pyccodingstatemachine.cpython-36.pyccompat.cpython-36.opt-1.pyccompat.cpython-36.pyccp949prober.cpython-36.opt-1.pyccp949prober.cpython-36.pycenums.cpython-36.opt-1.pycenums.cpython-36.pycescprober.cpython-36.opt-1.pycescprober.cpython-36.pycescsm.cpython-36.opt-1.pycescsm.cpython-36.pyceucjpprober.cpython-36.opt-1.pyceucjpprober.cpython-36.pyceuckrfreq.cpython-36.opt-1.pyceuckrfreq.cpython-36.pyceuckrprober.cpython-36.opt-1.pyceuckrprober.cpython-36.pyceuctwfreq.cpython-36.opt-1.pyceuctwfreq.cpython-36.pyceuctwprober.cpython-36.opt-1.pyceuctwprober.cpython-36.pycgb2312freq.cpython-36.opt-1.pycgb2312freq.cpython-36.pycgb2312prober.cpython-36.opt-1.pycgb2312prober.cpython-36.pychebrewprober.cpython-36.opt-1.pychebrewprober.cpython-36.pycjisfreq.cpython-36.opt-1.pycjisfreq.cpython-36.pycjpcntx.cpython-36.opt-1.pycjpcntx.cpython-36.pyclangbulgarianmodel.cpython-36.opt-1.pyclangbulgarianmodel.cpython-36.pyclangcyrillicmodel.cpython-36.opt-1.pyclangcyrillicmodel.cpython-36.pyclanggreekmodel.cpython-36.opt-1.pyclanggreekmodel.cpython-36.pyclanghebrewmodel.cpython-36.opt-1.pyclanghebrewmodel.cpython-36.pyclanghungarianmodel.cpython-36.opt-1.pyclanghungarianmodel.cpython-36.pyclangthaimodel.cpython-36.opt-1.pyclangthaimodel.cpython-36.pyclangturkishmodel.cpython-36.opt-1.pyclangturkishmodel.cpython-36.pyclatin1prober.cpython-36.opt-1.pyclatin1prober.cpython-36.pycmbcharsetprober.cpython-36.opt-1.pycmbcharsetprober.cpython-36.pycmbcsgroupprober.cpython-36.opt-1.pycmbcsgroupprober.cpython-36.pycmbcssm.cpython-36.opt-1.pycmbcssm.cpython-36.pycsbcharsetprober.cpython-36.opt-1.pycsbcharsetprober.cpython-36.pycsbcsgroupprober.cpython-36.opt-1.pycsbcsgroupprober.cpython-36.pycsjisprober.cpython-36.opt-1.pycsjisprober.cpython-36.pycuniversaldetector.cpython-36.opt-1.pycuniversaldetector.cpython-36.pycutf8prober.cpython-36.opt-1.pycutf8prober.cpython-36.pycversion.cpython-36.opt-1.pycversion.cpython-36.pycbig5freq.pybig5prober.pychardistribution.pycharsetgroupprober.pycharsetprober.pycli__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycchardetect.cpython-36.opt-1.pycchardetect.cpython-36.pycchardetect.pycodingstatemachine.pycompat.pycp949prober.pyenums.pyescprober.pyescsm.pyeucjpprober.pyeuckrfreq.pyeuckrprober.pyeuctwfreq.pyeuctwprober.pygb2312freq.pygb2312prober.pyhebrewprober.pyjisfreq.pyjpcntx.pylangbulgarianmodel.pylangcyrillicmodel.pylanggreekmodel.pylanghebrewmodel.pylanghungarianmodel.pylangthaimodel.pylangturkishmodel.pylatin1prober.pymbcharsetprober.pymbcsgroupprober.pymbcssm.pysbcharsetprober.pysbcsgroupprober.pysjisprober.pyuniversaldetector.pyutf8prober.pyversion.pycolorama__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycansi.cpython-36.opt-1.pycansi.cpython-36.pycansitowin32.cpython-36.opt-1.pycansitowin32.cpython-36.pycinitialise.cpython-36.opt-1.pycinitialise.cpython-36.pycwin32.cpython-36.opt-1.pycwin32.cpython-36.pycwinterm.cpython-36.opt-1.pycwinterm.cpython-36.pycansi.pyansitowin32.pyinitialise.pywin32.pywinterm.pycontextlib2.pydistlib__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyccompat.cpython-36.opt-1.pyccompat.cpython-36.pycdatabase.cpython-36.opt-1.pycdatabase.cpython-36.pycindex.cpython-36.opt-1.pycindex.cpython-36.pyclocators.cpython-36.opt-1.pyclocators.cpython-36.pycmanifest.cpython-36.opt-1.pycmanifest.cpython-36.pycmarkers.cpython-36.opt-1.pycmarkers.cpython-36.pycmetadata.cpython-36.opt-1.pycmetadata.cpython-36.pycresources.cpython-36.opt-1.pycresources.cpython-36.pycscripts.cpython-36.opt-1.pycscripts.cpython-36.pycutil.cpython-36.opt-1.pycutil.cpython-36.pycversion.cpython-36.opt-1.pycversion.cpython-36.pycwheel.cpython-36.opt-1.pycwheel.cpython-36.pyc_backport__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycmisc.cpython-36.opt-1.pycmisc.cpython-36.pycshutil.cpython-36.opt-1.pycshutil.cpython-36.pycsysconfig.cpython-36.opt-1.pycsysconfig.cpython-36.pyctarfile.cpython-36.opt-1.pyctarfile.cpython-36.pycmisc.pyshutil.pysysconfig.cfgsysconfig.pytarfile.pycompat.pydatabase.pyindex.pylocators.pymanifest.pymarkers.pymetadata.pyresources.pyscripts.pyt32.exet64.exeutil.pyversion.pyw32.exew64.exewheel.pydistro.pyhtml5lib__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc_ihatexml.cpython-36.opt-1.pyc_ihatexml.cpython-36.pyc_inputstream.cpython-36.opt-1.pyc_inputstream.cpython-36.pyc_tokenizer.cpython-36.opt-1.pyc_tokenizer.cpython-36.pyc_utils.cpython-36.opt-1.pyc_utils.cpython-36.pycconstants.cpython-36.opt-1.pycconstants.cpython-36.pychtml5parser.cpython-36.opt-1.pychtml5parser.cpython-36.pycserializer.cpython-36.opt-1.pycserializer.cpython-36.pyc_ihatexml.py_inputstream.py_tokenizer.py_trie__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc_base.cpython-36.opt-1.pyc_base.cpython-36.pycdatrie.cpython-36.opt-1.pycdatrie.cpython-36.pycpy.cpython-36.opt-1.pycpy.cpython-36.pyc_base.pydatrie.pypy.py_utils.pyconstants.pyfilters__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycalphabeticalattributes.cpython-36.opt-1.pycalphabeticalattributes.cpython-36.pycbase.cpython-36.opt-1.pycbase.cpython-36.pycinject_meta_charset.cpython-36.opt-1.pycinject_meta_charset.cpython-36.pyclint.cpython-36.opt-1.pyclint.cpython-36.pycoptionaltags.cpython-36.opt-1.pycoptionaltags.cpython-36.pycsanitizer.cpython-36.opt-1.pycsanitizer.cpython-36.pycwhitespace.cpython-36.opt-1.pycwhitespace.cpython-36.pycalphabeticalattributes.pybase.pyinject_meta_charset.pylint.pyoptionaltags.pysanitizer.pywhitespace.pyhtml5parser.pyserializer.pytreeadapters__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycgenshi.cpython-36.opt-1.pycgenshi.cpython-36.pycsax.cpython-36.opt-1.pycsax.cpython-36.pycgenshi.pysax.pytreebuilders__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycbase.cpython-36.opt-1.pycbase.cpython-36.pycdom.cpython-36.opt-1.pycdom.cpython-36.pycetree.cpython-36.opt-1.pycetree.cpython-36.pycetree_lxml.cpython-36.opt-1.pycetree_lxml.cpython-36.pycbase.pydom.pyetree.pyetree_lxml.pytreewalkers__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycbase.cpython-36.opt-1.pycbase.cpython-36.pycdom.cpython-36.opt-1.pycdom.cpython-36.pycetree.cpython-36.opt-1.pycetree.cpython-36.pycetree_lxml.cpython-36.opt-1.pycetree_lxml.cpython-36.pycgenshi.cpython-36.opt-1.pycgenshi.cpython-36.pycbase.pydom.pyetree.pyetree_lxml.pygenshi.pyidna__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyccodec.cpython-36.opt-1.pyccodec.cpython-36.pyccompat.cpython-36.opt-1.pyccompat.cpython-36.pyccore.cpython-36.opt-1.pyccore.cpython-36.pycidnadata.cpython-36.opt-1.pycidnadata.cpython-36.pycintranges.cpython-36.opt-1.pycintranges.cpython-36.pycpackage_data.cpython-36.opt-1.pycpackage_data.cpython-36.pycuts46data.cpython-36.opt-1.pycuts46data.cpython-36.pyccodec.pycompat.pycore.pyidnadata.pyintranges.pypackage_data.pyuts46data.pyipaddress.pymsgpack__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc_version.cpython-36.opt-1.pyc_version.cpython-36.pycexceptions.cpython-36.opt-1.pycexceptions.cpython-36.pycfallback.cpython-36.opt-1.pycfallback.cpython-36.pyc_version.pyexceptions.pyfallback.pypackaging__about__.py__init__.py__pycache____about__.cpython-36.opt-1.pyc__about__.cpython-36.pyc__init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc_compat.cpython-36.opt-1.pyc_compat.cpython-36.pyc_structures.cpython-36.opt-1.pyc_structures.cpython-36.pyc_typing.cpython-36.opt-1.pyc_typing.cpython-36.pycmarkers.cpython-36.opt-1.pycmarkers.cpython-36.pycrequirements.cpython-36.opt-1.pycrequirements.cpython-36.pycspecifiers.cpython-36.opt-1.pycspecifiers.cpython-36.pyctags.cpython-36.opt-1.pyctags.cpython-36.pycutils.cpython-36.opt-1.pycutils.cpython-36.pycversion.cpython-36.opt-1.pycversion.cpython-36.pyc_compat.py_structures.py_typing.pymarkers.pyrequirements.pyspecifiers.pytags.pyutils.pyversion.pypep517__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc_in_process.cpython-36.opt-1.pyc_in_process.cpython-36.pycbuild.cpython-36.opt-1.pycbuild.cpython-36.pyccheck.cpython-36.opt-1.pyccheck.cpython-36.pyccolorlog.cpython-36.opt-1.pyccolorlog.cpython-36.pyccompat.cpython-36.opt-1.pyccompat.cpython-36.pycdirtools.cpython-36.opt-1.pycdirtools.cpython-36.pycenvbuild.cpython-36.opt-1.pycenvbuild.cpython-36.pycmeta.cpython-36.opt-1.pycmeta.cpython-36.pycwrappers.cpython-36.opt-1.pycwrappers.cpython-36.pyc_in_process.pybuild.pycheck.pycolorlog.pycompat.pydirtools.pyenvbuild.pymeta.pywrappers.pypkg_resources__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycpy31compat.cpython-36.opt-1.pycpy31compat.cpython-36.pycpy31compat.pyprogress__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycbar.cpython-36.opt-1.pycbar.cpython-36.pyccounter.cpython-36.opt-1.pyccounter.cpython-36.pycspinner.cpython-36.opt-1.pycspinner.cpython-36.pycbar.pycounter.pyspinner.pypyparsing.pypytoml__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyccore.cpython-36.opt-1.pyccore.cpython-36.pycparser.cpython-36.opt-1.pycparser.cpython-36.pyctest.cpython-36.opt-1.pyctest.cpython-36.pycutils.cpython-36.opt-1.pycutils.cpython-36.pycwriter.cpython-36.opt-1.pycwriter.cpython-36.pyccore.pyparser.pytest.pyutils.pywriter.pyrequests__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc__version__.cpython-36.opt-1.pyc__version__.cpython-36.pyc_internal_utils.cpython-36.opt-1.pyc_internal_utils.cpython-36.pycadapters.cpython-36.opt-1.pycadapters.cpython-36.pycapi.cpython-36.opt-1.pycapi.cpython-36.pycauth.cpython-36.opt-1.pycauth.cpython-36.pyccerts.cpython-36.opt-1.pyccerts.cpython-36.pyccompat.cpython-36.opt-1.pyccompat.cpython-36.pyccookies.cpython-36.opt-1.pyccookies.cpython-36.pycexceptions.cpython-36.opt-1.pycexceptions.cpython-36.pychelp.cpython-36.opt-1.pychelp.cpython-36.pychooks.cpython-36.opt-1.pychooks.cpython-36.pycmodels.cpython-36.opt-1.pycmodels.cpython-36.pycpackages.cpython-36.opt-1.pycpackages.cpython-36.pycsessions.cpython-36.opt-1.pycsessions.cpython-36.pycstatus_codes.cpython-36.opt-1.pycstatus_codes.cpython-36.pycstructures.cpython-36.opt-1.pycstructures.cpython-36.pycutils.cpython-36.opt-1.pycutils.cpython-36.pyc__version__.py_internal_utils.pyadapters.pyapi.pyauth.pycerts.pycompat.pycookies.pyexceptions.pyhelp.pyhooks.pymodels.pypackages.pysessions.pystatus_codes.pystructures.pyutils.pyretrying.pysix.pyurllib3__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc_collections.cpython-36.opt-1.pyc_collections.cpython-36.pycconnection.cpython-36.opt-1.pycconnection.cpython-36.pycconnectionpool.cpython-36.opt-1.pycconnectionpool.cpython-36.pycexceptions.cpython-36.opt-1.pycexceptions.cpython-36.pycfields.cpython-36.opt-1.pycfields.cpython-36.pycfilepost.cpython-36.opt-1.pycfilepost.cpython-36.pycpoolmanager.cpython-36.opt-1.pycpoolmanager.cpython-36.pycrequest.cpython-36.opt-1.pycrequest.cpython-36.pycresponse.cpython-36.opt-1.pycresponse.cpython-36.pyc_collections.pyconnection.pyconnectionpool.pycontrib__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc_appengine_environ.cpython-36.opt-1.pyc_appengine_environ.cpython-36.pycappengine.cpython-36.opt-1.pycappengine.cpython-36.pycntlmpool.cpython-36.opt-1.pycntlmpool.cpython-36.pycpyopenssl.cpython-36.opt-1.pycpyopenssl.cpython-36.pycsecuretransport.cpython-36.opt-1.pycsecuretransport.cpython-36.pycsocks.cpython-36.opt-1.pycsocks.cpython-36.pyc_appengine_environ.py_securetransport__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycbindings.cpython-36.opt-1.pycbindings.cpython-36.pyclow_level.cpython-36.opt-1.pyclow_level.cpython-36.pycbindings.pylow_level.pyappengine.pyntlmpool.pypyopenssl.pysecuretransport.pysocks.pyexceptions.pyfields.pyfilepost.pypackages__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycsix.cpython-36.opt-1.pycsix.cpython-36.pycbackports__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycmakefile.cpython-36.opt-1.pycmakefile.cpython-36.pycmakefile.pysix.pyssl_match_hostname__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc_implementation.cpython-36.opt-1.pyc_implementation.cpython-36.pyc_implementation.pypoolmanager.pyrequest.pyresponse.pyutil__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pycconnection.cpython-36.opt-1.pycconnection.cpython-36.pycqueue.cpython-36.opt-1.pycqueue.cpython-36.pycrequest.cpython-36.opt-1.pycrequest.cpython-36.pycresponse.cpython-36.opt-1.pycresponse.cpython-36.pycretry.cpython-36.opt-1.pycretry.cpython-36.pycssl_.cpython-36.opt-1.pycssl_.cpython-36.pyctimeout.cpython-36.opt-1.pyctimeout.cpython-36.pycurl.cpython-36.opt-1.pycurl.cpython-36.pycwait.cpython-36.opt-1.pycwait.cpython-36.pycconnection.pyqueue.pyrequest.pyresponse.pyretry.pyssl_.pytimeout.pyurl.pywait.pywebencodings__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyclabels.cpython-36.opt-1.pyclabels.cpython-36.pycmklabels.cpython-36.opt-1.pycmklabels.cpython-36.pyctests.cpython-36.opt-1.pyctests.cpython-36.pycx_user_defined.cpython-36.opt-1.pycx_user_defined.cpython-36.pyclabels.pymklabels.pytests.pyx_user_defined.pypython3-pipAUTHORS.txtNEWS.rstREADME.rstpython3-pipLICENSE.txt/etc/alternatives//usr/bin//usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/pip-20.0.2-py3.6.egg-info//usr/lib/python3.6/site-packages/pip//usr/lib/python3.6/site-packages/pip/__pycache__//usr/lib/python3.6/site-packages/pip/_internal//usr/lib/python3.6/site-packages/pip/_internal/__pycache__//usr/lib/python3.6/site-packages/pip/_internal/cli//usr/lib/python3.6/site-packages/pip/_internal/cli/__pycache__//usr/lib/python3.6/site-packages/pip/_internal/commands//usr/lib/python3.6/site-packages/pip/_internal/commands/__pycache__//usr/lib/python3.6/site-packages/pip/_internal/distributions//usr/lib/python3.6/site-packages/pip/_internal/distributions/__pycache__//usr/lib/python3.6/site-packages/pip/_internal/index//usr/lib/python3.6/site-packages/pip/_internal/index/__pycache__//usr/lib/python3.6/site-packages/pip/_internal/models//usr/lib/python3.6/site-packages/pip/_internal/models/__pycache__//usr/lib/python3.6/site-packages/pip/_internal/network//usr/lib/python3.6/site-packages/pip/_internal/network/__pycache__//usr/lib/python3.6/site-packages/pip/_internal/operations//usr/lib/python3.6/site-packages/pip/_internal/operations/__pycache__//usr/lib/python3.6/site-packages/pip/_internal/operations/build//usr/lib/python3.6/site-packages/pip/_internal/operations/build/__pycache__//usr/lib/python3.6/site-packages/pip/_internal/operations/install//usr/lib/python3.6/site-packages/pip/_internal/operations/install/__pycache__//usr/lib/python3.6/site-packages/pip/_internal/req//usr/lib/python3.6/site-packages/pip/_internal/req/__pycache__//usr/lib/python3.6/site-packages/pip/_internal/utils//usr/lib/python3.6/site-packages/pip/_internal/utils/__pycache__//usr/lib/python3.6/site-packages/pip/_internal/vcs//usr/lib/python3.6/site-packages/pip/_internal/vcs/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor//usr/lib/python3.6/site-packages/pip/_vendor/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol//usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches//usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/certifi//usr/lib/python3.6/site-packages/pip/_vendor/certifi/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/chardet//usr/lib/python3.6/site-packages/pip/_vendor/chardet/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/chardet/cli//usr/lib/python3.6/site-packages/pip/_vendor/chardet/cli/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/colorama//usr/lib/python3.6/site-packages/pip/_vendor/colorama/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/distlib//usr/lib/python3.6/site-packages/pip/_vendor/distlib/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/distlib/_backport//usr/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/html5lib//usr/lib/python3.6/site-packages/pip/_vendor/html5lib/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie//usr/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/html5lib/filters//usr/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters//usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders//usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers//usr/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/idna//usr/lib/python3.6/site-packages/pip/_vendor/idna/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/msgpack//usr/lib/python3.6/site-packages/pip/_vendor/msgpack/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/packaging//usr/lib/python3.6/site-packages/pip/_vendor/packaging/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/pep517//usr/lib/python3.6/site-packages/pip/_vendor/pep517/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/pkg_resources//usr/lib/python3.6/site-packages/pip/_vendor/pkg_resources/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/progress//usr/lib/python3.6/site-packages/pip/_vendor/progress/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/pytoml//usr/lib/python3.6/site-packages/pip/_vendor/pytoml/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/requests//usr/lib/python3.6/site-packages/pip/_vendor/requests/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/urllib3//usr/lib/python3.6/site-packages/pip/_vendor/urllib3/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib//usr/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/_securetransport//usr/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/urllib3/packages//usr/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/backports//usr/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname//usr/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/urllib3/util//usr/lib/python3.6/site-packages/pip/_vendor/urllib3/util/__pycache__//usr/lib/python3.6/site-packages/pip/_vendor/webencodings//usr/lib/python3.6/site-packages/pip/_vendor/webencodings/__pycache__//usr/share/doc/packages//usr/share/doc/packages/python3-pip//usr/share/licenses//usr/share/licenses/python3-pip/-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:39462/SUSE_SLE-15-SP4_Update/3faa015c2ac39f3524e8846fd245162b-python3-pip.SUSE_SLE-15-SP4_Updatedrpmxz5noarch-suse-linux emptyPython script, ASCII text executabledirectoryASCII textpython 3.6 byte-compiledPython script, UTF-8 Unicode text executableUTF-8 Unicode textPython script, ASCII text executable, with very long linesPython script text executable Python script, ASCII text executable  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRe^x=%O[Lca-certificates-mozillautf-8a4977adddd915ee7f5332791c963411e03b5d3deb2aadf121a119a497f01ed47?`7zXZ !t/4+]"k%pa ð-w;(>KUmci;BmMn1 1BABp?Q|RJ?E([3EuD2V lF]nxqL1دovMݢ.ĺE)=vw 1-~ 8,1+Yi;yɪվh}3C2 ڝ1I*;1qj54!b ؔ K@-j]*yYNcFp ^'{L8߃^c KBYd=xmO~ 73d_&τ,SX;>_joן>~+kwR{YR^Gɨ]$ o")g w:[)JD5x*͹οCW*n/W[,x4]p30*=2h\߹UG E4P^J6^KNd"Ha!}Msߟ7䙅(F K3p\2֏E1H歕׿j8d+f8o3i!׳y%XaĖܯj%І@!t}6r4ո 2,f(Whj=Y/lRimT-ѕ0Ё+#nrfqN<ԏ4os?V&һy C>66A0VчrBzpL%%5t[kXi{CzVr9`x1sz+"~?n9qh*]DP4xL#0LDn6oT&?2RcXlS&}o4IC2~?yGqXHZWQBJPqGrR?w\A]-C %(:l6fxgR22?zc~/<܊4 [ ;r=$>o7;"ްB+UGӿbcz=k/Wy-¡d2i'#yWȨG? Mz`%^ tF]]TDY 3R墛L毧#/ &=~0+P~}*[^9N_?o~ˁPm^;FD}YwM3f<?.rw&A6m4by *e>gLrMl١l5'KV/ f9\ &w)kP E<&\rȠrb}<*DnjNГp>`:7 ]>h"xˬ$LQ`}Jr\<5Zl+ ۔l|Ug?CT%lȠyZ_sQ "5>Mlb;,}=Iw3v ۇ׶uR[pX˥B'Cޫ*58~RN;ޛtVrYRGZ,ZVI+h+l)4`fʈV,Q9\^3p 2'5A1CϿe+ g230{#wҳ@5%̾߬&7a5_${K]j"%B: D9>R ʯɰ,)G8B0 ùl5]<}1zVI"QYNKD@Ul$-rؔ:1ta]y)S;6cd|Gg͝+v!}fv$d&-e]tޛՏY2-Deì) y')vB `b\0to+pi{Pl#jˍ't]VVd-2pbCȻįFLNwz8sUiVzJ:€aXj]޽A6Vs&N$^{*m.!б"^yB~=/%f9ڴ*Z*q." P7`x - Hfwte.EHBE`$bA!hi=>Є;M!KNweHQeS pzjɑ,;4Us ')Y[g3,H.w5&d&|)e$J? )?\ck6)HS5۳~U5ˬxw!u{3+Mɰ9E#Qm_LO!J\J㔩H!'xp}- WXyfg=sxi0Q]=ulVNă}-p|KMo`$N"B<'u}5G'/B03 b ^M:]' )}b>ܐ5ngq[ 2m6B۬\4U?b,f%T~BCtJ@B$Oyo1H{LI @rj%/TchZ/;rqmrxD+smruElWW` KA8Ӫy-[thia"RuI$B3dO8Cw'V%)3Cώז;MJ!lʽ`c?>&ŗ.8~V1jW;,Ɓ2+nx'΂" fb3;@RjqO(q0Wsi0KrT!2_ʯO(@Lџ8AC0siXz|BY(;3ِkN`gOYy/ td$Dۿ-Z|?N1( p3צiR=VsGBdd,8px+I t'DY{*!w*d3 غ_}\ܳ,.AeΞgAQ@}Y4ߔdqg? CJn_$g+FBhCJφ2#35ISJjRkb 46;hIl')kH#Rhh&.[q'u&De9)>'Œ.`GuI &ځ/hs>My񽶯Qfe~Ye{0ppJcՍ}:dc_H P=9#߸%.^a'rIdVYkۋe/!0c_[Y(7UGJ>ҿBr‚!WJ\ϔ<7PɧJslȕṉ̀iH]+>:¡^_|zv-=}1ļ'S*rT)ȄUvMaEZnFyҧ> $Iȓַכ/6Oȥk##w^U}N`~հw-/mZNd5?%c0y.θy%z-} o;Z*Q9޸#0@,:hURy~Q@0+Y%MRM}/t;;|AUDgv GPRX0"/>`Z#mwרu7TcRCD[ RK pkO> -).=7 tK5QY!&LP4zԁmhcgSzmB#Hך._<^k$ʧڥ8{{Jqil*ɺM}&/h x?)p~u,{]W_ڢOn7*U`46$^]>QeㅩL8vJ悮u|]pRE{ڲklVGƐ3(ɮ] m^e2%vN 4ީK@KHr݋ i >nAtt0,2 R)?(ţAOT/BEQ*G찗==Bi@ .VvHKo}@@AQB*g %+OE7~#AyyLL{|̤ 48`g9rU(MfáO{J-ɟh?E˺ŌO%xqHcN2)^l@fLu[%DX3|c_cIJ}ֆ.Gaza;h:R1uVحo~?*Հ jD4-c`Q&ǯ#$g ۬A]n5b`y63BW;e{qBA-7~}8ّ"3~rZZ5i}1I",D2A9UjzSzͣMˀWnG6\3cPN+m[H७;~i嬍ʣ{BGrʄ  z{(QA65'QG%#SڎhІmM#:׀ ~AMgϡʂ{!]vZ]c:2wn m0͜/Vʆ4W!x(վe }{ ,)51 /GNG;Q1E룧d-5hy̧h`#e44:*v#$|VM^ b%R9lAG6 ~H#nW:~ wubS\uV5Ͽ1qyzɆ_U\OpZՀmm$%j5h!@fkĬ- ISV]*>!7?C^Ş}Jt,Cзƪ)Enmⰳ YhY3@C?XGĻ哞 qm <=\Y`+9ڭnMڰOu h2-Rp$BAnґ{{ {)N0@M):29΅P!raAB`|]ѿ,lwl`:JAY6㛝˝id$a-: k+vdJ򀪜HXk/gɹ8*Xn<`T/ gfdqibld `-I^U]S5斉*۱@BpeEQŒU7)d$4AG.Pp(Y#B8Р$9iaJ=8y7Hˆ]9:;rG +b [sJ~P>?2ۊlxG$Ļ{m|rކKKs8wf\Ƹ>k7$7Ob^kԕF;MChho?hᛣHP f]#:IyԷrhqm $R4v*|7g 2H Y\?q&v_ZCPKADƯdL>\gXB q #{E đV0C*LuJ[6Pwuc; /ZY# Æ4.!P_D&bW,qw}6py V@*2kpQ0TS^ )ȷ=y0t3[2"ȗG!QrlKaUY[U֓1-RÚqs,x#-㻎(( &|N޷ )ό>|-Esnrٙ'īiSDLAoNE\2 f!Q['l@_U)+w62]3 ;v %&*G   4dI|F&KU-k1waMWlE&jh\0sǝ oHlpǕsܶ|m<]= C%&" FRg Pk [C;qe2%[+"9(!ș|W7H]w?->Vƃ)5p=Ih0Jq4 Wq٠wc?z+-S;̳hN!)kR-wiBKͬxs|{_)2Y}琑XlXOMBЬ5Cm'UJT-a e*[|$G*aBu׀bj͔xV %9Wp2PCq5e\!9Dr0зa[]#p[`2}蘕OAbQօmJ6/֚NQWȄgAnoT $&zajD !^8=.z!riinkօ|@ގGuhcڮFy.u#ME̓Y͊0*JWN~` Om3r Ghl/$#}ԡ] H6!O+f/jbVZQ_xԌ쩙:W<0n,LdDy0HcS":E%W-JhWlf:e p$gUW*HeB;"zq+#]wsu >_C;oo6m+;#f|NJ%bBhtǹsm9mpNH!KD6ofRss&Ș! 6_Yfk#+ƞ* FH~Ѯ(LyAȃ0ڛN `CRZލ&R8:4XĬEsf8wAt_ O_8@lvj${ ÷wRH/%`+SfR΂6!UkZvJ{<,2-,,}YL9?w?˃_և;jWm,'ܕg$","gЈ @ۭA3#gX:cs'D,Vǜ']P[ 6xRG2@J%"8nhZj .87AO~5cvM#L>LabYr~TqϡSj,\b&;YJ8Ŕ{< +&\oՑh5PiA~G= ςkAzXZWh >4`% %RRRc2Y9ۍiw*+ Gi{ca]VrtlCygpB0iOɰH&Ձ;X,M2t@ԝS ɩVD*eo[q !Yp[X%/ ȱj5dH#o} Ѯ3~nhFSf_nLT^mlfeo7Ϛ&OQt06Zѕ=[I 8;Z s[d̑|֓D=~;lL՚ZrW6G;rAF߻iJX :6wgaq8Uii$dFTнAwY"cȔvKGOT/Ɂk-j+#!C1I^{a`wvef%)Q {߰+!D=4$ -l2~e?$z *B%()ӺWm!|ΏmuQ`k g XfS0VE!V,ܨmXzqKx-Y8J>̀Q96Is4Ntɹ"r Vn-բN|rMPyGPF=}(gͮOib9*^g35AcC1 "@n'Tj)”L%qL F&ݏy[e,uT*o{뵌}> oW3T$RJMdUDm_1=;97`=kp=ޑEB@(/#'^ΰYaӈtldTc^1|_ro%Nϕc/zڴa=OEX=6լXEDJ0>5:dek ǂ4~54 hzHO,F_& >Tj9 4כ98)ߘZ)Yjg ,may6|}!Aaa+HJyg%@*p V} h<GfiI=T}sŇHdzV]܈GRUmhG ɘ^i2όn% )g%hS0NK:bk'q]g3'lsLAѕ81T[:}!ld8-W>0ARXv|:GX7C4i2h((m1K_Bx“dr vn40y402ԧʐ!=69Ui^=Ny *VH,DUf@/gۊ;jwӄL0m/uH#/]"F~(y%F+_cG_G|kb.p~;8J༨r0R>ldoZp~2$.s7uidu~,\(/Qz31KbCv[m^{uB>u'MOc]֎2זex|y\?M}5tOOv}֮Cꥱw[*z|+אږ$u=%oIA0lܖ\iQ.6;Po{,UTccorb|D$N瑲bI}Z/kF Mg i>x!v̇DYDhp5>'a?*Oi[V6ӯhT#pD$ P ΃%BR߈c@P (ؔf nt3 ^38#3v0έQEݾs'³6{PKZY'ӥqҁ ]W8,Gq+@׎޼?N ok^1A m2a(xEGޜ&iD}%}՞>D`D? 1t U RC}LB{ղL 2MxԳ^JEM'IVJ:Ʒ{kx,xʡ"=CwlpZu:B,yh06͕,WUˀ Ȋѕe$F'#_f$.E*h?cy4Ɂ,;3})CyE{Hjȶjß;X:r7̬5q~^S:t(SQÄSq:@}U5}8y#}Equ<֜#X[uY ,c9zW[W@90~3ʙӛ\jޖ}S.V*=6ncMɚ3Gn5<ڣmS\ 11#⇘ŨNUuBKXcSTPair*s`hD Js\$j#'J tA-e#ׁp2P;w1E &ɛh7}0+OT N8@g3g r~ Ҧ<R4߶͚7E?0'ŲRFS]'dy"ѠZ5E|0YwVo>OgKXTJjmO͹ESƸ̆l^ _ݝ>&?( .WYvPi͟5 }7]n2C3ieި#o}ۖ CI{]-A9Gik14d'jx;O#Xs&$O5K i5 QQ{vQ4^X6ʹ;oo7( *o75AdS:PKJa/g!9C鶄"ԤX`+6{L8vqtųglU1f㛐zu,ZQ- *c=344iMS kt(I=)b|Nʊ6cy%,vb'?(lٱk;"iGweb% ۛJdj#MgLTf9v VqNfRYG`C^ _HNA%r]4ح~<=Kw(,Sn bQ>HQʷ/WaIIe7lw/G/ x'&eRюj ozϮ8 4;)r($×=уI?z|uq+bg07- =G5S¦vjn*beL+=($Dtm[@xGel\i:9hyBbv 1c.E6CWqִ𻯶9@iU#/%ۗ:*JE{q!ܿ k-{ u1n73>;֕Vn)~-in M4d$#I?3QX8>gWn+m/%BTŲ^.ǣ(f|\5&?C@&`~S1*Dj8M9X~>:Wh/'<6P hgw "_}dbJ*E)hiS)@dOP 4mJ!$LpQLU2:)b@h pwķ彎FޮjI1PfhzW: 3$*IG/h&*tZA`bU-Ck4'Ƣ=_i)\p!P?׷@:kx[&u02H'.c֝%{=G*u;-cd GhCgOԌ9`Tao+BV˸,=‘&?iR~~@q\v{lBغx+`|Ȫ}0J T,Ad$\)1JID @Q~KZ ?h ̷uK&a,(\?U-;<( K:(_ Ʒ[x 1?DZKzP-Zғ8`X^8τ)_¿9I ,SO}Q;p=i?/=kܙNmSS%,VKQgTXUR' ח|9 1J%+PkD ) 蒥>ǾY8"X2M{R?%&0 !EDj:; UzqN `,2k2J6qYVlգ<NߤrD2Z\êt`Ffh* 8|79bqXR$G[g-p3W| GV3GcgO?Ёl1V(t&w@ %lW U, GX,K.,ŹM/,Q_Yԏ"̘I `Bg\VQxI(4#3;`BIQ:FPBRI"w`s/I{nyu'$3Y@z>(hΤpro1"qqHL(NMơβo0 /"Xmt^x1x~c(r|or*FpظkntD% (Nq֕6Aid}zE}4!<'M_~Ћz@Mu[#'r">Jb "Y3zƷ\Mt{¥wxjSi &)0J#/bFv$f":=W2qDܑ1Kn&A 8HVuVBaWgЀ7#0O?^i~/ndp'| i+L+RGGʶ%yY#&p2qf5 BQǮda5 dvr߹'SW1TltH R)NE9zAj؜9b6uփVPӶ8t]UU5k +tZ]U5@J`C #F$L9 Յe+ٮn\~y+bBRgͭ|"NM=6,Xϩ>vC{KQ6;6׺ 6c6K4v{rQ;?r#t7}{۽z:8E/ps2׺0 CM}3'R.jy>"KIE~PWk{!f/\TY/dؽ8ǿ„m"Zy`$^k1Q>YD}j};pAٯϬKHHbTyM /w?5ϏtUNj6M|f^c0 #!8 Mg*o폳{+Qۤ4^v_j'9: [qvȗs~Xh ֬?-/w /6g$ ŵ }THiw)joP?Iٶ ߰ⲔqH̤8f{Xc6.&`Me}C?嶺b;dh̜⭄9 +oNZDeieP{4;10>mN#YU(9 X[a Ԫ!$fr ~pxy_r1+ ,=/(rY,W\!@FI4cʡ( \OϧX.5x3C5h@0ϒ^7b?AO I1?0 4J#' nSrw^ Ⱦb4$5}̢!6N mJkISjX +X"7vL_C9}n0%I*{TNH/}drCGǎ+cE) ײ%$w1CK7+K'YȷB&L Tl-)zZc "ffCQn'r&5Csy_yA *"$gY+ !(ap-Ss55ͽ+v%P9-S~!bQ,_tq8)uRB]ҥj/v6JGmw`vlc 3YhoRc/%l]ƪԠ8nGզnVEh84SwJ1.ks~;° QbeL$"eW2A@\;sKS媡7ܻŞ IÙ*u8Y푐f%CiMpˤnD; aTSSZ~sYiS{j {BR&oC;Dg2M>h?GAL_QbW=O^pHDnV5aSD4tC L4SuSwǭGh RV)T ܙ1yބ,1%&X g Q0Aߜ#f!Lp7 EiĩMt8Cd"O^КVfEKPRB'rkNBnz(θE )k@KN_ktjHuFG|tezs؇;p5lKlŴ:DU4&vX;po۱ 'CDQ?CZ`"mL[h}7G尐}Prh,;U)I\YگLf0 ':4LV Abgˏb 'rbOpʊu:T7S}2SR7M >'յ {T&mk;SnUd{{3([X&)[(7Dn{E izTЂg GS WlD{{{fe܌(s5NZ^JIJLR>"etM\*кtx5۪6×kΌ2ͭP09z[ijdBi)#3qX+Q榅 ~E?|sE^ӷ=3Xηyy#/P 7^*oZ4 32nć'S_|s?yՀkR#HGa_%}[4CH|#Mq ;#~{R3X=ӏk~{g/ʫiRtfd!n~ 87BheWd'0;ahB$WQ᭣EVb5X.fPYf@ E(YGmoC<8`ȉ K*@*emf唹P-8yEέnjULMQnxpc~欟rf4ɸeFX;XD5z8眆.|XBsNT(ןAhEʑ#TPFDgY6zR7+JStZD\ _vu/,nf]$P\^ftG$=[!E[n>zF%~Wv}Ed_xJ}ig/5W *g!'O=m@ײ,i#iǽ% @0@Aos\ݶW mvwؤ!jѣ`#^Ha3H{S qDj"?a,EhwlJ!ը>C腲R*uW >M18o4YMgR7M!P:EPGٜj g&A6-_AThqHVKyJdP^H~ѾOGq#VEgNi  Vgjen)1a}ysaIJЊ8oh/vx|qKyDW2/3wW?UvJ!*$*k'K iaɔ-wEaHcXip_w >8|=Z|*HN6}9G9 SyŁɩV:vĒEw~sɛxYA^:R5a[.kO9 .NN)Q9ݦڪG9i Gׂ_]Zyp{-lԜ 񖯓86?[Z:wUGZ~H_ST(g~*u hr! QW]S܆g=dU?)+Lw8$ZO5.M*܁36s of{ɱƙYPIgsttC[.i Xӵ@K+*jH<9g/@L Fh69¯%u3IR$nNQ $~2(5մ*fپ㣴sBe[|Q"[e |^*&:_KaMW:(N}TktF'uר1fCN-?ޯG%:‚xƅ2!RK#XZQ d:jkaI9q\*{iONnNVLљmKD1|h?\[B7/lv֙v\ ٱMy`'eWאucD@KwYd Hh06'\P=Lf/Q:JS8=c%CKUS!l 3ܲE:]ZP?>) Ax)x*в *'މ&nYFºby25/QRREj!n}uOeΆ. s`Z@Mw:ODa;r?FO |ډE}1xIY^_fTAU4"^^8EO, v\2 T Aq'}ր5'ޔ,褽q_w\ ^(PZTcS;I-+%8*cM~e9ECǧ+g\cP>82mnes"]P]!ջW1*ZK4Ysg<ZhwCqHP=q+BbV튛_H!{G275Ba"UxymȚ{$^>Qp0-WS np`}&6`r<8<|XC*_FPi<ǩQ{{@ NrU6okQCICx}W*I$&;cUS7Vz>Wt[dc+U7=.X%u=խRH~[)Ż["a((V6톍vLHu µ0̒ma,˵oǃxtdʿ8(?Q J Up ]R㭜8eJ5zD.ēbXz X h6*VfPb="]+)agL"B.3 r\RT++o{ڷ/(AX L1֕HT) þ&'7yA8vb%+'JYR؉'1`Z6iKGV1*zyeDv,堬 I›"q#=mnOJOA$WIlmIu CK.|v˜!suh{A,76u^Z4,; &_u}rު>s8}epe-e(0jlH:jŢFҔϳjJ@$C+{Ù"7?O'G3kKjZnmdm6JHAJZ+r'AF=8j+֚/3vi WI]&\n>ՠ쉾h u2^B-G}"B.)l; ϳL\iKsGh;QUb`bv(c跓IeVc"!խw|~35I6QC猊7MGg;wȾyboLiO,kp̜ 6%v6.ա faW:duz*>U=Yjၕ2 &+?AdN T6)ʀn TV'Y$Z_a`>DCLcPMHGM5asȌ&'[wi$r p3pxe-oR=|| xyoȧѢj=?l}D?3GF _Scuwka8sW,ȹ:Q`([2nq>A]h} d3xlZEW`[Xr 6Є(P" i )&{^m<*#R"[/_Sc}GV>˲3F< !oaxz6(y#<Ji:`,%u2RdRkͷ2o@j2a3f[b u`0P[s?.R?f]-U t_UbƳj(p ļ^N>Pۮ_j!Xz9ᦴ -Rsқr.l}n$ GQ'6Bʲ[Aux!¼}Ľ++ڭTJiyP$FuRţD_Pb|i)zJxLyA\~4i5 9 /F|b^ݝD yM.KLtbǦ| bvYm0B`:`}3DWȰ."J-h:}R@aIШsD6p!_ Zڄes75p@MJ6}i4HpX)w4L+/-OCĈ/tƟ _vd؀kL  {ԑo{ÆLXcI8EyÌ}矤8[Rѳe#(H[@@NA sAY!y feLr x~E1iHdG'C`>)L;Ze0Wт]ڳ^wZH'hy˲vaK_,W hsW[,XU%a{B0RlBTKߺ?60q0H&8mhJ5:U;,a[`IWeόT_0r_ByKɌ`8x_ʶN3my>n/1 "\s#KyDϖCs0smɄk)=A@Q&RVD=8;{cPF? M1樴 Z6AB,Y* 7S&Qssdam#/yIŖM\bBqGTd Q֭}69<>':jcRuV ٟLaN8+K 11 sK?4:WCh҆δc!䌃1R]%K@O=7F2مTQ8zoMȁ5*ߗ7pW+15%aRXe(ZʛCЛA@*K9dd~e.ؠ4پ6dݵ{m::p~ƎZv?PgrS,q Հ? mhsR1 Ldrp"J7uIPx%zTֆJGÒ!t{ӏ{JS{ØG8C-첟N#g5&Vb6\L7v\uIraڦ29\v?9P: +mQTOvszh|<$Xze5ئK9OB\t'H,F9EQhR͙L7cD(FrѮfEăElxfjjlj)O\"WL˻*Y'GcxmK '@`w z]?B lj6M&`M6F_•8YtD\v`P8fŵ>ytiKڇ*9Ik:-nԀ),;1;\#ye̝m,O]YSҲXIV-^8g3),7) eO8Wݙ!lFOG2]Wr{_.TDʓ D8Z:ɊEn@~a, |r{!S;gs`{*KԚTPQYDXr*ꥇ/"Ì>PPlJ]6N.}ݹe zHW2-l:\rvKi/?Ի^ fZStr ?aWn}| L 1>Nqa/ҘejqRdb~lxq^SI1Zg>ވ3L{Vݺ12dnT7 {Ҁq׍{'k^pzRF &^3hm1Xd"O;G\2:*G@TQ> Vߡ Nܺb"", (x!61J n#V%a9,hq]E4.KCf#A,<1.A瞏~V7ĕu+W,4"n/Y&y#ڨ&( \,HX@"PQ{1Xt|\FYf9CX l벃NOdܿv R=!V^]\:iz[*ރ:cֽ4CnϊBܚJByާ8^IXvO)jf8ڊ:P9Ju8) 2ө; |QbȉY-s6@Dd\uhƦH BUYƚtey ?3l~t:=x&^A( tE+j!3HMԟNdgOV`X=]Y%D*r 1Dq% Pg0 9]v1'e +%ϣ/ѧɊ1FF)M&%XE\p bIOUD'4IJGdʎ3q?+40,5AU847f )-,J/Weōäk}^Q+lV) .CDD(zl= {-^ /aeMk͞mC ;Qξu:^(>HIPf^n HMc 8+v8"RV( 6XYIGU-}ZSߧPrBZfƞm*Xe'QtREwA_ˮKn:x 5V] f)8r"k:*5yпSkZwY^[C |LL G"3nF1m͉a | 6̳EHn+]K o g|@]^U*뿀6 O % {**rݗv~2xj IC12Ͷ庹|+6DRvH[p6 +jE2f,Zbq[{_RL)N<+{vn& ̽(Fezҝ}l>'Er[mcB1h ׂ T w0 BrDW5PAMڋ̐LV䀺Q $'xS G?> FƘԆRN.ij&'ҋ (DSi'#*ԉ UEBLWbnؐߜ=Y;F^Z~ഘj:$|mEXuX[ѷL#Ut0.J_e,vT50i!;]/H-P>\HMkRI UE1] aҸEkrJ /G'܀)ZT')X~bًc=p3Njߢ_~G)IEiJzo$e\ˡC FֺmI[];V0:kΎȰf/8!=/cA(+6]5Eg1*=5*Rgyj[dLGs k$@-y=Gn(NTesw X.oljQDm/㓙4nJ#W|dN/G(n+Ayq9O9ydEe.ґ-'Ԇod-0,yCuf~Ph!}SĮ6_4MJ9JۡN- adG #'2LG)H^JcXbGn)w .vUu\gEAkOk7Lԫ.DgͧU ^rfeejA4710 z|jm-I&&h4j:~ zs-LL1 UM^R@ |9La4,4o9,!Duwg*H ~1cw1^%7!8ܻbxڛf8gsm bOL ܔ{1)'Ѥb-LG%p"q "3&E_ph}D1{^x ?EY>~"j!44I eD-_R _mZps7=WY1'mRoۢJ'GLuv|Bhj{D+.VWX8:3u B[Ux[O+aM{\OjN_ɞ-O ou τ n9' \,4A*lxyLڡÍE,f\oeGquIXQԥOz ԁGREI |MA ^ƶWYM8k:yF @`ŤjC:U2u u L6z ]ƕfc2B0lBtNEiF6tSk@ 2B!ؒ-bF6M΁~ZS n7eOt#rŔ| f?sch,"-Gv0\Pk*_g%'eGWvG)Ѕ @4 \q0qK@5jQQ_p{z\6rc(EJh|)1BBH.ѿph/Eci+(tLIh~6h29ZU2.cGTJ{%a{ɞc<Uꕏ~8` } W}.W@$pN?Y҆ 7! ]MeHOρ_X?ᨈ+)/jk斬#w/Crчwq :4mʍA%W/lÆ|O(aĎ r ";@YPӳ%O [Z~_c@$|ɝ/zgo2~}-ӂ QcLf| 5x&S4 :JA`x`őpZJllt;qvYNd&?.D=Z{W31IbwGY kn&3&Z&1c/ 5OBZ_'e;ۊbU+vo_Yd=Jr&> ieÒŰ0pLo L'WNaX@X7;oNt:!mۆi=!FVX2cKF)Ԥd5a9j*`>bY>0I*^ {X*t}/zٟ%`Q acz P_ ؑq(!Vb h*IMpĤv!/&,NzizN{ݪ} <."%H#f&(GV]qGY]H+ɻ^?Ƹ>RjZhHxTfV]ok؟`'`1="zaEwI]`lf]P?*<..YJku3J|_LaS {}fF2\3"\rk3~yM@݁n?y\ζ]UeΖ=TIb߈rUGLK_po0̴KK$SaثM*Hz 6YbVX7u`LߤKr>j*m&_u4VsJ5s-]P?@ʱBt{ C^TaP6َą7B.u䐲r[jR1 CYTx*7¸K?TAI2IdL6tZ}s!codX.H4tĩ I-N̏A;nVIC)]9mV_Džkrh5 V!82!8b>~h~,L 5UY.[tKNEQGC[PᾗÝ+aKY+н%uj0jZ=x$t+R5%M CXP,3p 8)~߲NW co?3yЫhm T13q3/\PH2sYTdAPYpG}%֡nh`# ty\PncI=~ (*F/':?ۋbYtnR{dlYS)[/7s~s50%@^-4Kh|lfHʣ2AEէC]wuGPoꈿlb\ŦɛL?BSolC&.c [|B#?-vhs[:VIFKs"vDC~e.Y/4Ә&9M&k83Un|?>FC@Zts"]#CJnĞ>:?[UUD}w7\C+M]w+Z(hr{4s{E ſ|Aq)kn9KzYAΈ]FԉdA=OLǽ) uoK|K?Uyf5ʡ@t<l5\v4?E=Ý\ȘU#;c;*؎YT`}mo:YM_)) Lc_|jFeluEfw%>1.)g44?'+h9d4{I,IHtK7!>"Lt@嵲w#{Yq Ve-Ue6.q_;1UE'x`'\FM rJ#\Ta7.=[;~UTvd2eiXxɺTT;3;&kT45 HZZfы@o4X/{\ERO п즷c3*&, D[l,h{գܣaH]b·@ 5)=Ƞ*Om M~d˚xyύ% јa6Xdj@z̲MRu;> ?j]V Rӓ)cંjDFhNW*>; EbAJe26pQ ]B \*Ll2>2@0[rKqvk-Ũ`]5嚍I$-6 {I=/%p 9?AH aPU?aFT1-Y_lL}"6Six:7ڧ[H璭~x3ӤW@6TCfIJpW -S±_0pA9V7|o zp.\q^+Ɔ0z"i7KBlWhE<`5u`A TK Vy.Nf;hP'Hx4px٢,ͥgiw0>zͣ=%8OЋSGDªVjƳVrZV/~QN^5a-I5ז*,T'<<8}Bnkxz`,Јc HS9v\(lU5Pc\V꒴{>$3%{gEDDRy砍ʽ;-D'Ӎq&Eo{LADiE⍜: VRWyoy'!銟`j|qhU=+ 00nYZ jM7Ўd GIr< EĔ ,)fq8آ0Hkܙ¦'"56GglB$t$Tdc18<2*E#&Q9ZOȷ diQ"v;& lP'.E:g3 m*uFiqB䟀[#̝<z4ʨ}[M3qZv 8][TTQَƶēXXhHb_1+.ϊ?*lF[Oav|_WBP7OBpz-|,4ō;/wU;hTQW1űtpBa?wS5]Iqo4fEE iYIJg-x ZztighI#t#q2юڍW}3k sF#uK,K/qrD"48ƢTߖ L,1K>ݞ.kحMدҬ'`ߜܓ;j)+rj,X%!]XSTd-;kNX9GIr0=>>@ ׌_:Zzx| deӯc45Nj J$l|ꈞ6t+QpUNlqs!)PzS!yt5b*~{#J K#C ,+A bX: &0oQq u_G !:{q6˄v{IR5?aʺM,D+ͣ{%C,aE*_ez2sw3(̸-(yD z!R!`$h M'XL]f\JiI iFC6"\]Ew&>:$KxDZ@kFO2z3vEmQ#B "9렍,Zh@_ØjxR -Eu:jH HKAU1K@TĤ\H'[=PG$vd猦3oQ ?EJFF'"ة-B",Elz`kM9raJ#)WKcI3q6uH.P-V`Kr[vঊ'ޛnI?:v$+ jxD늊ulW*F'MзScA >"榏)/k\T_6,6쮧@{jC)|.I9O܄h&Fk/wFg5,o#XAV2ilT6p%qʂ@-JGƴN7 t3ğQEC;HD EF cX!Nwc(~&I7V6.BCЀ}C-+ۻz+GUy-9N%WxFUiG[~3u^͋[qQU7뮃' R"v&Q';Acp@&Pn^sG: <70T=.)1ʋ'+cc1d0=KrUאVػdw+kp@* } t{eT//\On7% `;hL^2PkH\WXN%vXNCenU}" qCnfх}>Q胚%XԇX }uiBZۻNaZkt_oG5h:^R#H@Y:?#+RK(i[sp5x(KHUb璾f`j"n~re]v)xf \nL'$?~ m&&ʳ1{yTFWL%ꠝ C'7[@. ^K `$Q$]M.Ҧa`ac#̋g5Z=HUeyv)^%+pj!s0C! \Hi{S>Alxr PxbGNmk^;Rj(1Һ1})`bJ2^>^X誜s˽A;l{ph"|}:mD)4$iNQyWWV?#Ԉ! s +Gza}502=M3^Lhx*.OdXs )9Sh,H$q.ϐRj+kŕ-WgSA=CCVL}*_L;:np4G>bNȾ mdB _$Qdmy~Rmrw8<:^knӌX$EGŘSi7&IYi-{!^'LjEˬ܃EeHU##%P|CwGtQ>},TEwE1#X~͸&}uQqDz{9+#ŝ*}k,sq θ-S|spklMoݎF8Mtط}OƱ Q|p!Pۆ Z|ʒ?IVo 3DZdqr'ׂBgp }ty _TN:(pWiBOg-D@UKFUj .ς%S@NlDlxQRtQ ޻=YUfՎZ7&!y노AffxKC.?dz0Zђf`M 0(N%GL șL6w5`:},M m=}FBڊamO&YzA)61 c vYK+ o=Ag{paMm#ԑ tP 0x@|EEtl!xH 䮫X ֮/8ÏGSE^޳؎^ tLAqw K 5˃hIIOи)u>+ Ny79)}ݲEB3fI;1})WS4Sdao#9,юT[3^z2G@J*e~[ @r0. ,cS$׀v? N ,J8nKHΔtuY{ۥ/*, A 9PK<p=nl]rfG-X>^Z2XgYF/7׃eNR2-;mᔫ Y?'o~A`cVgj^;%Iw b@_ jӂLZ]qݲ~5鑇jO&ɼ`Dx+U T.ܐ<سJg_zG1Lx eyA>_}S!>"c |]1 i뵼42 YL <<X /Wb "rVx܂ ܟ*E8wW0>n>d0>z@6 LZv=֩!.+p+x2u lbax[{(%R'v4\:÷8QxUjpU{7Zfʨ)-i!o0 ;B 2<.MH=DoLܱɃ:!M&v+,x(>!nm9}rca/͏ʚwF8CgvN6!ˆ˺@h25/f(y% з^5^1aK7%o ^;S#t O`10w@J)g洵Q9e":!gW3p"80BLXЦbs;$@wuah,Uy4"KZb<8p Azk tWP&,qC@z&xXKaG*\`Q)I ȯWG Gu^'hk*H^A0%XVĂbDS~!>/b85ӔjtBmM hd{*׺CmrA*̷{,LO HBEpf,S 8 ۗosW&˱74Ey %hYذ\WJy7 [Ky{Mrr4a !aV!:3#;KLhGSotP煒ZfI!$Ht-3"̚7ҳU\7 /Pp7.oQMOzDsC1̃"sń'16#L{4^c t^!'n `}K&~fN :k ".@)n F=ִ>mZ*,6P!E#J=t|Cl\LD`-Fp +?PB~QD^:|nߟF8ulWPd-'*\DL\TWR/U(סzz$}=d1`=,*п{TA?k@?vefQ ,$O>M?@s|Qri9kS<+%GO.C .DC ;Ϛbt Jgǯ 0Aea$:\~aOitkH]L3lNE7mlԁV7-Qj">~@֍kbDfaBQ="Q'(ZH9g:zf U*$Y=t{(cr+]睙|ΡxW lB~W`N],}>Pf?5UDUOy[ix-Vi:-p:kV.Іo&1u n)=G-2]in6h m4p`KdV(y xE-E0K<5#ȵџ1x|v]OmhZh6ҧ~ ~1erj\:؎㎈[ko9AWDHN3>W#^m  gI z؄ 1ENYЕ[?"*d˰"ė`uq'}J }6b5 еb+ӊW ެqmhL^l'4^JBx+k5ŘDVa{všGdpzCe _i8 ESױ.B? n}Ps&dwVJJfgqB>7"X6ZFj$tզ~8G:T6br"U~WbNO[KR*qj*NDZ@njeuzZI< ^tSH튺9 B/ͷB6c)pju96w\wfZ.0C# E{)iYDՌzʦ:{.8^EC?Ѩ @{POmy!ܿ ނ9y< K;$ش`!$]:[nry!+ 7$pBoY*mD3PR\-hf" >4{;e-a{lzU{P2ƕr\HxcSU8y EF(t/%\863GY+jU\0.#-.1YRdeɯ?}PE04Ƙj9U,:9ŵwuîMؤ摄^T9`5eOxN#G/2Szj+rޠE@MIᇩ'*u0?hZjz[h?=t0 * "Q"lqa吓u^ɷ*+VmC ѷ@Ep] nJ&ct/g_UԸ΅SrfK5!?P <_3=@M]rkd0Mpas ܣK.ZJ\ =JgAV]Xv3=Ε=znҞ-^l&=9ϛ\hEۤG@ɫXPAxJ˲R_Ч8M|k ĭ4f<狊;ZDdsc]$$mq+m-6Pez)zrҮG|Ug5`yhU6gMKk,Cz9_jk^䃚bR5f#n#>؄Cgi.J9/wD*y6U D7Io-$rND֎Y֪]YSp'0zcƇV7.H'a'>HDWqs1@}(%& { eRdyg6EFk<{tk5RLhLѵ3s^U؎Ӽ15;;F=$A؈ 6gI](>-eA2D=eUx2 *eV53j@wD\Kj#nEPacL73+X ivƳ#{Qf~ż~,,)?ZqE H+w7 -xPǺW] Q DNQZ*]Nlzr 0]{$onqF-֔=Yi::;F(5QOSC Hm[B:]2^1BGS_K',xӊ輤U([~k۷/M0X^e*LVwRc+c8m`! 'wh]N˅twǚkO5093j{ " zrfN+2lVtM85Z oQYaI_"ҿ) `(+xtq1VHl$HbgqKBԻfk(q3r&){~dP Y#:ȐK`6ݹEQ/1I$Ng忟jq@QO)PyCX$4~ߖ\1O3 r!)e씥d2fp/I*n꩙<J@sX nu"Gg[4lt]cBtoI<f 'ߓGIQ_d,DOcyn3"vj.c\pI"]B <8!D%&%^6:q$]ڜ)Z=j_E&FjQH^DŽkmNt1g{`/kRa suD/i[.y x[5"-*FV_(AyQKTVQk\B7}aH"*QJK1xEDFAޤ2uxdፆ^IXj`|h ~J<}H#fJx`օZސb>9jrze合PBO|V}-g|} lqJG=2"@>Ys@d͐:v%0vH]{ZQYBR.{+pa181֌i".'Mxo>ɛ-PJmhzՌ_]Bb1y_LI$W&uj*RvupFGˌ'XZs|XmPqK~N-X1Y0^ .@yZ-xq+JVc4tѭ*jQTbQ8j[(rY~b 5k\N"ܺ ?nwM?u零1_,FۗMD|Vc9Af}3_U >ԆVBOy }*?1wFVF+h[s21ɣZH gdeCa-wjz93wB)Sza.1*ͪn!Y ד.qSu+l1b`|U^JP(/H={:bedJo5U|؁]znj{Ԏu]Dֲp38gcT:)^,sX~ZxU+O2t/ŀl (h.&IB܉: ]h67IȬۛ=` 2ܣpna1 X--k`eGLB/:GM~uo hV}]>)RUUcVa7 khk󣛅 չXk5nqw"L[i̯r140ISaLjCHaP1SU.Z?n4%=3%Y-@ .rBn8EA`\]tc"@08F(5~ght5#)aRluR?QIǢM6PEz_ۨ*2 p 4`sG'Q4 @#H X9WUywI-jHY{Uob ~4&M[oJ utW읨8EK:Gvq0^_KoRp ylS g«v܅5m'}K&ZxN铞SEFm,xUTJAUbh^[^vZlɒR( +756TNn0g]IB"Q_ɐݗ筤 0&d=E%BC鳇t;$1W\[k -&Gmoj|U;V˥\?ս$E U$\n8TI =k4&C.闒Nk KZ]yX urTU8V!Fz8LhB/V`B[oY5Euԧ5mRн[jp(yy/c}W-ԇeNT%_0u&Xo NBzp*ЭwOfP8 q*E2 9Es3vI; F[_0*2~٢4JW1>7%y`4:]zϦx3թhحݲtKg]ӥ6I8"8˟պ딯2qFLkc$}]&(ߦ teíTTH~=s{T7˹'idXǍ |')CP#NɨLⵊֶ|+:u!TeD2L^[ K <)Q+8G9.rG\|bBgP('8h`P2qN[3W ٚr(?R1ߠ FmD@\Ɣr{sN6 YNQ gRch[o~O]zI*ӄWÒ1٭ʸ؋U En(ۛW,f";T(+>JX!Cpc\kcY"Nd/EEB h14Rb *-rGuShL# 'Dڸp'&S|tpf5ȿ$$Pj zK'oV͸V2CIݡ`zkK9fNW객J1C2Jq> &7:05S#<9>)yQ'i?3$?J 4\6Uxu]hPxT=ʞl}LI]=tD4B]Z߿B6-pc!⠞z5\9"VΧy {¢ @Ff >G{Qۃ"tsڴ*MA&@i&zҵv }x{Z}C'5[cNHq،ul B Pf#z#_y* lT5P{i]^H ,xGCfƉ_ȗ:h{q-_"˘ !0d&dei| ]GS(nPY=?BZ Ymο=X) a, zh 素P?*(r g06堽_P{%U>ve3FpRJIA>miC-SJ݋4T9*7E ,D簾vo>Z(e^**"Ĩ׍d!$$V؛Lж_b3.\? e8Q@H=ib'hCC ~gF8uG>kn܉}ƣXy/Kp*lz.)ToR&>!9q62 vdPNdAsf0#yYe:x8l9r c([3Mb84#rDGjYS뢢d58Zդ.B tcO[a, P|XfK&csοyb,kBL@ֻ:S2] #\ٝ-+n.r5%=R}ϤŻ: AS# -(cg W*OYN^YzۤbfΒ5  ~ߏ:[뒑7EGY"-B6n7hCbݨR4ވ+yvU#ߏv)b:;wDM$+LN@`_cq1|NvmRp2 WlXs򥞶g%D@fc<9?&קG,z $"uou![5Km7Im,ѝ>Ñw(W ʿ_δ-?1:m~<܊U ٪3钘qsj"\7͈6"&"[KW2"'Bil+R5vuʡ+4:bM07P'qԅ`$xl&c+ZMϾv2~&0bAl3Ԫd2 Bn}9|SƮF IJw6JO)x*r|~ΎS D+Y㔍|;tNƏ9;O1h NK8L9F*;JM'+jlY !?5 p'z$Wd]\sQޅc%4M*9{ZX 3APW MLY^qŠ֠cn>> <4OsgA "-n/2jg@ӐYElE~06նr܎j̬*긁yn|v( !xCb46Wes++D9P*Y*aj337\ 5*PԻԒr$KJP4-InVIH|<0ړ=*'bٚg9uG5^L2yG_jQ $T)&a!dqO1G(mKFR|kxMKbPϘk0DG K4cp>&rfq<5FOKK1:2ZR;_{TF8S|#gq(: G&5,) *=W-y{acL|%T/ŊL4Kᇕ}1oDxh)~GJg{fHBC:ND&GHׂFiܱRAy& ؠwZ`Y0v_qH.YfG-woHv␬%K9?@ #^ ɉDˇ3Z Q]TW ya^c肎 Ʋt1h/1f*qMA>ܻ`=:ʯH+ZӽB70,,ӱC2Ғ"nc=,5`Dx|P^39"#P+O pvM$+{$ mȰ;:,Du+R8"=   kHi0qW$L[4~j89Pv 8iDHF󒗸\scd8(j;l/iykbsZv@ʹ)3O(.?[&\f^nSS\gn4tQ-d搠Sq+q܀.SKހkSeՠ;%wa<14nցBj\|glۭNha og qZSGI}d,8қ7fjmIY󍲑%о˶G5TN=rj_ficI#L {vUzNXT7 A+!;\sA X̜$!.'xQU%FۢҔ喦uB憽Nj^ԊV _U=W M%.<):`!p$yر-iRi,̓w)Ut+:|v"s!iygѩl]?Uuck_O6'PEUsp4^l wxm ެB9HˆtuƩheZ¯FYJB7>Ȁ}nhG59chQysN{ۏH@Mg$7giǛ,_ #Vgl2Q~c7H-jA G5a?]~PI рB'SA@C2HIhA"g) ʼ]+-߱km7mA Bq@onJ![m5kEr=rg;նt3/м!^Qު408^x1SwR9Bο\Nw-0Pqa$XI x/_E܊ZQ2 O0blK˽JCX[XFr56kA N9I\iJ| ܷ׻Gd+0H|pc'Ѿv}WI}ƄwsH''!cK#aPG3-n&G:` <Y$&(:z mp=&NQ9=|".X"UϺku)9Bp3{1l:p7gEd9p{{ѩu8/yZom,w Ҫ52vTacwmj͒E_>=+Z|ŨIr>TQ9u4ݥJO[mm~|Lu -+}zgFd^lEy}~V B2JB! up!v Q*4^#2C5_6*H2|ۻA,]3> GAj`N]]%,>qCx}ՇbCcKձlCV;x9=лp+ ;jg6t~UoXfh{g \>'-y/R6E6Hm=)vg;_= ԴVh_u)\FhSIcxӠgrɣEȧv5`%'`*$e?2ZSD/.LD kr:/b”kr[jV.$r."1(܇̻©x:<+SP:ur >F3]:}}?x[1y_9f-HN_*v5oNGŞ[2[w.UnoW{"`$ D<#Y0 p [prtuUs` 3jmLoYSta7c=.D'eגzƫѴLi6؝wE D841_z1?1"۶ g"BÐϖ9#/y_mi&w$$dYV2ͥijVfȳkan5Md6ոdg^}Ό/g#~usB}+hKg04?[V.F&ܝiMrfI{yBD C.LcfI;5Nf/!\*ZeҢwJ&AO\P8]9FI y)4!*bN _Y>>g (O{!I^9c8Y{ daAtc,NKc68}o7*0kuy _LQ%+ĥZ'8)#;M$a|H*]ՠ :Q̲usc&*ο 9OG#F dZ s |T `Яmf3Pl,fP$aKv!>]c1(؞\i6noR \4gUf Ilp j;5ȍHSfEvTT={/Tۘ*Lz4rYE0JZ6֚ $hB.LUA}vߚ ꌹ&}ֻ8YJc H(hwBzqwjNrZm,e\AO7Q!Gìkʶ07#x5fUnīQIS_cGlT>Ɔ ySɓiʊYr sGj#=8Ya"W}o-ϰc=+~Ԓ^6~:w8_u.]F0 ~"4u(B)w€}#_ô?7OZ\MW<8ܨ!C .W[+.)H:hsh-zHBS3{ϣ.~ %f!Ot{ +>cޝٝif5D-Y!KSe%W֩:c, dzf^KtMƭj ^Xנ !*ß,]BQ[zf^&#Q,Sh! Hatr@trjgL'4/0k yz \ `Q D)Œ Vp@dZ"ֈwѲ5ݥaĪawfó t>G3.Q~u!y0&|7 U ;[>P tZ/yv 4=ɞ&zX#L ;nN0P!и"@.fhj"Pvr#TOu(X^) _,X53h Me {KWJV<`J59m`[KS \)kuorTi A `}e"B;9ϟH <ܙc*G.CN(Et/A 9Ej&[r(s1 HC/`9:z V|V+P+P¸/8^t&CIzo3[E\P"WP C|.i\Ӵe[xvaZ s.΢#ny;YA8nU 8cGȭvMu|硜7(yf)[8۽/EHY (`: '/ UE?skb- ,cN҇S  $bpDMkDOบ)xDfiepO^W8Ii3 %WxdvCZK,nF\ΐraNWOلLhYjR _W[ `qـ$`SYp{ #|4įjbSAXJZ6s*dPS^5:A41Tl7 g* |/W4jԧ #IuJdHETȂ.8j &"6h=#e##Iv {w2}eBN?:ܜ &9emIr"Ysʸ_EX=&ru#R}lh7*_p%`ݏ~zL<ΐ8&6pNBIq9ύ[!FȮq/&t. mB[&ub$S1gr~]UbwAXb]6/] tJyo"krZ(!Ǜs?~=fnF\Dsn&sl8v4vłÛRo@/e4+p# h nS UXt-_NfA;ɴ]SV  ^mlLIz$ (K&g߁O+*qms١?7)?6中H[3l. ՐH)sDD,|t Sh[?nδ6hv6B3mB!gC4JA?gg*{k'7,pU͹+e/鳀%'] i']$fLэ3n1A#7- xRDM2Xq $6VjBKX멒xf\23㨎PMm~M*n{ Q8^8#Ι~SU(JeLJOe(>=|oЄT EHN a [Fx?n0ڸpTPF|LMuK]RJڨ }X*%_L~:*7Mo]h"B^;0,t"0!ɞK#^hq`꣍GX|L;lr werlV N]f:lV.u<".mgݹrśiLEr\S&.ޒO* Ɉ",2Y!E紦3ȿTg|ѓ_' ?Yɮ9bp2ĀJtaE/c{rdj>HI/Nxu/FK>  Du:/fĖge/hrÀ8AȩZII~*iAP=NuR9#KO"ńt;oGƞ>aU1 D( jrao^K_,fce2B/b[RJ:6FSa^_ @dqɩ_1mC8RjlI6OlBpDuo 1Z@x!~u9!%ϤoŘU(3r#p^ڡLh&Xb9rM7ꕛ1I4mk|4xj`}}2Vܐt{SKlO+we\OC6\OѪ-.|ayxGݗ8۪}-Ma RR,\~MD9o!oGx7>:*,ezg K}^RD\ 3֑'mO_FaAߪtq. zm>bQʉ~j!5/LLZH㟯Y{!3h-Jo?ElRtLz,a6 'xI z #IOOȤ<̋x*hSmعW_/)bq]eSAaV,IYyTM70?(ItZ|WKJc□*iEi#d)+yho,ɼP۸O6_vQ 8 8O2x}2uOx\Na45yR }aϢ?QIWwz:4r]aC`x+S8Ib:P6jSbL,La1y4D{&cCWk #+ԞxPP;/am8`; ɹm;$:ك~ȹ 3ǣߌ_5RHK`)طSi؜?L~浌=)ج2`hzzY{̇GR_!6Vo4**Bx.+se¸ ]m.LC(o(u60ѵ\>; n3?F8 Y^[:)1`ђ@~{JxGeÃPd%gL +uy_[E&'PQu%:Q*nI_r\o<`=Fɔ0@/A"E .}/֬KqF*k£=a긫BÈs*b{ؾgR + f̄GHl^p偕**՛QP\`^Sqdl^}\M-nDz*V:_>Ν 6kIp߻I‹f܉eJ#Nb:V1qj /Eٌ@؂=\*, ܻ^0QN9%d'+I%҄W.TP*eL]Ȧf}Qc08N/YHH׼69:t9L0g~ԯvrԫq' A8ZktTAeC0CK47>;|3á%"WY~i9)Ŧ_,Gޠ@E)--&p\߃'A;ߜNHh)T{pdM2SQt>,V@gh;E.δ.^2;60rJ1d5˃?3!oH^~KW<#`. b]?(_kl/ZHDoD`?0 )ng.H]_ |]+kV-zMMQڳ!UP嶅{,/.ƴRz^3\@aZDŽ*##H)RL^!|;>RX,0`{s@^uԚdǨoo9Ҽ㡁^Em.ͮlGg?iӃ4=}ѢC֗ K!Y(__80C?oҞ9@0f.<"cFFSWwh }i3Q*@ڏgؕ=|!XEnW~ Va '?;w90T^GܬFL+w?H Ɓ()"f@0}>-bHs<ߔG=rWMN\yKb|9l#H&<`Kg)EŹRh1,@<Ҹ͸9yj;Q.yGHpNGߘcd'/(8{S8jU*|i8C$݅Mx@CNo*w0ܒ_zna|2ĒȁS ͪBy⚴ zTaHn/Ӿt\f(Z2>4k4`]7T9qfsU8#vi [9ZG*lG:o{B h6߷.~wIp{^ƪ34pۄ3t|:yP:ZO_z-j!4IZ'SI}LJkNH E1>ֻ˾7$d'IBEwF6.hB]#UpJn4Cf_2A}sQIzROMM-t:wr#~Oґ4\_Wmðߥ0O xһa](kVx H0Υr+g}`0/gFu6tHPy??$JSR{F_Vp >jw%A%K*u8XJk$OO{Ƹn7g`C6p&Na>j;L|[=M>4AELRea}?@li$JD+uk쭖Vp$6̸Ka$}΍Ξ$wWȏ~qZj?9dc0YeB|m!BDzv7gUe jn#&%}MU(L\HA%*X4%F=W~aZAEM|JO݉ҕl[4.Q)88K/@iASu]HG@F#0ȇX)yO@݌DZ8 =y8K-_^WOf5{>"MCe'?hZ)ة4 R.bbgl_'ѝɅh{ܖhL`4(6q]c+HEjڹl釺,[VTu8e od r?.ZZFS|ͷkb,-hOD΁#drqU %%~ e3if^/LfVA#ӵl ,{Sgo9p0$(PV9֭YN927zG/":D+Yt~{qQ$& 0p ѕ٢y},J20t&\d%QdcEқͷ5:Omy?zE+pj,9axāN"iGG (nuxUX>UxGI@Gr)QKDg8r3c rE5|qkzM$Uͷ:P~govYE') Qe AξVK6^cϔV>~9^1Z^(.} Ͽf̲aLT\pWjq@v,R5$]/=qY}-N>q3lLnv0c<{MB)~=RUW^)r*&hw1v)p͋iu 0Կn/>@B;EydGyUȉMy.i/?"$(/4vrtTl/5ʟJeBX3]ĎC3" %!7^=trR֮>J~c`oߔ}K`7Vi/ ql\gVIچHclI0)}kppD:y;Z.G"+piOUΛirX9c L4]m n.8ee"z`4%eqEŽʼDH^z&:;|5LA3dohC#9hł^ٴQ*# 暮):t3] 3Jq 8Ac~*0;+ [v$I Ķ'=Jې_,4%Ś&b?JsXwL/,U~k^}z۾z,Bp1 krhܦ/v?M Ug=p V2˲?޾D4$_DҊ,bkqZN_YܻAkV7THvm^\g}ل' "3 Al7$إ|(^Bҍ38(#b|h;q#o]UQKzHeXڶ%ir r25m8y[=__s)[ }) ېlvRSƻ;,Dяk&/[d@2˔"J}WOBY'+ҋ GhWz$$Д\TQT6KSk# ZwFq7>&S嚙rD׫ S1mԄ/SD]T_%t{情مI8sT"jt5Nɖv[2uIv)Tؖt_Ӆje?KNbоPy?33nW~dGyW$&H]IU-!|#96hXjufTBnc1T[)̧oA+).>ҟ|sZi;!YK7-^(SU:X| Lt=ݟ-xtT'9ФG x̯ -tխH/U!0Ch@x*pFѺ֘e-,O:L{ D8їR="Nnd?vQ: FT|&nT=JAl.8*߫5hbu?Q m3:p4$#0m:a`P$˶>\f n`($ZpDx! y 3҂bKߙ7)Nجg T=O$NjaH"!;\Nн!AxN+r٧2y tiFXdYZDoB_d* zs(މ]6#!UYVT3-[=L0zFCag&@:t,8"JNUK FyW$FL[淎K㟓c< {&yv&@T޸r%ǗV!1W$չՁWIeaƞ_%[>E^wڈ^~9%&Wr2DHtAq4|dA+yZ;`=.߲oz&_9&* 5zjzU8azs6+Tf: uh}dH(-{Ot?!4ʤ5۵:'@;ƅC]yiq0$NrH"BNfB7m_$jM ad{q}cK12ҚԦF2-t(/{iʧEiꑮ^@^bD(:/Hqf,šQ[lsF/za3@V>VX@=l|`ϚZ&Z.VD,Z!Vs8c;6H`9F$J_NjL3/hKj,%8ڈ1,& v>}uQ&^i)JUCz5LB^}疿~Q]0,_xUԼxO@1$*)f; uM溝")ڇA/ Nd`2X>hpgK@KlլnBجl}US߳ OӤɦBi&8,uWY!.F)8W@*yۉC#Y=qp r]$W@5y6c^.$ͩrm;L>RޱF6뢽c H\$A[`_+ w!un䒲n!`S }]4m.s8=4IacSưqrw,e- "3LX+DrǸAݶ@+}t ;,iU$(Ze=. m NܙΐQ6!YAE==f~2x9MI@7S>~JIn,'qI|BkUN'IV>'/b' Q1X\5d7Ҷ$&V ƸٲX9٬rCE~4$?+ƒԵ*5 1˙k:dLH!hkˣ) Rp`(w_ BaeT;kyWKK9N}#^p`#i@Ɇ;Hr qЪI| ZSNOH K0_ICX͆ؾ/ZVh̬ MkAG=ӫ`7 G#vz]s?(K(voE2uΚ7Q!# 1 /L^2+qUztJA,_ʐ; ϑp.VŻ~Ô{x7lJ$2D>`oâVuq@+ ' awˤx`ǪS`YїH/QL'#Ya9)(faG t;P~tEF 6eg ?sG/O O 04TL#`]; [`ҽ߶.킋w' ~k zd'[eRYºO΁ANWRa p/ߏfJ .1d$%xޔL Yj( m՘)K#ҭ5yNh{8? 4fF'uŐ,XVdʂw*mAuu?ppm#B Vai?UݺeP9C=ABvz2J#on ~sy]5DHy{CaYZ*餦 d0x֩oJt %ޠmqg pefj#& }ŷ%;bʴ UM;[ϐ'[%貵Vm& &BVUŷb`gul0mZ@ki[R~/}D[$U;tp.ϰIBr|O:"֚4~8R8g-<Ba`f1zvu$AƵ|j@UMYqMР/3`iL̟;gltd@J*6^(S ̀s~JI4 {zOK Ӕ,~^!q'TVa"碍yA$e cmMw "P,~߉> dA ؃z0{vǺWP92O:AafBU>V L UI.v_ C]zKk{2]86spa^l1t87 Fc{꙯q3"isT(X}nÎQ6ɂG=k<UDBW92 hgph|i?}Sgt\.O_w ZJ%ɂdQؾ쩞q􈡚f5X6PbDΠ~=;~Nv%Te.#bYmb@Dz,qy%6 kW/x/ uY̆1[ц^+dIj.oLT.G2d# J\j Qԉ%6IV /A ;jhiJ}3nx:6ʑmof6\e,9+Ϥ+VohQ C3~:ovt2_yZBS5!XޕKBN`݀pқ0Lȗ|~McYQzMjMꂪ t㧌DMީ=I3x81?cKeL(U5+M( jh(Z=:D`I9%8ZU6KصՖ rϏ[㙩@0h9i8icA4REmpi\~A| 7N |OW>N5mNt 4]IR):b+Y*6Qdl?U>E5BZ<w4G]O/`{ k}˗5+zL5兝%$PP^7 ARd:q2z|M3-R> Ⰳ& 6~è 't\-28bl%Qj"&QEͿg_E0M> ASkcch&*n}EbkER7AD[[0oxxT{_gef6GS{̢J@oOSQ8cGcuLXfQ 1 gc!`y;ks[i~vZvvY'nld5OZ<~}I`7~i_&_:/`؅Jc|d}1js'_(pLl{<%|Mݿ-Kl")TrwAD^W O W6Ggewؙ d(J.WPIL )/r!4ϳZDZ1xkG9rϱ|L^qny.BD;&f.:@T=7=䧢<ޙRLI SA]/<80I9m֪&䇹#G{/ 6(DHUWcno4V*sg!%7? $nƹ6 c F 2$cv#(oLj+a|1G| 4;TT,gDƁǾxT W{|[@4p\*hOĝ9(M|JQXQDxc}y-a OO_=v : auXD9kN ƑTJ6#M$uxc"XYˈm}q L>w8}*-IԻ bYb6:q=0ۮ^Ù&Hi{Lν%͏Pj[g%CQU(r&oq2toi㡟 JՓ7*)Z8E_)7Ǩ_ ;<+|HaE3X|ie.u_?Qoڊ]Emg3rY6ښFEDPi$6v*fS:j1p'{]v}pR&; -ctZ*SC;7!VפPnFyݡrN538ވ)9é$!;>k+PmkE<)w%(Hb?!QKN=5o~I>lQnxdI3b=[pH{1@C]!LKELR0pNDe`gC- _];X>\reͨsQMdDC#ƏF!v=%;~ 1 ]#&TRZBpS7W!5fшJ)Չ_qZW'z`/Z ?^VnR`t!xSRsQDkm2Eo|v&M9^Ou.eSCZϟjDHѪ?(?a4*o:I+Q֌ * q;BN&CXAև+T&2jSy)E󏬷Co1;Zta9QJм"1 3?VHWv1+6PZ8J0`% bb켻 हXGk$/kK UF.n %4ͻhŸ[Gלf/ F=ΑeعJ|7r)6'ST |nJ鹑 EVDsYɮ^4…2$T{DD.:_a,B]q4CDٛM!2UJT-4!BG?2!O^%>#XUR@n}U@K&-A99`[Fs.Aǫz'#OS {Q6]7]x+V׬3%s+)-zodK_S ).Dy*i!0|kc@dzk?ibkeK%{7S#]Av[P驏3&Vcd ipih`o2%Q<ӄ;`Qpྭq&q"LBH +e4A4nh;h}kM{ f b Q#I7`N;H->i kh\M̹\pE-u!KCO)E∧6^d GaԁQ_D!B+v#'x>G^/uC7 8Yx2;[_\  $΃Tפ3ŖkYaGg?ʫjiCET!g8S.jR#뽿;O@+A6& R,@O?iޓ*SGV+bU1ZZߞ_pzUؐMSq@nyx^ireUҭp lef 'Sܲ"fhkIe6P4$ oŵӻ&J3p:lls! Pw{^)γxzt nwgqׅz-obN7,mwߦFtkmRws?5xiQTXFW[җ0@PS;4:BA^ "t`#AYc0!}ՒحM,}wzj/>C]:V"垳 B|nM;CUޣվ>džq* 8];rzf ővXO3t {=zHT&ݛ{Qz4fJ.\_茓>ݛsdNcL.TC ao2T!@&R>oV~J 6aEO.W-(F %&9y8XSZ'H^B.o+vȫG|ao8s_eB*m y@pc2l+]@2wkȋjJ~:jF i·Z# nkg &kX md{%uS@3. eIe?=^y =p@IwE@,3<D4h3+!HwBwذ+s9^Sp1(ji%ܯ2dXdUJ|C a2K)aIs;bWq J`cB#Z]c[!0g-L?Zf|̴Lgcq}=J(!Hi+}"j^Pri5~c~Y~n@9HzQHf *BaRWL9=B 4C9S^?k[n[{uvԈe}Tdv{ajP82'BmM甎֤wo2x e Y8s[2?{u؁nlDLںFT8ŧ3 tKd7 ·uƋ|UtCu|Qՠm$ՒC$ KAP+"}o6}Η xwBV)?t:o j1ʱFw+>c!׼[N?4%VL<הBpVDGsf&l - KmkTK 4nrؕj;\:'Yf |q/y͟W>[7CeӮVx8j&F1!>w~PYzZ}kWԹcR. !gX66x5} g9B" VH ̟|539rvF(c[zt* Ǣ-M y=쇣Y3͒X"-dh#|&Tsn'ΏHgG6nTސ>nBĥu@$OdB#p)3sHoiř]. 7׵{S|4`T4?͐r3COI&>1:tf貐v|>_ I ^Q2Le *tb,_tͫ`OYoT'lyu(Oɀ` v޿!0$Ţtd2BXweI\D \"ZmρTLu%siv=1\(C fxsFc%֐4T,6Wc$:OVgg/ L Xcbb%IW<= HVkwz%]:F`wJ#SS G;H V_.gb$o8EV;7bfp^ⓜcKOj`5 GV 3KBx+B4OzXS"U Vta#s}lfJ:ò%F8L[\R*>D =oPȸyRd{EFifFݷ+Z2jJyJh;S1)(PZ5i֋QqA0q PZAͺQrT2x u@g~_5v\)n5IߗѸg4I` v#S2D,Q#}YX }W~!`Xۋ95d,8ID,qZ{GYo ޤG=?8R#c+oޥ1J80_K6]}Kxb[jC%sznoAB3ר𒪔cif,Z}įg2nM[d0U>0W_|OK窣vfwWQCBN0ĵQ)<<9MA65i HTMp4WaA|!2M(T lʬ1P^~T}c5;\ץ7zf%]5~Gyb?6([\0ikVVyB|s{]407L(?,?_%<~'+kT.#Ja6RcJ9)V’m¾n׻ʌi|C6|Xحۭ1drI>]QT+6 ۠ afsզ"23pb^Ñ%S;?Mbq 83dE=Cyq6q2*bj%9OQVZc;6UesI++yRڻR2@6g>L21 >/-{@1эNǚBF51y6M@Hg1\ӨUWxE,B* wT7!(DXsc99)B YŤ:CB aΏ:&?KK5Ә\\= AgNİ-]6;>2_]4ߊ:^xPǦvdѼ-.Kw5S].~JzTGHtE/nXF׻B1jCGz!1 YYzqNs$/ukLnYzC 7 <4U#9fa<8]nt\IL7 {t' @һtz/f_9nw?4C"䦵$7er!1e䎾Wt7w>oǪ*H-2s=G9DQْ0:V{i#BkQ!]76]hk1G%nOMw֙ /ܠl 3p7N]SX Cw>hiSsm1gz$8; )qXΝNXƭK+xg^qUakVƻ\$gQelom"шsm-`;v<a@,l.]ߕ(_?3M2m- ̢xagN-OX$ȡCHl"U.6WHy輇#}1DXv,4ȓ&ϭ WT yd"d;Ź㇆]ηA'!UՈۜa N PJ=Il.o9 P|pAYoLm2q8c8J *n\ 7NHV.yV_cO1#5!4GWCDt:Gl3zN;Jd3DK =i;3_`xd(xy1K:i]I]`qO&_lYсZ!xݾGfEe)e[ѿ+*)̈[!&X-GV,jb-B!uᓅ,LNq1ȗg21{Uy>,wB먧&"6v KࣳGwssv31ѥfM|=ǹ?Dcm-hMVӾMgPesA7Klu&UoqPOy(WTuAH ^~kՙ'+>,l5|-nfduW^ "IVVGHFEV1ֻ"*tjuKm](XպX/]>zpNCzc+Y{O,l t)VܹNu>{Dw!uQlܔr9.@{~k/;8F`=? ~d}w9 -zyzOEhE ۾^ K 1uM7]n);tc bؤW>^A3r"MpG3eg"`"6'olf}@ _𤱴c"X >vHB ..G6iߊeI-oF\a*toÞ8X'HnL7wE0&NE'-ypfAșü3ӡalhaӋmAz/R<_GCI'0iLbUt{g7,B" i8`d # }ȩqhVd$/(iQm e&w:Sg'U(mƺcLXaTU ~&IШCM-miiH(!Ԋ4vgىeĠWx)4l p 6 l@:W"-vPmu!aNaoOHz몽H@H2!нEk3om[&FQ,pmKXvz/3ŝ=P py|[o8TBԹRWOB4L/& ZW":AN J1&;G xY-Ky#t3@woUIE"[*Iv$Ҧx[]yZӁw˲Ȃ!!ˏU*J;#bA|aȰK ~-r+$DGB/\AUQj~*> M}>-vsקa;IDzHM=P@kNNo.oNHӑ *&{d_g4 !k/R1~n_ݛ;zkR~sĀWkhb.8Jn3UyŴ^%2 `dmyBW!v&^Ƿi{h6 v )P;NǖZfKefcp׊Z\SIfyiN9BMYjZe40* o4&0"s׉χ3͋%I 9&\qe  8MVr|@seq_+,Y %^ EAhWnP-Jo=!,sX% Oo@-r83|gA" [B45lG^#d\<?_ lTap- -$HHlawi!K4)ɵ1cS`BRSộK 0WƠ[ ϔQB/8}WPH*j=|&"T6ZeqѨ #Q3޻doJTd\m܅.w2=;t2 ܠF0)hr/'24v5U]ҹ2FN(gCŏ:CƬߦ1<qBA |Q섟> bz˹ |%+lyYۤ.ץF6MyP!gk600FMy) GcfZm7 s`4tmD"+07`#rI=eNfnY,Nڿ謊 p] R 8=ovIW2Z^#`lrʶұ:LaO2a)R 0ޕt M` sn`&REX*$~˯nF`^!1Qku]:҉PyĊO]-BH͓qx<; u p1rvDf{|,h1wS229Zݪ{} ;p! לb9.ߨou_P7l U=2":ϟ|P9 od&Ka¡OP#v5az2j8Pb$rˢnP&z2=,P'W 7 PJQ[hpQ`[MLh(<؜L?Fn2nL9--A$rf:&w!E,2T%䉆-Fej?\S/5Z}6f3IV\}>+SNR3hb/{5z7>d{2Xi|ޣE=N}#ž '\.'Kw\ gR1@W4EIߋnWCK4bS0ǩdߑHasgM?@֦BX$[}59GYx fT]!e@}#"`69~o!vKKXAЎTK~?I Vm,q?_U V]!,s3ZoKbG'7U_5qژh0T72΃' Rŝb}m"^CBMx2p!@fC/I/E\+ؾj@fJ,Pw O8f5޸؀?M:nP%Uhm`dÑuZ!x[Zt",'kÕ-z6q'Yz՞⪤,X¾sه-'iG"5%nJҵK78@`R#Pj*+5bu%Jfj| Nx=},7@8߯ز)!'#SUM/<"*4ezzy1w6 |DOM* #1+/PE˳Ja_U|esُBj2Z0]EX85`暜N鿳Ƙma*~J+w&e=L݂4.\Rm|1b1ˮ4ؑ}</p,{Y?㯴/㫸l@x'# ^/b,B=: |3R.GU/d!$E|w-#!0v肽YD3e {L]T7fG^6nɘ;žrcT҄q:s=8Ik _М Lp? pr6ݏhӣw'<>"mGz ?T w⦊47CV4(;գ{ u:g75|a94@YX M^n?Q=83&4y. qb ?"QpJ *ӕ>}Wk+A@i蜵D}zH18z> )+ʳUw5˺ M^' 4z{$N%huMVQw ,?<&})AGƤT1)*t~#H2 O)R ,Zk qP5ن/,Kve?;$rD?<4cI4H6|ݰ/i*oX'0^6NV{׆!T\U~Ϩs-Sd-lk\O4ՠs7& Crn%+A5|TM ¾`oÕT&4î 0<9f\]5?p,,鷃ځjVO34rLADP?mu HX3Hp%-w E3:tTT\"1L$˂uجYu]gf_bzӊÔ#Mq>JN5J rqՂ= ꅃxuNCʇ л-UzeQ̃ZS=(IN&^Y].bBQ^V6*5sM n: M ʦ~ȃA-`}ao5ܴKpoz̏tgh.As1'7, {%ٿ-wzQIM0Sl6 Y?l7rܶ1yw82] ^(eSd?6qg|@WL٦!r2,LLIat8D-t#K߯s s\ąE TELӲ{By5%mrYeFۂ4G!U2͘7&r1zS,N3w8&+I} Wc7GQ-!GdW#nk֩5!=י$*Y]YCF"Pq,gY;v`l$Jvef*bZaHpg'1Rg}zv1}[P,)G~%Er=7;5مɫ,džI|["oasچyo*3.#k*@ۖ z{(_]3\INZ"{WBO,\GDAk=#Q7o z*Dk@ԭ;AO-DFc-͵mB0vqP:_W.Xs51W| QEz)gܹq~ ;V%"RA?ʼnո|)X>e_?VUrgeKUX7:h]B3}ùL9s)7rp_}c=}Z&y Zl)US6aMԕM,Jg*pˮNKת(f'pذQH3bpd#>D3aj~а*sZ5y:SI %T׺?sgxtBW {A1yS5+N2NWɭP!8~ v y||ڌD{) GTǐ }ÏL([W@ \_HF eK}tsw(Z.c-2#}fZٜ<̚#)?)Tlx6b_t9+48=)bma ھiN䟕O?x gu2't3+H6{rG>&I{,dÄ_f@QWq"e>A1(_NvoHPH+"͐Ưmo: 3٣aNLu2co?<}߭wmo3nX<J()f]F,:#ݡ=% 2ME)78Dp3UDѻ  0IǑCK5=t4dmjPHpMi.Q;pC@mm('agi 3S]*̳T_!4b h{VQgMN(d| kA=o#VRά訋a/ԁWp<`_%|17^2pE|o'bq8[P:nL|0c8CnS\ZRP"$SZ3jG(Yr_XUBie61{&=O/ZIar( W_?GKvib2 Kd [}DE' pza\^$=QR G|Gߡ- c(oe'm4zՁDi kҤ~[p)Σ@#Nb yFp /6`ŷ3%/)1 p?۶A} [ ^鐨;*(/[8&zY7¬mm鍺YyQ!<_(<^vr;+X}\Nv9F1J9ydWHM㰧ڲ2AʮD6D7]Mr`( {ǜZJxM5O%`^0q* FD1O+w!_ t!s`b8 r"4[餍NHA"Ey@|kvjWmk$,0]iN0;lwriT_1/D }nr_*r8T+4DPiXiQã Qr//&j]IFt۝7cʊXȆ8MhӐI@5cnUA}NgN *HxFe$F=*^jGK2A':&X%:v{\ /&NZv42 ]pګ"Fg,gpuD48v#Mռ޷C]ߋJ ㋇L<0sP #Upq;Y!7taXK X.wW"`ﲊMӱ[ԥh^AK0pˮP/oK VדVlϣmD]{~O,,8 ^p~ iH&cư`(+,0rL5p=Dq Z LTz=Ϟ@mDѾţLaħR=m쉈a|  |5ǪM(/br5ZN5axDb.>PQB)rtnq2exO^VFE>IÏ._@Hp:`%S; ߲oh y&lKVJm̕rc^\`j0'TpV+i>-ph)2\f|} F"_?89.6#XkGm7/@k Iܰ2H1<[Q]`kL{h?fU"mҥ\CۂIjRDWڀ]l EĬW *3"r+Tɽguq4e 4!Ǜ0 ETg6=]⎘d$( D'}Z2n2#-zF3~IPZo:9Ev@|ť bmI Q LO*Sh ? EQ*;[~cvyund'7Hf368H^xFl1"rݜeyGMJayhA=k)nNq6v- <*']#ałTWօSZ:Izw|#'r \U Z9_ܱ% ;eiRhH-e}qzd'.w`SVJ2!;f;{F LzGVmҫ% M ?Y㱙M2fj_ ,!"GT"xI~և;,'T&ƕMag'R c#:~77äxY#Yߚ"ʰ@l"L?uulȢ"*;/ZQZs r N>!.ڲA b"}us"{Vگh6>!(>oM7v 6(֙O@ 5mNgr{kjhy&4N1"]-t.J h}߄:Ɗs蜺m\AU<f9XuXn!mCmyX 6EB̭u"4%EAY}x`4'v<ۉ,r/Ӌ1594$3ږ7l$,׾Cv4 3u2z4ZHYSOûYds?܄ً֕o:w۱lGz^+w6q3|F`b݋&|>@m$"u2~#12\vimyd Ysr0*Y ),5lƑ(~Oy{ &`T13$ _.xšGG{c8r+#tH"TS^hF8qfF{YԖ\;Cs蜤b%Xdw%q^$( !wΌQ#C2J*i0DjaڈG;lQ9t1ge#u4#6TuNv>: HdSh-_4/?R v'@QXŎHce0V]"aIw^;7p uʀR(t$]RxÂ\CBdE{9tIDk!vJ9 oG: f?D۟C%VOAr ҵ}aw5?-/> 1oQgw3{(IU=PAi?ӄ]yGN5Z7B7 +jgT% jI׹&"&Қ.َ{ $oR7Y+)NdK.iU-CSw? ]nOg4kHɝSUDܯuJs3$ƻ,"\h!bF-3]OYцe}60<7?/]X6uk2J aMפyO$wP/12\,xlaDP^.NkaS!ou9wxӚwۂbREz_ȻӘA@ Qu1E3=;^}[S"yg}xBc_FoGH%(y| l5yQȶ/</h8 3-եo̴'skwʽ񁝙r/æ^h1 k*5>`U\ɋnU|Zb6o2+Ɔ( q ]֡{͌&Z0rzϫElcyL#}ۡ0 ] ><_lO8\_$'go:Z072s4QĻɍcWZ}K9X+e4k12^rb  Dus7 a:hnV1)`MY@ 6='Ui=BQ}| ɠ/+!4]-Vv0}YXT `OtjԭkQ]zqگZ=pY~/]k~l>'d)%9?h|`RM#%[^iJ!,y'ÏzMVcYhDD}2fX[XBZ[" HXa,-WZ|W sL,NC"UY>(w 6fyF;*;X L/Ms`:=bpQ8&A@?hӂF$MwB0M,t9ܓ5f,i]E_c=}OoAuӉOs ׌ zLr ֚ѯTiqΉ6\n ?Ubi,78ifG͌Ò x?B\#[3|k8"S"ӕr6=o{X"%p~޿9& 7I#u?J 5ڏ@B8DR_fAA炓Nҁ`,ւabK bjg52,g \pun/NcmŭnF +ZfچtetS%r+W:NaO pBKX^5#qE 3x ?WSd:I&tE.3 T,n$ 7UCw3Z}w+=љ$˜ cc pw@)W&LvU۲_C_89:aэS]Tsma  #XE׻! yc^#m*T=j/tHS6ܛM,Aݔ|Jk Џq+=JM9V]89U6% xH~# `pXkWK'tȜ;"הe'<2VwO7qqfe߻߇$(KsrJ$3dTY]TeM5e.o::#PI݌ JgHġ4]\bZzG/o^ V'5q}hP];Ҽu@<";[h 0F.&xCG髵g]W+]A\Xȭ"z2Ve~a1VUtTuc\Z#_(+2 ,%ԯ?lK:^߭No^6 K8#wbղ wiQ#CЋDk" #߯h(~r?uPP,eON6FpCDwc츊 &{ v6H>Go4']-:xh/Z#'09;kS7􀟅 O# ]{]*4Fa6ʼn\x-%Xu#..YC/鵫Lklj7bpbnA$8lݼgؙrBO( FՌח>~{*{f6<ˋmAN1:C,Еn7H,N%cly"$XF8U8HB%Y>/CBX\b&op!> Ӊ\j74A}٭Zܝ灗l;uS^#OeyP0gRd"z3,:f`㉉~H}dp* ~>/n/W8#s{|,c9a!f FoVtBK3oVYٸaiS3USda5^kXL#^w)JM{AKޚiYm 'AOFͯxŏn9sJ-yjs3*{Fߞ'/"xSsQ'~h,krB'oX%Q}TҨA- JS-Zŝ]9i37eϔ@kɳUںk@<d ?Jxŏ`d)n^ Gy$vBRj3QH"M<uRrjY>,K V̓KӊIx'ꚪ7Ta;GߍxgH+\ Bĩ$ȧE6j7]v]Y.:c02 3r+&ƘKIwP~Q#)ږū?5i}='ğPFQ;[i*z(b keikyoyX6KUSKΨDz8H] 01ѻ.^GvVEH'2rv|v\ʤi9@6t叒gE6-4)ϢczԂ^s@nQ9X;G+q1ݴCQ ŎuiC>{cQۆ;k-22 +Ԝ4R|`F &^"B"yQ#5:6j`QmH*)ف+l 0/5=49]aVl]õS&.ՓK#oG6N371P:;򸊻FrsNXSvj2|ɲfå/BjY`q*~ Z/ݿ2FG%P+YiZ^4f yUِi5Z^q"ɹ&@8lg|51 0I2pF =[ߥ9SC*WU'oom8L=9K#tE-+B5- zhy2(C8eӑR kp=Fn7!sQl1+\ p >&-#G%t^VvБ-Kme%K#f "W,@I C;>l[tOo#R3Gs\џ^ڬr*;[ &_snuW?͊!vr8ydQK-pHߡ%o/UD!?J BrҙssWmщZrR6vsAlZa:rBx v7y 3ş`34I, p!;ō0(!jl[Tf7&}oIN%XYח8KB҃CnPQd !.}0H6Y Fa"Rbp=S0 %(ۿIiDaa@O}?):L=~|;K؟*j0I?j ^'͙]9!b=lUCvH/O'=u Gr!j"V"F Z{{԰lRr#`LM8y[(`): `w(cl-nk+ _[@DR)|w ,US&D=NI oL/Ĺ|hW$ Ym.m :fپbaT{=)le>|l"hJEÈNt;rz;2iϞ ߵ~N_W91dǭo~6a29k *eiRTؓL047J',Mjo K_9\ z&P#r|ӈy]:dUĢ&BkެJbyI93M"BkcqzԖɏĂaOw{+|Ƚ1ň5pS)DۆR@[mLd-G&L9SrM/ě(sG!|y㞑ߘ/"_Ċ~bj`j@l; xdzBkJDu[as9JIM)CK\ fbU1irsQ[^N-*W;::%mD|^#? f3^۟u]Gmũzt'R^K^VyIZ(1::0ӡd~ZɈ3.ELּ(:b1&> ;Ţdm:O8abmWW Yg_f{8nq!0aH`v1.)e, +&c~g5P쏴 w% #[(׷ۨqmLTjLB9'D^_x0gx)AW{\z̅pn_R6TuC•kQ`Px.=CCZٹi1ygr;6-uDdļAiuǪTZyq!">u䞼Wfd&,m6H|0[x8G0sn(aF Q~w`Nxa/@odBڟ-"֍_^Sl{㩭IfZYRp,ɱ;P b+l>㑪2f֖ԱӰU<wD5R7C^oq缓*5t+Aޒ=p] ry>\rɭ=d"(^N~w{1{:`c8S-$$̆ZPS5{S?t9mOu~N4 tsvGS>d 2- g\nqe@ H>!(.1mƻa='呌I&9LzH)ᴽX|!7ۣƝmLqMYIr^VG8b2SSkZHNZ`LT ,Ϋ Pl)WH Fm"~ qOs0!9PnzBlŞUdh@Y kj(lYrg*+UÕ5yZ~˘x x '.k1„%:籺6yfyGϫ?tɍv巯|U-B7ݗW[j9;xJOTFs`K JCopX1]~“[~$ ߸O^ܺE!#9jC;9fUptppZ\m}H@e%:ENK=Xtb~C%|uZ3(pi {q[j*CvÇ06n[g3.ʮ:%v7S#3p3O7']]$#ޫFC!8&)|KEAj0HY:<>)ѥ0t/)>!-/dV4埥mREelC`ahqMytRy[De8/%3E|  @W7cוlx#V@:ڧNLCUbAK:;ftSm^'X vpBG$mzn$ \JM%Pg\$wsDܓ.yoP[OOv*YF,(19p:ug.5w#l^k`!VAl1U|qE{lieԮˆbP&YH`҇1Љ˄nY0^~X0'P׀&4S=gf#ͼ%5oү%Mdkd(}~)[,iB,bhB UK !>Lc+o ᅨ +=&֎^dk";TȮiN )Lf_1>`{!c* /J܉'%eZO‡WzSDn5И#8č38:;I,^^ Q"ߝO%os*QW!-jwsc:5JҏԠs%RGh~}L$z fA"TŽ\6r{\) m=E9ANlȯJɥOcmm9{OnzGq'P~HO5/X/}tQEސvmڼ 0c-~}Jʎg%BW}( l"md>#d>926R > DlG,*&$q2 !6$Nnb#(.lH"ͦ/ę4^jW% YE@H`] dH 7>IBP͑"zpA9"tyJC1GE gYԄHbVvrVDrf/\huN~fed >=FCv<ÏQˋZeG1UTsw,( bt_He$ð.쪀aa*RAH|%<l#79s Eani:muіv4၉y< k~4Gl>%W ^ޑ >:=+ȶ\/58 Q'wNLcQ6y6dU6ަj|r|% :ç ٖ]2 oZMg.>No]UAB{(πely0VQ0.i'Ny^( ^=m$[mJ2"(oLٛ0m~O9;%ɂv^ "u*F_@R#}tl8Q>@ uL ]Ǒ/XYSm+3YfGUz"ah2vߖ,\;MvV IFC/dpiBڑL cCZggŚҝ@'ʚP暣=+ !L8VJMDDŻ}U6瓝Ϛ'ƞtkѳZqM◥Zɺ*7?yUsFĠ-k%]N۳W/$'nW]:r?ʔ-u!$5р%*#1LPmhTFЧY7 Ĝ+׉t=*!ɹHO:9Ce %9($tPɢUsuhC}:QS V5t9G"4lE(ϡlHH JtAWPy=6ƔS vy62_MIzčzYhm ~5` \v'2{ٻR퐅n~xM (uH'B6lYse<"GE$BWЬLT1hs7i/37;(vmq2*&@?|',! _-jE!+ 7L2  Zr;#+;χH9iy η6a+@>Vhe U ,BKdS)oMR,81 i]42G3k Vnc}؈J$f8czw2\>ml%t$fˤ881Fn^CN&S|5pQ9,Z>QF7] O^0vr.9j֌!+ V)k,3t`])i)QV{ŽTڻ%.ڣKHBՙ-3Q+h 7+0}2?պ9sx/wv8N D 5#fm%ׂH# ̴EER?`_%$" q` Q-Kq=1qnZy"o_[UVkh0"J1A"|U%u=qYAMKs`GO+OG~}qtRL֑c2,V !0TYwp8xp jK~? rUf<Ю>! `NYiQ`tJm5%\hoZ5yyD<=S/5 w\f.OŮWiwnv%,SI~):8F~RmVe6PE0‚&Fiѭ44[;Hy@Da#*(jfe1RP#[,.|qjM V(?P. JɪQ"`7Ĺ9t"/)1T6IE_>ACA;F]گZv?2=91'*|b)%cҙ32rɣpuoMqߴVkT8o'"dW[6 eӒC+\# ǀY-NH4N˽]Ƙs 8٩CM2¤8 Oq} ̰mcIÑG.1.Zښ%ߘ#=Ul4wXb+ԩhz<@x:G\O|ͻr8<5L Ѐ[YXmopoq$[:XK,,L{s`J)bpGMR|IvIdv|@,ua]hI+,c!DLL@#epZlT"Y \?w/Y֬s(~{t Y޴3G)݉muӞ* bhzse+f.` ;0P/D~W $[Y淓B>02`]H"6*PJpV˨Hqp'0KB?In, 2Pȫ TZB'}|5;3;g؛J)ٽιTܮ_#ƒy/}[o .4Kh/z<5 $tj*"³0nI7B|ld\CSp+(C'YCB%eFט5NFD匱Zѫ,(M*YFꂄjYh6v7.>[պ2Ke ƣ\O7qW|k/`24qh\To*yq\H 3\/>g}Ee. q28RջDեW6W~ſ$(x7\o;GHk=-M9Њ[ź`%<=.cg_QY@#zxm'KJ8bv Q2TBeG²K*=p/H;E%n+h'd==*q={}C/O3>X (h [݉ e> n,O8v%c.HGyM~q͍4kZmE\ПYV+&(mhH.d)x`Tm%Eћ\$] ]!zM] e1܉z•HI{Zx^WkE˄:3=<$+FR68g;e(AYvvS#ũ3d?/ 'E-F3*bKdM-mj]Uvd1JfIp0,\KpPFa\dQ:4xq{XJjVξ7.>gCv@q^n)ܴ`= |)+.ϖ^Ű?#hl>%yVء_";#8\>d)be5buW}I1{ѸVK3T4kI5ys5]* =WV0Ycms) +Z!׫${au{?\ ! 1N \iء] ,Ue8R1HCj!1uo8ǞIܣJ.ļ~Yrzj@7 ;l ]P4S ;^ #/C(ِie)`Q" ~!]$?_mrMe#OpPäd(a@#;S@\곖w7ثa ͉g![J%\x\ Έ_! %,UÄ Nv,:RPFC?7j ڐ /[2L1+iBW ,Wq': /{SBŗ f]8e9m|6 ==Q}#^pBi: K瓺\[?AhA ?<feOL`ws J2R{ju{E[lί 9 5*!# q<֘zv}I!*q,]#Z.+"AP(fֲ9:p"炱/a^D9e([dMCo``x:GL߱`)r_qĸ!ώԥ j:A231㢅ݐE@xt}IR]l.hsVc?nU t8G5,ݩ~mNt2{@ qf.n%[2cڵ;(D_&+_?fTnL)Fi5"OrboY-!uQg0>] a" 3ء]baK8"? ;dyϽ4ucuP X^mMO5<=M:\ώ2h3鹛y[ {6阪"WKf}r`mOC(\ٱ3GHMJțk=Q7NpOĸʗYSY-DNB_NKXQll$Pۋ)2y~^5~֟:Pg\&VCžW¼ξq?^s{-ܯw/(\wv8߈8iv;=`A(8lK&!=A7)(aOΝA}$A0i6ɴ %Re; =>ޒU˄F~Scy$"s5IH1 Ћ&_yLIf ;<{%3Pa|@2ǔTR?BU6.c,q j9zKuSS'vx/{`p`*7?g<.{'"7CjKeޮ;rakkobȥ.PULa. +Fy@fںRTEL qB  iI:pBl[ R )ߩSL:`[ZQv>'Z!_3"4+2w=}(k>jG|^ި7<1_ׄד|>|ں~"ެ(k(~rM]vȅRIa T+:y!Hp ̺%/p/l%J٬$_b/[Ia}!pzC{M7kt >ΤhKFN+<*FqE$05oIPWg&4K_e";H-Y4/SCc^Fq,u'6omm EFUUߚ˫,G.H;uJ4׍ؔs&2cqܶ ˽0$♖>'"Wl6?z c835P)}fu@k1X\ >RCB:L5>ЮAcPc[pm?ӕD;`S>@V\Jp ItTN՛!'tTuV.R 0sw[bnϬT*Bb7sxr}رZ21 صjhGby7 +M@bq^8Ftȹ(ʆ{4m(VjW Odb- U'm3kj&SHwBfC2?;F6m< *~ vfc|cu @=ZK1jGo9Mu9(̐6 y9[+rBrfo(vea26p:.Ja+7%O{,bR )ʏ%l*SOL*= VQfK`0MNdz0Qg& ŵްRī/uȗF?p|vIg]^0dЀoZ| waUmD6s'@"#TSϫ<g,+=eiORB6E5Fdn)Rlv, Y sD9LóΛPgue^NN>W#7,5,Hu "yeڲrMkZ`$/i ; ip0F(L2Y#9dY:tf_iL #Qg6/]~ʹ i-#{~->v UI@ݼCj7ˆNs]Q0~1*(׆+ pQ4D. CO[T{ NJc﹡M'V'|{:>5JS:$@TcMZQ~ºLl`P w]OicdVtm|DvD\z^\=(>C Y ذ9VfB{ibW+u )*Hf/J$$'{s 2|$|9{.B“(IJdjhoo~LJ6X3>A}!aagZ>"ўe=SlֺdQ~p} dܙPm"+RE^V<| jk~wd я,kQw'[m_1e=ީ*E2"EJ#cw9fc Xbzhaxbb%m!|kdV<1:#gf&0.(ip6|ϒ3WzX!cb.LuKW&`gA_#h1?LKF޺W!A PFv:/27/܋ )y>$R.df*,2"Ǩ12O(lj&=2V`a{nZ ]otv{=]s K{iU!`S? 6paw}IBb='l?YGeH0Ǽ[K% , X"1Z#hCDfxa\. hRNOxM8 Gp)F١${̳\C05r#b4tѠɍʜ:2:>1+ c*d,~F7bT( @r\"{!ۘf%ڍޘTk#̿Dn_ S~FƏ~ۋgބeiջp7: Afkӈ%J*NyfJ 2qr!o!xY߰$R+9~JptQxit&ku[<o F9e9PezWUH{yLYpj&'(BPܕv.yl/VKvۨND .?׬E81fTվJ|7d<4'^+MHZBxpug>?,E5>νT]fмzpxgޡM_f񳹎i̩TG^lmI待.nHY;YHA)@psȳpسbF5/})Έ0T k\[2̚i2 JWUXq҅7ZhN˥H:7PhP |%9D~}BXb~41~ s*ܑGd>'6'd]MR| 0բOTJ}qKQN` A;[*X&a.@b-_Q;RGHtL7D }˴:V砙 \cR.#Q (96RNVonH^jb]3|ud51^"wL`flN;+"z?bO<(JR4d Bdl}{'aM@-D(bΓF] [ROvT?N6/ЛI"M gه:✭HY-/4WI1\ `h_ u+7(<78{&,T>(~RCn'>Ѿm;+JV~vл}ru)Э]pobꠜ,aj䋨B2 Y,Q丆_HQKC E7g>$!7ZW8y?u?8|Bhbkpa0i/-6Ȫd nbiPBZ8/x-I'ϒv|(>%֫nMX(C?H8WR+{G@'mb#*G{V%z0cy\sQVkG_6(y4] ÷Q&\t]pئ>3=-W7٥Ah\n<_J1$E+XR;9}URnOa9DU^L7YD5 l'5 2-iOBOF"6\z O NFy r(.vya> jF{" 0#)R[PEk\qφ'LqK1q;P+IâㅱSƢ$7(eB??G_md{.e..T"|\XŲt :jYS-Ty VeK0&cBv:3dێ]ݵ?rR?0Pͩnåve^?W 1n^.],O!uq qj M,&5O+3--@/iYQgqK\|ph[zRbfunԚ {?120)sq3aZ슃R瀣AJ(8 !l7)oPgjD rI,UIJydhә6aRC? M$QJ24SwgYcnzB.Bq_yW,n1LCK@]sKTҜ˦7`|%ɍ"t.[MR_B;؞m9UY0w a-~DGnȀAc+Þ|>nlXըE1Į)ë!s˿ޕ*AZ⟑°#;%&7I;=5_wMYWE]-TK@ =W^~/9ιjZ#=^5_V&Ct@v! L|<նs͞_13<̴o1_ٰjqfMDӞo=*W.)i2o6|K1&EU[`XOۥsxFârY{P8ZmU܋3P7}$V)LQ=h1Z4ge\R( %jEߡp 2X&B:pG饦ghc.STiupU&!WV#paiRqٞX)o(cl'o!)b#Sf^}̵&XֳC+impm70ȏ9=u9T "C"=Xa4bCSe*8wfLys院U!Z?90kjͰgY84RBG*oֶ7VnKrV$̤!WqRӞ=TAƣ|i=hw Y"p.5IB_ſQ 2$ܚܵA'*˻ҡVy['\=L@9xb& :,C]O%hrMKUMW4I>><[+31ȇ^Q' 6pR",_ڣ!ڀ`y %2wL+57L%_v+wGCbH3 |D92˃%| Mۇ›U*pך.b8וdt9ќTv'W8 7E3!4et-Y ~YhPL\eWK8C@,M!QEdN]$0\W>ke#a?s!3fWиDG"cL.[yVx2#A x:[JMc ޖUV/ ]qٯ8~Zx~-mx(.Qu_ ܀UB(JF4"Bg:ŲY-c*KYqʩd(fne'?ܣ<*")0o&bڝgox1ɑܱs'z^:Ÿ~ isӮ鉿c'>8$1/# pScO!1oۍ!r㘘2ښǛ5zZg^Ϧ䡆ar/kV܀c߀&U*Lu5|w)5_r1ڸmJ n{jW܀GXdnJDL9dyپWSc01'фWeWtO1`bEv d/U.tb!,iYT[Th.'g(XɑD$Z`&s&g~U8HL# yr棩ezy=l}~% ·dhF5)Z0Ohe1p^_&O++z~BM`}Kk~[;lKNKA dm"k62<>WZEu8<_;?0߬7ijz\rMt6C7c'"ZhV{ޘw$ >K`Ҩ =TLs[ \t}/3˄#^$>:6_5禇 ؆/QoXަ]L1 f0-32dĪ89ҽ0W3d1LIXVRA[hBlBH9N+AW +@/lyXBa.$~LqcSBC .Ymdc%WK{̎?z( .XdEEX⭣MQ 2! _#cȋpOjv}.$Y#f yA0YJOTM~1HRgLOXb{)E$',2yo Cz=4a;۠wݸtaGg 9:Hq&r}EoɶKnK6-HOvD˶ZAY@mv:`@' ueFRĎ?t|Z#3?h-: ~$vjuH׌\Qf'.D>Ey+gQk^xE%f ԛޮؤ[Pc]T7`9V^?r­]Iқ8KDs|p-8>N1#8*oj'\$%bGW@mzM߱rXTors/mYp'vƥP cM,S>p /nUN j֤ȡؿg}ah<сl曣97/H2]Nv Ûă!f Npc鈣Ybi`;^E`BF{n |gx'8z ۠eMe6ۮΦ5&Z;&7C'fI=[-jy!mEwu.pVSʌIy7Sj.*guez 5v?9 KXjn^ܮ~#*^QWjhp?os ?R]b#2ˣ9 ) r@CJ(6PFWZ߷?Yl^mͤ2+wkGC.7J`( ^CG_(o#-@%Kܧ,JMaEJ=&{j dzT<Ѳ|Թy`'P_K5(6M~5yK3 :+6#G"aX~}˵U7| .5ڇeo;sA~Էԯ8!qvH4rk!3Z|}s^Ps8`j_̟֦> 'v1Dk[4ϹNĎ+7R˷UkBS0:6aCag +^ghzx•l/D( |Jκ~q2xYӍǏъyŻ6xӈ~*UnI/LzGA~|eK2!*m>=-qRL ~;o0+ʄnFjb:0d-:#B%n;oÁpM<uF_!j]'`7'K?Y 뽃!Yg2vv;:;(ikFG %o^ﱣL:HCBxZ Ŧ>C/$-}#7>S' _Q/,,w6mgZY+e&Σ`£6E#SZ*bxRCk†c|=i6@?no C8c\ȰkX]ix[$4oDĤ}ˍKؙ pzv:OjnTdաmt*k [NDߧb&dtGz&+I䘭9wՅ>& fnQ>LѶW`_dcx-2޾iEoY <25>WtcGzFs6,&[<}/Ij^ y@݂Ɣ?!9=~`Jk$30T/8XKh^Km5l *"KunBC T%!1!3O$Z'5`~N:Z%fN$+b*Ll, "6G,ڹFB7$KiO^~W,[a[$`,H./єU!TA1qTWs]>#SkR?lӨ;Pso 0JJAϴВP./4eUkgxuH2Шf}Q >A?jlW,%Wa('}ǖeQcjD*'_%g]>u;nG:aU4P)wCSD@~˒(hpGQ~sr<рz_ ʥ!<9FF>cЦZbUeQz?˂CƯ<|{f[ `5Lz`OrJyY)~^tpE@~%^}$\6;|+j(#Aցt?wre7^՘'$tj- ;!5Ԓ !t٭vzr9]2J=̦Ϊ㵤/JTd5y@{0XTp:b_Jm8byv`]'ĹL}jsAo=ha |R]kd^ J-?~TUek@J׎1!{=زG%x XP*؊x,Gs\ߢ7 *˃t{G덙)t`ai9 t9I|ԥV*M m<򠱲ڸ_x%ji3>Agj;ەyL\(EΠsYT`͑W{ḅ+dz`/Y5S,2YNNne?KGH?(2,䟩F(5%TΌ1F(h R`w6h'9yͨy=m$|%4mBu(5r\Rv{l6|԰bm 0o0ccY ʀE}+mڙ& LGAzE?1Nx4ȧF|`٧tA#E{L|WV Le?ekO™;)‰0bF=ΰE4$6U<eΑg7t=X/MiR_F1AFmyrWހuacZbq:V^P& C{}w0I ҃ؑ$Wq·EZ;x68s^(=>L֕*MԂvQ92~c)bTؠCP~a prDPSj"[VQ4{$(tk ,zg ly6n+9^it q (41xwQ`d":pr/M߈m4p׿?]hM}1@|}x{'[;EZ 2%]b2Lw@u&)Њ1; p_6>IHM6@ʹl!Yk߾|E('HtVFÀ%^;3Wdc@h]/E.I3z~q`D9C4y9u+g.8K-kة,=u ]U-x5(٤8ϫV@rt֝Q[/_q6ʢENb0$r1;ⰶeK5ʧȀ])f;];uB`CҸOS+Iۭ XAg_Rmk$8ED`m[d:Ԁ>tg s;EN(HgI4Z%.`y/?iLVbjmFhTBurx}~kg_2[rFSpH?*`.JӁ¡r)OڵʇA(6Ͼqf 4|8S,]ụ|ţP\:%atGT:yώ=AuP>5>gKNl#J^TQ^mBdp%YQMJ 6m Q=5mY _J~H_ ŷiN76-TH z۲ q0&蒣ś1"KA=qơgW{ȠȠ Ѻ\ٗv5ىSOmkֱEN/>Qx)B @ Z<]5i/+AquʤҀ͉>כ>Hw35 -ǔ+,hqVn: h~7h">L3g44*_nfkqv+[|TqU'yO}骸%$ڮ6$ X00Y7jI#U@^"۱j1xޑ'~RT/EBd_%=b;aZUBkߺ,\ d?(Z<հ43|Mef,uxEFk RkJ=zi\ZqbUYى"䩶műT#?KU lr4+He%T,㙥Ͷ<`&5ׅ5 DIlm(zwƠ!ӛ۰6-{xȼtS,1MQz|EW8*f|-@|zb9j̾s"d6׸[|c-}>Yմ"+s=GAlOQܪxcaB 娭A쎔?ֺB fOѧJ% CwZ"!ȳK\FzZW Ҏ{ATȏM\\hS7W#HxV),b4$1X5)ɀZ6sl7 WNz$ah _+k9rJ.,I"jvW8)o 3FYӨd SC(;Qt1r/ڻϟAQV 6ƨyJT6,cZB-ѓM,>O5yT' o^_:a[WV ja!my?j*TB)#ϿϞgrϑ=`X0yGxRmxfD&NpPWrs45 !SS\5o*VLCudbHV7Њ1)Vd2u$tW{Ǣٔ{&ȥrR懍'W<^6.po݉fzb(AnsjxlBőw%E ޼\JRߴ!6.w#!\9f4C9="+m=: w;2vk6^g j זpBV~S9i 8L6kBdTs2R|1ռsF]qɕ{/_*eٍ?]+&on2Dk?l6.X貈%/ rNZiQ?)h)=TCmxnzKQ/܀੻8l|b]t|"UVޯ٤}ypj^nHqk#;lGx[85.X#e6}EP> HM`eDZ16/y7|iMkTĿ[.ϝoO#`˒R'\#$f{d@CMrXQ-,;%xJaDx __+{-W/U;Tt6hUtz8wkIOrx<<_.ZWxDB|FA ^R(-r>WM[ˎ/ d=bB/NG;Y[Qe}м8rweABeLWf ,+4Gy8 tef%g*-Bn`: 3Rl o FJ^+eƢ=%=m# c7%/#[(?`@1e,@Gѭ;ZZhJ?6+A ?-?vM*s|6rm#<0Kvk K"Vifu~ wP mVbnbV! ݸIp8A*C륃Y].ۺJEd]<ȧfEΑ./evk+XYCKa++s3* U6NedYeSn7_\zg%ȊF^]CCFc,C+5zz+8,s5 1A;_/ y4 zc8mgqZFŊ6$RUebM`r FA9ņ#jw*wE-ah0{#I~8y A![6hwo_{lBC#oY "W&(}Q #vp~d2>82eT8sW=KRKҢ -K)Xy i̜%U!s -+S2eiU.\Ϙȓ]@G:9}|I(Z~Gca[_6&Ҕ} 6ZӕUVXCpZMXV4~u?BV+e.\ҍoyxe/xd eO8b#NzxPVm8uNYSkBj$u}p0إn[Z]ڤ8lUiS' ETT,?T=Vsu̯𺮬` 2P0jht&&4, yԪQxa"eZsvW!5yQh1F,@ӭGR~|fg&拖3ЩnzױX?dz8M=B vzNqVaqYZ0C_>!Ivn$?WvRo:sЬz'm>ԲG1 !R@_T^k1V74$m/,T<3D =m[dѹfyq"ݸ \ˋa^gC0<`ج()]h[[WJv,Ц)hM^q\%])VD{׈ЯO"Jˍb" fH1 dY_S_sq3Zwg/mpLsY(Qf@+ʣz-X樄Z%s tҦ'%RWax\r-43v_۝!xmZ5頊a@G!Q҂/4 (%Aqw9mHwLm E95hM[2 zP޺ ťb3,urS{(}gOo0#kP؈sP2+t2] wC9\mZ츋Z چe4-$7BXb+1L''F Zl#c~7]eH"®^]OW^,S-4u0Ӆ$Vx!m2|ەŸA|U|n3IT=ĀB8gL(1}6!qfL!=Zf5zıRxdߙ+Neη.FOyq,R*sȜZM p6!J}חF?v=NJ $.'2ή Ωo:m>]ؚy4&(fڢ몷Jhg\=31N^cH{]<wԪi5VCaH ~be. ҷgo!:txNВM? Z Em׎ԥrY^#%Uf@܋ENC#ӥ }M(s"!IWI.Hn UIOs_qkޫj7e2X YfҘ @y(QecV0p&dd$z]6ٯ+^[&nY4Yf j]"nX4V4'Pc)q0d ]"1ļw \ KK:QfC(Rn@:Dy9 )P *~xed2ͧ\ZRc#1QC#xF×;_ a8JtZA45Ko1Jraٴ@y!ZfW2>~/!\>(?> tpF"XhQ H \ޏ6ơap<a҇y$oIY,AF%8R.]GAGC6cYĔ)ij[(=J &lvK0%±R\Ҕz W);p IaU!b9 #_@cWc-< pӓ.\xhv;e=iv/p TSo߳'0;n|^Hwh}K(mXvC%;qګ5NH⇿ˁ_ܽmhN-4e ]H%g:ieV*ٖbkyrاbi.M)L,O8!'~UJ4Xa M4#\ EdN%S~QgJ++>P.T1yErDV\!+ڳTЊKtʼZj3B}VhR;WhxoR9$Sx 2m6f,|[Ii%zJXtĪ1rr"[ϵN 5i7}@NZ#b.!a~u0-}zzX^Q~Q"xȟ UsHz }렒3XP3Q19@H6P ֌PY5W\ier#E/O 2o)hq>$h>wƷ:= tJ"KRuR2waD1% ǰ~']u۔KC?mS,Wqg[~v]hpi33xJ>d80af >ͳyvM5֑fVI_4'+}u@VCV4OدA|BY]9و'0mLKSh7H=Kk:dx0aILxVnG- hSGYxH.TC3"" s').28y?9`aAaBF 3*eDŔ//1P6!&YiQ4cWYZdcVnđ:J,Bp{0u3^DihUj!ZdtB0Q$XH~./5D񧩁bMNG_N7#zl7 wP>YiXsxm@0Izp $IFMPݚ dQgd4& ./qHU)Nϥ P2n/hLku!5ZZFji69pI*ZW&(3ľ215kgy.Bԉeֽب5h@0D Z3ƫ].dЧkM}5L֮aap_؛79-$B %)L0gv}07!:̘w_Yy0My=Dׄwu)VV84Ҽ2'",Ϲ䃝Y%nMW ԽIVHxa]MXGF@>gd$̻*IDÙ,g#Ҙ&草aaWBƀ\>9#gP7T;͔.W]aU 3@jiػ(XS%C'G\-rq]"ϙq8\֙Fݺ=HOԈP'9a&q0݈D>NK~e?WfW/kFښW,V;[OrF ::B&cI<ˊJ906rbLU2%d\k*Vȣ@[(lkqéQ =4NsZ3O}}86N ^[G!܌ƓJd` ٫]Z ?5Aw7߈O5o7WM'5s D{j PޔA?dl,`$peÑf_%N;=M4Bc/pmdM<'ӹjqE0JyTP[9+(V@d@|KD%|+Z!d?aS/]W{sr#l>^@,68$4"كDK]m&rp!^MϚPL;C"~O7Lfo_DW0GZBT?u!/qh1'qdOgv jK88d i |!( /ݩn:Rninx^LscMJf)iEN]B}m/UYոk~z.YoޘK,,"cH-6 ҭu qt,Q/n[Wڵ܁:U#5jӗ3J }Ŏ8ZmPY?o#w]/B hjA"~GD{F"V.W }6K %@ȹjNsn[ E;?tìDz#ĥ!zl? FԠaYE6⇀Adāg{(4^^&gM=B3Y҇u:=QS`{q!Dkou,SN!'&+uPW4Љآf,0w#&hlaavEN?~LD?ɇ`+̦wĹE  l&n#3Q4,u5ڞYt1̵3~">Uc6 zEK[|ٗU&s\Eo3gt2pzE zPRHZ("B{]TTs7K]agi7>}p~m6@{8U8axa,K,bmEn/G/1 殼/[Bp=5'WO2#`ZO3' ǻNJn2{/B}n-#EhccSmwJp.JE5m/}JǬm~{r:1K} C!XH9X\ O0M?pv]iߺs#/vnc]5h@pYS' TWγ]Jd;|P~U.H|ƃ[gՉv Rr_ ~]MsT8;Ys\a珤:ĐtQӻ}7ו$qIVobGvuBH {K&/m7Rm.Zosqw u~^l24uIvHB .D鮗b~^*($$cpV]JpCt1jFE0TKܷH2lͅ65ys ڍM99Nd&yYVS ~7ljrOЁL0IWfAy!f#aww,6z !xA~ڣ6%,S>52ˆc ;I#3(jE6n5#jՐ )uO8/=$Z_ 2mkߢ䀩#値wu~ >˼@mzxq.6H9VO9bN[ml8> +@7No;7G? > um+7ThhNbnD4*ŷmcL(?r,2‘%0>j| YDOX`oPjBXN3FTEmvƛPN]PNuIJ qHuG(E_*:e}^>N}j0mdU%vo߇;σbԧEmC\eO9 uA T^9kYx-)*,ze`iG9C X"/a.unK#ʛ 2JCgF9+yB"ëݕX{O~A{^R;v׃تp>9f4NugLhU5a<@S<\cRâ,/]HS5m$t>úXB% fCi]h'ʸYIN'{bѸ2`/9"lhu$i8^ǃ8:) w9u pKđE?LjSuZż5]zeU:~F<_2 .wQ鞫9OT/($;O-|C<4c@es|#jEmr)*n.c}ΏiKp\1\#W 1kGL$ 6B(DQqb䯋7fy{QT(*gKliZ;b~9MQqbZ ܞZk=ࡘE`2pNDLGF&^`kQ*l`) Ui}JD zm2׋LKslyVReQV^ _U/D_; s"c)_G9JgHhM䃫tŵp\ZGL.lJ"ºJ cnzLf)n*]L 4SO"9vsqh>>>.PҮ+}1MX5rck6_:|PxӵPrf@9khLXF0K'ܒe9!ڝľizEubPrΞ#v=RSt6,Lj|scxIlc2?{xϷ=^pX+9RMoĔpR^N9lnoHL-nZoG Xù9IA #UNU$eɄ1&_e(VRSqV77X$_;z&W_4VM.Vc83Kw2|'F{W'1تӢ6rB!DT,K,zVdB~:r*P\cWצ1D6퇤Dƒ5!F/2a(%B'G}unDKIKz-srnWs[Y|HRw'\ e?CT6ܚ7ܝ[+~}(y=Y"L#3Fe7"#``8ƶ-㍁T.V*⁗}|,O-9iG:<.(Ha ,.ʻ|B;!vn?ٲzEFt˱/7."0|o*WI4ކk[)#.P .(tGA6seh!Gtz Y>ݒ6;ARD*lv<XT#gfccGYaGϚX9I9o /Q0< V02 vVXav2(WBa.xs ^ cӇuP3@Zmb>k"%H4dwF*d pof6 g5! (B6D2 IͤeMw FQ'#vJA\pDU7q2I<;&Rp̼IkP*W|8=Ox DڦQRlq02QtiKpP.fC < ۾*#I1OrXalhVeUZk,Cʄ5ֱt8"1QEz-ȼW@cAlP!"ʰ[4FS3F}r3 09<[҆LU?K569)8E#?426tMc."N6ʺ*X$9D'O: S*5쮑i>YiӾ,vz%'1}Ɵ`ʙF&2I1ۍO+>k^2.E0u؂sMc~!;W/b>Gm;fnZB{"=׮x oN5`2 ?QhZ/czv sq}m*ίpDs>q6giMP bIPRD9oп&}i .CzEixRҙ֜Ǻth 82kǨ- VFk1ajοJjVdZ/MvX <?͈ǁA W;G6ˡ*I!5u[r5E29񧆦9h0fEF 8`e)?& ϔMFF-Ffs_8:60/ ̭YBFLTVJoej_ 5Ǘ5<<ܫߖ|6vy48=@rC2# cN(wΛV:d"&dKQzˣذH8s˨7BL,mַe dk$ADeؿV0ԝmKWK<Ū)4ՠ7PgN%rVE#M u4K! 1{X=G \^H8CڍG0lkleq!ܹ̩Zޡ.{nr߼M7u7 q[< :c! =/:n ;/Pi_>:Y%"`Voq5 ʢ K;l]&5dabB.Y E9j?7"Fȯ%&h h[)ّgPB` If+.lM;?Қy/wTS ؕE}SN) U%ah/~P!v/ 1P&Z=r̊=W}Rs* ]"!24)Ѥpm~߁Zj ι3 V2alG?Ask(5LfBޢ V񆯆jr4zO|tҾWl!"s1%b5*P\_aCz[ pԭe%- c3^1S 1rۭk+$, D3\pSHu_ &̉9酽Vؕ Fc ӨiQ/Du J'5a~VT$213m2t1yu4/Jd⒒]0Ѣk֧I8p\bL~5qSG7Spk{[1 Qcknq5[gHgX=ɚ7]h bXcsg2F%L̷?=iw _t؆@{'xf`P\C[ jv5'hMaE )1!mRJ[}z0Y}0ъkeex1bϑ(SSM|{ܧ5ceutG68?\bRezmܫtFNDyXDTR ňEܭ`ju (n4=ѩ:^ e)ij0s)_c2 ϔG#n9M VFRdravw 80 c"~EdlEP:zC?)HY-h;R,>&T`0H-dߤ^uFjb?N9" 5"8qq2o7{@{GD*R⁒8AE&ȣR;ce {Am?EPOG{٭|ѰRd.V}`RP :ǝ=VZVź悬0$,O(Z5"[3[,M L̈́{]řJ4J7;fbRMr M^]md*'hq U_)#!O)tIEdE00!+xEauB7Í@5A.te '3B CD:WUIR S,!a ݄m [@r 8Qə<>J%]W3p_:=xf]ƎeŸDrhY"]=㮺Spe!Ǽ.s`M%2Fu͜CB4: %&G>q`S 8f3*- &i3.mPp#jc%mlSO1BХg2*xpD&BQ,!%qm!dN߈)p[2+;Q ދh* Ecua ߷E) ~9.?jLh ҹE CRO7D#ehw\'d*OܸS*ь"87Tl9D\1uV?+dKʐ܄ej$ Y(U_j"t!~veo;xӴˮ)xh4#[SL!AWR'09ʊ [׊L+Yx"Τi7,3d:AOh7_7)Ҵ,r5 wـKRۘ]W#wc 䥕#X3ku2(@4z dWZ1n ^=W.W)x%Z.N*fx>ǁQy 4[2Cg{x&?\! W/Nr^{~K|ݏI4U泊>6磍ӏ ҝV)ےrނ(8ynǵY9I!4b pp&GOV>)8f;!tzV>&k\pQf& ^8gW/IjL]O1cT 4~['F[8tI MUj_)IѠh&TmDC:q'g p;DNs; e3ؔg$7w{J#m'B֪Zsxzus!"UržN AlП G"qR8 |M-?4gw1UR~X]Gr8F5,Z)|fKgCߟwb hA^)[5~B9wS\W#mۥ|ɒG h\:7)'j(kg a`hg'G1R*n*`x?Pu56'cC=3USy˴yIaq  ^+[< ځ~[PVʌؠkpDizb_lWϩ7`L0@ERgiܫNPUM.5WBlE|Q3?n0ityQf QّD,s6eL촟0XfƸ?qeg,nc^ 6ܠ>&2zꑿiAM=0)Ä c/L: f. 9 DUEBv4فMIk}M啖Qqx`=M>>eڽOAJDى™K@k` wcU6-jΞQɸ<@zYhJapQ h#Ԉh1)dl;a6ynk3XiLfUtk)lI4'׾)7"^xӼ4B镥q[4Fp)wthF`ƽrq̐E|C^&Vz7eH'*Ӟ]4'!Q>7W71/^1H)V4;D+Se>4wp'_(UHPO#ZNIv")uWc?_.j0Snt B= p6||>=ǁm0!ʧ]"r &I^Xľh/xr9i/L(> vxC`J\ ǢW4E⹮].W=X"߸5o:~sd}:6&DDĸ0 i\bK QGZn>qؘ],z'1g0"E{_0aփs!FjŽ>͙ v9vga"E2$ g8= 7]}gթ0*MJz"~׶m ˳f.9sb$gw鮜3c~n .\K20+VznK]ܻT;+ TWʲzXzɏ ǷdNZjhe~HNpN(jᘋl~}]k'e|6xB!y#CW Ul'iҴgŝo>u8o9WdkY}uف^ Wf_+lJbT ̔3Yh"0\RSE:rrކ͂5ѝck~%qC;rOJ 2]D9_U߲Y/WAKOcAX 9wǙg1YhlLoN&K0N7Gmy2C]njnllH0d4B#Ҋc}d1VJS mj+_$ Z /Jdw2IBj(NvٳcV#5A@;^7rD5%zT_| 7zVv0#ց N]30ĕ zBt, yw'`7i:]ھXO7-Zw/i>NdžirR.''Sy%3%V)jqU{uA*a;x_޼k>4D O5f -`P~Po ofrGvLsD}/TG2L^oQ1Z*I:AW݂Gn~p"jLK|(l-+{t5휘4G?UMmȟL)"5hy' VyW9vBV>8A!N~_?(V GОbe ]U}@_.<ꖦM&F'?ژ'+1G/w,nck2nCfmT!2YJc](v8w02/M~wJHCu\ڦ]Dz"^s"Ne)Ew0A[švGķ1_Ba4R@"Tjy(ƬTD ڸB9s;69uoUڨ8G'GIzfq໚ :'յyEgvL7ɏE_C<&# 8ef[F3fmrK\[3u(='YF`aM0l7H޴Iڍ[պ 4EXΓfQ.Z=V*bXA?l|&B#vRW!O.:H0&"CJM^1V3OڳmdR6'ﮖ]o3WGl`шU w/@8}t_ǖFHh p4NE0ƫ(z_'kSeM Em;-mcEqjssVdczҖhF4:fRс?.;V*'ivMҡl+*8w_-vUfTNow }&>/qM;ѯRxz Vu]Ms^%qC*х㣄N)XoԘmW۬"&LAߢ{~Ijk9gాr3)&>KZIWmx߲XORjBt|6O@CŶ(<"Ai,٪RwO[s&w?y%A ~聲4(`H_Wd ¯:ƶʿ)ܡZ;̉6H ث #c{3^ ֈBW uz˖Ş&4zIan]\ k<\1ȵ;+W||krM x#&_ȧ ˅_m8uNW8;+ßcSۊ(pYb9<_n U u(bJ\e!ttJp7,`ҜY'b:N\sY |RݟkK_2EA>:oU^U?9&D}J j9l7 nwcb,/Cb U럔;@:_7VFFNӲO 2D?+)CN[4X/9^L9*5dEbI?_*N.~^pc:OeR]ԿOT",8qv^SYUL*LRIJ FHKw;y̍}cM =ܦ9?&wp_'u_PȰ!ta^>oe] s9 0x G-MD<3s^AcɆV*aDփ"-ڞ6i W}yZ/!/v p ^zFG.R"+ ێjE7E6 Ozkc "@;c\4RfqtYesEaycuy'Cev:ƂD%Q4[= nB* iVP""aJ%T+/TYGFx8ۨ;0^J6|*(o-b]8&xk8~MU3r`%CnXVZΨ UK٤|σw i;94uI s#yG{:v ј{rvYy?W7 PAKF|J5K;OJvcSqiGrcq[v9+D7"ŧtȲ"A=ss|Pg:H'2 +o7k/]/r-b*JAE-F#SAk+LZ>P~KJZxQ%{zipw $"0({aH5K3 L찉,BzMT# kܾI['6Ѿ'yE֨m\›n^f;%|>o[H3"q|+vA *^BAX:KBw O6}_Xe$}y' ݇X{|D:  Z]]V4a`c*{uҾ~?:)؏R{D)VM޷2T3t$~Qj@Mmv:XqeW{,nu_qMf{gT}2?2q`QEiqڄ) Y iyGyۂUz8+"'J6:|T\% `h=nUW̱yiBRI􎽿T%u4*8gE,~-T52* ->h kֆP;l7fKa)ZaM@tYd2=H8I#" dE&8sDHiEZ彊q C׃hjx!7'V1#L yN!CT3l'UJ&n;@cA0YFv<=rhל{wQHsj5 `kkJt"kAԒL^%mzf=?`4/Pg*p?np Ao4rGDװtuN`AAJt"ZmĘ'2r+ލ_Eknn{X9gG- 1SA LkhyuNd! ג@S+sX^^Rzl pU Rwu.a BDO.6}~o0!gd.z^֦r6Y*c8! ^kV9YT@pX bEm"3E3*έKOtgJiG',g1SغN󅕭xcjofҍ #K|_k+] y[^RZamLF]՚z!&sF~h2ϭLNUDݍ TT ݧuSYDm HO8_A=^~_U0h:I8Q̩yqlg{SB|&Kc% ZCN^y&#Kbf1f+i,iNҐWRXWsaIB x !;Zj= "b#ĢRnK9A7(g =wEHl kyJ6N;XMá BL;i }#wxM}:Nՙ<ݸeB]}izIT9wV/3nO*x[PjՋnIDHbz u K`~]l(4Kx1{wzכD#wX9=Wj$r<Pn?γi6@B}?JMBn$1NBZaa+sM1wy)MgE5zACV;wY h\9|Kh/:0wM)hQSJ5jqMrUBIv{^K) Y*Cv`1$-Q1u#`B}YH} +)pM*t}'I}@dgF'ēI ^D'Y+ONh$^P,MeU'8j'56eYc cDrJ<. c;M+s ^BYr9p$q]Vcgy9ÌzL|㩝` n?U/V4IvRf>afWYʍ% Яv9qs[` &#D:{32&"dc"l1Jh FA L˺53ԥx1㨂T&6蚎ch[Aq=)<8'N%!ު@(oκk4 Qu%c9o\Relqg $P؄ndigE{0es,+ͣ:> ~=b إs7O^ q ,CRhtU7]fmZ#];i'EyT<ܐ S@@7y1H{85| )ghYjj3F`M K'HCүҶX+*qP?.LNZϵH_[=r7D߬ #nb(mSr“EA~HE@δ>b4 e0({R5/Usߋڪ : YZ