python3-setuptools-wheel-44.1.1-150400.9.6.1<>,teTÛp9|oAF%ˊ1,9n25421"RS-Xv1D/ޫxɤ8UqzkB9=]L5QL]A?td" / w,0<@Yz~     * ,4>H   (8T9LT: TFPGdHlItXxY|\]^bcd1e6f9l;uPvXwxyz $(.pCpython3-setuptools-wheel44.1.1150400.9.6.1Enhancements to distutils for building and distributing Python packagessetuptools is a collection of enhancements to the Python distutils that allow you to build and distribute Python packages, especially ones that have dependencies on other packages.eTÛh01-ch4clSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Unspecifiedhttps://github.com/pypa/setuptoolslinuxnoarchlA큤eTÛeTÛ9748db5943bd3c691b0c5f0ad3b9e79f2563c72f256a920ecd62eec7757e0745rootrootrootrootpython3-setuptools-wheel-44.1.1-150400.9.6.1.src.rpmpython3-setuptools-wheel@    python(abi)python3-appdirspython3-basepython3-ordered-setpython3-packagingpython3-sixpython3-xmlrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)update-alternativesupdate-alternatives3.63.0.4-14.6.0-14.0-15.2-14.14.3dS@c` @_j_i_#__5+@^^^ku^9\]M@]W]@]@]n]|@]]2@]]2@\~\\`@\U@\@n@\I\ @[@[G[[@[D[x @[GB[Z@Z@Z@Z@Z@Z%Z@ZH@ZyZvZP@ZH@Z'Z#@Z@ZZfZ@Z ,@Z@YYYu@Y9<@XX@XN@WWWu@WzOWzOWu V@VHV(VU@UUWUUUuUeU>$U7@U) UF@Tdmueller@suse.comdaniel.garcia@suse.commcepl@suse.commcepl@suse.commcepl@suse.commcepl@suse.commcepl@suse.commimi.vx@gmail.comcode@bnavigator.demcepl@suse.comtchvatal@suse.commimi.vx@gmail.commimi.vx@gmail.comstefan.bruens@rwth-aachen.detchvatal@suse.comtchvatal@suse.commcalabkova@suse.comjayvdb@gmail.comtchvatal@suse.comtchvatal@suse.comarun@gmx.demimi.vx@gmail.comarun@gmx.dearun@gmx.dedimstar@opensuse.orgtbechtold@suse.comtchvatal@suse.comarun@gmx.dearun@gmx.dearun@gmx.dearun@gmx.dejengelh@inai.dearun@gmx.dearun@gmx.dearun@gmx.dearun@gmx.dejgonzalez@suse.comtchvatal@suse.comarun@gmx.dearun@gmx.dearun@gmx.deaplanas@suse.comaplanas@suse.comarun@gmx.dearun@gmx.dearun@gmx.dearun@gmx.dearun@gmx.dearun@gmx.demimi.vx@gmail.comarun@gmx.dearun@gmx.dejengelh@inai.dearun@gmx.dearun@gmx.dearun@gmx.detbechtold@suse.commichael@stroeder.comdmueller@suse.comjmatejek@suse.comjmatejek@suse.comhpj@urpla.nettbechtold@suse.comjmatejek@suse.comtbechtold@suse.comdev@stellardeath.orgtbechtold@suse.comtbechtold@suse.comtbechtold@suse.comtoddrme2178@gmail.comtoddrme2178@gmail.comhpj@urpla.nettbechtold@suse.comtbechtold@suse.comjmatejek@suse.comdmueller@suse.comtbechtold@suse.comtbechtold@suse.comjmatejek@suse.commcihar@suse.cztbechtold@suse.comhpj@urpla.nettbechtold@suse.comlchiquitto@suse.de- Rename package sources from python- to python3 for PSP (jsc#PED-68, jsc#PED-2217)- Add CVE-2022-40897-ReDos.patch to fix Regular Expression Denial of Service (ReDoS) in package_index.py. bsc#1206667- We cannot remove vendored packages when generating setuptools wheel (bsc#1177127).- Add remove_mock.patch to remove dependency on the external mock package.- Avoid duplicite wheel name in the generated package, and we actually don't need a subpackage at all.- Make wheel a separate build run to avoid the setuptools/wheel build cycle.- Add wheel subpackage with the generated wheel for this package (bsc#1176262, CVE-2019-20916).- update to 44.1.0 * Set sys.argv[0] in setup script run by build_meta.__legacy__ * Fix for Python 4: replace unsafe six.PY3 with six.PY2 * Fixed a bug in the “setuptools.finalize_distribution_options” hook that lead to ignoring the order attribute of entry points managed by this hook. * Avoid loading working set during Distribution.finalize_options prior to invoking _install_setup_requires, broken since v42.0.0.- use local source dir for pytest imports gh#openSUSE/python-rpm-macros#48- Fix License to the correct MIT- Fix build without python2- update to 44.0.0 - last version with python2 support - add testdata.tar.gz -> missing data for testsuite * Drop support for Python 3.4. * include pyproject.toml in source distribution by default. Projects relying on the previous behavior where pyproject.toml * Setuptools once again declares 'setuptools' in the build-system.requires and adds PEP 517 build support by declaring itself as the build-backend * Fix support for easy_install's find-links option in setup.cfg * Build dependencies (setup_requires and tests_require) now install transitive dependencies indicated by extras. * Mark the easy_install script and setuptools command as deprecated, and use pip when available to fetch/build wheels for missing setup_requires/tests_require requirements, with the following differences in behavior: + support for python_requires + better support for wheels (proper handling of priority with respect to PEP 425 tags) + PEP 517/518 support + eggs are not supported + no support for the allow_hosts easy_install option (index_url/find_links are still honored) + pip environment variables are honored (and take precedence over easy_install options) * Removed the "upload" and "register" commands in favor of twine. * Add support for the license_files option in setup.cfg to automatically include multiple license files in a source distribution. * Update handling of wheels compatibility tags: * add support for manylinux2010 * fix use of removed 'm' ABI flag in Python 3.8 on Windows * Fix empty namespace package installation from wheel. * Setuptools now exposes a new entry point hook "setuptools.finalize_distribution_options", enabling plugins like setuptools_scm to configure options on the distribution at finalization time.- update to 41.6.0 - add importlib.patch * Replace usage of deprecated imp module with local re-implementation in setuptools._imp * Fix pkg_resources.Requirement hash/equality implementation * Fix tests when running under python3.10. * drop 'deprecated' documentation (test command, ez_setup, EasyInstall)- Remove runtime dependency for the full python3 package, as the actually required SSL module is in python3-base. For python(2), SSL is in the "full" python package. Avoids build loops and shortens the dependency chain for e.g. rust.- Try to use system packages rather than the vendored variants- Add patch to sort outputs for better reproducability: * sort-for-reproducibility.patch - Add missing dep on ordered-set as it is now in the vendored dir too- Update to 41.4.0 * In declarative config, now traps errors when invalid python_requires values are supplied. * When storing extras, rely on OrderedSet to retain order of extras as indicated by the packager, which will also be deterministic on Python 2.7 (with PYTHONHASHSEED unset) and Python 3.6+. * Fixed failing integration test triggered by 'long_description_content_type' in packaging.- Define LANG in %check to fix openSUSE/SLE 15 testsuite- Switch to multibuild to enable testsuite- Update to 41.2.0: * #479: Remove some usage of the deprecated imp module. * #1565: Changed html_sidebars from string to list of string as per https://www.sphinx-doc.org/en/master/changes.html#id58 * #1697: Moved most of the constants from setup.py to setup.cfg * #1756: Forse metadata-version >= 1.2. when project urls are present.- update to version 41.0.1: * #1671: Fixed issue with the PEP 517 backend that prevented building a wheel when the dist/ directory contained existing .whl files. * #1709: In test.paths_on_python_path, avoid adding unnecessary duplicates to the PYTHONPATH. * #1741: In package_index, now honor "current directory" during a checkout of git and hg repositories under Windows- update to 41.0.0 * #1735: When parsing setup.cfg files, setuptools now requires the files to be encoded as UTF-8. Any other encoding will lead to a UnicodeDecodeError. This change removes support for specifying an encoding using a 'coding: ' directive in the header of the file, a feature that was introduces in 40.7. Given the recent release of the aforementioned feature, it is assumed that few if any projects are utilizing the feature to specify an encoding other than UTF-8.- update to version 40.8.0: * #1652: Added the build_meta:__legacy__ backend, a "compatibility mode" PEP 517 backend that can be used as the default when build-backend is left unspecified in pyproject.toml. * #1635: Resource paths are passed to pkg_resources.resource_string and similar no longer accept paths that traverse parents, that begin with a leading /. Violations of this expectation raise DeprecationWarnings and will become errors. Additionally, any paths that are absolute on Windows are strictly disallowed and will raise ValueErrors. * #1536: setuptools will now automatically include licenses if setup.cfg contains a license_file attribute, unless this file is manually excluded inside MANIFEST.in. - changes from version 40.7.3: * #1670: In package_index, revert to using a copy of splituser from Python 3.8. Attempts to use urllib.parse.urlparse led to problems as reported in #1663 and #1668. This change serves as an alternative to #1499 and fixes #1668.- update to version 40.7.2: * #1666: Restore port in URL handling in package_index. - changes from version 40.7.1: * #1660: On Python 2, when reading config files, downcast options from text to bytes to satisfy distutils expectations. - changes from version 40.7.0: * #1551: File inputs for the license field in setup.cfg files now explicitly raise an error. * #1180: Add support for non-ASCII in setup.cfg (#1062). Add support for native strings on some parameters (#1136). * #1499: setuptools.package_index no longer relies on the deprecated urllib.parse.splituser per Python #27485. * #1544: Added tests for PackageIndex.download (for git URLs). * #1625: In PEP 517 build_meta builder, ensure that sdists are built as gztar per the spec.- BuildIgnore python[23]-pyparsing: python-packaging requires it for some actions it could perform, but we don't make use of these here. Ignoring this dependency allows us to break open a BuildCycle.- update to 40.6.3: * #1594: PEP 517 backend no longer declares setuptools as a dependency as it can be assumed.- Fix fdupes call- update to version 40.6.2: * #1592: Fix invalid dependency on external six module (instead of vendored version). - changes from version 40.6.1: * #1590: Fixed regression where packages without author or author_email fields generated malformed package metadata. - changes from version 40.6.0: * #1541: Officially deprecated the requires parameter in setup(). * #1519: In pkg_resources.normalize_path, additional path normalization is now performed to ensure path values to a directory is always the same, preventing false positives when checking scripts have a consistent prefix to set up on Windows. * #1545: Changed the warning class of all deprecation warnings; deprecation warning classes are no longer derived from DeprecationWarning and are thus visible by default. * #1554: build_meta.build_sdist now includes setup.py in source distributions by default. * #1576: Started monkey-patching get_metadata_version and read_pkg_file onto distutils.DistributionMetadata to retain the correct version on the PKG-INFO file in the (deprecated) upload command. * #1533: Restricted the recursive-include setuptools/_vendor to contain only .py and .txt files. * #1395: Changed Pyrex references to Cython in the documentation. * #1456: Documented that the rpmbuild packages is required for the bdist_rpm command. * #1537: Documented how to use setup.cfg for src/ layouts * #1539: Added minimum version column in setup.cfg metadata table. * #1552: Fixed a minor typo in the python 2/3 compatibility documentation. * #1553: Updated installation instructions to point to pip install instead of ez_setup.py. * #1560: Updated setuptools distribution documentation to remove some outdated information. * #1564: Documented setup.cfg minimum version for version and project_urls. * #1572: Added the concurrent.futures backport futures to the Python 2.7 test suite requirements.- update to version 40.5.0: * #1335: In pkg_resources.normalize_path, fix issue on Cygwin when cwd contains symlinks. * #1502: Deprecated support for downloads from Subversion in package_index/easy_install. * #1517: Dropped use of six.u in favor of u"" literals. * #1520: Added support for data_files in setup.cfg. * #1525: Fixed rendering of the deprecation warning in easy_install doc.- update to version 40.4.3: * #1480: Bump vendored pyparsing in pkg_resources to 2.2.1. - changes from version 40.4.2: * #1497: Updated gitignore in repo. - changes from version 40.4.1: * #1480: Bump vendored pyparsing to 2.2.1. - changes from version 40.4.0: * #1481: Join the sdist --dist-dir and the build_meta sdist directory argument to point to the same target (meaning the build frontend no longer needs to clean manually the dist dir to avoid multiple sdist presence, and setuptools no longer needs to handle conflicts between the two). - changes from version 40.3.0: * #1402: Fixed a bug with namespace packages under Python 3.6 when one package in current directory hides another which is installed. * #1427: Set timestamp of .egg-info directory whenever egg_info command is run. * #1474: build_meta.get_requires_for_build_sdist now does not include the wheel package anymore. * #1486: Suppress warnings in pkg_resources.handle_ns. * #1479: Remove internal use of six.binary_type.- update to version 40.2.0: * #1466: Fix handling of Unicode arguments in PEP 517 backend - changes from version 40.1.1: * #1465: Fix regression with egg_info command when tagging is used.- Use noun phrase in summary.- specfile: * removed devel for noarch package - update to version 40.1.0: * #1410: Deprecated upload and register commands. * #1312: Introduced find_namespace_packages() to find PEP 420 namespace packages. * #1420: Added find_namespace: directive to config parser. * #1418: Solved race in when creating egg cache directories. * #1450: Upgraded vendored PyParsing from 2.1.10 to 2.2.0. * #1451: Upgraded vendored appdirs from 1.4.0 to 1.4.3. * #1388: Fixed "Microsoft Visual C++ Build Tools" link in exception when Visual C++ not found. * #1389: Added support for scripts which have unicode content. * #1416: Moved several Python version checks over to using six.PY2 and six.PY3. * #1441: Removed spurious executable permissions from files that don't need them.- update to version 40.0.0: * #1342: Drop support for Python 3.3. * #1366: In package_index, fixed handling of encoded entities in URLs. * #1383: In pkg_resources VendorImporter, avoid removing packages imported from the root. * #1379: Minor doc fixes after actually using the new release process. * #1385: Removed section on non-package data files. * #1403: Fix developer's guide. * #1404: Fix PEP 518 configuration: set build requirements in pyproject.toml to ["wheel"].- update to version 39.2.0: * #1359: Support using "file:" to load a PEP 440-compliant package version from a text file. * #1360: Fixed issue with a mismatch between the name of the package and the name of the .dist-info file in wheel files * #1364: Add __dir__() implementation to pkg_resources.Distribution() that includes the attributes in the _provider instance variable. * #1365: Take the package_dir option into account when loading the version from a module attribute. * #1353: Added coverage badge to README. * #1356: Made small fixes to the developer guide documentation. * #1357: Fixed warnings in documentation builds and started enforcing that the docs build without warnings in tox. * #1376: Updated release process docs. * #1343: The setuptools specific long_description_content_type, project_urls and provides_extras fields are now set consistently after any distutils setup_keywords calls, allowing them to override values. * #1352: Added tox environment for documentation builds. * #1354: Added towncrier for changelog managment. * #1355: Add PR template. * #1368: Fixed tests which failed without network connectivity. * #1369: Added unit tests for PEP 425 compatibility tags support. * #1372: Stop testing Python 3.3 in Travis CI, now that the latest version of wheel no longer installs on it.- update to version 39.1.0: * #1340: Update all PyPI URLs to reflect the switch to the new Warehouse codebase. * #1337: In pkg_resources, now support loading resources for modules loaded by the SourcelessFileLoader. * #1332: Silence spurious wheel related warnings on Windows.- build python3 subpackage (FATE#323875)- Version update to 39.0.1: * Fix utf parsing with python2 * Various other fixes- update to version 39.0.0: * #1296: Setuptools now vendors its own direct dependencies, no longer relying on the dependencies as vendored by pkg_resources. * #296: Removed long-deprecated support for iteration on Version objects as returned by pkg_resources.parse_version. Removed the SetuptoolsVersion and SetuptoolsLegacyVersion names as well. They should not have been used, but if they were, replace with Version and LegacyVersion from packaging.version. - changes from version 38.7.0: * #1288: Add support for maintainer in PKG-INFO. - changes from version 38.6.1: * #1292: Avoid generating Provides-Extra in metadata when no extra is present (but environment markers are).- update to version 38.6.0: * #1286: Add support for Metadata 2.1 (PEP 566).- update to version 38.5.2: * #1285: Fixed RuntimeError in pkg_resources.parse_requirements on Python 3.7 (stemming from PEP 479).- Allows Recommends and Suggest in Fedora- Recommends only for SUSE- update to version 38.5.1: * #1271: Revert to Cython legacy build_ext behavior for compatibility. - changes from version 38.5.0: * #1229: Expand imports in build_ext to refine detection of Cython availability. * #1270: When Cython is available, build_ext now uses the new_build_ext.- update to version 38.4.1: * #1257: In bdist_egg.scan_module, fix ValueError on Python 3.7.- specfile: * update copyright year - update to version 38.4.0: * #1231: Removed warning when PYTHONDONTWRITEBYTECODE is enabled. - changes from version 38.3.0: * #1210: Add support for PEP 345 Project-URL metadata. * #1207: Add support for long_description_type to setup.cfg declarative config as intended and documented.- update to version 38.2.5: * #1232: Fix trailing slash handling in pkg_resources.ZipProvider.- update to version 38.2.4: * #1220: Fix data_files handling when installing from wheel.- update to version 38.2.3: * fix Travis' Python 3.3 job. - changes from version 38.2.2: * #1214: fix handling of namespace packages when installing from a wheel.- update to 38.2.1 * fix encoding handling of metadata when installing from a wheel- update to version 38.2.0: * #1200: easy_install now support installing from wheels: they will be installed as standalone unzipped eggs. - changes from version 38.1.0: * #1208: Improve error message when failing to locate scripts in egg-info metadata. - changes from version 38.0.0: * #458: In order to support deterministic builds, Setuptools no longer allows packages to declare install_requires as unordered sequences (sets or dicts).- update to version 37.0.0: * #878: Drop support for Python 2.6. Python 2.6 users should rely on 'setuptools < 37dev'. - changes from version 36.8.0: * #1190: In SSL support for package index operations, use SNI where available. - changes from version 36.7.3: * #1175: Bug fixes to build_meta module.- Trim bias from description.- specfile: * add missing url field - update to version 36.7.2: * #701: Fixed duplicate test discovery on Python 3.- update to version 36.7.1: * #1193: Avoid test failures in bdist_egg when PYTHONDONTWRITEBYTECODE is set. - changes from version 36.7.0: * #1054: Support setup_requires in setup.cfg files. - changes from version 36.6.1: * #1132: Removed redundant and costly serialization/parsing step in EntryPoint.__init__. * #844: bdist_egg --exclude-source-files now tested and works on Python 3.- update to version 36.6.0: * #1143: Added setuptools.build_meta module, an implementation of PEP-517 for Setuptools-defined packages. * #1143: Added dist_info command for producing dist_info metadata.- update to 36.5.0: * #170: When working with Mercurial checkouts, use Windows-friendly syntax for suppressing output. * Inspired by #1134, performed substantial refactoring of ``pkg_resources.find_on_path`` to facilitate an optimization for paths with many non-version entries. * #1075: Add new ``Description-Content-Type`` metadata field. `See here for documentation on how to use this field. `_ * #1068: Sort files and directories when building eggs for deterministic order. * #196: Remove caching of easy_install command in fetch_build_egg. Fixes issue where ``pytest-runner-N.N`` would satisfy the installation of ``pytest``. * #1129: Fix working set dependencies handling when replacing conflicting distributions (e.g. when using ``setup_requires`` with a conflicting transitive dependency, fix #1124). * #1133: Improved handling of README files extensions and added Markdown to the list of searched READMES. * #1135: Improve performance of pkg_resources import by not invoking ``access`` or ``stat`` and using ``os.listdir`` instead. * #1131: Make possible using several files within ``file:`` directive in metadata.long_description in ``setup.cfg``. * fix #1105: Fix handling of requirements with environment markers when declared in ``setup.cfg`` (same treatment as for #1081). * #462: Don't assume a directory is an egg by the ``.egg`` extension alone. * #1093: Fix test command handler with extras_require. * #1112, #1091, #1115: Now using Trusty containers in Travis for CI and CD. * #1092: ``pkg_resources`` now uses ``inspect.getmro`` to resolve classes in method resolution order. * #1102: Restore behavior for empty extras.- update to 36.2.2 v36.2.2 ------- * #1099: Revert commit a3ec721, restoring intended purpose of extras as part of a requirement declaration. v36.2.1 ------- * fix #1086 * fix #1087 * support extras specifiers in install_requires requirements v36.2.0 ------- * #1081: Environment markers indicated in ``install_requires`` are now processed and treated as nameless ``extras_require`` with markers, allowing their metadata in requires.txt to be correctly generated. * #1053: Tagged commits are now released using Travis-CI build stages, meaning releases depend on passing tests on all supported Python versions (Linux) and not just the latest Python version. v36.1.1 ------- * #1083: Correct ``py31compat.makedirs`` to correctly honor ``exist_ok`` parameter. * #1083: Also use makedirs compatibility throughout setuptools. v36.1.0 ------- * #1083: Avoid race condition on directory creation in ``pkg_resources.ensure_directory``. * Removed deprecation of and restored support for ``upload_docs`` command for sites other than PyPI. Only warehouse is dropping support, but services like `devpi `_ continue to support docs built by setuptools' plugins. See `this comment `_ for more context on the motivation for this change.- update to 36.0.1 * #1042: Fix import in py27compat module that still referenced six directly, rather than through the externs module (vendored packages hook). * #980 and others: Once again, Setuptools vendors all of its dependencies. It seems to be the case that in the Python ecosystem, all build tools must run without any dependencies (build, runtime, or otherwise). At such a point that a mechanism exists that allows build tools to have dependencies, Setuptools will adopt it. * #1015: Fix test failures on Python 3.7. * #1024: Add workaround for Jython #2581 in monkey module. * #992: Revert change introduced in v34.4.1, now considered invalid. * #1016: Revert change introduced in v35.0.0 per #1014, referencing #436. The approach had unintended consequences, causing sdist installs to be missing files. - remove fix-sle11-test-failure.patch: this doesn't build for SLE11 anymore, so no need to patch it anymore- update to 34.2.0 * dependencies are no longer vendored and setuptools can't bootstrap without them * drop support for python 2.6 and 3.2 * declarative config option for setup.cfg * nspkg.pth files for development * switch to zip format for source dist * ensure extras are honored when building the working set * add support for reading dist-info metadata * support for PEP440 version specifiers - added build-time and run-time dependencies to appdirs and packaging, ensured these packages build without setuptools - drop upstreamed setuptools-certpath.patch - drop unneeded setuptools-5.4.1-create-sitedir.patch - add fdupes - change source file to zip, add unzip dependency- update for multipython build- make sure, that setuptools-certpath.patch is applied unconditionally (fixes traceback in setuptools/ssl_support.py)- update to 28.3.0: * #809: In ``find_packages()``, restore support for excluding a parent package without excluding a child package. * #805: Disable ``-nspkg.pth`` behavior on Python 3.3+ where PEP-420 functionality is adequate. Fixes pip #1924. * #803: Bump certifi to 2016.9.26. * #733: Do not search excluded directories for packages. This introduced a backwards incompatible change in ``find_packages()`` so that ``find_packages(exclude=['foo']) == []``, excluding subpackages of ``foo``. Previously, ``find_packages(exclude=['foo']) == ['foo.bar']``, even though the parent ``foo`` package was excluded. * #795: Bump certifi. * #719: Suppress decoding errors and instead log a warning when metadata cannot be decoded. * #790: In MSVC monkeypatching, explicitly patch each function by name in the target module instead of inferring the module from the function's ``__module__``. Improves compatibility with other packages that might have previously patched distutils functions (i.e. NumPy). * #794: In test command, add installed eggs to PYTHONPATH when invoking tests so that subprocesses will also have the dependencies available. Fixes `tox 330 `_. * #795: Update vendored pyparsing 2.1.9. * #520 and #513: Suppress ValueErrors in fixup_namespace_packages when lookup fails. * Nicer, more consistent interfaces for msvc monkeypatching. * #779 via #781: Fix circular import. * #778: Fix MSVC monkeypatching. * Introduce the (private) ``monkey`` module to encapsulate the distutils monkeypatching behavior. * Now use Warehouse by default for ``upload``, patching ``distutils.config.PyPIRCCommand`` to affect default behavior. Any config in .pypirc should be updated to replace https://pypi.python.org/pypi/ with https://upload.pypi.org/legacy/ Similarly, any passwords stored in the keyring should be updated to use this new value for "system". The ``upload_docs`` command will continue to use the python.org site, but the command is now deprecated. Users are urged to use Read The Docs instead. * #776: Use EXT_SUFFIX for py_limited_api renaming. * #774 and #775: Use LegacyVersion from packaging when detecting numpy versions. * Re-release of 26.1.0 with pytest pinned to allow for automated deployment and thus proper packaging environment variables, fixing issues with missing executable launchers.- fix certificate handling with certifi, add support for SUSE's CA bundle (setuptools-certpath.patch, fixes boo#993968) - remove shebang lines, strip executable bit from README, to silence the easy rpmlint warnings- update to 26.1.1: * Re-release of 26.1.0 with pytest pinned to allow for automated deployement and thus proper packaging environment variables, fixing issues with missing executable launchers. * #763: ``pkg_resources.get_default_cache`` now defers to the `appdirs project `_ to resolve the cache directory. Adds a vendored dependency on appdirs to pkg_resources. * #748: By default, sdists are now produced in gzipped tarfile format by default on all platforms, adding forward compatibility for the same behavior in Python 3.6 (See Python #27819). * #459 via #736: On Windows with script launchers, sys.argv[0] now reflects the name of the entry point, consistent with the behavior in distlib and pip wrappers. * #752 via #753: When indicating ``py_limited_api`` to Extension, it must be passed as a keyword argument. * Add Extension(py_limited_api=True). When set to a truthy value, that extension gets a filename apropriate for code using Py_LIMITED_API. When used correctly this allows a single compiled extension to work on all future versions of CPython 3. The py_limited_api argument only controls the filename. To be compatible with multiple versions of Python 3, the C extension will also need to set -DPy_LIMITED_API=... and be modified to use only the functions in the limited API. * #739 Fix unquoted libpaths by fixing compatibility between `numpy.distutils` and `distutils._msvccompiler` for numpy < 1.11.2 (Fix issue #728, error also fixed in Numpy). * #731: Bump certifi. * Style updates. See #740, #741, #743, #744, #742, #747. * #735: include license file. * #612 via #730: Add a LICENSE file which needs to be provided by the terms of the MIT license. * #725: revert `library_dir_option` patch (Error is related to `numpy.distutils` and make errors on non Numpy users). * #720 * #723: Improve patch for `library_dir_option`. * #717 * #713 * #707: Fix Python 2 compatibility for MSVC by catching errors properly. * #715: Fix unquoted libpaths by patching `library_dir_option`. * #714 and #704: Revert fix as it breaks other components downstream that can't handle unicode. See #709, #710, and #712. * #704: Fix errors when installing a zip sdist that contained files named with non-ascii characters on Windows would crash the install when it attempted to clean up the build. * #646: MSVC compatibility - catch errors properly in RegistryInfo.lookup. * #702: Prevent UnboundLocalError when initial working_set is empty. * #686: Fix issue in sys.path ordering by pkg_resources when rewrite technique is "raw". * #699: Fix typo in msvc support. * #609: Setuptools will now try to download a distribution from the next possible download location if the first download fails. This means you can now specify multiple links as ``dependency_links`` and all links will be tried until a working download link is encountered. * #688: Fix AttributeError in setup.py when invoked not from the current directory. * Cleanup of setup.py script. * Fixed documentation builders by allowing setup.py to be imported without having bootstrapped the metadata. * More style cleanup. See #677, #678, #679, #681, #685. * #674: Default ``sys.path`` manipulation by easy-install.pth is now "raw", meaning that when writing easy-install.pth during any install operation, the ``sys.path`` will not be rewritten and will no longer give preference to easy_installed packages. To retain the old behavior when using any easy_install operation (including ``setup.py install`` when setuptools is present), set the environment variable: SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite This project hopes that that few if any environments find it necessary to retain the old behavior, and intends to drop support for it altogether in a future release. Please report any relevant concerns in the ticket for this change. * #398: Fix shebang handling on Windows in script headers where spaces in ``sys.executable`` would produce an improperly-formatted shebang header, introduced in 12.0 with the fix for #188. * #663, #670: More style updates. * #516: Disable ``os.link`` to avoid hard linking in ``sdist.make_distribution``, avoiding errors on systems that support hard links but not on the file system in which the build is occurring. * #667: Update Metadata-Version to 1.2 when ``python_requires`` is supplied. * #631: Add support for ``python_requires`` keyword. * More style updates. See #660, #661, #641. * #659: ``setup.py`` now will fail fast and with a helpful error message when the necessary metadata is missing. * More style updates. See #656, #635, #640, [#644], #650, #652, and #655. * Updated style in much of the codebase to match community expectations. See #632, #633, #634, [#637], #639, #638, #642, #648. * If MSVC++14 is needed ``setuptools.msvc`` now redirect user to Visual C++ Build Tools web page. * #625 and #626: Fixes on ``setuptools.msvc`` mainly for Python 2 and Linux. * Pull Request #174: Add more aggressive support for standalone Microsoft Visual C++ compilers in msvc9compiler patch. Particularly : Windows SDK 6.1 and 7.0 (MSVC++ 9.0), Windows SDK 7.1 (MSVC++ 10.0), Visual C++ Build Tools 2015 (MSVC++14) * Renamed ``setuptools.msvc9_support`` to ``setuptools.msvc``. Re-release of v23.2.0, which was missing the intended commits. * #623: Remove used of deprecated 'U' flag when reading manifests.- Update fix-sle11-test-failure.patch to new line numbers and indentation- Use pypi.io for Source url- update to 23.1.0: * #619: Deprecated ``tag_svn_revision`` distribution option. * #611: Removed ARM executables for CLI and GUI script launchers on Windows. If this was a feature you cared about, please comment in the ticket. * #604: Removed docs building support. The project now relies on documentation hosted at https://setuptools.readthedocs.io/. * #604: Restore repository for upload_docs command to restore publishing of docs during release. * #589: Upload releases to pypi.io using the upload hostname and legacy path. * #589: Releases are now uploaded to pypi.io (Warehouse) even when releases are made on Twine via Travis. * #589: Releases are now uploaded to pypi.io (Warehouse). * #190: On Python 2, if unicode is passed for packages to ``build_py`` command, it will be handled just as with text on Python 3. * #598: Setuptools now lists itself first in the User-Agent for web requests, better following the guidelines in `RFC 7231 `_. * Minor fixes to changelog and docs. * #261: Exclude directories when resolving globs in package_data. * #539: In the easy_install get_site_dirs, honor all paths found in ``site.getsitepackages``. * #572: In build_ext, now always import ``_CONFIG_VARS`` from ``distutils`` rather than from ``sysconfig`` to allow ``distutils.sysconfig.customize_compiler`` configure the OS X compiler for ``-dynamiclib``. * Removed ez_setup.py from Setuptools sdist. The bootstrap script will be maintained in its own branch and should be generally be retrieved from its canonical location at https://bootstrap.pypa.io/ez_setup.py. * #553: egg_info section is now generated in a deterministic order, matching the order generated by earlier versions of Python. Except on Python 2.6, order is preserved when existing settings are present. * #556: Update to Packaging 16.7, restoring support for deprecated ``python_implmentation`` marker. * #555: Upload command now prompts for a password when uploading to PyPI (or other repository) if no password is present in .pypirc or in the keyring. * #548: Update certify version to 2016.2.28 * #545: Safely handle deletion of non-zip eggs in rotate command. * Issue #544: Fix issue with extra environment marker processing in WorkingSet due to refactor in v20.7.0. * Issue #543: Re-release so that latest release doesn't cause déjà vu with distribute and setuptools 0.7 in older environments. * Refactored extra enviroment marker processing in WorkingSet. * Issue #533: Fixed intermittent test failures. * Issue #536: In msvc9_support, trap additional exceptions that might occur when importing ``distutils.msvc9compiler`` in mingw environments. * Issue #537: Provide better context when package metadata fails to decode in UTF-8. * Issue #523: Restored support for environment markers, now honoring 'extra' environment markers. * Issue #523: Disabled support for environment markers introduced in v20.5. * Issue #503: Restore support for PEP 345 environment markers by updating to Packaging 16.6. * New release process that relies on `bumpversion `_ and Travis CI for continuous deployment. * Project versioning semantics now follow `semver `_ precisely. The 'v' prefix on version numbers now also allows version numbers to be referenced in the changelog, e.g. https://pythonhosted.org/setuptools/history.html#v20-6-0. * BB Pull Request #185, #470: Add support for environment markers in requirements in install_requires, setup_requires, tests_require as well as adding a test for the existing extra_requires machinery. * Issue #422: Moved hosting to `Github `_ from `Bitbucket `_. Issues have been migrated, though all issues and comments are attributed to bb-migration. So if you have a particular issue or issues to which you've been subscribed, you will want to "watch" the equivalent issue in Github. The Bitbucket project will be retained for the indefinite future, but Github now hosts the canonical project repository. * Issue #519: Remove import hook when reloading the ``pkg_resources`` module. * BB Pull Request #184: Update documentation in ``pkg_resources`` around new ``Requirement`` implementation. * BB Pull Request #179: ``pkg_resources.Requirement`` objects are now a subclass of ``packaging.requirements.Requirement``, allowing any environment markers and url (if any) to be affiliated with the requirement * BB Pull Request #179: Restore use of RequirementParseError exception unintentionally dropped in 20.2.- update to 20.2.2: * Issue #502: Correct regression in parsing of multiple version specifiers separated by commas and spaces. * Issue #499: Restore compatiblity for legacy versions by bumping to packaging 16.4. * Changelog now includes release dates and links to PEPs. * Pull Request #173: Replace dual PEP 345 _markerlib implementation and PEP 426 implementation of environment marker support from packaging 16.1 and PEP 508. Fixes Issue #122. See also Pull Request #175, Pull Request #168, and Pull Request #164. Additionally: - ``Requirement.parse`` no longer retains the order of extras. - ``parse_requirements`` now requires that all versions be PEP-440 compliant, as revealed in #499. Packages released with invalid local versions should be re-released using the proper local version syntax, e.g. ``mypkg-1.0+myorg.1``. * Update ``upload_docs`` command to also honor keyring for password resolution. * Added support for using passwords from keyring in the upload command. * Issue #118: Once again omit the package metadata (egg-info) from the list of outputs in ``--record``. This version of setuptools can no longer be used to upgrade pip earlier than 6.0. * `Off-project PR `_: For FreeBSD, also honor root certificates from ca_root_nss.- update to version 19.6.2: * Issue #491: Correct regression incurred in 19.4 where a double-namespace package installed using pip would cause a TypeError. - update to version 19.6.1: * Restore compatibility for PyPy 3 compatibility lost in 19.4.1 addressing Issue #487. * "setuptools.launch" shim now loads scripts in a new namespace, avoiding getting relative imports from the setuptools package on Python 2. - update to version 19.6: * Added a new entry script "setuptools.launch", implementing the shim found in "pip.util.setuptools_build". Use this command to launch distutils-only packages under setuptools in the same way that pip does, causing the setuptools monkeypatching of distutils to be invoked prior to invoking a script. Useful for debugging or otherwise installing a distutils-only package under setuptools when pip isn't available or otherwise does not expose the desired functionality. For example:: $ python -m setuptools.launch setup.py develop * Issue #488: Fix dual manifestation of Extension class in extension packages installed as dependencies when Cython is present. - update to version 19.5: * Issue #486: Correct TypeError when getfilesystemencoding returns None. * Issue #139: Clarified the license as MIT. * Pull Request #169: Removed special handling of command spec in scripts for Jython. - changes from version 19.4.1: * Issue #487: Use direct invocation of "importlib.machinery" in "pkg_resources" to avoid missing detection on relevant platforms. - update to version 19.4: * Issue #341: Correct error in path handling of package data files in "build_py" command when package is empty. * Distribute #323, Issue #141, Issue #207, and Pull Request #167: Another implementation of "pkg_resources.WorkingSet" and "pkg_resources.Distribution" that supports replacing an extant package with a new one, allowing for setup_requires dependencies to supersede installed packages for the session. - update to version 19.3: * Issue #229: Implement new technique for readily incorporating dependencies conditionally from vendored copies or primary locations. Adds a new dependency on six. - update to version 19.2: * Pull Request #163: Add get_command_list method to Distribution. * Pull Request #162: Add missing whitespace to multiline string literals. - update to version 19.1.1: * Issue #476: Cast version to string (using default encoding) to avoid creating Unicode types on Python 2 clients. * Issue #477: In Powershell downloader, use explicit rendering of strings, rather than rely on "repr", which can be incorrect (especially on Python 2). - changes from version 19.1: * Issue #215: The bootstrap script "ez_setup.py" now automatically detects the latest version of setuptools (using PyPI JSON API) rather than hard-coding a particular value. * Issue #475: Fix incorrect usage in _translate_metadata2. - changes from version 19.0: * Issue #442: Use RawConfigParser for parsing .pypirc file. Interpolated values are no longer honored in .pypirc files. - update to version 18.8.1: * Issue #440: Prevent infinite recursion when a SandboxViolation or other UnpickleableException occurs in a sandbox context with setuptools hidden. Fixes regression introduced in Setuptools 12.0. - changes from version 18.8: * Deprecated ``egg_info.get_pkg_info_revision``. * Issue #471: Don't rely on repr for an HTML attribute value in package_index. * Issue #419: Avoid errors in FileMetadata when the metadata directory is broken. * Issue #472: Remove deprecated use of 'U' in mode parameter when opening files. - update to version 18.7.1: * Issue #469: Refactored logic for Issue #419 fix to re-use metadata loading from Provider. - update to version 18.7: * Update dependency on certify. * Pull Request #160: Improve detection of gui script in "easy_install._adjust_header". * Made "test.test_args" a non-data property; alternate fix for the issue reported in Pull Request #155. * Issue #453: In "ez_setup" bootstrap module, unload all "pkg_resources" modules following download. * Pull Request #158: Honor `PEP-488 `_ when excluding files for namespace packages. * Issue #419 and Pull Request #144: Add experimental support for reading the version info from distutils-installed metadata rather than using the version in the filename. - update to version 18.6.1: * Issue #464: Correct regression in invocation of superclass on old-style class on Python 2. - changes from version 18.6: * Issue #439: When installing entry_point scripts under development, omit the version number of the package, allowing any version of the package to be used. - update to version 18.5: * In preparation for dropping support for Python 3.2, a warning is now logged when pkg_resources is imported on Python 3.2 or earlier Python 3 versions. * `Add support for python_platform_implementation environment marker `_. * `Fix dictionary mutation during iteration `_.- Update to 18.4 * Test command now always invokes unittest, even if no test suite is supplied.- update to 18.3.2: * Correct another regression in setuptools.findall where the fix for Python #12885 was lost. - update to 18.3.1: * Issue #425: Correct regression in setuptools.findall. - update to 18.3: * Setuptools now allows disabling of the manipulation of the sys.path during the processing of the easy-install.pth file. To do so, set the environment variable ``SETUPTOOLS_SYS_PATH_TECHNIQUE`` to anything but "rewrite" (consider "raw"). During any install operation with manipulation disabled, setuptools packages will be appended to sys.path naturally. Future versions may change the default behavior to disable manipulation. If so, the default behavior can be retained by setting the variable to "rewrite". * Issue #257: ``easy_install --version`` now shows more detail about the installation location and Python version. * Refactor setuptools.findall in preparation for re-submission back to distutils.- update to 18.2: * Issue #412: More efficient directory search in ``find_packages``.- update to 18.1: * Upgrade to vendored packaging 15.3.- update to 18.0.1 for fate#319032 * see full changelog in CHANGES.txt- update to 18.0.1: * Issue #401: Fix failure in test suite. * Dropped support for builds with Pyrex. Only Cython is supported. * Issue #288: Detect Cython later in the build process, after ``setup_requires`` dependencies are resolved. * Issue #396: Fixed test failure on OS X. * Pull Request #136: Remove excessive quoting from shebang headers for Jython.- update to 17.1.1: * Backed out unintended changes to pkg_resources, restoring removal of deprecated imp module- update to 17.1: * Issue #380: Add support for range operators on environment marker evaluation. * Issue #378: Do not use internal importlib._bootstrap module. * Issue #390: Disallow console scripts with path separators in the name. Removes unintended functionality and brings behavior into parity with pip. * Pull Request #130: Better error messages for errors in parsed requirements. * Pull Request #133: Removed ``setuptools.tests`` from the installed packages. * Issue #373: Provisionally expose ``pkg_resources._initialize_master_working_set``, allowing for imperative re-initialization of the master working set.- fix vulnerability in non-RFC6125-compliant host name matching (bsc#930189, setuptools-1.1.7-match-hostname.patch)- Disable testsuite as this causes build cycle- update to 15.1: * Updated Packaging to 15.1 to address Packaging #28. * Fix ``setuptools.sandbox._execfile()`` with Python 3.1. - Remove fix-type-error.patch . Applied upstream- openSUSE versions up to 12.2 are affected as well from: AssertionError: error: must supply either home or prefix/exec-prefix -- not both raise version check of applying fix-sle11-test-failure.patch accordingly- update to 15.0: * Pull Request #126: DistributionNotFound message now lists the package or packages that required it. E.g.:: pkg_resources.DistributionNotFound: The 'colorama>=0.3.1' distribution was not found and is required by smlib.log. Note that zc.buildout once dependended on the string rendering of this message to determine the package that was not found. This expectation has since been changed, but older versions of buildout may experience problems. See Buildout #242 for details. * Issue #307: Removed PEP-440 warning during parsing of versions in ``pkg_resources.Distribution``. * Issue #364: Replace deprecated usage with recommended usage of ``EntryPoint.load``. * Issue #254: When creating temporary egg cache on Unix, use mode 755 for creating the directory to avoid the subsequent warning if the directory is group writable. * Issue #137: Update ``Distribution.hashcmp`` so that Distributions with None for pyversion or platform can be compared against Distributions defining those attributes. * Issue #360: Removed undesirable behavior from test runs, preventing write tests and installation to system site packages. * Pull Request #125: Add ``__ne__`` to Requirement class. * Various refactoring of easy_install. * Bootstrap script now accepts ``--to-dir`` to customize save directory or allow for re-use of existing repository of setuptools versions. See Pull Request #112 for background. * Issue #285: ``easy_install`` no longer will default to installing packages to the "user site packages" directory if it is itself installed there. Instead, the user must pass ``--user`` in all cases to install packages to the user site packages. This behavior now matches that of "pip install". To configure an environment to always install to the user site packages, consider using the "install-dir" and "scripts-dir" parameters to easy_install through an appropriate distutils config file. * Issue #359: Include pytest.ini in the sdist so invocation of py.test on the sdist honors the pytest configuration. Re-release of 13.0. Intermittent connectivity issues caused the release process to fail and PyPI uploads no longer accept files for 13.0. * Issue #356: Back out Pull Request #119 as it requires Setuptools 10 or later as the source during an upgrade. * Removed build_py class from setup.py. According to 892f439d216e, this functionality was added to support upgrades from old Distribute versions, 0.6.5 and 0.6.6. * Pull Request #119: Restore writing of ``setup_requires`` to metadata (previously added in 8.4 and removed in 9.0). * Documentation is now linked using the rst.linker package. * Fix ``setuptools.command.easy_install.extract_wininst_cfg()`` with Python 2.6 and 2.7. * Issue #354. Added documentation on building setuptools documentation. * Issue #345: Unload all modules under pkg_resources during ``ez_setup.use_setuptools()``. * Issue #336: Removed deprecation from ``ez_setup.use_setuptools``, as it is clearly still used by buildout's bootstrap. ``ez_setup`` remains deprecated for use by individual packages. * Simplified implementation of ``ez_setup.use_setuptools``. * Pull Request #118: Soften warning for non-normalized versions in Distribution. * Issue #339: Correct Attribute reference in ``cant_write_to_target``. * Issue #336: Deprecated ``ez_setup.use_setuptools``. * Issue #335: Fix script header generation on Windows. * Fixed incorrect class attribute in ``install_scripts``. Tests would be nice. * Issue #331: Fixed ``install_scripts`` command on Windows systems corrupting the header. * Restore ``setuptools.command.easy_install.sys_executable`` for pbr compatibility. For the future, tools should construct a CommandSpec explicitly. * Issue #188: Setuptools now support multiple entities in the value for ``build.executable``, such that an executable of "/usr/bin/env my-python" may be specified. This means that systems with a specified executable whose name has spaces in the path must be updated to escape or quote that value. * Deprecated ``easy_install.ScriptWriter.get_writer``, replaced by ``.best()`` with slightly different semantics (no force_windows flag). * Issue #327: Formalize and restore support for any printable character in an entry point name. * Expose ``EntryPoint.resolve`` in place of EntryPoint._load, implementing the simple, non-requiring load. Deprecated all uses of ``EntryPoint._load`` except for calling with no parameters, which is just a shortcut for ``ep.require(); ep.resolve();``. Apps currently invoking ``ep.load(require=False)`` should instead do the following if wanting to avoid the deprecating warning:: getattr(ep, "resolve", lambda: ep.load(require=False))() * Pip #2326: Report deprecation warning at stacklevel 2 for easier diagnosis. * Issue #281: Since Setuptools 6.1 (Issue #268), a ValueError would be raised in certain cases where VersionConflict was raised with two arguments, which occurred in ``pkg_resources.WorkingSet.find``. This release adds support for indicating the dependent packages while maintaining support for a VersionConflict when no dependent package context is known. New unit tests now capture the expected interface. * Interop #3: Upgrade to Packaging 15.0; updates to PEP 440 so that >1.7 does not exclude 1.7.1 but does exclude 1.7.0 and 1.7.0.post1. * Issue #323: Fix regression in entry point name parsing. * Deprecated use of EntryPoint.load(require=False). Passing a boolean to a function to select behavior is an anti-pattern. Instead use ``Entrypoint._load()``. * Substantial refactoring of all unit tests. Tests are now much leaner and re-use a lot of fixtures and contexts for better clarity of purpose. * Issue #320: Added a compatibility implementation of ``sdist._default_revctrl`` so that systems relying on that interface do not fail (namely, Ubuntu 12.04 and similar Debian releases). * Issue #319: Fixed issue installing pure distutils packages. * Issue #313: Removed built-in support for subversion. Projects wishing to retain support for subversion will need to use a third party library. The extant implementation is being ported to `setuptools_svn `_. * Issue #315: Updated setuptools to hide its own loaded modules during installation of another package. This change will enable setuptools to upgrade (or downgrade) itself even when its own metadata and implementation change. * Prefer vendored packaging library `as recommended `_. * Issue #312: Restored presence of pkg_resources API tests (doctest) to sdist. * Issue #314: Disabled support for ``setup_requires`` metadata to avoid issue where Setuptools was unable to upgrade over earlier versions. * Pull Request #106: Now write ``setup_requires`` metadata. * Issue #311: Decoupled pkg_resources from setuptools once again. ``pkg_resources`` is now a package instead of a module. * Issue #306: Suppress warnings about Version format except in select scenarios (such as installation). * Pull Request #85: Search egg-base when adding egg-info to manifest. * Upgrade ``packaging`` to 14.5, giving preference to "rc" as designator for release candidates over "c". * PEP-440 warnings are now raised as their own class, ``pkg_resources.PEP440Warning``, instead of RuntimeWarning. * Disabled warnings on empty versions. * Upgrade ``packaging`` to 14.4, fixing an error where there is a different result for if 2.0.5 is contained within >2.0dev and >2.0.dev even though normalization rules should have made them equal. * Issue #296: Add warning when a version is parsed as legacy. This warning will make it easier for developers to recognize deprecated version numbers. * Issue #296: Restored support for ``__hash__`` on parse_version results. * Issue #296: Restored support for ``__getitem__`` and sort operations on parse_version result. * Issue #296: Restore support for iteration over parse_version result, but deprecated that usage with a warning. Fixes failure with buildout. * Implement `PEP 440 `_ within pkg_resources and setuptools. This change deprecates some version numbers such that they will no longer be installable without using the ``===`` escape hatch. See `the changes to test_resources `_ for specific examples of version numbers and specifiers that are no longer supported. Setuptools now "vendors" the `packaging `_ library. * Issue #80, Issue #209: Eggs that are downloaded for ``setup_requires``, ``test_requires``, etc. are now placed in a ``./.eggs`` directory instead of directly in the current directory. This choice of location means the files can be readily managed (removed, ignored). Additionally, later phases or invocations of setuptools will not detect the package as already installed and ignore it for permanent install (See #209). This change is indicated as backward-incompatible as installations that depend on the installation in the current directory will need to account for the new location. Systems that ignore ``*.egg`` will probably need to be adapted to ignore ``.eggs``. The files will need to be manually moved or will be retrieved again. Most use cases will require no attention. * Issue #268: When resolving package versions, a VersionConflict now reports which package previously required the conflicting version. * Issue #262: Fixed regression in pip install due to egg-info directories being omitted. Re-opens Issue #118. * Issue #259: Fixed regression with namespace package handling on ``single version, externally managed`` installs. * Issue #100: When building a distribution, Setuptools will no longer match default files using platform-dependent case sensitivity, but rather will only match the files if their case matches exactly. As a result, on Windows and other case-insensitive file systems, files with names such as 'readme.txt' or 'README.TXT' will be omitted from the distribution and a warning will be issued indicating that 'README.txt' was not found. Other filenames affected are: - README.rst - README - setup.cfg - setup.py (or the script name) - test/test*.py Any users producing distributions with filenames that match those above case-insensitively, but not case-sensitively, should rename those files in their repository for better portability. * Pull Request #72: When using ``single_version_externally_managed``, the exclusion list now includes Python 3.2 ``__pycache__`` entries. * Pull Request #76 and Pull Request #78: lines in top_level.txt are now ordered deterministically. * Issue #118: The egg-info directory is now no longer included in the list of outputs. * Issue #258: Setuptools now patches distutils msvc9compiler to recognize the specially-packaged compiler package for easy extension module support on Python 2.6, 2.7, and 3.2. * Issue #237: ``pkg_resources`` now uses explicit detection of Python 2 vs. Python 3, supporting environments where builtins have been patched to make Python 3 look more like Python 2. * Issue #240: Based on real-world performance measures against 5.4, zip manifests are now cached in all circumstances. The ``PKG_RESOURCES_CACHE_ZIP_MANIFESTS`` environment variable is no longer relevant. The observed "memory increase" referenced in the 5.4 release notes and detailed in Issue #154 was likely not an increase over the status quo, but rather only an increase over not storing the zip info at all. * Issue #242: Use absolute imports in svn_utils to avoid issues if the installing package adds an xml module to the path. * Issue #239: Fix typo in 5.5 such that fix did not take. * Issue #239: Setuptools now includes the setup_requires directive on Distribution objects and validates the syntax just like install_requires and tests_require directives. * Issue #236: Corrected regression in execfile implementation for Python 2.6. - Enable testsuite run during build. Added BuildRequires needed for that - Refresh setuptools-5.4.1-create-sitedir.patch - Add fix-type-error.patch: Fix error during test run - Add fix-sle11-test-failure.patch: Fix error during test run on SLE11SP3- Add package to SLE 12 SDK (FATE#318137, bnc#913229)h01-ch4c 170005391544.1.1-150400.9.6.1wheelssetuptools-44.1.1-py2.py3-none-any.whl/usr/lib/python3.6//usr/lib/python3.6/wheels/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:31466/SUSE_SLE-15-SP4_Update/aaf580521107aea5aad4a3b2bbdd3af6-python3-setuptools.SUSE_SLE-15-SP4_Update:wheeldrpmxz5noarch-suse-linuxdirectoryPython script, ASCII text executable (Zip archive data, at least v2.0 to extract Zip archive data, at least v2.0 to extract)R'VPJ(g"ca-certificates-mozillautf-89202d1c2d67af6d4c84681fa55039ad158bf66f9245843769dd1690b59644b22?7zXZ !t/]"k%Ca )d&vUvU5ً36.q/bд*H<[CH߿6Y`ie/c@p-*S'5׷]wOhM)R; ncR3xL(vA!ݘzW pդqheYXE4#L*:dh %2=1apr Aϲs5RߡjJ(Ωy=+Ƹ}o\!Wc*~a"#G}_66|7e/HZ9u>mj5;}$nG'&#Pdo"ƘW[F"@ 2W0Aے=sLL(4 jc6H-ЉC&E1(8J]ML)O1+zsl[_h^$>}Y8'kFhۥQ}miLɻc]%ңӄ?cˤܷVvUf MBd=IF/=k%sÃӳskGl,GR{jo 8~Gj(,BI]ǁ>l9'5Dc,ig20T||Ez f6ڙeol pus V. Ƕ3:7jڴ֣rJm>UUh 7 =뇻Z&#R~.)7]7Bu ƿ49+aG8ap47@U[p7)gqD"!P?ݕ$ZĿXrM2Ea!fi/NT}l"6c}JC@)'ST,KFKDLdl k F_u0BO)HAk"ǷB3=P>]FL#sM*\!+A1\߰%\ i_5&88|/Z 3Ivw )Uq7#o{aq󦱆e1Zd_i'-O321 z& FQrA-GD_9ΖNWG[=.ŭ?q&ܿM!a8o1Xq˅=TJ yS9ѵRBTy[CN{baȍ|j' Y'xmlDAGp}mt"ct.RZ R|3x$e5rNO٫p旓 х X#eg4"-__PܺP˰s )$,@x4cu#GͯNGH >Փ-oRg: |WqYG  qZQv&IyQCX联hOv2cc-X'MC٨641u%6g`ޢhe4"g{p8 hb`'=%g1# //EVlG,ܜ>[i?8hӼ`+E=UfIkϙxQH*|mP)s 3gwP̂']8R"h\C7ڠGAQ5ʪ5@yeN DKTG8MWXT=,[a䐕.(EěW:~iV`lگH !Oy^~Zga𤼣?&D%Nɶ NN#^LLHS VНMUwVj>GrL7s?I64 &f k ޲ j3BUcwJ6[dXC*m܋|!**rxvkzHHF 53/1xNk0?!n[ϢbIG87;7Z=ӈ0|/ϵ`pA]vőe YNG+"I9 eZ ؉e,mX͐lAOY@@!GO : p2 u2mi1I5@ȯ0H):~%# aj0JCؙuR@>N3GvKt$4UhoskZ1:Ŭ\>,W2[ۆ5?8],YƥwUȣ'C!%LM:-f4plrY^ _(8*A*9FRnN|`1!e : HPp;Gҝja5NՓS&o~rʽĭ=TA̡D`*ta2~! Rx̍,(86A'd ףu}J.|@竱2vwʞF0ʻVH(1?G:?{dL [C:l7zPi|IA)#fpl֚^Ig`* .n & 'Q8^f!޿uOjB,C¯@xCH3&[hx8A_5π# pG=AIoB;.:#,S3=+2 w ,ۇVqӥpLkmI4s(l`bY.$kCX^.~BU#VƉa> qOg );M/<!ٿ Iɷ# 7E%Z72jGMRѐu=~xῇcni72$󝕮ױ?$a@ e3 M2Ǯ;hI|{\Enjl5jˏȴ4{C[b(s7@'NKYbA8cmXBYhEWł)N:c8;.4c2k sxWw#Df@RLt $L&"^Ҭ feC|L~D%xcq-.B_~t]]aO_n^$qZ:sG7ƌ(3aG(Da%iAL*4hg'i4(JbXg Nk˦9DWfoSCB[+~o0BS9ty`#;^3Wsy4"aSv~> `3|hZ#O3-Gmi| \9`a61bzOftW,J2$=3r:i0SQl BR:"xR W(VpC/U?KXD ┠)W.,,ۄͳ[ZPM+d='^~*=8.3\Y J{a7_zLEx0|_{/iHvAlEQ,t#M._% G1=U4 p!"qtAk1o*l0" Ai/y PbǗjiKY|20U, CL uk9HoeJGV򇽪AII;02Bհ2 |յG`_%>z:Q?h`nG% Ewa#F¬i8!kZ4*66p^+cv",R^ʌ.̅OfF2yS6akaC|B`]7 ,G%% }{RlsxLm$dd`zն*yq_H=$0ޱ4ڌp`4 $qpmWVFRMolx@8j= nϹEl0z^E,Qym-ABK6m!7 }Pd=!)WԇTNdCB{B {Yl:$ / NfOlA`G4Uk!W m͊ʏ{HVE`F}ڽC2׶Kur!wFi^ֲ,.Pp,[-+C_t%fz2V-x}iooEĉe_k0[><{{'B#>}-ޱ9#46c|Jr/`)/\{KǁXibPG0~(d$\TPPTye|"binA<>]|98vˉQAd{zKWtqs1Tq̈ƀdi-5rn9tZ"{2T[0hsXH ⊰ra^&r{ "Q8H @QCgPJq!X9ځ 4sOp>ƙM5ݳ|_?c,5}ǐ0M|zɸ/h'~˜̕`E;&X6ي7Qє|PAx?R7O O{(s<[2MO C_ H[b(l߀(fUˌkίh8}fՁn^L g۽S*n4],["¡,+6G7= wɵN.[Nx$S"5rTV:FtΈYGGx(-~1 ]֑R"R2N D "u'{;M 1ϷZ'ϗ xq/;?2VE Чe3ƇHbv0pL^zdch<_mp?8XJ`O߇Aq' ׄGJڄ%^-Tc/@ʊ ;,MZρfMrj-ѭ4>#qh~ ߆67*|+h+3ljb(k;eI 6MG QtGot%zj۱Vg0y# Owl?GFb|{: 1S㍫fKI[$w">Q|j:t:䨴P^ɽ~p,2y{˴SUC]p>.˱'2l4/>_"ZSIMqhzqν4G5cTݡMCAÿKbߟE%Ȝ[ϸ=~ML|o%zɨTp*|2䢺 !QF+luSѕ$!M?J*W1苈wyQmՋf];A4͡iZ.fnVp;#OMaZ*šݰPP0Bt{V[~5tUFĒ&gkd |5-<hoKȘ]^= g4X;EKWy]w[d:6R0czALwugG< cjO09fU;OcZ5uX6r~y J10I vY;:PA='IZPI_{؏W좆TM)Pb[Yi FA0z֠4*}`-Hgsgb-鎔֍Hf "6D+0Wݞ1Lȏw[^$n{Ysݏ=5ӍX g^^r ЉDr4ۘ;o'))6 31ccώƮN1ȳX;@!?X":R6&3:J^{bاtg)aYme;|f(QH"n>Z9 dz[L64GB! $'JCwc:o7$˓\,ې.Xrr-uv#73/.Q.SG@|xGÄ|6C5JJ֜0\ E֦1Pn? `T1f$A-L˟wE< rI+Arn\T^9ԣS׉5or;D`i19` (@yK*q9D03"$1 yӤVTTB?q.̔=2ɝ:—%y^|&זK4_{}\{^0^N > n(Ý vk:"iYI%:co D+(IGإ'W˗$/:ҶLdJTi/5C-D$,OaBn] qy n0)UV={p0Al;TdbIS0N[s -уC`W Qe]2t{xekrw($0QOV3 y?W{PEma#c9:IIAZa?m9SBsU,mQEMFz1 4G7<, Y*#E$wb*6zm+D f }ZGxR+)^:$zdGʚ>3*.]ɷ: [8<łTٴ:b|zc:T@`jAӾ-1ur8#/5.T£-Khx o~Ljmk,sw/}("8wĶgeHI5+gG:]bsX"cX.͗p&Be` !W_[oz1lk8HB?2Cs'?Z HњYW\HIШ[8nyɣ ط\$&2܂VG•Xg'VX^J]eP !3~8&& sЖOZWY^#<96ɶY/s[Ȯ^ی&y%/H}ۆQtWGw?$ܫIz^egAsbk9C=`+0lH.ZBCƷvȋn\ӌ>&x=7!x1d3Ǎkl0+J=R,0m.VJ=*:atmkS.=Y׿-\? ['ވ:b`{5́M9%i"(cUo(;>--Nx26d$*P3|Bt\ QwpJHZu""x͂̈R>|I4w-ݽ՛p~ȲNm]e)p)v AxWjXuz@ֶwc(d>ԝZk?()zP EmIYf?A$A%yS:JK`I:-j^A9g7r L9n/ݸv_ķ;d^.^XWk{ BiR_J%GZD?b2JrwOrEkuC_u+>0119Uߡ_"%{=cEAJ' t17XAhw ԊRSHzRRdsZpENgh]\/̑7b1&0T_>S单.JP$dC O8Io3j^a`e-+JAӨ9^y̭hU\TYHr!Ra. qE%pC#PnY "մf)B(n"R/UP΀V2&d 꽔{=eIԠ"!cQ$:ͼ(ϲvySHgr5OSS$m`Uy {e~~$ϥԁcaFfHJJwh|jay1jiAą |Q)Lx!nraRUJۥjrSqXl:!.i /"ytJN|hh9O]< 2 rc&h^Q:UB^sv{ }VY^QvR"a`)_0Ko V.G3'~ps^ub>ٲWwSH|h &/MMP0{ȯΎ~ߪX%&q~ksLZs9Ɠ<*upڕɵ;yX~)Ѿ?n죶Z]P-zW$7Fő}y庿k3h{r9 O6+:j9bW.vjYQ"]à! S>A:v3Mo)_ vA4ݡVoSrTFD}BTckEmL})AT êR׎T蛃o)֬1[h;,F}V/lB).D}U)nAK` +F@aq?Ǫ J[xJR/"qu&X`$eqs}T@fp췚S[0"LLLS\ ^#MrE8q#X_P;Q%kI(W-^Cʂ_JyoDA&/n/gw2 };xZC"$ 0E JP>}*k , =;80A TiӍ7>*mj֏ :8e~X~%NהY;WSdos:xsvPuS0UTJfQ$귷1ˈ=1Vu&cx~], %ńu6HY Yj+i3aPc~5 r,RbnrM jULpCseKۤ=Lq{̕Snw"O|)r6e7#gkPJzSGg K|(]~XTyVdzCms=I:m $d~Z?R¯ ?KpJ%S:Vw%O;uXefY4ǠM4)Eako%e'ʶcVqxkp-S3xUwv~n[Pn{ᙀqĦaԬ.itXgjw ʢ]9@ƜPA G̠ ^uMLrZ9O;\D­ Xk`ruTG)Ə54qE}[7B!X-55=ؔe[QEVy7$xz=i+aS⹾HqUxx'uJNClJjQGGiR&Nx^X`Ƿere4^qj=_t7Z?^]Y 35tu>0|| 8:SK!0ˑHGY=KB/SQt %lqE>aq8PJڞu f^+zDuGeMOv=W0:pBݵ'}ۨTNΑkGlx`e0w}^%r#eV:riU[Xas&SA[ͺ?l@y&J˘:@1hS>thŊctn!VEO׉2Aak$,K* aPCu: 0pݳ*pf-Uw4ձWrAapFiHĥOw7G@iі|~Զ -<@z;Q]^J#+.(Y鞺Zl畗+A$*s Lğ/>qW)=.4af? m.0bKj4ô&2i (-q>"-3_q,$Q Eyڋbh\96]G;zr#g=>Lf-:5VC8He AG r _Nns(=, !'\c].`[vb{E%캜/v‹W|3_ #%n`aBѭڿN:.h6_(a|zѧ+eR,)0DipUZ쌐)B _9~vLRLC8W\ PMgpud^;'CiRȳ`aXsFM/t Ŏɬ:B U<{Tʾg +^yl9[(DKm ۧ3Lk "GR5Yvqv(HK@ScQVsFdi"1:Ԇu'$72) vPKHXmb0a;H%{5h] <$jBYD$vD[hQIz=M%XMֺ*GQ\0|IxY FR]N(z]B5Ax>g0n= qU%/LJh<˂TaVdXBdrf7 590AagQG  2JdCDg HVdGwBʲf\ .٣Gǟm7BE8N>g^W VI; 32q U0cmIPhNiz%13mYQq(#kZDji:b0k'# U0[ĥFW?jD(L2S'WUbq=A2F18DGIZ#! 6hds@ vG AG!:[ HsKLmF_vdg8 t?)Po:K!ʒaGB$@a!ۅGc..q AWϱX;ΜR2aPXft`W4~4ϒCKU3F$*n`mRP})L6N 7>Kwde VYYN `{U`=P wؕJ7q_oL+cw lQXXE;gO(qt+I5*QXXG1|(vr^=ްYZt37`*qUZ{4ޠ A|SLI))L?vEO({wc4jQ[([5ucE9f0qybXA oveZ]o~CTM%@'J3 ǾRA`jZ7:[}v߫ƒvTcoXIW=lmsp0sb*`qt|rRy=$ivd_M!B㢑V9)]UA66p#U V1[xkL' "U67LU_6R7rP%4Ci1"Aށ#Cz&o0*~\ H?E7#h |'e˨ Ht] 71miwѽ:$N ^,xh?0N PYqӍmx\@SO)9IYNJ}/ќŀ/n϶`D{IVDVۚF*OsOY/x#.zEmɃoEŽC:.!]]J!L?wdCƋTfӦc#:ÛW" R;0H:TNJ0y!3myrRr,T6%.p1G6`L3T5e0>3}C1GAEĽX~T&Si^I:T8HBQfY=ٮ7nr*k|B-ΩQw?eRsU-%+[N?3t޴,L(_j敛Vh`ɜ9wT9 43`su|ӖG(w :üe89_2{Ur&aōUHA?_>p׸F;f-H&;܄@XrW:޻" __I?e{W x*KoB#DN`GY:6z[ J,&e:MRA&I?sM2^ٳ[[| uL40<ׇ[}a筸:$>F+VU[aG45.׿ςSJ #wpQOqHYUՃƐmwA08S3և Sw_w󉶀}91T/IFQ+p^18g|i=rAnk> ͹س-bs%Z/P Wyݥso@+p9I_׫5d44(a [+]y,`GÆЧ{On6R"9udGcHt!c SN Ҏ tv•*EpB`]~&qpVSC!mrz`db@)+uK=Ж\e/tW, :n/EѭF՘ ו~aP!T2!p^TIcN`V# ?ZoPFSŞuZn2ma RyU}@>p'ADaUISOR-ymTSo;})#֑?brҵ O._,uH}7[̡$Dl~}XryU.b|,BTG3!Z9Sa< DrmwEQ 0?M@׎9<OP.=O}'% H%# Hh)#yxgH“osw(%ؤMze)mXr@ J9'&09]O`U1lPxqH#DA"Y&l  ʔȼ'mD>b\okYh7}VFo3Tg5>]?iϱG|͐p\T.wנ]AGS[`r`O<|y+OA0f՞JSOu0Y"X쟉)Jz2En+u|YuFY4ˮn9-DV2S8^B됨:aBg'طr"Sp@Iܷ׭l]vՖ;bKZ,*آ6$)\Y˛mղ?<<5[1m9[促άBD@9~^5IGD3֗,^U1"zGm|MV+FGD0=B8M8RQ(Bq*tA .:tZ ;sQ|Yy݋0)7GXݱbOX63q_6=f☞IE#~[ `#[Xk n=U hq|wHqģc3:1408v`߹2<gp^HC8;֗A(͗iۡ~M6=^{" q2B=raca?z]7jG Uϩ˙1k^ ([̹>K*MW2藠ngLE]vXdNX2 iV+#!vF,_  |\qu ~ 3|EAçű_؛6:۞TdA-zϪWYbca^͓!fJ4(^STYe$᷀ڏY @q"5zWtM K$HMod1ZNt;Le4NhOҾb#TLIKMo3jpg O]8eO3ga ',̽uWIfRA9Bl-D%ɯb%mp"`^2'[# L!MDؤ8 >naZ8XT<hZoa#x3 Q^ս0Q'qJA|%`r},j؁XE0*WǫO |emy:$٭zH ! `D)&#TDXF}u g - )-hm$eUxVy68X!tex|\M] @"r<5 r4r|kj_w`@??;ĵ᭧'c#a U~Z.+,Vۀ|#?y?s6L;`L06__%˗Yׁ3fM-|Qf1e~`9y w. )oM8[@Y!*}Ne%*/F"58G7s[_6!9ByOw#?Re-LW|$]vciU,c2|kP-Elmz1D2X '&cαܲJX\EQ-z**ԌhHW$\C؛^=StJU6S!Q )eG#h1PWdBOfo@#fB6 Ui 135U,l▱C+, (ogoz<˛puA5Y|OV~ez7(M<>K׶3˒vRG{ I[47-4!J<7 P<? |W7zKi/]hDp{=c9Ǽ*iȐHY-=C4oVa))O[B{0%5=RdEɽtccĵAEqA_d+@՛QEbtv '"z0~$k$m[QjP0:,>Ӄq&;IeCU -SqĦE-'̣8kZ)x ,0aߝҍ)c%:@:V܃cKO/ +SW̯[Uh UFNF tNvy*F9oXu"G}藴3s"NTxצUTͧS^U K_d)F#r0yYVn{aPU d "ֿ=^\jSg0..aƥ.O ۥ#EPs\2&U9FI"[f%9:`G\iW.SIHpTG Xw11| 5$DڎLR쎺 \x S+T]Q4<^5NfR1BDD@T zNHqG—YB2wxzq/ $,Ź3#}jҕܒehM-kQy2%8"\^e㜳D&iըUONhṼo1wNn[KYGfv=qA.|GRORgiKRӮ" ܊5ztY[{K3,*i6δd1jR!orHLt_<ǔS2ZQ/ʹ2WGCbJ O~!%_i!qmb@jfBepb2J?ΦA^"ZwC#m 7wMS8:pU Ž:2٪7.]'d,#mW-{FVnOۣ8\@qךCi.c kIԪgVd^[$n J" c `qòj*;Lƌ`EzyNXZi#DjsIS"SU}YZۗK3E޹DElrxBouq3Ü#oBQeì~LV(%#;?59e=[0s3'vگXwQi/~VL\ư8K]'dﶬ ǂbS7,{8Bx1nI}ۼrAo"ͅ^L+ |'<]am8}|w'DLkOiG=<OR}q˜ay0߰ ;e(}K4aXEΥucq/#AK5 mMUĒvppb)FM֪;fh.U<*!\@j8R*fZB}>em1Ρ½L~ &5 hE>Cv’($p;gfnPI^6k>ƶg9Dѧ_?a=y hs \iYW2RM $[r6qug_#8yWr" "-zbӁ%7*Zj)Q 9jֲ!&006_JU4g'>֨rhRk]bv>ncAzc~^M}ds:Vyʎ)GNks̯z(ndV2J]IW#xn_pTJ8_bE1+ZVV`tYXOˬDڪ@vyɳ67bN^ûpz9X1S44c1&DŀzzE\cil߅WڍrfF12:5⾎^ =Ħ0)0` kt kd7cƽ/0z-kƞSqA+C&f;#VXeQ:&s W00sU ;򿤯$` W|>3N$}Kzý @K~Iџ5Ai؋iO+\tL?iX"W@c!x{5Mٲ%rFa\ÙKR =տInL/o@{Pc,OR6: 8p%=* 3KL#*6(v"YN/u(2J +d^E|d&#EH$Kpu0r0S-tIJCm,R@Aǩ @{\L /s Nƒ-I*CPE ۯ8슴ܐk.`mmpV>De/|&0@Ę+҆n"]/n-,\Ie҈<|x"C:-0uP~ U/*Agt/[C#zIDԙwDq ^5ub>ƙQ 1s_>}%WE92q"CUg ' JCrՇSY{ʼ-kdX('TMK=n_!̀do6o˷#l|Hó~̓Zi 3+Om:$O.ύ)?'blmXBNuBJLDPϦ8>J(I_ŵ:sRh*}WWCy vf(#<(%kڑ^偑6_hj#ywsγզ`La_/-!g\_ PaB5̿6T{A1ISŒW8e(C>qڐ"u V%n)m_=Z-i ]"22XšY!*R=̧=t' 8A>Jߝf;'e#Yg-KNz[#>_y6a FUŵ3ŧ SOJZֈ?CE;6+P\S:dpM4L$ L`?irƃ/d|2ۙWJy.Q^zf57@^XKZL={C1pIzQސr٨@x* JSreU;kE 4_Gǘ,]8NWĂ,{Z56DIXXw2gjN:ji,*Ư o2ЦZK2Vl+|_Fe({=Y-~FH=KnIj8+ GLtn,.`ed퉷 pя~+;1 =[AXCl׸;Mj1,g=vh.uF?W$Zstl V&4Ǎ-oR_}L _YmuaM^;IͺO-L4*&2LN83@Lk\"$-g, .[!|Gؐa9.#q~{W4ڴVS*#\\$往܀DqG=."N0?71EtBX[`WO{P< B&0exBKłkk*5WSH$wul&Nbio*.+g5u+'H>YH(1DxVty_Ϥdشw=i&7aF(yR)hLtV2A:Є!-* 8*]w]Pu¿O+v,? n[T)bHP){Ct k਴TYTG-UTK95m~RJ8묻1 <Rpٓn2}jT$B%[+.YTQIzօ4v|./3UϠĬ2[oZddBOa$q[i|\7{r1é":Ѷc яM~? :/UecM])r2*T` _GRp<52PmlzJ_}^CK1֞76 w,"\JtBX{Vwq,1 Z _N8{sL;P(\ [W="ݕ%4jJCVU "^T8NjvkAl؟r`k)49 X\]oeG^&8ii_4&~F`JV*L8[M9,oڐN z"Gӯ{urK}aػrz;buN?\.BcaOs }Bl#\0ָ(ʃ][RCcQ*  G=^jM{ח|NjFhNk~n,Hn/lj *>jPaxnO: $[6},8bbݧlM 7Ύ>pKUZܚ8TRznfS`͏w Qx_o4ZbjsՂl)|?f\2̙ubjtp5OtVԍʡ1g9Dj> _6D k~H,)|O_`uB" y\G P KAg`2!f ޟ&Vp0u!LbyX-|?@oQY8I-qw-uĞ9 G&, h0E<` R5CVSt:/FO? 8Pn vʌ;|V\k+nN0,%v@cRxP_Z\Vqzk*6zW nJ ݭ?D.#j((Ay?u䘩Rl߭d߽*wW*`:x g%WZPqOUvRмhIn JNcjxm p772!󄝥px$-lwa%ckhF)_o˧=;+R|=bs&'xw-<Ek/p,lg0izbn #/5z(eZʽa4¢݀v$O%@slqdhFfH=7|#?ZI6\s( q7Íנk:#Yi>C`OI} 7Jkc"+m~%Y/˦ *#@YrBn/tVs 5ڦ(h}f$[im!;/ Wrpz԰9!V?ޭ!]%.{t:F)ҫa%/ .F|.uB92«ἻE$ $0KŞz l6 O8|մz 5#?(j+oўMKSV:;#"<"o ̞$Sܗt2uHSfG\nyJ!Yj_|Rzݲw|qOb,th,bq wxҙ ӊ9݀5#!I3myOG2w&[ 9N@g4T|o `Y]&ݧCaQ7+aaxZL~(pvA}( ^#.fB@X1 PBU[6$ 6' =us0(ѬU[P"VQi_{&I[=˶P,R1Sêk.l#EFD/!J7!}I=v4Ӹ=ïͩ=4.u#~ Lh8~CGЃZz(*w%ĥgq0hCn?jZm'S<#p6]m#P3ݸX3^'T os!@Jiw-'^90ݼn1k,x69Spp_+wzxw;{ˊVRKuxǰKί*i8/]NF|xk(~H%cj;Q@NCkOJ\1iOB 𝣒"My"x$^@%mtxe}^^&S=Hkgf_U$@b!&Q ,AA( :>!j9mဩ#>bBtqh#C#"!9(U5,!_$%9%`z#l8bG;h>؆å\5M&/Mn.O +d(9_Ro\ɉZY%Nߢ ̋{}} tI58fZCsH`4wXy,N{JIXTt ots-  A5B"(3OiMۺkHNj~110eKiΛTI7cVuwHVZ">5G\oܹeU[: FׯgKb>s7hIgĕ߱ߗY@MפIfPUYܦnw'8 l߃f&QLWBGV= 5Y/_4Znwvňfi3VJǍa+(מ/i_q]G&P[a" hHV4j b(]K>Ni,摼B<Gœ!ٷ6A(#)XyFFy}Fc(y¬}ֺj⒣wIii%*DSBʮcN`#PV< mFQ]՟O&  Vxܬ{Y)TokùFM_pɧMͷؼDB&/w~~ahi>48/*r]z!E^O*}#2t{йA9"9 Z)7v]1pYcm0u*<򍘀 d13A~5;N%mI{D#Zd\1o?Q [mw )@B u!*2w%%fHiB6ZD1xa…2ڶOrE]ٔTC]Xm"qSMIbAC~VQ/T ¾oRSn%9$FրDU `ܣ}=;.H%^/%&^:]l-- LLt$}caSwq/KG1BF׼'TYDl{(k&8cH k,z6A):zF8 3rVJG/|irny9lFm1N2 2{'c9]k߾cvU ]76zrM){B1*Ώ!q*mЍWEZ:a/6&BPyZ:9Vr-+\)BJ>Y悢}t50hSgQX+ƖZ}-U$ߝAĠauCyȐDteD,Rl^EHh`aw4GKW a+* {2NKhHcQ0EF9 GIz}N6Iuq~'iY¡okQu-}h.9 &8C5%]=upõ)hq8CX:;MVV.T3.V!Lf*`·:6Ix`fDS(V퐧YC^؉%iDjGH {V̔@]ŧ;6(\<jteyQabA:7SU|2nK*DW%-.cw9?'rG.l>=C,^N;`wH?=~(@ ;?ӹFٍ7%Iե-4_&d:(\WOםHyx M(0`Яo!IFM@/h%kU@`*WDqL_ 2&գUwEm!UR(r)km6 ESxSxq&lY?3p@Q9Ą xj93&+C@?HEXe.'^ ]~O쿷JOZ9>c1^loFrVQ daʡ4'T7Te bl7Btjath +zoXsHe(T;JIi+fmZ_4""A— ! ^l ;wjΓcCC2o_{rC]DmbZ$"$ wߊ-g_} }ԘkZaa( B^QqF屇-ˊwX$1p'yjGv~58&]BW/RKJ,Μ[)値<0$0T"H"M a]T"f-"Ps8wSbᖒ6Hj[Xd}r V0lEƥx$_Oخ};sC]XUeM_q ~U],k:u4d qL5%ׯ$:OLW܁⵫y^qOpPU FZ `uc7G=+->qW/@Ehq-HeYϳ-s=Ҳ#Au`u(ڛlm49PaQҧfNv='5b  7窽- >ʼnk2)$0Z,CyM)'<'(Õ0+z{+`q}AIr%٪瘽M)zctLrq!Mմ 4jW-_tYI+UI Sܝ.Kn{ZVj _ 67g@B.WURNb?c+]^WQ,yC3Q5N~߼HS j ^JIz/\K(f`W7@/N I8=lu7EЂ=E m$ "9 }'qE[rovJ vV+emB@8ElrkTvY$煟fuJv,Xk2w_*0l "ԋ3!ORʹr%R$.?~KߍP%:9acVm\vou/wRCExu ]DU&'2:\d߼&){MPy #% Lq/un6ZZc/os7kIpIt~)CtG|gտIX?X{w}GB䃮 }vF{9VUgҨa/QzR.;Xab[N[t8kwuN1bҥ~4^%XFy}Qp'v'T7ge<4:`xGU'x-3_\\.Qe9zDldWȽ:r@c w ưa"~u(U5!dIpY(qY)YTE7&4ϰ>YoMY9+}MG$S/넬vFU-zݺS'Ί*v(ʼn -L#ው/E?U]i._'"i .=4EƛNp#+`wnKH%dۅs]\Y}rcMz-ԅ_^/9o:xu=y=Y>읡ńA25jkx`(m1}iٿӒN?Zk=nb!Hq-cLͭa͝Ua S,3@˖+&ԝ`t[`GE+^ȸV6gS $0, Abd{I=RJ2f`4Sg'M}/Qݓe]|JW)f@Zr"I0M<l9ѡ1!o%hb>;f \,/+dK.+! |vxWRWHsy I#+^4^^:Itu։(GFU]AhRO1 g۬kp81*?^DI60g1`YT*Qy_\'WS+nIɱ')! G7~y=@-BIt|fChMBS9P+GF<dċ C^9gk[XE᫭ek}hrO۫ dC4D#2n1[hg=_W>Y0.o8cH:%Yj1V42~>JסNt_0};va*_=-SQ_R`T& QܡFKJcWhsUuUm{T{"!aUdʔiؔ-={ N9ˇh4Ͻ@BHC4+Rp{Mq4,`hr$wY˭x5ԫf.1DȍM3kxP@B+qyg d@dt6WL_~l?d(^4b8R,H1J+ƯADni%~ QcPGWc@n~iA?=~?*AkrŪIbyꗃH61W&}.<LW9@~)u>9@ghL7ϡx:_0~ɨeM>P3*s ^ '\2u,ɺE޷p%75閶QH"9K%#/b8Qf!2r]Fx@5/gyAzEqЀbO66KOdA9rQ !|GO 䎍}2er5Uoa#$lf xU$-=Y :ci(P7'?$FptL騯[穗a;P:ޜ |f|;.Kp鸿x4 4vűʿ#8jx.]~q_TW2Q ^/!RV /XÌì%-nVGhȚ%{4?8;P97G%qzίff@.bmzXY3\Oo煃p%%rSNJ鯺`7Uڂ䡢,y)˖,V}M O5 _k;w]6C@ HMQy+{#Wv1V!2y=,b ?. Ɖ[/2TRЌc'r@X:^&_J3`]zf$m7@r YtaSS8{Dw=W7nHtbFqC }F{nw1C"@mM}Y5+fIdQ+ٳ%XmԷ5S{QŖ?@VKnj[]uYSxwѩ{۵r>u:?$U.w߄:]|gѓ<{Ζρ8Ǒzj%jȡ+AZ%7=`8Nv/󥕗F/gjrp_2dZ7G @Y}E_8Q8J]}} HGLɥPEǫk/4'bp彪eiSwdiEfZX%Ze+{oֿ&li׵4,@!f/R˨W=d4[(} "Kʴ_mflVrŻ!l&.|gl> pk$@a{*pMSH47OMX|z5t:f'jhtwoh l |m1E(`$V]Zd-5ԳPrO/ EbQT]ќ-$5GU^Vk܎U"3$fX.~ެ{Ei}p|Q BlVIn'z z~35щAZ*B5+ R!3|{Wc~ )hm\̠m5&a{[Q_KMfQ'E}˾ '[x(G%5 0ΟK+VT2] ktBd|E Zuz(me\ke#5=ߟV4p[5#c0N}eA.iQ;0wkN> RI51$+a2N4 B5ԋ&<˯,PVۦ16%Xp=ѵ f]Xo v'39 >)z}2 QqbQ2oM}ڡ>>TZ;IK@>c)=hi%s "\AvA4z:~nZ̾>rsxÊsK sb.A4ip? yGE1=xѿr? {|PbrZVY#j_GCcnƵoC?~:U qKَJQbCfzڏL/,~M#dJ<*pF'""aú@*~+:M*F+gRYd5LeLySv/:s͊ tF ̶@'NUj[%cr ،YW7PoDCnK5I 5xm5žk@L}Kѿ|yV0gvu&|"R.b), QmU. z 3f*KʈOFsbq0frrnW;p '7~nq[eSϚvJCZVTx[L}w/dٍ$>؈wR k2 lj-`s|n j,F))Pz8BZG Wӄځ #W*Zj7z]4u)HW5-8X!#)s]m:(0}x~EܝЛq=V|}xتyz R˚G_[>9bi{3y2"n%4LBL(UKHlbLIt1fBWl$'j=%'EN<ho`rMcT$: wA/qjQgBR(|<$Q Y*+i7Jyز#mJj=,4fcϠFkj ub{ГNtz-˕5;@۷/G #VӤG]OMKcHt PR66F]lFoGQ!,B!MNS,=T_ a.~W+{VPS9}A 22W'm-IǧE#{Qݶc>3W/駃Ɓ@G%-SNx0LX~:O9ilH[Di V؊1D574&cҼdjKM炂c}H(47?wW ujB%X" :=Z{]Px8J)'U\ث.=)Ze(_(~&f%LKڿWVo >Šz% Ưo6(Q:wL4*V{׭Jl5"?x4]AUνFu#Myʚ;0oEd'cV**QWMkWms}B:~n\d>Jr'ϖ ?059$/G2܆oۘ@wgR/ S[~2l~}G*>1I.CkA;&+=Xd )}Oy5dK::r`ZL']\ʗ|=xx ej<Dz80}ܸfN Qr:#զ3餟 , B\ Q{rZNBxqҤ4HKkv['뵖*Ӻ/ZV|ɴ{. ṛHZM:x[cKЂ]k$ A` 03.P6>e޾kqojce{VkY(v} ߿1yn8"f*Wr3Ȥ- n&ߠU P[_gkzJ# J;F-yr1myMnfQ-2`!C|1?n ClccnqL֭^q!X-NKro62wt@ADӊ*{ӬfA#vQm@97]wpNy ˌڨ$1͗W2*.y4Vv>b ,,a:e9((#t'A_O{)3N@DM/Z>fI}[)?{ˣP,>8N6P[cl6yqK{6̓bW)~RMUP_شv )+&*?2 dZZ@=$X:b(c sx g*,۳AQ_lB;%6@ܨ! X uF%pfúet^I 1Kym>y]xW,5'I0qR^;2"MWZ +pTK6种K:-_P`VO_wGjCl.eGPF/|*LM Z!|5Z;_^Ү`p䜯qԡAٕy;yC| ncUmեg|,EcYۅawg OK6PfH sTqғ&OS/ OPs*q' 9e1;2K dN֒KZ&C3Z]h/f1>ŵ6ru  3'B bvN }T7nxI8u>SjaNvQ(U-s$΁XVP#<ꮾIsNx/SeO\rBB]0Vrd .߱NZ.uc3Pd]?]= 湈P(,_6h?5\j6 {fY:іaQ&8:<_'KQyÝ] gce/z=cSrF=*,غ `ߎ PDln/ =YɇYβFj=c"uMm\FѥLR$EQӫzB6Mo* ^>x]11G p s`sR83t(\]y#tB&G)gӤ <>O]вJGS3;8nbmխ'jl>EIW,܆Q* YMp`3M/ś cZ"3Z .?-Dk.c&Q,/RPei9RPM}aE{ Fkk(4]Qf r.Y΢HHPhQJ1'0v+z5Z3<yf.7,ПO9,͜iO WGŴvH|1Hdk-XI'l$x :0'!7WV2]w͛jp T"W'ܥ1{Pg"P ou0zŽJjĨiE5Գ#R\M} r`|:K &k\,'w&HP1*D"p.=e̅W_ܚ_HH`oiH,$ʢvշ`6ߩu(ً G=FP?yM_Q3U,"J񥢷E*F@DG ŵ[tH77P_ʑ6TAģCV=~H[)VAjm,,IDBMMfU+1u΁*cqO +=FyR4h֑a$nQQ5(,.zy~k43S^YaE_D̲F#-d8Tn ı] TokdN%Yy!W:ñ4 `vi9l$~(!( x{]~C,aTo{5vgG j޸:+'3|:'cM1P&R+"-K 5)uI=j2fwemP|A;1K{r O_}/6BwÍvw]tOBޙ.g*̍=BO5Fs>) &gM `UcX>vSNɣT=vh JTH?J*˨A60eskݚw,V=./zm_ce1]mƝiC3䒱cm|r] LD(93-`phX1x66<Vzӽ*_7.ҧ@!٣INEvfP_EpexO1g_˄Q\t!.;[;$|q8r% -jY|;ձ_F^a'= Ժi }4KfLZu~tޠ%cY%gW2VpJ}z%U@P7},4jZbM|`DF~xow> s™Uvݵ xLӍ+=7lԘn Ҥ u pl+u >Żn*jǥkq{ygT.Q̧SY(o]P뮴MBٛf[R1NWoViܬ]uBA 7j5ׂ͵Pbc9zjd&q h;1G"pp0# ͆VIN$ıAӵS6qjngYOi9fq5ޑʹ+~օbreBEW{gmx+ߪijRsʰ JMBv,xl'mPz6CR|/.Mcꖦ+@ߚ %~X(6_V깫JgD^<{L04PHGJŖ7kOߋ>^i7 6JvF!%/o hS91g f;;٤ ZY&CrӸl/q(}>H85QpO.q^YY`X _ޠ&R}4,diiY1f1E9I4-'هjȆ27yiNL6 QxNB"it"[@r01Gh!sMS :yH%39 qBíiLj<|Mb'R]Q^)s/h#NygHw>qYS[ZLwC1?I)p!4^`/L@PZwoߘBvrYnzҟXJ.s(YP ޻_& RS;V7kܛNzGI0>zgcx0oҪ3Z9 DOgg` r'w<nl:@2OW^(U{QĹGƌ̢%s9G m w逳! XGs|!րUv'dF1X`0u{e:}lbal%Ǭ>0g0#N8,V=x´UL,PrVQ?U!!YYƋLh [d z7Lg} aĘlҳqG& ~*͚o`|rD/ L]!8Nm s1i&(z1 >'1C'ꇢLRLo*)@Q^c!~yU/XG5\}(@ϖQZg Z,񮛠t"/`EK0 ryu@9ij%nM%ɮ4.r 7a)b8y!wFZ@~cynj^).H>nn+2j*Tԣ,5=6b]@pxG߳CN.&V2쎀 [r!? u{sJDqW׹7Z@OeDP^FS0ο L*Ւ"4όX2)1mw;OWT0"KJ5h `oprE_ ZGF2N4zȯ}⑰r ,Ϟ(9,- rܓSSq+U'[7DS4P^ 8$nX`N>caj-(kN&OKWsoN:> Rb~^s1 _~=a0G`i=툗_j0%G[݌ClIqGB\wm$]r6+W(%KxDD b2)[76̍e!A)F[?ex쓞7֎f0J/CAylհm_=S9&LV\γrhe΂l% ul/o&'26YK5g@nIt8/_ihtkKߑ]K6Mb_5OHxS6}0wW. R#8t5C ُ47,upڜޔB-|kYLttʡDjM=ҭ2g]K6J4)sm=ypo+߳37!i1{tSo8&K+yTi #6!/R_$$-fa ϶]b2Nw 7m(;R Dy=fE@rӸ[lDq|a CCن7p)58쌿 Oɟ$k:p{w lL徊?Ƀ*BGgpZjL؞%sX-M.@!p8oZ;z-Mƹœzͬ'{lX)=k[BF3JJ-D{9D81@}e/ĽJDa^^>X X u=pu=d+C #cWe}5?`u)P)uE'N[#}7Svd,W.4Hv֋ *zݘ6'Nœ`1u`V<ţ=6@ w5|0ڽj?hr,くh=<(0KcCP,RY_ 8[K"H;%n>TS/ƵʸV/dF)V椾m&w@ukkھ{eR@|-Q5SG>)|Vi-fyi:^}e }̏mkUk2fTԦ3_+=;X].Lw @ e/~j/QzOI]us[cPXrS.y|d>CZ;srR)Q/IbR؆?c|\N |:O +~(P=j2ǦlgS[މ6bM8vQQO\2p[dcT !R z*R=R{;  T8s[j#iIίGU#%C b)Wdإ)g2gWe`ULWkӓ,#|v;.5f䮆_8ex)h=+ NID{ܙog[xb)4`ܽ3Xe e0|dD!mP1]f፡ kR]r? >0o6;QZidžǧdQ砷yv+GbwÒsby](?ӥQS[c4WjQIprzP{Hmڟz`g7f^( Uvo@w$;!qK8 \țd HNE%_it% o7u~C5}Fᔯg%2Ir!~yB1uQFİ bc΢tk \҉|kWb9[16pEX~TžLYbM](7:QjG4GwFƆQ,kX͔b_#[Us1l~K+2g yLpnx23@~8OJ0XC7i.mncI^V<ފ0_4GNGX[}QoQV.8W3R7a)|sti' ڻ6x]Bq35UJ,qLvAfB􇎈j5gn7Tq0T{[A;GrM:7=N98AGZIEoD5nG2zu+ѠøT@{p+SDb ]óX0ٔ?f{-E>櫽[¦%Es!ڿ_t)\yk$dy(דӆ?QfީDY9n el˝xd1,Tҹ?L9K*TԧJXyf{ȃ*]" _(e$"(b;v?Ӕi|{|^e>c'!dEM$36'_@w׾8?zZ|1jmFMHZ_x95 -S8^BG܏]qOl`z+;y+›A p!qx!Ur#atoW'8{# s2-ކ|xfF j vVF ]\gXq -" 3iv\:T/@tenT=K_zYM'΄x 5P4 DTT{U.Ts8Qk޶"kǁvR [$GYtف}Ř0]'Ǘ A|P6;/iT]"i $hlxX.]6/nCIckN0/KS of3s/Dg؃W\f&y{KFnbN94R\Sh6iN?mX{ҷkͩ9X ;eCW]!N >و_߽IӤrS6COuEAB_9٢ %3(Kܤa?y@ϠEl!aA/rΡf4] AN) I[-I6fBBB&+|N}+Wsފ_{b @>s-[;zn0D!6][7VPT$K,I#%Z85,|PMܧV rC^gmq~Y=Oc&5 SqcJws2ĊohK&+ח |rowsOV[;||C k5DOtmi?G{LwErXh! I*Wp4}~:ủx)L= #PCGi(-Gq9HL+VKf\\_䋈x d<ƃc*h kaC)ƅ4taudK{ist/ +gum}ΗW;(u 4 j0g9*tl,_\4Me;EV@a0 Z1L3ggrt::ʴi<H9oB*JȰČ5*2vIv=- t+Yb> }ϞeTJ^ѿZ,)".ˤ]2G"_^!N7Um &A[y#}f[NZajvfi) SE Z0j-pw>.>DW1#@!,̳unن iMj!UA[Ƴc_?#J.U͘ ܺ!7KR۱@!5DՏ$0~oy7|QW8vJMcڝcDRJ1aDURښ\'Ak1:PG4tWQIb1a*վ?N@%EnxшC;iE% {Yvl~AS^[|z:h62U n9Kδ,XCJN~o.6LmEi KͲ6̼ȸ=Ֆ`n梋Qn79 bcnZ8YLT@K2LH`$w8ʐH_gWj u,4*7*8FR/1;v>Tj\eJ.z^\!YV^` b# ,ɁK ؝l580mm0;nK&ZdPG?;w(x[G ua SyUs>vb$g&IM1ǃP?j[;2? Hst[<hgdsC!Ye/YaÔVLȻ %[nk$qx` &^M#IQ&@FN{)bnq!xtj[c*GDF>6`hM3as6N'LG2Xh9~c~ !,aé.k+npI "" 1ڨn$,2qe@"1ofkP !|aG3t. z\d-a7ϗs4ڌCewUq3>3@>> r}U {"Tt`m{3wlc`Ya`& SWqɝf򡷕O&SL 15-|O]K5qw2X#vq N~_[#6۪05agڤ^Fԁ3#CxNh!i$G;!5e/OCGuRJئA] !+ 8ӊ ±"5ceF9ꙁ_xK7ovZ62{S{gvUv2], 2m֩`9|hࡔ-4!xnYL[ N2C4"zMP vb!~p(Ҁhj^Z8ۇ~Uyvex'j8޺WAL"4# h^܁n nМ$sN{Q5rJ+ieg`l{/[A {n):Hktcof]DDkUgSLk5Hy,$ M?5g"",ԞXԒ,7C`Щۏe,%G39UjD[њS^5qǍ:6!5Piq2XI{%M5 NC)-M+Ea7/\Ǥ}sۻjn@„ۙ,1}RY)D9C8G(hC>ruqs:/}}hX AtKX2" 5] f>n{z'wS׽!}Ko 'Stu|B$(6oN ,9 LLk8tXܳ1!uԱ蔲OroZyo6_Ei !'el>Z";N8LZf4g dWV/ -I,A 7I%:y3 5:`qx»MDT?Vi;c&1XZCtumݞc֊:+IA0B`g'yj?FX "JL`Y;8LZB>aV0Z?bb*`%^5Mh$Q:տsJgΡ}=_I*^dM>|ȭ4lL{[Us_޷p*CD9D aiJ6@i]?մgB/z7YQ-s 4ExgQ-lo1mzu6zc=t;ar#2ʯC٥ZUxexlO#>-|kq \lI#b5N=rKZZ@GLyArt(&G~G'|KF\4&;$!awU3_cgl,X 1J5Tϣ2  |4SL xC~CChz#q6bRդi (5͠IElRXY*zw/x5"[fD",~ހ7Á Vm&W`A餁;8I"̙aBgy㪳MAm#6t2MvW)]c<7_" >jg]ʺJLpBisϟ/K4g㍼{%@1U%wlSey#:8WyrĆ.ﭹA eu^&/vU~)DaJIu@}ijhn8O=Ý;L`~zps'ql*&p-L|=h6A9gyJ-ֽS= v*BJp}R\  v!>㛻N.BVJ&B$'}&IM qTb>bZU=*%is%pc;D^kVp8sS]l<F;Wˡ_oTqi{;}pB͕oupNbR|q,zuwzv1I'55dw@a EwKܫ[߮& E}'Z 2ut /$huK%bmypHw Y\]͍O#Ba+.-W\;};5mY4Ӷ_%~dL57Sa9ЫK(C}y!`pAj;SQ 2a UBIr>H1ӎ]ڧu=.$Nc:.0c4o7] Ar|1eSNsYdR-?~۰ܧ9GÔM&vKX'u&3dlu̡8'@nV^TjV >6&1X$J<#f3xlI]h/GeDʯHPY}zgK9$igо6 7DRޣ=P}toF" +0 z$*m-cwaƒh0gSGK+-zRDeݾ M-GIUKS*1ńkEC%Omyx]Ujq];NIܚ/@1$%oy/⢵&[J mmzJ^d4!ޘ'G[guZ>\[SQQcMgX!,A9ʧI`y?n*6]_Uk!k߉>Km/1,W;<9+uoO,`)†>iӬ~1/^BA\H<6c,$)wB)fyBZ@)DvݒIxI:ęzG|wq~\k)6!T*5 N#f>vȫpͼfxH^E@M(V? 7OOA!_` 8gh;o~#- ]< &hD;|2 M@/˾MM%MkgZv*-yլ6("m;(fr'uuF]u`e8ɨ7WҪemf헤! fۤ}KDTl`¼ sM7xâ<ت$$6"5m[g}ܮ5O?d2/`ZMUF#oW-~>xz,?`g/H|t#_~%AАMdD/;J9Q aCmK[4I86]3PJN~υ(h3́;^ UbL'V銘}+I@w⽴n1la.Aq2Bk%eF-}ʊc)SӾ$Jm"T5-3 /-9p)oigMCaȁݖ,98qurYk-rTUºe7HvT5&AOj%1M4?-Nс jۨKֈD]٩ڻnu~c b eKFw;}eߖ,{+DEŰiO?UVJloN4z}$ӓ7U3ʱw+xNemTޞЉ k0O9)Czn |ߴggiZ&(pD?vWE0z o5޷U"i9 { bH5h{a rvk>xɌj)R\%Sd9_(2c+T?,rAg7&DžecoxCՈfFx ^=8WIJDIT@7r=0( [KCS&j{5* ˶kJre=gy Ԏ߀ 零' t٪.#Tn8b,tVJ QpZ xWgR6&9&?붰2c玙/V̙X^;A7Ph|*zX+/싵9ݱ…;n{GY'(YgjY2;ȵIXgEB0JIq^ %؍kTT .9qhM: &QS5|,~ahcY ,!l[+4 4+k{$+U!cSes{U2'*dtlEhtc &/X״PG*%7j&'|Dkdgv"Ue{m<7{Xf"Z -]MbEiDf/"Ч* - W=w#$G%oG.Bu f1YkY ˙|gRiI% v?=wu+Hљl8șrN7*fC,>G0KJƖ;Sn W YP _i0yHtfQof\W)M&^ALĉeH(H FĊ iTaHJ#o-YJUiS86 *)\kG:0=h?>}P -Ӎp`"kq{sۧ95{2E !EX :F (s"k(XۻF|T]`ɂ6 Ҧz'AIpAH|iS}zWTx8,B >h"[u{IA.L]dto^/'(\=>voD| {S@,cqJ 00PW(ٲN*rooJ48sV܇종z]n}B](Ox+?")=D8w"t=rS㠇#3as+ks{pk}H(`kP{s˩/HP+)Zm^~v/MқZ.uQâCfaȷ==!Pϖ߹5IIE@c|la@m``'+x#M">cOZ 8_aɫL?@R+,D bFg.X+HݐGJT*3'`B|Q1t@ںDZYJRVy]Q ";_AU^߂-)i ^R+UaGvۨinstaller.pyXmo_A>H[0ֻpͥi{@(4YˤE{gHʤn[HľUڲMV៕LjĕڳZYv9)@kO%-OznSj0ӨK0`*"*sYͱX4tmIxQ'YeiǷ߾PYɤ5+kY;b)Mm1Z$\Z!7CԚqD5y*+H4ȱSB~]D´Qpc{ElQj` z> lxu,`mDST3HG7&jZiЅb(r:CYb|^kmI•]QUeTZzcKv={y0)6`K|l> e{wwZlP#PSg!cuD"2-=W`Sa:J^U%,mUEMnKDQI&>q-#FO ˎjy7}ǰu3(KVQUup CVM#T@Φ95G8wREF GE$CxA)8"o->._~l;b&ʀ}Sf^}ZIN1r[m/ja n@?n ʹ&"E* Bo!m[2KNbܤ1;S3yoXr@S(!Ee:!-xg*f$! @(G1Puwl$;V">b'ACxD;|8 B@ x55a?z23j<5FApՆ]EB#@}\S"xwEG‘w{2̲o(k(Fr=V8M[=6vzlu5lgへƳltw. 8ݤޯ)_  g4:gx9 N¹x6ß,hqk%7= wXVcBA^c^ a™+dd<F6:Ύd2 _$/4ˇ"Kd݊a(Zm.%q$Ż^ٵjtVkѮZZ[!M9;h:-1['\·IfJ7v|T[mefԪ!i{ɃhM+;:۾s6J`nlF)RrA¹p.VaHņY^KZVk/՟9@dzwƯ#TˤY͗8U^I3?Etk> f!d?6x6@bdoߗ3Q;CV}[sZ#kyr/$D} bK+:93kNZSwL…Fa-T5re-zs>ACiI~ᜬJu(+uێM|0G߼<-!ɲs@Q` |N..ȁ sr5$Rݑ4@K-^f T]"Kp`޲N@nԚ. x8 9 ؒYԌ9Y~eǑfVza-R>HoM9&l@IGZXZQ7 =w66e)LsN搪MS}1 㛧,Af͍Yك 5Z"5d,8oI Η|@eȖ+ftj`37|xA!YY€(N0z4//U`+ғ.ׯPrkJ(*ڥ"9 'YqGo~'~<c5b f(+_d& /o_ VcDǡeA^dV>>M\+ȷO*W>aGr=0CPGI,Ū޼_@onwz&%-=6ܲYp} H زjT} ;J|*vH\d(]^^받VĽ o_c,#y&Y?E/dMA'Cܐ[sp|xdz>%.MIu=ILic6~.`;j:]<6ܽHf,Z#ttmBWB!fF,$KL דstH޸n!D T =W-#DkY&0Cv*hJqܙ=*0z$ ֒F S.  Fɍov΢Um'68ڱE$ #U:6L+/r7GXAS}ua_͆i;/alG;ϠNScl2ẎQ°G#A-6ȇQ"8.1T;z>mnob'a%עʨ% NoR"QrL"U/V }ON31Kp<'(Mv@1_@s7Y<\ga_lBTwn@~ i֘{7kc<ptܢ+XԦXrm,rvq#8̵Ll)R#N"1x8EUJq]lEɎv$iHOn 0zkjḳ}ucxT]ғs$52~BR<SS‰YH<>"N%C6߱>-7.wM[}sH3¢ T6?'W4xg8Y'Q> Ō':>6Nr7+R)Tu\b7Yv>ۿPK`V2\6$setuptools/msvc.py=s8%'{I?nfsZ'c6{oFD[I?DJbI;|s]G&A͍y.y$ͼ(KtRxq^#oey.I:7;?V?;|`BMq&׹~xy8W78|G_;vwwx,#;@=7x:>4F٬J9(8v~YLygq͢/(%^~ -WqqA">pKh &F<#(dc3g霉gi.MY9[6g'0'R'fL| 3w\@vctQ<`Yf94gbNv ]aty g?pu`U `7 >`cD}u :UdRKq0>Kŋlと̛(J3&@JAF(4>~~}w;> 3999ZX}u׷ ޿ o} aTt`5|99e<h@`.WHa^i83cz%!ކN9LѡO?bUHXR7`}U {@khSȅd]ؼ<0c6p9ZFYM5 '.ަ`^\FS9 3R_;4&I+B| xg4A3@3v-cpu ^&.^FɌ{@QA}IoSEŦh)@ҥjSpxߛLӨP k4N b%pfEgρ*p;WC0^n.X2/Q5j1LYFj KI_hVS6UeDqQ-&e #!VcS>]} nL S.[[UIzEY`FMfW×Vƀg7}+ ;fN}x^E7&=+%UHv-.'X.J %wj.{ t%&C˫x :0EE욍9y+-}ɣdv8?݀\gzQ=hqn`|iFLSCҤ#]0&4 t8B(lKij3ww+tyo FCwa'!Hí y$4> SwZUsU464.n;/b6 M28yxnk zl7 8/'vS9uLj(tya796K%]N&٥bOzE쥋WxYW 7ft 6{xwes]]*F*G6tɼ* HST|0"NH4J Q:@4dםo;ܾXL+uws5@W6X14F[H ǞMl^o({EzV&WJVz!*:?4MAng8JyWWWL=>DW qfg t| ]]9g1*hN{ϕM9cc6bU<Vӂÿb4N.(75#u叀.yu (e ZtTb6(2q> # Lmj즉-BK{iB%qj"^|ɓ2ؓ刏e%65%<p_'UvUN6nìy w7=C[Zޫ/n:Ѕ֞ F YyqVUaN]#w7CcƇGia,C-_856-ʕ\kvW88h@m i: 985:_T/h<6œx$I.ɭdl~~AA"AґC04q@F![ $_6kO P@Ia{+mߎ';I']riL^.8a hh`QUnMgLc/w%1ɝ<.m+w-Ům:rM@rFԹDT3ɷ\Cؒ%Ȋ $lvU>mL) Ň*h!h+yF1 "j/9NM(/GGv ]]ބ|BgMkve cqݴqKFO7y#U|jLO0 ʼs^=w=cN4q{Uw} F Wo<ԥԼ]݉I >+!gp=xXjhL Xi{/"?2 h h:hM4BX~!/-$f~=ƹT|%Ǘع+I[z{"ÓV12) +&׫|< J??7rb/"^kdhNCD[y.q%5-o PpQT;Ekk7@7S0U͛饶qA1i Il9z=J`NߔwgV VKz~i4볊y }jPFu2H@/ox!׵g2 3FFojuy@Md1 d1߶e~Y߱KGZ/o}iT_`g1is: .F}Li^Q^9@#hqbL)oxO3`!('j)?A s`1A4stA Us)@;DKceRlI s8*"ls-UBǺz#Ug,;ȟL8d90S&FbKϨCC!-cGYD$\Q%3QQ$Js"y}$wifaުy~?ڀ'G:Qo$ֱQur**HP_jG56Ϯ`t47leK1."m~Z:'xr6RdߵhXg{.gkik^t8>Lxԍ8d7}Rv Kk@8?_펼I0u8u0HJd(YgKyrҠQa"XJUv*\ w2\Y+U$-+9Qu?XJmhBm*Ț^Do=u>ĶC# ]ܜWXUg7\&TVNگâ XaEILc.L4m$b`o^׿؀ ,4iw $NS>aX2Jqr~/W~7C~Gp+yG}x᩠V_}ۆu'[L>MqʨLlXstگF ^?)sI~kCcPI-=ܷ RtxJ]!-[1*V, Y9&jS\sʳʝVYDೊK)Tutm G5H宣?m/+u zB1cz &5K~KtNa)4q~'v,#~0`> Txeٔ54TOYwc)12manM{*ZA|ɻ<_l *71BN`0)v %UC$7ދQk@n%r Y ߨfu0X!`T^SZ'_("Cq0-G27Uctby2']I M@wmRAevťxٵͩrhve1ߜz5۝!jgLٴ,F :7vZSfrQށ/VS( 6x Wc} scq45_JV9@RVb<;⥨˖neO麂ځpSȴn?jբr= v,g/ى* D ^bG ArM Հ(`8ӪJAy2έe! M nA`Q8"ZLktJ]Rtԟg{anO=:~9ԨX~mWd٬aB퀋K^P3 ˊدzP %˪+.K31jFNYFYySZIMfJHq <ǐݭ÷܈ +z4dr+?AƋ9ZGVI9x\H9kAz n+Cf2,;a-lFyvTbG#`)Ȯz&f uYxh"85GfE.PB2_^s_RJ|E**!q'emCWPT!5گށTScb_4/Z=6B[<)Oniǔ/8n(LWq nZjG0aTmr4Zj05/P7d8'N7.bʋQqa~t1q]fY@K.lfx"c=es{n >]^b֗$FG-O>U?:޷E!jV6"a{5کEph&푪 Wd[_]e3d||{0ͭ.Vdvep붶b."|aceQu /oRx'[ɖ{/d KBjuVVjчFQ0]6qT$wKXW zt)zoi~12{N*t}|=$./aʯPEE+yN. sJgj~)pR[\_( *+ {űJ Eg7u[״QɆqBZ&o<  wd >J(atk7 6 Я/j*-f)lUYU Ef.g3.Ƭ_P "?%œEo(Ru| PxQ|(7mB5hzC%lBE&”Te:/܋A6AQ+lIǡWWARiph^=/ZUtcRV %!Nb<.l2^x9Î/:Xv9+ԥQf-OE(C%1?Z:Դ_Z׆Kn+u$o཰ KE~`Dǧim;lϭ2fir}PktV9_<~(Ѣ3 ~s̢g˨%%)]kdk ¢" 8{5 Eo'U0K{|Z[^z_S0 ~On?p (t T`bxZ_qd[苸[W*>p0yR sk߷JM  HMh!;UKXq Ka{ˈ\oaX==2jJ/JĜ{bÈK%d#1QT)Q&'u/rDWw[H+SC‹4NWxW{bӝwkiv7RRR#M!ݨbi x_jZn"U1u͉ږUXGB;of]O+mmeu]U[W3myp+8Ό: .QK1)ƺ|1FϠm~su=Sxq2ޯSu[N22B /ϧ~l&ry_s[ J"~j}ʝB fy;Erw6MN4OLx_΃Lv|$$CS{Z RF4zy-,2E{AǨI׼qrK|`E9D,9(eby ̢k_ۂS>NU#.&*Ҁݫ[GrQńtံsD[)E)YfچJHKWi-HM?qsUNydx=&% xf+Ӥz|_(Ou~M]M}RMǍ,ߣڰNԒ^blxCzĬݛ(K%&*ow5 #ǻն՝HCi.Eö*z]xadnһ_vſt] e7{8Dv T$! V=`DܙUHpu ֹw{qKC6b쩈d~7Im"DjUjZb^JL{!d};v Ն "\f*%y%ZGlC`yk#6xỖ9DTJ5~,AB;Uլ6j'mLa(C]{E,w> pT$jөUllL yFޫKoC^p|&t#̡++y«~ d{=zӛoy%ƛ(G^?́&uG 08ClD%ʿ~W6,HWgJZ'u~Q12Pa~ oT2};˶9;jUE"a)8K1~vw[ 1_n'ڭ6%:qRnudHt.;{pD2.@ePP\ӑҾw2}[xյR'jжR&93T6ߧQjwy攕v=ov3\Yۘ*p%Ԟd%dy)ww0]wZWⲋT[kQmG" T'-+Y'.ޭ8ɵ=0٢LJiׅZti5CZƂڠGjBReeY0BB,oBeC|}So0W/@ŕ[s1A!z4wLE,l{U"!AA3ĻYMgE=ŲpHs&#9mC;%#kɒo钵# ˭97}'q(ޜoy I VG jc - ,Uz~WKbԭ2n9 \ JR`my;vUBC`:4S1*mnEټل {6sJ+_KC}-*'_ʫ h1q:qRZ F_Y}\L7C.t!Lβ%kޘefPkep`mp_͛7!r{Ǝi}maWk< ~t.sz.9ߪ,+ ִuN Maϓܷ1%庪UPcևb0H|;.縘]b~iO0?Pmd'QL'~ȍ:mzd% L9>绗ߗ"vgggg絳`feif5:]& uI`eV_Krd]FueR/B5j20yU@=ukl4N٧1:ioCuR\eUYyVԂV:iz%ǡM9goXp/'^hOra|u>7kM\z"/' Og*ifKդΓFtVq=ì\TۅhIO"IaҞ=6gɺ z)DZۛNWIfyRi0 -tCJxO?~DC*X,&~wvop'/Za-+1Xߝq}[ۛvGI@&:ǎ# yXA&kr1 $܊z8 % ro}8!{Mey=]_>YI ,Ͼ<84@}xjr/f}92<bbޟAA$UпKmyĺ A[dhmH?Dz f!((2; 裡YWN v[O:iJ qDz#0벮\:D`P#C`X+kaЊZgٜĢHYF! |M`Z 3D%~$r=F [qFMƇ_F驱8?<ۅ׿wd~S~;մmG`$7Yy$[BWIֈ=dY{3?xb;jVϖlQ1p23  7ڂmQ%gMyS6"BHR t|x6Tͣ1HBąhB2<.oext-66kGi};v{oB- z0e5zʎj"j&g;rDU @l>aRάbV *+B Zǭ&QN_p/84vSAM TV#̻ Jմ(kpK9ag +]Y}_mm\R(p ½5" f^ZC[dQ8f^ct8ڹlwJ&rW" 5ڼ52 t%#%^aIW47:& BQ~c.)|h1>|hJ{FIQ-Jdps˱wcds9n<&0Xf%&m6A8?wb_qs\ Ȥ;)Ael\ ONMMi ⩘%PCPM!bVR#2@L-(ax$-jp k?Q0gƫOc+QͲ$旝ߕ {DPS Ki2B&X)`]1t`03eLzUQZmDH%=AaWqUș%` GPgr KҒRðNga ;Ȝte8  bMg"*Ji&Q`nHKh Oװ)u3 1/7%!%r)G_M8TpQXj 9e+ɗT%rjR#v24ԫp~?Z>~zt|6?ؽ$&X#,`[L= ~ Ta4mr}eX{2OgΏkS3|uij$tv@3AZjR$"V L $ץ:"hXMRQ[xva6 #JGӧϞ=Oyo'0{`~ $MG *Ni#kfN<}znA Mx/t(jl(5|$ao65;%L ItPof++kQAJދ6BPo@L)90iV4T` >(TlPslr>uuUXP+F,p#kT4)p^y-7*YG( (@Th\Q8:._fC;L8PڍiDv!RRDeS1+Sq%b8"f{4)2!?<(SB=$m M񡋵j;tD'/O{Ddfؒy=KEj>^oZ7Γ"o!4`]gqY- &(@.˺'Qx7Y2i.d lu>A ơY2Z[ڹaX^08l_Ahc )C/㹠jcG2Au+EL'TI₊ 7"Ec ?+jhf%*hEE #aFC;C}!k{y0ra7M-#Fu!I)cH(3uUD]f"; e+3!U' P7#!T{#\d{!40pl͌ agT'[w'!=wvFa]{X"MxAiy-gR, :G8SXU4bԁmZ{ŅfLnm } MZah1̚ 2Aj쵗n7:yS[jhVPE[lj+.+ CVqj-RExpESc8mDP9`bvIA3|n8ݩ};*D,T!/4SL^ ʻn9,/]C^C2Ț(SnWLHHW sQ :\VoR̄_a0ck!}@j˳m` k-,jQ8߿ ={?8|e$|uV=ݎ&pQa.SJu! JSA 5_%x~Py2%}W(M`5Y xũ Iw%H|r[h^-^y($&v<6uT'ذ91Bvƨ!UAjCr'MwmY>K2![zs(qM &l,h~x6:ɎVaױr[u$z-+lt`D \Ѳz* l,bjI$a Q_V8bұ=8hn[|hN1輌lxϐ"g] . nA7W>=GUyH}|a+So>x]߫"9!LkGHIG{v%~Ciy@bc4tRvn!/WD%|8@qSu\g~7n+ ē{S)ayU9ݻ[^Iaթ%ʭwyn:ZF eUL- 2 %}#5$h:(AgW*\ds[Q=nJJ(/1m {ؽq TF^З>NڣY xOgeN#r1}}&KXd p6Pxh*\w e.HЍiŰp"\Q){|5G_5ܾTv^dZcX ~\W,3oH-āHQ<3prҠ<cE{'kqٹHB\Oe6` >:m M w{ҝKcY9qީwo(>0*/!R;9c%84u#57du&80S+VGQp4uaM( dr ̊E.D - jۺ}1\n+.c9: ig j3 qkI5;Ԫ8sH`I.12~B=,rlKZG(DM/.u`p_+IxBhul(b1|^ I.;(IjrXs~%53EokDsV&)%C;'fJBv@s m2~FA4ld6!\Ϋ*$5nT5dy]^sR0Z\Tv"uR9m⬳UkaWX0z3 R戟5δhA72h_0S΢3eL\ZŌ|ݓlrh(MA>=qϵ)DJz:SU&| G̓ }m?N`i6j9TvݣfGTwv X.픶Bu4 sQ +,YKyUj;+ mί`7 o'xw:CwETDWCPW;W-"mIx%Ʌhwtvb/|#hbMX5F1#W;9!_4s]bJ{9HJڷ #+@&+X5\2(Ǧntl 3lKHxKE.bZi[(Pi%vxsǕk vb&Ȕ܁.r`zZ^ojj{^K%M=>4&:;ts%:׽ qX4\z086un(ps9FT3 P 9C65`6:6?LҵE4\rd5N6up> t7 lQ6 ZhY#ڈ\[]X:A8BViǣR󄋲Gvx~sz$sFkQ^~Lnx*Wn5hfT>:97Dj +265ePt>?vP$ uDh4׶FěީFR)~Ǫ%nՓ;ٰƝ?go-TFIU~U[}n2nUM.˱,]ѳ6q5Rg=1 yڱh^K5@("K:cUHXD&~AQӓZՁvMB@vͱf(X8xPϪlݨXvz'Ryө'*tn)1Jauѽ1+JZ/b2kĺH眜@vv" yշ8@[t)1-e* hpw0_3紮Kw_VߵƇmB ]Evtch -SƯϱA[ȉ俠-\X9U 2smhYO˒֘",| ¨9'`}]BQ^(] +a. E M/j#l,$# |+ֱ74Ԝv/؃;Cs_P+y'mΧۘSc5-eEDuȐӾ*aJk+S7 |Y;ڽR. Qβ=a`#6kἽ,~YPBއh\JQFJ0DI¯EU gy/ +\6̗^yUAH">"au6K^+'~¦.EWgPP%Nr7'W |9+D[ tI SJCD[?t `]Q]c߅b/}KG5W,GTX_ oB(|ӂb2 A4K|Oǰpsl%btt]zs٬U{z5jg;z~nnՁ&na9':C5 wEVdVQζ4Jc d`]b/5N7Mze]ڊ? ccxbumW4N?,r^wθh.Ђ`a ;utn\bvQ*۝x{yCNA|{.z/_XCIlasQQllu{qSjcZH:x)Gx@t1M'gBC˷ )<}ZC\Lj,6HrEM}9?X&$uG;\դAsbw4+T˝OOJ{K4"Q;|h Z;HX1# HuL%a|C@h96<<۰!: 7t: C4Vy-UupQpHҼ֫)Ͳj˪1TU)fEW-)p@kGuU \3UL4 g8rΫC||]xHw"=):f;7/<[D3&6{J3 } t\_{PץѩމzwL31(`oPG lYx\Y'EJ!)U{{jM2Id\a]k{[M]Ny ] 5bv֐,޹L˺LԉئPuZ.SBK˞@a s8[YS Rhnvwdy5/,q9ZKe)[U6 EXȢ2IcA_͈`h^puL/emtSL_|Z/.R$%OtO#񁱉^TGl7WF#\^ZH7{d{R>*KY Y]3W"[Ydb| "3`Prco}^o։Yƈ6c4__J zrp8쟤iֽ7T. ;s#G ;~b։ q{?S9ˑr, aK/ G'qiZbCNwrӤ@1ЍaIww^\V8V \{ 3Q`rgOO$![d/aQ::Hv[ͦiIfBd.AȂR,+U5i#eGGr)RZ :no[v_Ց+pif]cx o:=`U)#F э0pzL==_ $ά6R|藊<[M'pJ]a t <@ӆ5c*@nUQ.g|@\U:C1wN^x?*4>M|;v"s.%Sٿ)YeFj9h##Ef%8ӑe7Էߕd^ɹy@1SeV?QCKx楅 ;ZFL ㉶GO1o@_4 bXUޡ4kyOikp~ / h=Fyvh&5= PK`V0Fsetuptools/py31compat.py}RN0+VRPܐ\Li-hu҄RzgfwFkp/JiMLJ}RLݹ9G&8+NRMojo"10,aɑ:5Qrב6-[_1U_5;3ͦ#RID=PMPe&5R15>Y@PCF05#}2|ƥv"!/*YghB*Ak,k=O :MOƣ8sf?n[oUdZpcpOPE;yu7hʑ/ƵÍɔxNV绸/U(3F QrAquĔkPK`VaآY2setuptools/py33compat.pyuTmk0_qtti5 2ڕэb_ Y6~'qꃰ{9NgΉP hXp+^P+%_iq &:awF#csgjV6|x WQ9Σc(sJ֖}cSG{E+̳[ Ec%ͼ4)9p. ռkqEcFźqTK\'DUA' r ƢQ?HHRECFelO+Ҟg3FO4sP#e#6" cz2I#AN9O؈ׄ|y;{cIR[85\L..{@#&iEuTuuKHYlZ.G|w>=wq?Rw44:H]<k$R.:e؛ f4lAsrh6ja+6z.EKM9o} :,E]밤II*3^s3(>Qy_mʼ&ePK`VVDsetuptools/py34compat.pyeM ! 9E(tE=8c:J޾U) -x?ǜD _^egw"IF;Rഎ@vmɴm"CUתt{v7 ikBr?;vmiJ z 7-n_h~)^WEj`0WrE47Ui( ņ#/Tو,)40#bEKgovv2m'񋘋,IX/] 2e'lfw#Z`(RNf[n^iJ*b }H +Xa"J=-8E%zlJtKJ6r,"Ak0ř\R &4Vl=B yy3%։-xM%Yr'")c2~ KЖ'dۗ$ ,mP P #^K.f! U PJ ωJkӧ74 Ӻa85C y>!f9<ݖd\q 7P3doy %tߵ0h)NO1lwKfZ]!;jƳ 8`So>DugLbгtX݊SSVVq^nZk@¢1}ј`V,F%[Ct e,Jtqcg , \HI'ʴtݫ ? . *0'r+C7:("Q7wW8HN6 1uUB渭#F$I 9Aa3J(046!7LmOG@U ΨzH@OO_k\٪j6"P?7І/OcJ >'cI\( 2%i@ lP,*7X4_?wzif,\y &ȾUUa`#w4 enn ވZyyĝ+ 6CsO+I-X*lg>U.Y`M%Xѐȷ 9/@is@6I$N*:̣`.4:v*=]W9&>|ح'lv%ET+WHٲ[U@5X{i3Ȣexz9`u伈j*}S>5Ev?$З [@6|wm0be59D;G(<(!k b>$ GInqakx]"PP Uނu./< NmA%d(&2K[YXqYaV&:o$rehs`gh3ސR ڦ:9nwˤ(4gYƬA{t:cc--aͧ _V/V(w]GlHO*`sL I{ڮmbo@%W^¡cN|/$cdcC #xfS$7 a\2n8br'mYXK @:v'=(L[OY]{$'OgV/szMQ호LJew]OV(w367ˌh6QPq[H>kۅ=2%\g?$nަn۶A_ GffifbN@v yJb/tvVAll܅2Ol-EקP~tX8F[Ep/K:AM;,B{ q IUN:\QR_]ɾ44a՞s4M҈׈޽s{`予|~'ys4%0HJQs V@\Bb[p{c ۴6!m[]OY]xhhh>VB1EVpcwO$m!"D8S3m\HpOZh[f{|Ͷ:d-vI8Qس4԰Ea{^tk#&ot/(8о}Bf TS/T,%B]*t.`[XسݎwakyMNx1~~Kjŀe) U\4-}0s"Ⱥ>L ruI#M\2 V # %PVY-MGwL f&j%IޟZs/4m0+?ks; ]q/׌ڴIh=m p  ww7i;efR\.L{Jmj#s/{m<6Y#8E(i2ekwPOU};P==*X7H ]*-,mibEt+ea:<.AWqroe&޶#y%( Ĺ|Q1|\/"bdNMAj^F/( 'yu3 xzstyf gJ /|?ճJDbH66Cʿ9M-9:8w쾸"|wO Dhu}lbzu|.^חA>,:<%("TQu ?( >a yT=J4:|0OE*RBjepo[`vJ >6)c X*ra3;РBqd+$ByB| CDL~.[A $9iؒt8- 2̐jˢ#G$UңEG, Ԫ6MPXY v(Zg(Bj9T-_5-6w& N^XQG܃TFR{YRXZ 0PTh#@څ3:P)n*U M M''M۪.6U{a>E\BWiyWU-z& /)jȨ=],ft!1ȳN#*>ԮxWXߢufZLeY3U,`Ti|O#Rv2$=V{&1~[4(IT&84A J1G]Ň!s>pcHu A:uNx 5H;8q]p RpB:F y^9kM:ٝ4;1dirW5O. 0GjxgX2%M^5-9>Nl CqE 8wP 4ZCMhpn@Yڟ\D )4|L+T`My .V fU0O(`2zS-ZMR<~Ye[*,ʔ# jF],Oսo=dPg%hS/!#v-2V2?Cb\3baЂ62;bW)r6#|ncp0J-LNCbsO|7v0~0s\ͽSBMwNc_;v%]X S/ Zq:p0m"@}7zzeo09/,G%9STMtiap͝#z{axZ ?iہW1k^1 h[IF|v_l80PcU+ =샏i}X ɽL81HѩuN?v'AO1m?envB;Bi K)FpG7ۻĞ0cb 0{ ěg^Q5 +,Gvr wQ+N?9Xordered_set.py[oDJ7B'^PHՠwC Av)}薻\ KC8!%9x<ٿD"qת*2S]e*q+E&(b.*n$ܱ5*9y"h _Eq#Vof߹?+E,7(k4ݱM* &䭸x%;r]V *y 8|+E*l [`?}R\h ٦(᠕(HS']k{ٌ/c_.LŦboiweY-g_RKuto[Gvwsh(XXlv:FX(5)N5(!l+@g2 he@{T+1LP|ęgc#r,^ X\1^U\֠_%X2qqjܡqh%E d PuAA"S5:exY! ؐ^[-L^u D-p1;1i,8 D,/47Vjù.`2HQL+!hq)` zLڑ_>t.BYZఫ:q+Yljy`?1۫|7 P.s6/-Msd sUUDRӦ8Jy>jgm~Fȱ{86\Y_~4by缑IkN0x40^y.bD]qt㿜3>rP5H!gLT%# )Bm^ajA |wbE4Т.=7N98%Mh$<%q-*|(3 h"C^C3(5GbWJ|vEͶ2MɖFQ\D̑Cڞ=/ɧg2;mlA%]\PF*|DŽ]%3]?VVvZ@d,Pʢn &;^܋10|D {t`ԺF v[GV8lɗ#xU^!1jv~\fN莋n0#R&ml{/sD%󐤍)Y*Dq.ΙqYWO{R#b-ʁ޵n"vcΤW<޲gCi=G RcQq>A=]ڒn+zJ!}v0Vz%ڼn`_}B%(| q^A7=\sot?a4 'W3NKyyU9t% w}]h/tAB՞uTJ vad+yQ~JS/7ϙrOXwwAPQ@[@\]5{68(+*~D ]ꀵf S3{O?5#6i"&-z¾fkfM-{ A1\/-QowV(s-a"W 6^:m50ᴷT kH7ru ! sȦ;Cdl ol (Z Fmr(t s[HY9%؊%bA>s_dT*I* -"ZƎ$Z]te76p1V #)ZJ\\>+֫˙b ,.}AԾ سA5B#S7s \SOT^PDonׂNs}R&c>&!h[zˠ#7 {k+4F+ۼY,-6UAoJltb҆RKPgNv#\@4=ZM}VPQQT_ko'uje*e]]Z ^s[x"90{}~ j8;W^%}'T )Έ6Ԡt Vb|5#PW8)Ρci}M/W{q| S)]PJm uQuHe) D0Gzhj|"&r v=g9&{&>B!$i=5>iǀG Nw59gpYЧuf%Lؗ.w!eEͽ'c,+a. 5@{,AHA`C{h O4~BfeEU,twK4Gqض"@6t#B[bC]bIDȡ/`\XY@9PudQI_zN'*[LP6oQOi3q9"1P+; OKO9+Dݡ-”^J1D:}m'9EOzz )D!c h 2#M%-ȁmnuXҾ9= yoh V;)`.8^S1 naDdBLPjZc}DAJYXJ"AF)mLb~_ UJHL*vW eѼPdmQf5K]5482]f)o?B61B2$}M,l RTYćÅd>{ׇASM)26#$N&.38+L^tϼ>ɕyeo,X^\ksaxw]:6p e7PK`VeD2(setuptools/_vendor/packaging/__init__.pyMMk0 l}}0(t2qVB$xɯ>=PB]"vB: ($^G氟jAġsT Tv4p@}u- ĄYg<ȑzhُCbS&AcȢ`]R43]a ?V1ICet`1^tE4hA,E.'+ &\ PRwOBE^cU.[ NySj_XYmB- X(n PK`Vfa'uRMk0W ދ66͡JaK"&+*K4Ԕ$gIJ|nD%т5H=̮|"` c?ϛ ; Nm`^5ϰwODxv -xE[24h؇Ed zb46j~@Z'>z;3o7gk` Ʊ\)Q2R׫op8Nw_z?h 9%wDQDj7[E6ҿTO<>QJ,XW2p[DM 6!$'dxfo_06ef$< 9Yt#IӁ ӖQJ|?j]yG`L6qѱɺ"mІ#R*bi!JڋtR״vu؀Q4m}xO'˒uA_J=AOڗFaXtT ~ު?PK`Vkr+setuptool~)Y@XC?R)R%QWˁ326H5,|zB:R!9%S3u@ #sS?>:it0>6e$AlbYmC]mbe$c0RSV !CR$֔Ȳ2Q5!1dr/a1TVjNR %BĔP^e,t1 L 'H]qi6æhX 7Ďw!x5_SvuaC0ֶ3zRzU|[[S>)bHh/sNrz@Cz#6ҐǴF_N:q#I#D7vwpEiI:b CPd:V+JM;߾";y%yxn: ~MVi%4՚r"HwzY?g,&הU&9IVػX\QN/>^- JqƤ pZ3QHކq]]RIɚʬ(E2p#iidibW3.Iv#XHI͋JBKtb0XMywa2|gŃhʦ +J:TV x9/hJ)b"$s{%3Q,rv?0'gM_:&5Lbgégr@*GftMR4~&-65B4/6x+19X+$M3_``>d A]Gl-jG+1Q ̞V H^fB{x ]px4A~$;J\$&@Ŗ5wWcY"YLJ ,d Z3*C8VQ'd AH=֠ EkIBJkjPlMCv0!U!4ZQhgzs⠂LÝ:saG.Ġx+=z$%2)$M ͕q&r8pY!(BbC3iFnJ3'k9@%suG+R]/Op; šA9~zMoauZ?-.dGHoOOᴤ{O g݃WjDZDwJL$%N:l ~J̟k{l#,5=,oq2)m?Lt~{ZhJZjJ|d }Xk.֮abCX:76&`GUUfcʘim[*C<^.0]/.N??\{6}ӏmt>jZ0poa~ez\~ SRQY |SVq=?[m"11$[vϔ> 3V|WKT؆oeB~Z|0U.vԡ^F.sB5+;.旋Z0B8"&VoY~_> [9QWoFð_8"Y>9!.#=2\ک"~2QD(i6Ɂ-dV0[.G j .JA4 TT9B>҂NDa ^ [+AmxO6PdcJ$IV+r--6GH!v\.`+ 9FR8 4!g#KQr?mHӘfXPCd#*T5޶= X&|#fC;Vf7"ym(>ԆN3zxY'#ב* }bU~״"H:$H> _! p% k 5,-. ց6hڑ芌sn9ߊ)> $=z?H,)]y,ϼeY~-W|.{E(PyDfYYivia`-jʸ4U,ZCt436(q|dLU." nmYc1lQ]7}$ZϞ|wF%&뚖Ì>P {Ǫ7'dg7GS HL:]`nsQ2AjuL DM&XO].W+MR=it+iۉ*Vpfbn0}YL?9lpsA|b v=b`jlaÃ&>rO}\4މ31qPmͨ_qݖ V T =^Kg%[;UaV!N|TUTel0@0:n2t2|*){{oBRTp!1# CJGAh`mwuBk42|LL:N%1GbHj38]uL؂NæcT8q(=_q3)F ۹oL+Н.?2$tP8}C>cR8SQ{$Iu-oV.!o5%KC}og sySw&iaiu53L1Bc~U9~p}Ùr,& AOfmDV9M'EdJ~>őE#_1 {eC [kCvb +bz  -*fM cp{+>#zU{PlE[ei3uBEM@F_oV̓K{$>¸>pil)~V@=~ }!9˩k |u4OcO ,dxn8ؠ,#MYs6~@臐#tҙSad&DW)9G5!)(I{IzͯsVyAg%.P/ $C%G IF //ohp3_aiW'D3BpЏdzRHgLl-dV%l " ʈy!Bg骔%'i͖q`E)Ij72,@[S t)N%!$7N-,1Esn|kԒIfb<_s|x G%jp6#!E&wUNɃ!9Cv@Ce_E~n aɋ"1$Qp*FQ6N4 H*F%|[CY}, ,\YB9'B%9g?q\"ކ݂ +VB"YY(*xz5F1K]yHs DO e PY?Y:TL \!U g55ճДuA;\6་'{츱)0 HC5.M ތ'I܏f 7Qcw M*{f~Bmu (R/LgәJP0TF<} h;T`Z Ϧq47q}6 7xsa$X 6f@NaŬeo$x-|鈮/Ջj,2ӧAEWӵ4qO,Z ?МYY qe\Ӏ*"pٱe4>OVf}n {y^ xxu_9z{hZPao=1.c ;'8C`!*&\0R/;[ 2KD \l3C=mܻťjS]}&KS ؓ5t4B[x 6KeP"Z[h4*M QsA(hYqv i} V`WGh>9>*v ,¹XF),posu3Jݪ\k,й~P Z^zNURX[hz f@nI9uxc3a fV.)FUɕ]|뙉KFVhKSOb&UAh#E[ ZV#Mμ?+ɞU ];aK$jMD*#=A_~rR{v.HX%>C/xވߚWPTiЏ 1_3XPe)TWɴuN,t"W}'\Rѣn3+nu{nnXRz ޡͪFSJ$W0o abPI:tAA)wRsOgݤbؕfMU t(=0=2+B9LyP9 JiǕ @OJQɛd fE*q=FWbf[uF9yyJdU.io꺪Ӄ>~8uIaY+XQ0B$պS0[0\gN 7ߥHD}J2 2#SV,laB39gr֛Rm%V;V&D='()Xg,˼1(YM0'[`CȑԾ펟:ͥo ON>>$K8S@hH#%Z=A_ Q4Pƽ}o=AWV P*2jlyYoM% yIh$]`N89\f(`,1S/au^|\,&b~+%:EcT&,mbsy"jEm*QgbFEnhm/G>JIƉ<,]Խ8aOv' venaP[ foGmZ([OyN[_lb3g>}gE`'N5O'$lı"dEr2@h/Gj E6 r0HU$ deyVTt$-8C~&dbr1VD)>IeK e`iL(0o`t;5 ]#udpa–G[%GD :SHq(~b%)Q+(CM\wy[m8x,p#X:qmBb9rd!z͘O;6I@7+Wd0lr90B3bWx01ݥ'TGآ8/1 d&?W߼l8=߽ߝwgqˡGas {@46)'\;ǵ,IeLQ^pjÄ YUnA_YUT%\5BؑK$Ix}`IijRR-JlE1^Hh',)e`Sf)` \ە2!C^t\pbX+9, Xi0¦߿߽_~/^{bm1E-O1HȤ%*l)-68Z}iҁ;?.q{~N!F I1C15 F1ރ(CzpO8={d99VڼԣH|f2ɦNWdJ@+N:-U?QBOkuy-kpBNwIaJF&' $!tLv m(6M3}@ZZn[\& (! / W"阵S& فNaY)*nOHr&[d l b~-%]jug5|r Pꁥ+C rz|gvez ņsǃ^M@ °ew~nON `a]\TYbDOqTM3LJjW"$WuKJ 8(G ( } RJ{ͫ'uIT*+?OZE(R>4}rŖ`wӻb/I Ŧ"MK8H|*taV%(Qݷ:vTlׅ(A8ߢT6Ēi$z[ə#I,=8^ 9@pqbd &sܬ*jN$8-(O<~Ll-*]*l vZON/Ӎ #r}z&+otRyiNǟ=q?y\r~;ǣ1q>u {/-I:H; A7?dV"* jV*L칅NdJ_{y?`]KveD-ZEoc?/1J*m4)[ed+mގM>T0PmL!ིi$*/Dj˦Z5WlfTeE&Md֍ pf81!WRpՋKKYdz=Yn"\ Qt{;sb>]$*ڏ3̉I^kQ9+ Kezat"BG+JF Ɯ&DOVig;d' 1/9EQi@dR[Ju0č)f#D T[|QlL•ߊeu× 6ս3i#{L؃N>^8LOwҼEOVc4F>Q{縄u=BAFf wK) ҟ7hd)!kI 3,Mqƒǔr_U:sKNV溇S5)'L\yi Y _Y%H u8ph  -bZ*<>c4SwomM6`3U#f~ O_|s'B2DsXggG&لg!T5|y[LȮbhR6ɥe_AaE|cO *TDk.{q@2/w`;sRpe(M=;C))2فhmnX0[:kA۬.NC̓& G m ;%=j+?\Cr lŨmFu^,>8rA*ZN¡ޟpU簿hL O l{pw< {AX_U5"E:BƧ9tZt̝{z&aA3li0m'A-Q>!22 #J(2ťuPE@c0M; o05"i-;W\lahėhﮈ#~Zj(֍R{@y҃Ee? (iWwo=4ۯvu`QlzJ+U4t趗 73Υ:L'Zgpʘ)fS~e!4iFaQ& )r?տ.iö7,4K媮~K~2Qo]fk=j ڿQ^AG:z:s]`ITpX.ZV3孶9;JyO[ Crr7ECZ[E$md- 3/uYmL)';utN]+8_TӪ箸UKv,vm ؊1)=@RĞPaإWs.˹tg/,M#YPrx}۞TC<-NYbjiK9 ٺHkUQ,œ=³^t^ZN۶RHܯU?&˜ҳ+mTT57Pl;VfVs͔T.ԭZUNO6'2K0/5'UM|oՈSN[i|xy1֩]N@]?+4ՆXBBى:0KS%@V\m׋> \Caڶ*%9C 1j-Zz 萜8&JWћO<#g{B+FjUv`ax\1?㴚.wh[Ӈ8\ߞ)`SL,:t -oeUΝ.umw]1/ ZȢ.qa^ÿ177Z{$)הfFʎ q ""N-ԟej;mkAȾE jtܝ. P…5{d ڕ,r1.#2OK:>mo_jS]~"9b$c4B1yeFwUGyi[$9&uNmN\Z"mpm_PUq3CS߫Ҏ F'P.CY&&WY)*9* ˘;L=͵:a69%5=f ?җ  PK`V32$setuptools/_vendor/packaging/tags.pyks6~NT-)OO6q3㉝K{9"a E[.$@Rk:Id \,vv rRJoRE)IYL3ARe \QRR$?Q ؈rlCވDY"^409T39TN\2ws"%% -#`0eUV!a"%"O`&ʪĩ=|? xPbs Ixի?:EI$!9'd-Φዣ" &`cs2%4GK?_|q9WRCz!@w  ā /L5.Z0e C_rD 6>T U`YWW<`8,@汆D蚖S [A$>z$*!*AD #0C Q ^ؗ `(H:o،A'~ ?/_#A* J |ߒQM%Du!7k|5:+G v#"aE|ܾ.8a@PC2{P¢Z݀<*q'X TjeVᧈ&|yZK}]y0~Fe { 2/9;˒ ҳ `ith7AT RIƘBAhlBIJ0(UaWeY%p[- A>-X˄؝v3]ӬOͦ=|2Y%QraC ɭ_ڂf|'ygTyiGZvhvK~x)!^O N"fz6 E|* _qQIﱩ`\j>V)i k@5IQʗQ l],:$ z# N:؂/ѬE^d6îe8LrE&{>V)V _͟)l__/^9ɂW:m*0[kRWXGM6!pdٜ: O mѴ 1č]^jVж.JMLFjk vGX =A[dQ6<?c"SJ3mF "?"v}yDJ*m 3V,h!aC l*"!OԢ#bҪ{ԍ,U*'kߠFePG{u AyZq)qG ^ҋ37CT$,CG^hD "ZBɶѥ 7]L @tꖄyVƆiϗBuU?A^AЧ]<)BEc*d>J*_H([1uuU! Dڪ*g"O z2)@ s "GF!PHi1rVJdƫE;fDߜ)م1& mZy. W;ЪiB{39'-"a33-y~H0PWH:@}A"RT_}k.f l]Uvxl-UhD$X5(-uApu. *r-aMp I|\-uCATcuYId,D%?6SJ>V@1?y18Eӽtor?L]\g?Vb‹#B>}*7񓋟 2e<'QJ;.h;|Tn$E7=Y>Ax'=uTYy7l; &P _KI b~jofIks] w!KL5-ᶕKNMkʆGd5U*tz]_*j=1.6uzf5 b/N͡T  ,ğp(/2>#ծVi0yD|>y2܂gx:xϣI/F@̆<:,LZۦUԓ9ߐSUS™4wb^Z1oEXPGK*H DRpOn-(`d{a/o:D̂2 澑ӳEHȖKH>TB1wYDEye"h놑åw$v\߾]U.P"*(\Zmx\Q9,y"0*89d.L9׹X f \0 X^`DFj5QCgB2W,]DfND";&W;J:zl|wYgvc9=&QW^szWﻮ{)dq/[o=Ƈ-rUgu}=7qBϐ\TMo0 W΀H*v)úP (uإ+ ŢmdHrl/%[I?R,GGeWB%kZEkeʢN 4VMcAWKKZ~Rdt\vyw}!n6`3Z>7U`V:mJݴ5:ڲ2:, M\K_Z#U:_h2DLdlݷS]5w$EɕV?X\.(eROI 0NsXO~]~ B5[<ĂAR\fE Ydaa4 k,v`e#kN5+ LQL`9Xq@$Р*ц\ҭ| һ+QuP\6^e+qؕ\pSbZ}6 EC@P4s(^GYHf.W]Vї7L!E%I*ayS{I` y7tw\gup:r|/DGa#!^"!5E K@$<&Y *-,ͤw2KUH%+)*(f2NoRivīp<Q~{Bq&%/;yMEq%EVYD\,HdYfXdVJN&"], UhZ٪{(&%ƆbҼ@W@EI^*R I%`8)+fiI4O`0DYfĹT)fwr&Ҥ/'ӷ>?. y nglyz#sav %lv%\~Eea7QLhnpcK'dYd\`]ӣS71] *upQk˻X.Mu@1]t ]8 Ys,%(UK‹a&ڈ~ ]RJ/2uք J4:V>&|X.`\V>m2@&N3znlJt i%^}?ok`_2櫅Ti,t IKT!' :J~n+O2lG@Ŏ1B-OG=F& $/1G ⠉W䢀IjUuЅs`E9l}EHX0FjЯLb7i\>IU.}> Rɽ=˗^:@5m^elI.74 ;' ' ^Mq l1"oa#2 e]HCڳπ VKqqVZ{G۔ĹwJMy_5|x>}w6:A:'MW臾<<U }M Bi$c~6 !Uif]f.Գί+8ղMRdC[Ԑ]fB}wqoN2?>яo%̏8wGQB&EcK NaAT"wp8֊eK)P| $ZS+;싗-_֭;*4 Zh@yaZm;9$@>UZf$\. x8cC8Ӏ#~JuVS@"ԁ-2Y`GE/jE3g'&8thu@Ȟ'<ضi}:w$CZ#8ܺ 2紏1zy*GY(41Ǚɍ) ueqm[`筏amϡmYK=jxіVnȩcpDm18c7 9^p~C "Y;}3Vc<iOcه)PJ×m2l 4-D`y$U ڣEOd$urKucbo*Uwܱ%s# v2xuwcfO dOdxH7<}Fى2XvC9vf=t:}ބzO"*{հ="͢3(:XV((sW1I'1pFP_LyxoxxUCL?X^7_%MxԼx1& mǘ5択u@ƃ= 6(,R*)62@TfK4Ѩ5. ^Jq t,% T"%ϤRnrgE:WZ#Zb/Fi?$; &r"o*j38 éw3^nЀS|Z{Idv]yDc FL*iJvNs$/y(h/f4)%Al1/ Zats_P]#O^C)8 [Uz@{@i v՛<;HS;#p'q9 0-ti}zl?eS;fE>o> Yz',۫y XI]?E87^KN1دƘX͛PK`V8setuptools/command/__init__.pyuQn ('=1 XĮÖ*43R9䇼OK~I:w Tu\sIN3b!y8~ݍ\{;h4 |8tC"->otSVbnZP%K;Ç}9 Uۈ Vm1<^jߵ^ops|7PV}<zz2E۝|3;n>oKoqkk>}ދVxUDut7=ňĎuu>l~-4qy{7C|VEP6CZij#8\ӿg߭~Mo$(f[$>XѼoYF/aub~zD+~Wn` qو.~$}ׂǫ uپ-5U͛|j4dU~~)n:]]!ۍ`._i@YʛRV@P.^7ڌ~Z2N ~"b7jSsvYSP і~8*h18a~^K%"$6"pQ J(v6>{x8dl"-Y 8D-F/3eiuBZrp7`(۴wYf~vukwL?6x9FmZ WP=0uF[>2= y6[=hOMEV~Uh&2ρqZX.$, c X?&vQ`: )N䢀UQރ8 {wc=. >QH˜Cx&#įĚ'15fdžk.'h)R@w'- /Qv=4/XD؉ nEhPSIS4@ ޷4,kvG%VÆGLo8Njwj t.oM-&/ɋIuh8GZ:h lyG {B7UwJ _kD[_#d W% [_I1yxԥHm@U^W ^o-݇?ӈ_*-T-H oL;7Um=Ԧ|8bkK/'=̔kɪf]|%de0!u%c hE0N ٱj/wpHq2nsDS": ZMslEJ%cr tZDM!<C&&ZsʋMfnGҘ׹QάĂt0!sd$͗/[܂RVRYT̋|w u&'1Y;yDAύS cdE, :`|jw$ſsT+{˫1$S8:u ~%hM#0&>&1[g3~z[7CχGo"靈D䣬 8דꌯS D?Pk[ry/Ё#Y\"1~rv'W_qOXW>}:fIc9y#ט.EJQ;A2xI44tP_?NX5GX`QI4*Rh1qa ,U_Z h>7Rl^M|/~ϝK] x^\>׿e޾}%-ZDGj G8Yh sn@69 -]*M3)Alχu[bX^=bplpHL 9L{% (‚L^'hb"{5XT.KGhۥ &*)M>(2{efOX#iE,Re; ~<މqR$bzMZ}hu@EQ'E&F4՗q4i2u6πQ'Lc DmTNn0"BEnhqzOe2ۃu\v *hF rPI4.|9\Ɓ7IE2?r0m?)QDd.Ekl2Fٳzp"H&i(lXVC,.qQ  ՒѮ~;ӴOrvL[lh=dk@25kT: CvK5.y(fH*쟐i,ZG(L7L.[1MYS.D ^,'F'@-2 <˖AXYK jgYD &kևW}~~K>Uw^X1tu jb.b!,:thlO¶Ow} ,E˜R=Ò bIl6剸B+',҄NtaY(Zʱ0B.793CyÐoG&0V/o n*i~؇:]O[,EaO1`D"F$bI"op5KpbsלlvDbdigǟaE|G*38 ZS*WpkV[̴'K1PtU/t~5i2w 渄 }զjSg1Cdj?~('~]A^^ID;-X잢V|_Thl1dRð.6X}N"$} Ng Ÿےok8wc7;TyV[yhGY# S0xl<& 58kdGcNirNKΫ^-q̌,d7"3נS \$cRq;%-U 5 Ovi\AX̷! ~xHyM)•kϙxH RKh%k+r5G|80lL?r|de@#_K[G  JA|o/Mҭs0tݘb,%; 5;\"#OCÒ8F105:n5ez='rsR6= oggS?@lu<ք}u!{=:i&i\`8epV6k(8g:/zJS՟~ԧ1QI^sǽsG )󩪬 a:1ד+DgDpȇ^Čɜ '_+ s8oFH$0^y3麩{mK_f}5wDS6GI|%oMR@o,K = ON|> %@#HBMkhڱT~%ǩt32BW69] },l%|r -Mq9{TNQZJWRNFˆn8,wMw7,zN0彡%_YPbT /磻pta2U5 i  =ՈLwg4==Qz&ńͫ q{zUAh d8 .O}ZS$vR=&z$Cu[~OsB=qqIOB0ĄQPy-aQW\^Nث#SC16Zfc 0/=qy62kSJFv^^Ѡ&[I%!zy’eRftR.en#l?Wڂ_IF^!WS[VK ĥo6v-Ijhuy9?eG:\])6q4vil1|&HHOdGG݋%'v,沋YE!x |zerr̦<ҚC@&u|6+COJFx!jdT 0pxE3U oHK뢭d%K#]$jE7,*H561xA56Kc6~Y_Q[B:<=xU_F~J~8D}OAb!huL>Lrq2K˓T-Hw)Gܬ<}cӉE܀*?P }9^㳷/=UgP./l+1C 꾟k Fem}wuʺD3 t_1-oWW&S/Ir VJb"Y.eZwfMR]>W\kܶM׳FJ$E7M%gٲ/+v"]ʪnK QJdhM{ptD 0Z336^kv'f[[) [>SPg>B!餙ʌL}ߵ$-jY6zW.;&; %ˇ٬\O}s5c3 ٶ3z?>˛7o?Ȯ٭dc2aY3jU>/oef1D%"G*UL<ߔ1٬j{boN o@ CYp ϼoɫY9cs( @Heo8#mS*eUygJ6)+v75,S,4{/5L<VdP{pc.ؖ &w`]u+bm</n^/-Jo nV:N@e܀ fhq~"m+i^n_sh՝:] `*ibUd`(>~mHc/~P&BȱVY@7Qi^ YOwm{s}gPMxVd`dKiG`e)S?i|4?w;42 H7yQK]\T n~~*{H_ `vYp&DOYi/ou7 ˆ ^3v2J^C1V1#87HtV,Jaj_jt-b4)PY""u Y^\@Iu:Z-װH+wT2)wu^^5W.9=07Фv2ُ~_pSi:e{niYdu]krh ,-@-Lgqd"ϗQJQZjWU = EA랜c3?II 2S [4 ![54Jh:֓o.|`1}s8ұZGTIov29GŒK- ~]~2IU\nb  ɤ&>æ]MքyX+Z=RLOLa 3$dEQ:'J^p.˜nkqZIg-)I*e;d~ BиZBRTsy@h*Ѯ@t}o{f๨s}d7-o5<~k&h1Lf[uӛ2n 1$WDXd-ܛӊ3MhȠ :'~boq)3KYֲu.xtdU'Z_3`p Өaplh e.BNN<`pDEu4WA .\)5-z79 ޖ:&`=ZL`z{~ 翎I4興ףpLC1LxBq,00;sy&*'eB9d'f;" i4j0nܷת=q;/ &Oa9CA9J&Tq|YVdOA>,j/gg9iwwŌ^jʹΧrYNz^<^YծT:(] 3W)bDB#@K SA9)+HjhtBNq jk5P"K& m:8;&kT0wJetbTLPM&<)%es9푞x?&7$2t=!xB@}&wlYʆӵ3f4ۋu VA0 ajMwa [%\?+fہMݟ| | 8)ݡya8 }vTbj? Hde,Q'h|>"?ATe(W8laE#h9DՊu g`/ϟ`Yx$s¬HJ80<^rhYCB>(\ЖWE<:%Q7EM2(!NyB ]),>l+ H:T(K@/_ЗUM3w'^]MSi\A(bR;$Po A\Uv |\3[7&r!%g%]G-=!}f ̴`cj;^)}f&K6R8Bw[,{!" $b-])%"F;|G{fhRKgfHu䐜8&B٢f^H;)UY~^%yY7XLnqdoܞe\PQUGz.yAA|_V%{[|58rxًI/1UD@6yz=r#ȓY0}{Ǒcpu(fWY&t[GҊr9df@>իRyEկzףhכ/WG3ˬoUvѴٲ7Yu vjaoExWˬȖuzˮZffh[.˪gz_/n]mzlYWUYUebѬ) fdWͺʶ0ڏE1(v/mqQݼ%yVUW]X#ܧGm.WyVM]kb @a-MB۲؝w}qS]اjۦLQ?_o_}v{ʟÖdv g.7˹슙7'^~mqL3? LUs9O?pmmϋ}Y՛hg-o7fYTŮ/W#̯/hfW_muf@|ork- `v^mUz_揺y$h kEPk g:؋azOm =O>4yV=8b_M)YmaR6jhF="|x|4ݦoۻ$۶뾭+/`]S7>jU*mU< &@cG:^7ӌ6ϻHH>߽7W^i%)K1/UUp%5vQt箮m\(W_*!aO #o][pEߴwLqvm}cO7W77ulp G\w0eY} =//75zuz_7͒j;^`?]۲ ^} 5X]QmG;&{w/~os +p?̟hY]U?fpKش#PLCR]XXiJoBGm%/n ,cޕ7O kXAGg@r`Yyԧ3E/բGF(f&o?V'k@&CEV "CcKďdx 5];u-,3{A0)UY6mM vތHw }|B]wRQvUve߷d0n(xև7[Lgj 2t\:lG `,߃w|QXD\+E]{A -@NiM4˻ z޽&I d3xʏ2,WlN3~jf}| A ]my{WG=6`ҢmE;6۵+zA1xۄwˈy _3 u rY#ޔ+WA`׃Dbf)w>r-DҒyUv]U[zN#ߎ5\ ޡ-V5ҘE6{h1{N}66> eT̟$im^հtEy'NKN[mR1⸇j" "K\ W>0:e&avfD<Tm!6 MGEnf}Hfi_UEo̪]5j[ZpV׸]:acW>U۔;l  ֢.#q:g@.\W6oAd,C]3Ft6v]n1vj;I˞yx6LfU3w#̜{d?*JRL!@0̠2ij"2Ϗ߼w'qUźj6RיyƏ({, GsxsS{fc|]5W$uhɿ/B[;("'+vm_ՅbfUkzo-৳ECmZ)T0ģmKoNЏ/:6wCQdӟ2Z ]lUof[f}m{Kw6oTSIKƈ.baH %cxLfdizӖ9Hj6훒9VA">rst-@!l͌ޫ {P* g]?tWxs*`?*^ ~YaSA/6 onR'(߾<9z]<"Cox3i㻭[y6¼幩K#e(yP}ij\ ѣW ! WTf/fT?%f?ZB2R[KJ&O fMA4U;'Z E=Df0jº*_<>\՝\;fZVOm2%ҧe 5󻖹&R!uq6ҋ)hazzHh d9qZfPZ"xŲ+]iQbA[p$'w]_?ma R{9w]ea'S6+陚?2zxCEaFk,نc5&Iuʻc 'M\I®zMHuحV{5 n#cUM{mOlæY6as;9~)Ї}`;6Lti_̟6n'G%`Ik*_ӉW ՎC 1ܨM {}^F)y+,XԪk^fz 2@UC+q@ƣ/) % 1R|[٭IN<˴iyMV kD܁`x;lu&U+z64 I'WB8v Zd=w)ϱZ U3Ű~-_?kf.K+k!m}]7SpYl&!yȮM bx7D I:G = qȓ |jn,w.[a?3V}X;{27>[l4]1<PNolj0H-آ'$ {6v3/rEaº|e$n?(ޠO>ze9ͬhB&3z EyQzc0=:3)G< ١^[bZ@2?1:~^Hu)Gpku*.n[ϛAGվ*m!W(^ ]l rMЬн.T`  C8x8S-Ar{nFPmt[#9~2>fWrVC~TeGNyG_ m3f1sE}T4HaaymJRIS]|#9i|CkQnٕ>5%yhr޲sz=&sSdJC<윔6f> ?(<xCڱH<ܷ1=oh63 `b=#}QXc̍YĴa{K^w ߍ=*f4@4f؛&jMbRJbD04Y}2 fow\X/v5v$*yd>"aմRo[~mE%6~kc52%DԞZCȯx!{~K<,,ߜ3X ۠h`DR VX0\jѨ;wgwޔ+-XeA N F֊NɲL1O78Mx I'v]j)~]iF- UX]{e?S1#(A,-\_?3=kZ!a@8 g*d$'%q Za=_;V29,R}woIs6(/ݢ :BfĤ& flro^݋nϨmÏ7Û˄#lh|FFv]zt.1擸딤gWm/!wlۀ/.׀A+dHcǁPDKVPݫLخias`Ot(ܬLuЫnǬR<RVDrsYN/MeN?Nl^E`q q Qh \S2tRHmWMdߋ{7)4eV 5Jyj9' Xr_e~]f4Yͮ@.0uVr@:VmeҬhD kqc'"܏cJfOY.?vhz*z Ft̐Lpa,upCXTVOU>"}<n2.rAavc}|JQNa (4{5ڃ:B9?|ͻ"-A I 7nIڼrAOdeAV3Gxפ2vA'ٞ`cQ& 5(J{Udh⦯z&BBRSG9P2 hL&u$@_(3l3_ݎ' fh{;٫RGm&pYuҬHğid\1>)ۍQ!w WޯOY `$=> b%)zl<DE{=;ф62[{r&Y=IPd>Z,9|"OR6R#|DE +ppW/J5iPC.zPހY,v-0螀-eA2^sA^Ο>Z~35Уi(d[G.wjx:W|%!s`Bw bn zJ;ǏݪBSN wt>eYo-K|AnrRa Su |Rvx`qBqK`~e"{}=;5y;Z_nս8r]oƖ}Cjl#39a-7թV>03ۺ{NPjZX; b@)ۊVXgݔ-5c+#FD(m˕wWF.o LZ\ޑ4OH_MC# FVydqF.46zE2ս{s?y_?(].p5Q]}?nR~%lI NYs3i'225%kNh')i8|}sɱ F{{j~yl=c-J܇@sXx ac=>G i{mn>Bux>jT3MNc|,u=Jf<ͼVhRW(?=òOXf5V నiSuPѴ_,I["LFH`|BޫB\rT_S cj)NyC%r7CÜ*W#{l 1)<xB:P=m#4G /[3÷2x s5 ʆƐ>Jj.Ϋ^cO"̈b [-ʪ]q@(P0.P]ʤO1#y sa90(`*2{* @wf8Ζ~徺{!^x4e(V:@ړE;?: ~y0oJ݌U 6Mk7ko@A7/T-_rqgLp^. ^iσ@ g.=SS7K[@ytn=g[l70 ψިLQɳ~w~^j5K;[ܙ*z9-E/i>&ﲬMP:B6|T5¹o,I5Vh0nh!t4,,{ObtP08uFKtɑޠ\;2{zySer=6nH+m%C joZ$A~X?P) A=-9~5&'DMx&0Su=|SR *>R&v̬܆֚<({8bb@5^x܉"qC}}>IG !%(g/L/^vc}ڟzo` ;Ѧ9 ɴ$Yl3\&zJ)+IqXxT^)(ʡ{AZ;9G[:%^6v2'_LWϰԟsL=Ak@>6<T%/O⤒`MT{,ވf}%ƿoDYn֕4H=[ +9 ;wQ,@˩fm/^>zQ0?y:1kFMCsǔO!hړP TYofuhv"ì-пڄ&fY3y=?a6Giv";b3F)t d6fm~|wwuvf('WXn2K sxq`p3J mbgz% Hpp53_zNh M( $[Oep,K`q䏴h,LJ퉤fqޱindeE4/͡0*߰II\$֨h0ئcYGbTXu^eX0~ U\A+ ʨt޵ v= cY⦙wtZ ^CNnsc88)JÁ7 G,OΞ%}.WYa9UdLs:{RRʵb,wp)mD'qg@2|Aِ *t>ۼ0^Gy鏍 PJ/Isw>ֶD64;'C e kFda["~7,GfV [,3BqAJQG5h-bG`B QB#=Sp1_4&Ukc(wPܒFnr ,;h(|I5.ٝB4JyQw{yw_qpMKesG;0yqSe8#Nk$VO Wng5x`O R rOe v5һ*O5?I:ڜd,Mn׿%排:TɜЮ ~e2P)LndzGXjC1I08܁\[`ceJs.d.*DZ811f]WeĎ0^%)MEF,Bf՘'&Ս^V3qN!/ZmHGGsfV_Mxȯ˫i!MC |)MiQUs 4^W^" SP3cyebrw34)Iʹ817'NEk?FE X-G"jح[lHܶ‚}>kqM@A. xIh*4NnYPvd(Bb_[O8'᧻hejTJM6-^ l /$:)ۯ޾<#jӏh;]qrՌ m &pωXxUF;"P9?xJ_wg|ɱCwU!㝹lߗ9֋~E΁'9 lml='ǫ ̴F~"~G uԏ|ǔpBp;rRւ*>{(bԬ,h<34t XrQ'G5e'Vy>+U"dqgM w)aV曰寳>y3Ξd^l=@ $', 7V±"3MJVP慉1$Z{[F垹#)(&b)t "*(we3iMyT@zTP.\y lo a2P)ǥ̗bג]X˭j:w8گL^ƬU$bd$\K|œ)߽ Y]%9U6WZOJ|e#l\5GLnG1uMJE]\f(bwXz5W5zUK$.E>#m5RW]x :1M9^kk$O ˓^M7kٙwWI-WVMte|G,wgqS4ᡤ١[hzIDײ;՗$X5Fiݰ(rI͔(,m1|?u#zs] 9r]A߄vQZ}rzy =u]34rpTv:ɐp8^x$Oj @TOϔP>Y~BZNsQ1|(~I/~I?(/~3h-^Z>uecaOS@eƎvA$ciCX- [NVytqlQ={H̟LtD<9 RAk~H֗"-GU:{;?6;{Ԝbҫbf*oTPT`|jь95 0{^) `%{ۺǪ6 %L+ں1 0ZhHhИْ+TE)OӬWf & z*=dQsS>Zβug) s5[[xQD $$A9ALX 3` +&ԯlQ4I-O\K\.ݥ䀂墭1߯6YgτLtt $,*e2> yMq (24O.~|T0/Xmejb-N2_ȹPM$ɑ;n \6i#`/%@fx[IF2gUźYFFsW(i't- R&)-]Q/g*vU7sd0Tª %5~Ow.!W&-=yEmd0:4ԝRN.6*-N2V+aL*D`g M@&*oKS'q frdpWtZaBxxSLmTjKjX\\{ FBvu@npg>T'݋R0m#|Fʴfǹ(iꏨoYAOCg;* 34ReIF.Bh gm~tLKPè--ph} 5}E 7\/Nv];?orű+A+J )TڐG٘@COPHڜ#6LQ{T 뒉tՖUR@!YԼwIZ( mH)O2*en֣[ =%Q'C;%örgeX⢀I02 Q{^?⡴uhS孍BbXLGB5ՖP5niSNzk>~hVDnHJ2n=% }[)ZDw!z"~,N%8`y 4/˞} |1Z,x Pvg:Ȭ`*.2lvq yd7U3d3O,1\w`zGOܺ)aڜJ?EBlQ G,+|:5dh?iO1Uě좼| RefAv2NI2)v26Ej./7hrc3V4f۬Hx×SGqX#: )gx1-)4r7b~> om Z2QF,4J}H}Sx+l?Ha=^'/BKH-/%}&KV,>$.L"#%buTHnA Z_ ɢA ɸ5h|dǛjf]4xv`,z̜{Y6H8?L[9zn!ZR`>!Sׯ//*  zE/ nыK>վ`=tv Ο~|/Ͽ|9MWtڜ,oSezm ?/@IS= *Wp`6!"JZ4|xv9_y.fFTRa24ܭFâF/a E|dlB#Gz~U!oLo5 $b& e ..M8f*r3Ih$P@o #gΪdkGL/WaX55FnP2('P+Do}Uyg76іJ]cɇ~ӯ^~xI @Fr H_Su]1 7B4bDfbby_M:(AI Ä/.vz~F4{pggAiEV]B(qj!/M!A9\=K({nn},>tObwX00-X#9S*_it ٘&(XWC.ƨ9emeS[2Ck~:mPddo @ AGyPOd"^˂IQjfwRQ ~3Ӽg-(YBͷ@d+wN*VQٗ*o&iu+V`;[J?"B*BH~;[)Y 'h%heh@LhTB(TQ!y3#/[pCT5hJс^> c{Fv? n(ߟ+o '^Ak0U^dv54p6"E0A˯#[z+( ۓsFnmfS#q`%yzeCEHҀt vCH CWQ*Y?7m]nvHVrw*:in[$/dp+KK[=pxhf@ꝩ9Pm̾!c\z?$UVbE5<\RbHBd L艽ؑ ٪v}[\eWB/T'v+ I A4;"G!i'pgҥzQz=DAJ:9Iz5UCIy\<T1.oo/TKlm" m1۶gʮiH1-QL?&6+sz߷уKO4PCZ ^14Fr+ Sc;ybSSwgc'bpmM:ŢmX!3%[ ?:"e/nJBөBfƚ&&Yt^)9pّVS)?N&!1Q5b5$p0 ŠN̪9nnvU|ʲ%S8JLw1/'O`q 3 >24^GS5Yȳܵ=cnowcʛv*b"+t`GgS=4rf5$lYȓk[*~3`5]O lZ/&θ-9fUEUiR.¼I`#k=?u b&`fam:@)CQY]6̘l{w>}IqǓ 7o^wWގI2CdL muÌ-F4#A;Qb?I˺A]7VȽYT ZLHշ135>\_}16|Rk$Zk0QiYQޗ;_6 J6EEsթKlgϯP^2&ۉKsfͪ %!l+ɱi^ݐ&Q,I^=TeM&vթ$;St ˾?D5QΨonjKJQ/d@6[8;%ېsA?G\hm)0w7 ʵu"YFN>rT 9:gFNF"{9"=\ŕҙh4NPhn) nT#-0x̥ ]]ݱMЌv!`ܝ " D.J USγoX|QE&;>d|k Bst;޳pܰOKVN9Yxٞ) ^VŲPƃ (R/nD&99E|,X2&PbJYUx@Uً^V!Pox<;ƣ`daH4dK;Xa,x&ٺs[:fJ3wUg f3F͒4oKL;xƝ>0$x^9'xqgL-Ҟ7; wc7s"0(Ae6D.W[&W0MEM>|R 2Cp2ZNM:|[a]sekLs2!S b|QF‹>i*<2WB.dn:[6/qpC)׾nyxfA6fhv@ 4ܳAPFm&j\'Fy|6{bK|Eb1S@"CBĊI ЉM)Υ"z:3eN zwynJ=]lmۮieIz P!{/ϔ*s g?pzGNMMJv|Q) "Oŕ.mmN*³y 욈+cX.~0.%0TDn{e#}yq0 @׸ZotAIHR$/Foq{۷{.WWw7aM8|0`LzMWS=գZ ɕ1> qx]uX!op>z>7/1 2^fIu}e,D+@W!gğ@DhVX*&>ܝ1J@cH??m;K#碐JN:)#K/ Vi3ElmY! LI\@Y}iN3NM/q"Jm6K!-V+;łcvyZW8sºc^|{Gm@VГ 5ϳgg{2v C>*wEN1oG",|pw5bo7xhf =ߒph9eZĤFd_ه_z֔<[ j;>gˆcg-;p%&N^\IZ֮S\V!RfbkSPlY"wFW%]4fTga30qw&C8Reh?_1l >g_|i &<}uw_mawtېч0x_I X wcc3ÐP/ŧ>"Y0ҰQG!XG+E|0sk.Pq=u6n@mEžFkX=:x`0wØ/ːb}aa|EwN{vn%504*B"V{O<:xD*I_ќKhTTl)ߢ}_>hFセVkba$.Fh%&a) | [QaNOnWUXb/iT .Iפ˔!R7}v Zvk2zm_6&ԏbԞ8΁7mjV{3}0fp#KuTԯkr Y;D_R\8Gړl5-” E~sw7VZoPKBP5(9*7ϫ MApLI"qP9MU=J߻AFP+ eXЌmn)h-E.]y g*Z} N&X^*4T?' F:-2r}(d8xclN˶ƟMc2f0^6,㜐'mkb=5Rﹽ~66+ ѳ#B[ I\z>+ /哠3"L R27ٺjS3bo~S&&E[Su"= G^zW.\#m?vG*I$.5t>|k| !tUP(s Q )>L I(@W\7RZ}aUr +tQcf(mi**H7ٛ h(^5շsb] 75O2{NoZ)qrv/p !x+GV]E))Cƃr;vU_|,Ϊa΃M'OpD wl67= 82́bLM3 LQu9A\I։v= ve\€MOϨ)>hN#XzL6|.U-Nj0YrLjJ0\Dq$D p[_n?#vo<Ɲex(i&Zśva|6Cthg`Cc2 )ΆeV(T8a6xsQ<"sRr CK1yڃ Dy?: W;$0~v#$?.,ǟi@-&fO12v>wYێUzOHijl~65HDtbH:U]ߩZRa֯~3)0;~g _I;}]HRrQ҅\_`(%KJbID )M+TCqqP9^X:8+"Os@3PپoҙMuIXqly8n^v/37I'+] C=@7 7GGR kYqQbrXljCK>7t\vw] 9 ]`HL}%ۤΤA94@cVܛ]Gb4`$,%c xxDwWM:z1:2)BydU*I is7|`d M;ͱs*b3+Ө)\Gdk(zڿmS1>caR0TH1o)-L#t%?WW | 2uc0kV4W(&7L!m"I>RǬ+/46O!*lH.I@_(tPAc Ҳ!tZ%oM!.>4cKZ$cDY"}O?%߷O dS=?;iƙ9&8*3AL51q4'ᏍPK#o iAl֍TJtc;GUJ0Ha2(2:\OM96A셎bOfŶLqf.ɓ{]5zTnٝq6i|ks HG #~I Z+ H9bZMdp}  A9'bVRМ"wRu$i=V0V&]~ݽAI(Ūi1*L@ofqUӰL/y\xQ. <#.簪 Cys"nT~w = }XOP0lei*wvlEIy0:hmu xQj HYϠ$ͺ2Ke2t`oWK; !9X±35(sf Zur+j1A@׿{'*ZqH&#u*<r虂a1o'̂*{Ő47| TF1q*kXd.@ru`mlv2?0 ǩ*Fc,`6d h(;._TQx,gM=+$☆┲ko)Sr߫&kUvHw+Me$^T^=bH4buP#EOj~7rX5j#CWK fro˂1&i ^ Dhm?y^G<} dax[#f \1֞'fc~KAR&ⷋ%Lzɶ^S, Raw "# g̒V7T+^PeϾRN~]j p)&1."T-Y|* ;0 O;|(R`2[hCNI|'7E-733Vp#U5: 4*jkOiz.&fv/yL,ɭIVͱ~쟿R  v%+DQ S 8C0(GA֔p,cj:?Wc"*boeFOMٿ'+]mUo`Mu r` }M #qÀ,3悫 u]ג ?}<}.&4M.6kJ\(FR2RwOؙ}vPL,=>Unvz-Y"V\KMt6}3Ԫ7RjO\NϪHfj0Gise;Mڊo6:ʌAu(rVc~H󉻸bp)s|/p[06^ѧGiОLz-Ndz?G$ߌ1)4Mu 0H} ^7by `-h&vV@zN^8ᥡkE e=˔Uhb׮:k6>9X3WV'}˯i#jm4yd1% =nbů Yn8?#Y+,h¤*!C $*>?KmfxxGPK`V@ csetuptools/command/egg_info.py)Y6o7`0_ L&JvR%Y^Uj^Ty+NTb銺.Zuu0RduɪShk(e Dn_o{| ɶ[e0_4m/9Нlyv7A?ӥWGc8wCimVOjk,j>mZٖXY]D`\s"T*vH)YwN8E=eT@厤a]vʻk#dW7v̋nrZ]#LN5 Rz#M* ۀ~Q%gBK9ҵf Lj5m!|^/ݾx=ü_yjuaSY9+(ÀUY/ -1h6]j[ bMQ~du<:RtmZ:.3 .e; +pI,nNDQCO+W2m|Ir5a87\i$ qSd7"-^̳¥7%.''Fnyd*FYE=>Gob=Vi&E8aǽ7fY: 4.C2wU\52+@V%N 61^j |@4%@wZ/P܌ҎJ_zBuþnD=ĠGQUӠX E݊egW4ȋ5^ ?!as]}\#Rge\_po!ZqC_Ï8ߵXzz; K7 ngKX= E-*N<E)ajM3sߗturjtA$*r؆5 X S {s>3RiY9;ԣ+rƧ|y gpoaήty|aC}.0 dG!^)P;x螤`@'7bFH=!82Q@oe_n1j. KC4L@P/R}egQCVzySNbhNog?rjwi& 8 5^#9Iv5sؾh[Y_? ib*̈8oB4TbQJޣ6 lP)A5'L)C7lذ+&L !# ]wβya6`R1lYx#Alp钆;2;@I[6?l+ӭR805Lԭһ T(6J2kPo aX;Jd{I/emu&Oz8AO՟|/_8:@61ѕe3 ml6 Ԙ@ < [`q$Y>p"abgEy?X؊kC Ma6S4H3zeB4рM0 k%lCNG BE>4Z7fw6H) q\!>l8zOD ^(lcu~~&Osbm0t>x:1|$lm?fRGcĞK&}#L(_9Eh:[hı:El0 L [piyS3'M `siCr+`|N硎?%LFzشح1giAۺl <Ρw9v `yRW߷Eu;e -=PACf<'w~DH{] k ) v$(Cݺ`$?$"ݝV`H.ݨj4DoaqL`K!܄x/ǟM} zmԉ@X$&wzf d$GDl?Ns 3SNz IS;%!jhX΢ѽnY͛xb&蒥CZ72 7Y:@-RBe?ѱ&V(0sX cX'8><STnO5+s͗7cakZC~GguJ=δޓ Pt~$~$>ٴ bu{0= /mhDd,Nv)da؎A2 A`#_ ʬ^P"[{a/2lO{C=/pOSO5K&l' DƏ+(:^~(d iߧ$azO/8OfĻ  eX@NeJ'H) - =/2pwT|GC*S8_ 2qPAY1{ܶ|)mEfM$R'+(\S ,Fe*S"j zAQG| l\Z| ]9H'ݣdKb'NAWKcV ;^N{:AA)&K{hyApƁ0Uz+o%ҿn{;0;6&+#~Z>!,7ei( u+Do]sTȑK!<6LӯdnMzNmI_Ձ)fo:8fXM %cMP߇ ?[H_WE1|3j;>TF~Ǯhܪ؂2lI\Tr,AXخ捅;Vy`H#T2|ת3R2K0&j5" &X<Н)L(P.TbUBu/iz ]5т҈ ;*!fP%eXG_>ٸnF28fzx jFV>ƙ}٦Jr,y^{K3RbxXNu3Wڰn!jͱ.(Tv׳F2\V ~4SA)xvmFӾ$žfʡ0zXtܱu%x*ɇ+:L|]<,U-1= MH6K~Eݍڻ7xC&Qaϐ)ͷZP횄:n?JjyyAEou~ Ht, ɱ8+)zdS%N';^UC uC\S?f6KޡGdށ[Sng>g_:jE]\idpk2\gc2 kZ2 ؞TuW.>qJl2/q;s ^VWw''\ $gWBH{4X[ U'}m<}O.zQTګ=W?jɲVMciؚ2tRسV(fBɊ#0t3n.зSBpu'y7`Ys]՗Ԇ bXN-qQ#e7ŌHs&\c0gu{~mLII6o/Dtz=>QwT=rh  h%Ο\1ӝO6W1c,@ڑh H73}(qkz^K(:=7Մs S"5C&3Ciwx=͉LLa>nPGdg| 5;޼~{ߧۖoC#|ؒ }aHy Aq͵>Ǯ :'Vp]w0^%;\jmodȼuHK-K IB9e=bAE/Q#މq;X|@ P (Qac#Lġ{P>%2)zhnhԱW#Grjrą3 #BWpڦiIRԇ e`IcQnJFA1*ҋ BOd(lzԯ@woE1ZxrryA嬯̰"=ө^/5y4Β6~:}Ne/ badâ>>0gM~UF7?,;{n߉ lsG~ e o<(VUY#}+pf_PK`VPaasetuptools/command/install.pyXo6~_qs$lO `lPt!ZlT%J4]J"w-ƶVT&Z+m@ԍ~[Z!Ms_#RȽMlt'Yk&,*`4ܶU2Q>h4X+?ty%8`lA(hza T6f {hwDit L7˜כcQԣ(+f IOÁ3Ӎ(f{|2Gd Zu+4' KsĪ*hu+܈vxJ'ݡ9,qA !w*8oН_?pm}-ev`X TLg,fkEU I5gUb{޻;>g)OCRkT H~̆ %MFo +V Q[7I|fDZ4|a/;9,DnƲ9 VABXCof-Ee(' <Ƚ%dl?5-z7{EٳJ #'_yt.Qd|''觙T;FK &\Qv^h2z&}v!!|2 ,k=+tT"ǺCR:5F:;Q A ,R0qqT LcrFOhE{4-&T:8}Э!KD;ǹ3/bBS]mHQ/7`+sMDۡA~(+)37_, KG17"+q\\sN$[n,%g~)(L۸cGIv=i2 P 5~64 ߬kR'ɜrj47sq -BLa;y }Q9 ޯj v_v49LA*^GBM=ԴF1.C0; |Y@+҈Utt9bH/\LÂB#6{, _F.q5t' JuuOˌT t:2YF3lN4 '۳#biʜN{'5mh9S% o9ۡ l-0Pid8hyMZ\87b㜂np*P/riZ3?M+iIcCE4ԭęj! UX tSNcg$ *[cWw!@y8~L鋲۟\u7ۚ\;1 hʂ?&g2HKO_ѡxXI<"nH_v=;N2L?ݾg5zMg][]cYS;&VKe:(M̾ࠎ^1+eY)zN!]`tk>3]VE~X1.tGE +N {^ݻ."8EҡOu5ZFMcnvS08ea5J1ix;un\(bϸeڈf)%6若 m>VcbBBj9j|UkZug7Ndp| YiQwf~0),$,juV0sŸ<ގ6gxYVr ȟq3@Y#m{ d' Aф|#D{~[bc'(:)t$ߋP-V~q-wGo&"hìP 3_݌BP*p􋖑[^>< ]>U]QA$Wym_i>YJ)~&jvA)Kw3xҐ8p.ISYrx%gtȬ@3j>=CyrGFl .e׶8!.Md޲ti{rx0{IeX; 1u,Y$D}Xldl| ?Nj OGLd6Z#YM{)ڌR /r2G^xs`S^Dώ;lJWsQU`u=M$,\+ח_Qh`-7=U${s] Sv(rd0-ue-6{EW_uh'Po`.MF`si} )Hh28Kgxx+eSi$934x(ͺVtc Rb|)p3O-ϥ^YjΘ^ вL6XሏȐIQ%\Qml^,W6ut4DБ[Iq#. YvY;QADI{UK x=[\S_ӭy4I2HLS/XC sVHky7ټb1E@xp^OdKXD\aOPqnG#nAb8󙯋EWc0dL,7C1Q@H88~Ǜ 97ؖM0~;tw㜩M<<}ARfh:$G[֔5-ApуJ7*?*hS4UeEn,Y_Y !nod[lt1:$%K #?9o[2!YCTBnW3i1jTctu?FײM&v!XO_mAN0 E9U+F+4HfTqк& ;;< .%98Lӣgzކ0NRCMJ0/1Md&>`z[~.=T?۔UA[Zgb<$ !hw;Xp]/FnM6*<>Mq&,9??]ba3h"sLm5:C<5]R#-6 c]wZBǧfubwDR/uPH:Bvdi:IMt -6'(R`KAQr:kM]hg4uS0Y'YybhqÔ=2's?J}TY듓 4nZ)źe'ȧ8B<UKTРuOIz<\lxSWoS-jt&`!u.Y'''xyq=sKQ|sZ,e3^l# aXSB9 HUZӴ*@g7J3Q1YH$LHidY8|@Ӎ$Φq=UR(NI^)Rð8SGl\$;os+wp4)d/N[f+r>o53Gu#X絹VZb5hYlinmQqI r\y`~}䳧G)`Zk!תn ikum:a 6XbyYQ>UJXXV9ZM^x,1{c7uKg[tݏWտoo>|@D_Mm'ϣ;oQ"+af~{{ĨԥKY:TU)c#5zv8m*ˍ=iϡފʂWYr%;><]«J2 .;;pϟ>["Ȩ}|/~zOMYVk3*jHHɍl4qPujn=ӇSJ9j'SUZ• 뤧/0@c .X+.\#jp ?4.4o*-Ix7/FI pWgek^Qc2i!0(Qiw^g[D~D=CL!s{0r|4h&YAG3qZ[Z(^x0#cǢ0BPSzS&8Q~5 MH`~4Lg-1W) <~Z8;jʠsv^[ǦYe6,o4 㝲x30@Z#w96@,@ZFt|19FuǢ_y P[mNuZ"}1?MZK `SeIn56|*fek"9O^A1 e!ElghyaknWy4QZ:@}1$u!37Vj4zdhc1vΗ^rɾ݁ɎvS;_:w`x~;xfL s ,L pZǶ/}U:%EQu9վP&{y13Џ-w rYZhU`C8֍,r Ȣ3A0 QHjiܢv߈ڿVќbunbNfuE GE)J(|@7Z=!o-E`EG>AY''*p'H/f/ꑻ7;`6RxN10󔚔Tyw4vjd?7j̈́s kk g`kl#{!ł3f~巙ewO~`Oc*p@klTZ6%%'_3CJ(I&9bVa\H7JwͱUՈnE6B7JM#Lsj iIJNܭdnh5Ёjgw7 /#&R Z;iÉ)l{uu{^'l+˦G[2-ju> <+L*Y͛䂝wv{aj#`~w/[ވlgxGD⟭"aF?)Y5P2?WN7,>vhx=m..l/ܘ,c+kqqqA W0h[^]'ز,,(ѱ3NG+Ҁyp7p/%# oU  ӏVT%5,3r%C;4,, .knɃ-me& tM@MW "Mz-\.QׯlV9.%@+ ,>z\H[kԗD]n{.FVТL5!EebRZTgFKR2 >[Svb> Q1 /".O K,Ӥ?tdYSБ tP*&%*լJ/?atS[a+TAr "٠Cd~qxb7yR¤ƺ\ɮ]HV8(x'O+??Lm0,Xac(n]M(e;w D;P.2- p˺(3bxt\K*j@Y\ZV,)B$ѥUaakv2RxDJP=X&!:LXL@.mH(10"kNHw)lϻv9sHJD#5.lf04 iK''& ]Wi`qbLrzߑ{ ϷѐF4j=:W$`< T ۨv1v.A]s%v ,8SsC3=8Z^K hGBlXЩz@A|B~|͞su(@tj\@//seE?ʠ=3Hބ#U]^ G^LѤ؂`#b\uG) Feݞ&ō A]^)@dpd R77lPL(mHG.ZR6GJ3~G*,s*5Uo@꾂B+{O3'l řƻQ?uơ;5iB!00_8q뱎z}ԽNww2&HbEڋ]eZ T3˵e.ᗘ^Fs~G]O%=ක,]lBPE]FsYC!v?{G*bpRr/v;XnX <&:Qq/o:W?c)dH;Mu sILWW|u,<@5kmw{Rc4cIvQfx-ig^ӎTVPm7dm|؛ 3CMiyE;%0t.깉s泀Mn¼,^P6 YH>73}6%~\Bt2;9+\SwmA3I@R9[U<95ȅNܷEA#1Y4 ^\׏>+AjUE\K (op ܠdOn֍g', 凂BhG|Лy(w FnR<)-wIh?J:L|j vg_lEAuM*NcjTq A܄-d؛1Jg#yb)} u@$PS9 ZՁΰrmei+?Ox{{ )zU7id؞޶;3։N#uV4m2ngH;Ʒ`ixA`홢8>RЁD {)H`oޥ@n܈ nʣkJ:L[N2KZAEf>+hCĘo?+z)u܆CWS6Fdaamwy6eBR)G$Lm $yS"j|fC8?5/o Q 7 q5!]_JKē`ޠ4f쪶kM a67!7S!`JS-PJ竨Z o{vH#wŘB85C 2hr }m'C(@c"/ue}+7- Xo2 vȖKGW63Jﮯ?^tA.Iwu:~8=W҅DI)Ĩ(/oT ▶FRFe:K'{S2 tIi-^< .J%PK`V"]Ksetuptools/command/upload.pymMn bEGꪚJ](hp2#~Zdv2gY&XO!L*r k{G3) *3;b>v ꗍq50$Q1rA9W ü@!>֫SMk\deH!;qzlq_7܁v9>ɐ? q1a)[J>vmo$*n~% ;jR*(?b{ \s(2?)a?vUڑv^B(Hj p~蜕752V?Ix4`4YKExED9< mSd㰪Em+.22']ȌMk(_y0owC ]'eԆxQd-Qc쿎Hb;؃@yxٳ1Cj-EGKӊm'2lN%F!r්u9Y[]´Y<=°׊{v(&&&0(FJ~Wƨ1|`p8Yh@E?vRue݇SR9v0\Y E_~y7^=?go/N_xy ^=FF%+\,(yLeSv[5h*?ۨNۡ@\#AhNi4r?d-}QPXjNf]|Gm(SJV*#(NqDrL_lKgKlku` 4L ܊Rr7*{;aDVY-#U+:kum0I<*xX Y%J|u$c!9=O]P(PdTt{D^Ik:"I,mc㲈QY܄j.ڋ6Ȋ:Jkn8W}[A⹓*= bxD뗿#1zzVhv?1-22e#I$L el^֫0u7}@Ni~;;6zZ'Taap[4Tss A[y8너:Gָc4kvvζ|Ǡ榐ca;H@sON؜f95Ox3$HEnf\;Sذsa5jat ZM`?O777Cڴ.+TpmܠF-̩̆KUm|ؓ) 0NUBCߋԴ3B6ۘ-BMp:s:}5J|'x#p(s[W ֐kXޘd^\_trE"vv{7FRk'O{D/p{mٱI9e92d=W=U?yڿprG{&߻q eOf@_}vj蘛25L);L4{*x;5. R)QByotEl &ۉͭ! M%Gk%%?cqŎe#%vzp;ߨkc_E/rПԵg0F _D}A #k>3:hiK-Z,f7(K/ԡjE4bxu4јŰabVYC= IW/N C䐔Q6bo;k:~#w(lu)U4S(%y G&Hp DL_]A7HnddDٚW8&镊ynqmO$t0 T-;xTK9Y!ZLA /S&rxAO3EGH.7KQ&-㵌6"Vti4Vp9|웘vqɋ2+yJ2juXqxC0BOd'NgO cUoIvXCM'4Q^li؄ quSapE%?n$e?.mdA;8^s3jBqE]!~` J^(͎2chd'Rv@( {Ɛ3jtq&w0h"dlx|Mixsuٖ2~jT?}nOv|o[3Û> /",7VL)qas/iǭ6:502 7 wґCE5ѫPFiy+znX4O?y\)[&x'ֆ" E*Y2UeQwCGWoVr S!>K隐8[=rEF_g9](~e|eC$q;or|S(&Wms6 _nMiNyI嚦Ye.ln:w"^z /¿:eap!rLJovjٳU ['p*5fQh#}TJӢ P)(R=\~f (cXc3KqDqY"UmƊ*2h7;strJЩײQ͂s%p5Nr, IdQ~.R&c06u _.9`e̐6\jkZ8 )6%K˜TC6$icqCXRVRDVynvy`35sRή*%>Ǽ%)V?b? }^uЭG7C.tҪ=džk߇WuIwușԿwKJL@= '}Ip888| ^]Rx*Rx905! ryƂ ٢a oc^9\Ҳb^ Jě&|PjD*ypsUZAU&dk<(4DDUA elP¤6HwttW*wÍ_c& R(fX[' z8cQ:&@QԮ6! .Do:~Dd/-maM&7(l9_d SVy)TV *jK嘆!%„~ N)#W9kSF?u5 o1e@r1k{qo͢-NuE#4c>4Pm ;RoUR 3& dg__D!\߳ cU-0[}!÷ Nju\61v\ u+a]' #vDP%28YM)FwkT,EUH-BdF^ [QYO?ȂäY=1@@xVexT8$!OOji4<oIK@V$xٺ9d;ţHxDgsb7 7PE?IK@?ثhT# :z=Cz*ްFՅ8G:'$2`i{<{ zuF3ӀـF3f԰$VB.WB}ac`x9!n10P`5U'vP^Pt$ydWe_] @^PCnYo>Ob0E2W-গrb^FOH@OIp$C'f=姥e#TW{`XןwzN3}M`^'Գ5fs4wFg6**X r|, D,4ܶӧM+;lb(ۉ0ݱXWgEhÓCO\wmuE/1 $1l0f$O[R2ͺ,V}$f{c 8ߧG?&Y}T솘M6lҜ;z90BGWf^^7#zb5~>uG: t]\ WaZ~1?>{%is 2l1@0B]0Ezj{ .H3Hj֕ P#?e<>zN~$GXAvZJMN)`P. M޽y 3Rm,a. `޺5Z7\tC {[4O郈zҏs \dTLxRТ^H#i`]Eufa`bP2Ą$ (/-^Bɡ_)w.j.99%mqS7B_1[SWd8U^-f.S"ZNS7T ҹ  EK(U"$k'-N} HjލtTbT\ؙyy8J|+NQvƻд{cywj[X0*u ;[t]w߁[5iV6QB-gJ!Q۞wT8b>wW3F~vU1witєag_=²-q15v4 )UA|_KX攱n UKY CKnZ@)X:_!-{tH8+qzyoҭh$Ǡ5 .)⺋D{au6[EzOnI~>| E7?_LuWM8 iɕl7Z +} <ߙo4[4'+M•p3Q!E E0|S{k \tkW{ R* ߘe=6Ub}ބ$8V8w];Q{م4Ls%48zxœ~0)a)8S@a[S"jZx~ X@lݩ`R/_=TmG.sxBٗj^. Аe3{ {3K$b&q_mpxuBh+'Ҭ}V[~. ƪxl=G2"k4NuZ/$mq2$?t֜lQg[Cy+~#Gߴ @A>ͧ3od/~JUvʎD#`x$1x\Iv靽2 IM /GZpW &Fa:Jf)ϳl=[}t1ĥ caEsRo@g𢡊_Qոe4ἤ V? PB&?Yz"r C0[jH&jϽqTKZ2oqyEVtB`v(qOb.t~P ~q$_T'<~[ؼ[P]Ԡ - 9hV^ط {jh(zC\A&sL圞Xk Uʹ&4)>Rij\_r a9{tzɛb6B6+ABr=1ϳ>R^];7zv^$ 8rqG!}.|G0 ~6ȦIoSr6xU t gyi{`h;0࡫_,Y"r Aw[-;s]nuw7)Aq߆-ohձ"E=}\h,@3ht ]5NQM#LdyM:2H0}|(Qb1:;v|[ܽN;OЖ>r51xsoqXpRyIKͤj_Wb, ʵtA!vm}Ё:I9_akť]+pEd"J-QM8.A5y&ܿSȉQ8rQ*ߥf[dHJlcs0Q=w{"Hr' u_>8 GP\n.[4JcUԥȱ+ʹhoq(}[ ?iwkY+5 A`^]K ItkB yϏďv"m-,#Ґ =3(٢tZ /iZvO;ӏ5Pᙎ'be^ll3)‹XW?}qt6]sv .~RS#ΰVhuɷaİ?[o쟪+'{yĂ)=\ ;,c9-qFe! I'd%4#C7؄@9 "i!\>|aRf~m-DYB%YjR|#=Ag`nKKo&z)?u*9l =?>%k(>i/跞9t2<-M)/gzRH60Clf?_deprecation_warning.pyPK`Vyo(7 jsetuptools/_imprrors.pyPK`V}setuptools/extensioninstaller.pyordered_settags.pyPK`Va=%setuptoolз(^w)oO ۛDOC 3 YZ