python3-requests-2.24.0-lp152.3.3.1 4>$  Ap`cU(/=„|q;2< qV!qzTQO_6z8 ȞFpNK01.dXi)edhcJ-0,er،쾰z: ʌȮ>Ngj<\no M3AkH _D#Z{z !dON7cb/\u ZQg_ (x"=0> }]9uzBQ !+]Sˌא>=.HlZe] S0c3a36f441778b450c03abba4affbda32cf0ed936b2b0308f8cf99b1a289ee761ca4056d3bb5ec0e59c612e9ec0df1b970c182ac12 `cU(/=„̳µ$E%˜qi#Z D睡`?L#lif?zzZbĞwZ*- B_|GWh"6=Ž|p:ԥWYm"}7Úc`KTX+ӜJ\;ynY#u]wV*X`&EbATՒt KS/Pź1_Z`I uӗɁo\ۮh$ˏK\>pA?d & :\`hl DD D D $D (D lD|DD$PD`t   (8393:"3FGDHDIDX Y$\8D]HD^bcde f#l%u8DvHwDxDy$6z _tCpython3-requests2.24.0lp152.3.3.1Python HTTP LibraryRequests is an HTTP library, written in Python, as an alternative to Python's builtin urllib2 which requires work (even method overrides) to perform basic tasks. Features of Requests: - GET, HEAD, POST, PUT, DELETE Requests: + HTTP Header Request Attachment. + Data/Params Request Attachment. + Multipart File Uploads. + CookieJar Support. + Redirection History. + Redirection Recursion Urllib Fix. + Automatic Decompression of GZipped Content. + Unicode URL Support. - Authentication: + URL + HTTP Auth Registry.`cU!sheep82openSUSE Leap 15.2openSUSEApache-2.0http://bugs.opensuse.orgDevelopment/Languages/Pythonhttp://python-requests.org/linuxnoarch4 4 F FAA h h55??I+I+<< ]]xxKKVVHS``'G Y r\ u&FAA큤A큤A큤A큤`cU`cU`cU`cU`cU`cU`cU`cU^4`cU`cU`cU`cU`cU`cU`cU`cU`cU`cU`cU`cU`cU`cU`cU`cU`cU`cU`cU`cU`cU`cU`cU`cU`cU`cU`cU`cU`cU`cU`cU`cU`cU`cU`cU`cU`cU^Sebastian Wagner Matej Cepl Ondřej Súkup Stefan Brüns John Vandenberg Tomáš Chvátal Tomáš Chvátal Bryan Stephenson Tomáš Chvátal Tomáš Chvátal Tomáš Chvátal John Paul Adrian Glaubitz Jonathan Brownell mcepl@suse.comArun Persaud Jan Engelhardt Arun Persaud mimi.vx@gmail.commimi.vx@gmail.comstefan.bruens@rwth-aachen.deaplanas@suse.comaplanas@suse.comarun@gmx.detbechtold@suse.comtbechtold@suse.comdmueller@suse.comjengelh@inai.dealarrosa@suse.comjmatejek@suse.comjweberhofer@weberhofer.attbechtold@suse.comtbechtold@suse.comdmueller@suse.comjmatejek@suse.comsor.alexei@meowr.rurjschwei@suse.comdmueller@suse.comdmueller@suse.comdmueller@suse.comsor.alexei@meowr.rusor.alexei@meowr.rualoisio@gmx.comp.drouand@gmail.comtbechtold@suse.comseife+obs@b1-systems.comhvogel@suse.comlnussel@suse.demcihar@suse.cztbechtold@suse.comdmueller@suse.com- Update in SLE-15 (bsc#1176785, jsc#ECO-3105, jsc#PM-2352)- remove patch pr_5251-pytest5.patch, not needed anymore. - update to version 2.24.0: - pyOpenSSL TLS implementation is now only used if Python either doesn't have an `ssl` module or doesn't support SNI. Previously pyOpenSSL was unconditionally used if available. This applies even if pyOpenSSL is installed via the `requests[security]` extra (#5443) - Redirect resolution should now only occur when `allow_redirects` is True. (#5492) - No longer perform unnecessary Content-Length calculation for requests that won't use it. (#5496)- Switch off test_https_warnings test (bsc#1170175)- update to 2.23.0 - dropped merged_pr_5049.patch - refreshed requests-no-hardcoded-version.patch * Remove defunct reference to prefetch in Session __attrs__ * Requests no longer outputs password in basic auth usage warning- Remove python-urllib3, python-certifi and ca-certificates from main package BuildRequires, not required for building. - Do not require full python, (implicit) python-base is sufficient.- Add two patches only updating test logic to remove pytest 3 pin - merged_pr_5049.patch - pr_5251-pytest5.patch- Hardcode pytest 3.x series as upstream even in git does not work with newer versions (they pinned the release)- Update to 2.22.0: * Requests now supports urllib3 v1.25.2. (note: 1.25.0 and 1.25.1 are incompatible) - Rebase requests-no-hardcoded-version.patch- Update to version 2.20.1 (bsc#1111622) * Fixed bug with unintended Authorization header stripping for redirects using default ports (http/80, https/443).- Do not hardcode version requirements in setup.py allowing us to update and verify functionality on our own: * requests-no-hardcoded-version.patch- Skip one more test that is flaky- Do not depend on python-py - Update few of the requirements- update to version 2.21.0: * Requests now supports idna v2.8.- Support older Red Hat platforms that don't offer "Recommends:"- Move name ahead of version in spec file to resolve build issues on older distributions - fdupe more thoroughly.- update to version 2.20.1: * Bugfixes + Fixed bug with unintended Authorization header stripping for redirects using default ports (http/80, https/443).- Ensure neutrality of descriptions.- specfile: * remove devel for noarch * remove restriction for urllib3 < 1.24 * HISTORY and README changed from .rst to .md - update to version 2.20.0: * Bugfixes + Content-Type header parsing is now case-insensitive (e.g. charset=utf8 v Charset=utf8). + Fixed exception leak where certain redirect urls would raise uncaught urllib3 exceptions. + Requests removes Authorization header from requests redirected from https to http on the same hostname. (CVE-2018-18074) + should_bypass_proxies now handles URIs without hostnames (e.g. files). * Dependencies + Requests now supports urllib3 v1.24. * Deprecations + Requests has officially stopped support for Python 2.6.- -test subpackage must be empty- make multibuild package to resolve circular deps on tests- update to version 2.19.1: * Fixed issue where status_codes.py’s init function failed trying to append to a __doc__ value of None. - update to version 2.19.0: * Improvements + Warn about possible slowdown with cryptography version < 1.3.4 + Check host in proxy URL, before forwarding request to adapter. + Maintain fragments properly across redirects. (RFC7231 7.1.2) + Removed use of cgi module to expedite library load time. + Added support for SHA-256 and SHA-512 digest auth algorithms. + Minor performance improvement to Request.content. + Migrate to using collections.abc for 3.7 compatibility. * Bugfixes + Parsing empty Link headers with parse_header_links() no longer return one bogus entry. + Fixed issue where loading the default certificate bundle from a zip archive would raise an IOError. + Fixed issue with unexpected ImportError on windows system which do not support winreg module. + DNS resolution in proxy bypass no longer includes the username and password in the request. This also fixes the issue of DNS queries failing on macOS. + Properly normalize adapter prefixes for url comparison. + Passing None as a file pointer to the files param no longer raises an exception. + Calling copy on a RequestsCookieJar will now preserve the cookie policy correctly. * We now support idna v2.7 and urllib3 v1.23. - Properly set idna/urllib3 dependency versions, runtime and buildtime - Spec cleanup, remove conditionals for ancient distro versions - Remove duplicates with fdupes- Allows Recommends and Suggest in Fedora- Recommends only for SUSE - In no SUSE evironments some tests related with certificates can fail. Skip the tests if this case.- update to version 2.18.4: * Improvements + Error messages for invalid headers now include the header name for easier debugging * Dependencies + We now support idna v2.6. - changes from version 2.18.3: * Improvements + Running $ python -m requests.help now includes the installed version of idna. * Bugfixes + Fixed issue where Requests would raise ConnectionError instead of SSLError when encountering SSL problems when using urllib3 v1.22.- update to version v2.18.2 * Add requirements.txt to MANIFEST.in * test ssl version check functions as expected in python 2.6 * no more stickers * fix OPENSSL_VERSION_NUMBER check on Python2.6's ssl module * Setup HISTORY for next release * Use 'prefix' instead of 'key' in session docstring * Allow urllib3 1.22 * v2.18.2 * stickers * redundant commaupdate to version v2.18.1 * 2.17.1 * Fix a typo: verison -> version * fix * Prepare v2.18.0 * Update requirements.txt * cleanup models.py * Preserve identity of unbundled deps * ignore undefined names in flake8 * flake8 ignore lambda expressions * Add the pytest .cache/ directory to .gitignore * docutils * try junit * new installation location * cleanup utils.py * flake8report.txt * empty commit * no more pipenv * Begin dev section of README * Remove exec permission from files that shouldn't have it * change development philosophy docs to reflect reality * fix manifest file * only flake8 the right directory * update development documentation * Remove session redirect cache * no piping to a file * Catch error if multiprocessing is not available or is unable to determine the number of CPUs * todo * cleanup sessions.py * typo * number of cores for travis * ignore import statements for flake8 * Update README.rst * better ci file * bunk change * that doesn't work on windows * improve development instructions * Fix a typo: paramters -> parameters * Adds changelog entry for #4134 * ignore line continuations for flake8 * Allow Requests.Response to be used as a context manager * Fix requests.packages not having package attributes * remove note about cacerts.pem * v2.17.3 * improve install documentation syntax * improve installation instructions * flake8: import statement improvements * fix spaces in api.py * v2.18.1 * skip for now * v2.17.2 * fix flake8 for EOF in __init__.py * improve flake8 help.py * Prepare for next release cycle * try this travis file * remove "are you crazy?" section * fix sidebars * Update index.rst * fix empty lines for flake8 * convert version compatibility checks to warning * fix github stars * v2.17.1 * improve line continuations for flake8 * attempt new ads * speed up appveyor * v2.17.0 * improve installation docs * fix flake8 indent error * Adds to AUTHORS * Clearer makefile for building README * flake8 * Fixes error swallowing in set_environ * cleanup help.py (flake8) * improve install docs * new requests namespace- update to 2.16.5: * unvendored bundled libraries * for more changes, see https://pypi.python.org/pypi/requests - drop no-default-cacert.patch: this is now in python-certifi - drop requests-do-not-use-bundle.patch: obsolete- Ensure neutrality of description.- The following two entries should have been added to the previous changelog entry. - Drop urllib3-ssl-default-context.patch - Add requests-do-not-use-bundle.patch- update for multipython build - synchronize with python 3 version * drop urllib3-ssl-default-context.patch * add requests-do-not-use-bundle.patch - debundle urllib3 and chardet - enable test suite- fixed dependencies in spec - update to version 2.13.0 * Only load the idna library when we’ve determined we need it. This will save some memory for users. * Updated bundled urllib3 to 1.20. * Updated bundled idna to 2.2. - update to version 2.12.5 * Fixed an issue with JSON encoding detection, specifically detecting big-endian UTF-32 with BOM.update to version v2.12.4 * Python 2 compatibility * adding tests for super_len conditional flow * Check in updated idna. * Test case for requests getting stuck on post redirect with seekable stream * v2.12.2 * added new test, original test restored * Make Response.content return None if raw is None * adding unicode_is_ascii utility function * Update sidebarlogo.html * Fixed another scheme proxy over "all" priority * Add changelog for 1.19.1 * changed behavior of basic-http-auth test * correct backtick formatting * Note @jeremycline is now our contact. * Order of type check * Add prepared request pickling tests * adding comment * Add deprecation warnings for 3.0 * clarify that the `chunk_size` is optional when streaming to a file * adding ISO-8859-1 fallback for reason decoding * fixed some error * pysocks 1.5.7 blacklisting, due to IPv6 problems * Fix tests for new urllib3 exception text. * make add_dict_to_cookiejar cookielib.CookieJar compatible * correct module for cookiejar_from_dict in docs * converting update call to merge_cookies call for cookielib compatibility * streaming doc clarification * removing redundant logic from prepare_content_length * Update certifi certs to 2016.09.26 * Specify self.cert is used for SSL client certificates * Fix how we test fallback to latin-1 reason encoding * adding method to url tests * Enable UTS46 mode. * Adding 'import requests' to readme code snippet. (#3700) * Add Documentation for custom methods * adding passthrough in close() for non-urllib3-like Responses * remove extra import * Test chunked upload doesn't set content length * Change setuptools extra for new secure extra. * fix issue when the file-like object raises an IOError with tell * Added myself to AUTHORS * Changelog entry for better IDNA. * updated tests with IDNA encoded and IPv6 urls * documentation line added for consistency with the post method * Fall back to streaming * added unicode auth test * updates authors * spelling fix for release-process * Revert "Adding 'import requests' to readme code snippet." * Document that Response.json() may raise ValueError * Amplifies the timeout warning in the docs. * Revert "Restrict URL preparation to HTTP/HTTPS" * Update README.rst * Further complicate the makefile to rewrite imports * Unable unicode in basic http auth * Various packaging requirements for idna * Fixed: httpbin doesn't support bytes * reverting 3357 and comparing properly encoded strings * Fixed issue #3696. Added a test for it as well. * fixed: httpbin with unicode auth * Remove error swallowing exception catching of AttributeError * Update sidebarintro.html * removing use of seek to set total_length * Update urllib3 to 1.19 * Use IDNA2008 to encode hosts. * Formatted the example to fix the color highlighting * Add tests to verify that correct 'Content-Length' or 'Transfer-Encoding' headers are being set in PreparedRequest. * [httpAdapter] allow empty password in proxy credentials * Fixed bug to give scheme proxy priority over "all" * adding decoding requirement for Python 3 * fixes broken link on documentation page * Basic tests for internationalized domain names. * Update Comments & Magic Strings * Change module of internal references to to_native_str() * Add pickle test with hooks * update 307 tests to check body content * requests.post checked data parameters for type like dict. * test different CookieJar types for add_dict_to_cookiejar * Restrict URL preparation to HTTP/HTTPS * Indicate shell command in README is code-like. * documentation on encoding fallback for streaming * Fixed readme typo - 'site' should be 'domain' * Rework Bytestring Host Test to use PyTest Httpbin * Add makefile to get latest idna release. * Tests for our URL handling. * Add test for request when Host header is bytestring * Move to_native_string to _internal_utils.py to avoid circular dependency * Add workaround to avoid implicit import of encodings.idna. * minor doc string cleanup * little modification in consume_socket_content * links * Update bundled urllib3 to 1.19.1 * Changes to documentation based on comments and correction of list of authors. * Add license for idna package. * Add line to AUTHORS * Adjust patch to utilize requests utility functions * test _body_position and rewind_body * Seems like we're missing a backport here. * new logo :D * add socket tests for 401 redirect and 401 failure * Adding notes about Request's timeout behavior. * fixed usage unicode string * unicode test for _basic_auth_str * Let's use capitals. * adding string casting for non-bytes values * Add patch to avoid bytestring/str hodgepodge * Vendor idna v2.1 * Clarify allow_redirects * v2.12.3 * v2.12.0 * v2.12.1 * v2.12.4 * modifying IDNA encoding check to allow fallback * Use seek from end rather than getvalue * updating pickling tests for PreparedRequest * We only ship tagged releases now. * Make Response.content() return None if status_code is None * Just lstrip instead of strip because trailing whitespace already works. * adding rewind for re-POST bodies * Add persistent examples - update urllib3 requirement to 1.19.1 - add idna requirement, refresh unbundling patchupdate to version v2.11.1 * Update urllib3 to 1.16 * Close and then release the connection * Added tests for should_bypass_proxies function * Update documentation of Session.max_redirects * Document bunch of return types * Update HISTORY.rst * Cleaning up comment on JSON encoding to be more strictly relevant. * Oh yeah, we updated urllib3 too. * Fixing test; it was accomplishing the right thing, but doing it in the wrong way. * compensate for lack of taste * Use xfail marker for a test expected to fail without Internet connection * in python3.x not have StringIO * Spelling fixes * adding in slice_length fix and test for chunk_size=None (#3370) * Support responses like `HTTP/1.1 404 Unicode chars` (#3385) * Document header ordering. (#3295) * Add section on SOCKS proxies. * Update list of supported Python versions in todo.rst * removing Content-Type and Transfer-Encoding headers on redirect * check and test for headers containing return characters or leading whitespace * Clarify Python versions supported by requests * Allow graceful interruption of testserver.Server * reverting 3362 * fixed date formatting * Make BaseAdapter describe the mandatory adapter interface (#3216) * Note how HTTPErrors are raised * Removing charset from JSON content type; tightening requirements on .encode() * Add 'all' proxy selection to select_proxy * Fix TypeError when get json-encoded content of a response * wildly inaccurate button results in deletion * v2.11.1 * v2.11.0 * Prepare changelog for 2.11.1. * Allow None value for chunk_size again (#3368) * updating documentation to reflect decision of #3386 * added in type check for chunk_size * Update a note on AppEngine * Remove duplicate import warnings * adding asserted_encoding check on None type encoding to match text() behavior (#3362) * Encoding JSON requests to bytes for urllib3 to handle; ensuring same with testing. * docs updates * Changelog for 2.11 * Update README.rst * Use iter instead of noop list comprehension * Test security warnings (#3289) * Combined tests to one tests for should_bypass_proxies method * Update index.rst * Replace tab with appropriate spaces. * Support ALL_PROXY environment variable * Add a bit about RequestsCookieJar to Cookies section * making module docstrings and coding comments consistent * docs: Add a note about SSL c_rehash * updating docstring to match functionality * fix grammer mistakes in Quickstart * consider plain ip notation of an ip in no_proxy if not in cidr notation * Defining header value type requirements and tests * removing redundant test * updating HISTORY * adding in pep8 fixes * building Response manually * making class and function docstrings consistent- update to 2.10.1: * SOCKS Proxy Support! (requires PySocks; $ pip install requests[socks]) * Updated bundled urllib3 to 1.15.1. * Change built-in CaseInsensitiveDict (used for headers) to use OrderedDict as its underlying datastore. * Don't use redirect_cache if allow_redirects=False * When passed objects that throw exceptions from ``tell()``, send them via chunked transfer encoding instead of failing. * Raise a ProxyError for proxy related connection issues.- update no-default-cacert.patch to simply pass empty CA path - urllib3-ssl-default-context.patch: patch bundled urllib3 to behave correctly with regard to empty CA path passed - change urllib3 fallback requirements to Recommends - use ca-certificates in SLE as well - recommend ca-certificates-mozilla to have a basic certificate set- Update to 2.9.1 (changes since 2.8.1): * The verify keyword argument now supports being passed a path to a directory of CA certificates, not just a single-file bundle. * Warnings are now emitted when sending files opened in text mode. * Added the 511 Network Authentication Required status code to the status code registry. * For file-like objects that are not seeked to the very beginning, we now send the content length for the number of bytes we will actually read, rather than the total size of the file, allowing partial file uploads. * When uploading file-like objects, if they are empty or have no obvious content length we set Transfer-Encoding: chunked rather than Content-Length: 0. * We correctly receive the response in buffered mode when uploading chunked bodies. * We now handle being passed a query string as a bytestring on Python 3, by decoding it as UTF-8. * Sessions are now closed in all cases (exceptional and not) when using the functional API rather than leaking and waiting for the garbage collector to clean them up. * Correctly handle digest auth headers with a malformed qop directive that contains no token, by treating it the same as if no qop directive was provided at all. * Minor performance improvements when removing specific cookies by name. * Fix errors when calculating cookie expiration dates in certain locales. * Update bundled urllib3 to 1.13.1. - Rebase no-default-cacert.patch. - Modify no-default-cacert.patch: output /etc/ssl/ca-bundle.pem instead of neither NULL nor /etc/ssl/certs/ as a path to cacerts bundle (boo#967128). - Don't apply no-default-cacert.patch on SLE. - Require ca-certificates package (but not on SLE). - Tests are being improperly started and actual ones require network connection, so fix and comment out.- Modify no-default-cacert + The call to set_default_verify_paths() is not necessary. The openSUSE and SLES Python has been patched to always use the system certs. Additionally this call breaks the use of python-requests on older systems, openSUSE_13.2 and original release of SLES 12 which fall back to the built in implementation of ssl which doe not implement this method- update to 2.8.1: - Update certificate bundle to match ``certifi`` 2015.9.6.2's weak certificate bundle. - Fix a bug in 2.8.0 where requests would raise ``ConnectTimeout`` instead of ``ConnectionError`` - When using the PreparedRequest flow, requests will now correctly respect the ``json`` parameter. Broken in 2.8.0. - When using the PreparedRequest flow, requests will now correctly handle a Unicode-string method name on Python 2. Broken in 2.8.0.- remove requests-do-not-use-bundle.patch (bsc#947357)- fix requires- Add python3-chardet to build requirements for tests. - Remove no-default-cacert-sles.patch as no-default-cacert.patch does basically the same.- Update to 2.8.0: * Requests now supports per-host proxies. This allows the proxies dictionary to have entries of the form {'://': ''}. Host-specific proxies will be used in preference to the previously-supported scheme-specific ones, but the previous syntax will continue to work. * Response.raise_for_status now prints the URL that failed as part of the exception message. * requests.utils.get_netrc_auth now takes an raise_errors kwarg, defaulting to False. When True, errors parsing .netrc files cause exceptions to be thrown. * Change to bundled projects import logic to make it easier to unbundle requests downstream. * Change the default User-Agent string to avoid leaking data on Linux: now contains only the requests version. * The json parameter to post() and friends will now only be used if neither data nor files are present, consistent with the documentation. * We now ignore empty fields in the NO_PROXY enviroment variable. * Fix problem where httplib.BadStatusLine would get raised if combining stream=True with contextlib.closing. * Prevent bugs where we would attempt to return the same connection back to the connection pool twice when sending a Chunked body. * Miscellaneous minor internal changes. * Digest Auth support is now thread safe. - Apply no-default-cacert-sles.patch on SLE 12. - Apply Arun Persaud's changes to requests-do-not-use-bundle.patch (update to 2.8.0). - Enable tests. - Small spec cleanup.- Fixed requests-do-not-use-bundle.patch- Unbundle python-chardet and python-urllib3 (boo#947357) requests-do-not-use-bundle.patch- Disable testsuite. Tests were never executed (bsc#945455) but enabling the testsuite doesn't work because the suite needs network access.- fix version condition to allow RHEL/CentOS 7 builds- Update to 2.7.0 - resolving several bugs involving chunked transfer encoding and response framing. - Remove VendorAlias import - Simplify the PreparedRequest.prepare API - Handle UnicodeDecodeErrors - Copy a PreparedRequest's CookieJar more reliably- update no-default-cacert.patch to not hardcode a ca cert location- Update to 2.6.0 (bsc#922448, CVE-2015-2296): - Fix handling of cookies on redirect. Previously a cookie without a host value set would use the hostname for the redirected URL exposing requests users to session fixation attacks and potentially cookie stealing. This was disclosed privately by Matthew Daley of `BugFuzz `_. An CVE identifier has not yet been assigned for this. This affects all versions of requests from v2.1.0 to v2.5.3 (inclusive on both ends). - Fix error when requests is an ``install_requires`` dependency and ``python setup.py test`` is run. (#2462) - Fix error when urllib3 is unbundled and requests continues to use the vendored import location. - Include fixes to ``urllib3``'s header handling. - Requests' handling of unvendored dependencies is now more restrictive. - Support bytearrays when passed as parameters in the ``files`` argument. (#2468) - Avoid data duplication when creating a request with ``str``, ``bytes``, or ``bytearray`` input to the ``files`` argument. - Revert changes to our vendored certificate bundle. For more context see (#2455, #2456, and http://bugs.python.org/issue23476)- update to 2.5.2 (bsc#929736): * Update HISTORY and version for v2.5.2 * Update urllib3 to 29aa09bde9c42cc9a8d79aac47ee3d362b438cca * document combination of repeated response headers * Update README to use Shields badges * Upgrade urllib3 to 490d3a227fadb626cd54a240b9d0922f849914b4 * Update certificate bundle. * Update to use readthedocs.org instead of rtfd.org * add a timeout value to connection_error_invalid_port test to accelerate failure * split test_connection_error into two distinct tests, and changed "unknown url" test URL since fooobarbangbazbing.httpbin.org currently gives a valid response. * quickstart: using a list as a value in query params * HISTORY: replace n-dash to workaround pip bug * Check that a filename is a basestring instance * Move noncebit to the only place it is used * Remove entirely unnecessary and unused bits from requests.compat * Attempt to quote anyway if unquoting fails * Update urllib3 to a27758625e4169330fcf965652b1093faf5aaaa2 * drawn towards it rather than pushed away * certifi * simpler button * cleanups * Requests Pro * javascripts * Changing year in all copyright information * Enhance documentation for clarity. * Clean up cookie docs and display them. * Bump version to 2.5.1 * Add release notes for 2.5.1 * Fix bug in renegotiating a nonce with the server * Fix error handling on Python 3 * catch exception more specifically in Response.ok * Uncommented test in test_requests.py * Fix a typo in a comment * Give proper attribution to pip * utils.guess_filename fails if the given parameter looks like a file object but has a non-string name attribute * Copy pip's import machinery wholesale * Updated the broken link to twitter streaming API documentation * Enable GitHub syntax highlighting on README * Bump version to 2.5.0 * Add updates for 2.5.0 * Update tests to work offline * updatee chardet, urllib3 * url was already parsed, don't urlparse twice * Properly serialize RecentlyUsedContainers for cache * Changed ConnectionError to InvalidURL * Docs: Add more section labels for referencing * Partially addresses Issue #1572 * Update HTTPAdapter docstring * Add last few changes and add a quick test * Update urllib3 to df4ec5cce1 * Update how we handle retries to be consistent with documentation * Fix HTTPDigestAuth not to treat non-file as a file * Fixed. * Added test for overriding Content-Length. * Close sessions created in the functional API * Pass strict to urllib3. * Use to_native_string instead of builtin_str * Update documentation about max_retries to reflect code * Cap the redirect_cache size to prevent memory abuse * Add DeprecationWarnings to inform users of plans * Note about read timeout errors and max_retries * fix failing test "test_prepare_unicode_url" \(take 3\) * Revert "fix failing test "test_prepare_unicode_url"" * fix failing test "test_prepare_unicode_url" * Revert "fix failing test "test_prepare_unicode_url"" * update AUTHORS * fix failing test "test_prepare_unicode_url" * Changing parameter name `newline` ==> `delimiter`. * Clean up handle_redirect. * Adding a custom line delimiter to iter_lines() * Fix #2279. Update layout css * Fix #2288. Change urllib3 and chardet workflow * Update sidebarintro.html * Made more better * Add Release History to the sidebar * Fixed #2250 * Update utils.py * Clean up, support all redirects, fix potential endless 401 loop. * v2.4.3 * Re-order params for backwards compat * allow unicode URLs on Python 2 * requests v2.4.2 * fix documentation for utils.get_unicode_from_response() :) * v2.4.2 changelog * Remove timeout from __attrs__ * Fix a couple of issues I noticed * Support bytestring URLs on Python 3.x * A fix for #1979 repeat HTTP digest authentication after redirect. * remove unused import * fix #2247 * docs: Clarify how to pass a custom set of CAs * Correct redirection introduction * Avoid getting stuck in a loop * make StreamConsumedError doubly inherit * using the `StreamConsumedError` * add-in StreamConsumedError * rm `else` after `if` then `raise` block * raise RuntimeError when a single streamed request calls *iter methods than once * Remove invoke from requirements.txt, docs * Fixup the remaining references to timeline.json. * Moved multiple files upload example to advanced section. * Added example of how to send multiple files in one request. * Document skipping in PreparedRequest; followup to #2222 * Add more tests to `test_invalid_url` * lawl * mils * Fixes typo in test * Changes check on base and json. Fails on tests. * Adds review changes * Adds json parameter for POST requests- fix license (Apache-2.0 only)sheep82 1617122593  !"#$%%'())++-./0123456789:;<=>?@ABCD2.24.0-lp152.3.3.1requestsrequests-2.24.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtnot-zip-saferequires.txttop_level.txt__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc__version__.cpython-36.opt-1.pyc__version__.cpython-36.pyc_internal_utils.cpython-36.opt-1.pyc_internal_utils.cpython-36.pycadapters.cpython-36.opt-1.pycadapters.cpython-36.pycapi.cpython-36.opt-1.pycapi.cpython-36.pycauth.cpython-36.opt-1.pycauth.cpython-36.pyccerts.cpython-36.opt-1.pyccerts.cpython-36.pyccompat.cpython-36.opt-1.pyccompat.cpython-36.pyccookies.cpython-36.opt-1.pyccookies.cpython-36.pycexceptions.cpython-36.opt-1.pycexceptions.cpython-36.pychelp.cpython-36.opt-1.pychelp.cpython-36.pychooks.cpython-36.opt-1.pychooks.cpython-36.pycmodels.cpython-36.opt-1.pycmodels.cpython-36.pycpackages.cpython-36.opt-1.pycpackages.cpython-36.pycsessions.cpython-36.opt-1.pycsessions.cpython-36.pycstatus_codes.cpython-36.opt-1.pycstatus_codes.cpython-36.pycstructures.cpython-36.opt-1.pycstructures.cpython-36.pycutils.cpython-36.opt-1.pycutils.cpython-36.pyc__version__.py_internal_utils.pyadapters.pyapi.pyauth.pycerts.pycompat.pycookies.pyexceptions.pyhelp.pyhooks.pymodels.pypackages.pysessions.pystatus_codes.pystructures.pyutils.pypython3-requestsHISTORY.mdREADME.mdpython3-requestsLICENSE/usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/requests-2.24.0-py3.6.egg-info//usr/lib/python3.6/site-packages/requests//usr/lib/python3.6/site-packages/requests/__pycache__//usr/share/doc/packages//usr/share/doc/packages/python3-requests//usr/share/licenses//usr/share/licenses/python3-requests/-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.opensuse.org/openSUSE:Maintenance:16008/openSUSE_Leap_15.2_Update/2656222bcc0ce6795b4f54278400fcbd-python-requests.openSUSE_Leap_15.2_Updatecpioxz5noarch-suse-linuxdirectoryHTML document, UTF-8 Unicode text, with very long linesASCII textPython script, ASCII text executablepython 3.6 byte-compiledPython script, UTF-8 Unicode text executable  !"#$%&'()*+,-./012345RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRVAi(u>Y^ca-certificates-mozillapython3-PySockspython3-cryptographypython3-pyOpenSSL1.5.61.3.40.14 utf-84ecc55191d3d48ea8739bcb5f9afc2aaa3aeee1d626691b710d659281270e399?7zXZ !t/1~] crt:bLL ܬ=VyЛ/UF7e*+: +PdEbLoER chaȅsgy-ͬPر{!+qn$|e8ynv5E_F3e?;0Cy;@ÊSFr]Pkfi50cwRSм"oBTHRH މ߇p97ރr^x2{,vDFo83eE&)6s[T 7щe0 q~7"Ua9/ ËB,e>{WEvyM_HVa/C=lPKol&@5YTɡha+ZiCEzfB*T'v< {W[D5h*ʖ֧fwnXhI3zVf>7۰{TV[@gA<ݳnG:cz$5jGkg6o&;d=Kqh*/"0!7账"|RFQ AWلMNK\[5(3Q}7v~aI$7C.{4`eeJK.[M_Oe0ølLoc 2'6ků/ɲ5ҩU!FF)g_*DGVnHؗ:/kQ q?zɾSvD92"gx{.äڱI|7BIQ l)@#sԄN(ͧGw xVG^19U}D+4(N#HjuUWՉeg[\쀂JLБbMm3ҩO5왎]=$I/?I'c㍢Ӯ&Kʀr` bs_?*(9 _1I%y1'Cֈv{YtY3 P J)X\ 4cj)[CuOզEim]Ef-B g<3sN Vq!Mh6.4n>C^c D-1c'ɗ*8;jvNQ,qHikMNhK˜n}pĂW|fdtf8>ef(牸_}??D347ݥE~>yqޙ[TsЈ$Z\_h%Ys}"ctG+B46[Rz:X!3Ľ_2L&{"X\ڲ\eȜ^+-Mh)& e4p2N>TEtKL9t gmУ[zBʖ4TOŰk` ^z?ȸInxd'y#f 廦S(_$ i{Ud qgjC"Z+#?JyQ'UdN,5V_n&2-$i!_R 80F=&&H̀dU dyg!Sr27M1dJ,g :7)"} q-8"$]ShoQT\')-,\x~%H􋤑s--U$*-^:"Jgn$kLUܑ8? Ƶkd26$ҵe{[bǖ~0w!=Hy,k R)~G9*kq/Bz7, qR҇]51&}fk 2 /H+ pk8ڴ"ZlF /$5)6?]ǔ.`ı(u`Jn‚/ ݑRNty\gq83x'V[A% ̥B/Uai0`Xt1PFm4ԭa7BϘM9;ɢ, Lod'3&~Mgrv53 } [DuЧ vo Dʐgl/夅y<֧.-LRaQsNMsA3P= [CD"ȗ_5x8Rc̊5[<)./%4w}]MyBbgr\K43!e2LkKAzib(,`\ pSOOw^m}Ƭܤ հuB,Q߆rnzi/_* kL4:#ݚ/(}7eUl[cҩZ_{X{W?{A1^ < (uN=A d_1Sz7WC7wBbmT5݉HyG+Q#5iW>&Nb}P h&H?HBN~Y;BImIZeIRJi/kL\Qvu14q9~oQ5ހs3嘥f7и.IVV`:lYd|+E+{MN,<(]ZR}%Fj1*_XusJe3fc\4ES]&<'+RG!"A`O!NeϱyHM*P;&Ar!EAfB~ 0f(] 'Z>R7]WL(ܗU4i>m]!|lW !N2cV6{~wCלW|/pCr¢Ŵ P-*ʚ?3]fP+sϲKIg IsoW׽ќ C(]S}]Lפe@?wׄ|Eib p _ǕU_2/$".d~zuٕp~t;[F`~UYS^GWA0uwj D] 4e`.ؖʤ072 ?bi~jօC&z|hX]ٲ݂OvHdwfӍSzPufUu~:ЫM@l<ǛmNƈϧ@շ2`Bn_2/ ͱiNj}Uk.aBQ8}6W oh]O]5lܱ76=sA=Dʣ Ǝ^:x踦bQKj+cWDpCPs,GE=դ}SXp@7xrC^s `*n~:.z\!lGB' +lx`,9wQ tV$qqi vR^f=#'8gxDc؁^11jk\#+:\TL A$ ;~AasCOpu;<.iʴK3J1fRzOո\hփƒu7{7k&ɋOt)jԧr|1PGt)dA wXY, ;E7lm/K;;0H ݲdp'੩T%i# Ȝ,/q+&I1F>r,G/=o->:6BM`{ N8%ΊA@`b"3OyDx)m/_Ɖ27aFZ~}K ^`6'VU:||]@;9~7 1hZ~ѹ2F5S &\eKhK7n[:oq%S)o$)5{TNY\':tI]aGd HkYNN"۪ e D7ؼ ;Hѵ$(Cf}ð2v? vqQ*U%HeGd-< EQJז3\e| U }?fK?"Uq Mja)xPY8ɹoZ乞\7$WZݓmηxkC&ڡ* ΫaϙNT¥"&˝_{504ejDa99TxF;#rRY0a6[9F릍I}vIks KVw/"Nہ \*S嶿qy$0x2w=# 32IgF!y_Y-;Rr?ZCBg7m_<&ie.m}+}J%F]7&5څF3 z;j9(n2[h f8t!68g"4Yu,K>Ϯ!Ӿ61$v}b"nYt>k?q1F4el9+NWgͪZ١2$~CH/#|KHd+# _@p~nrl۴uH1 O a/ް-|޺Ds׎,lU5I$W\q}Hd6Z:+-еVǫ[ZE.7Ӣ~6(=~9_sTGM8h!7}mA=2\7d(پ5 'ϛ2|c^z 줾ouQ>O,U}]K5oKGƪ\jZwz; Ew9sa[ 7YEw2 }pP.2D[@E$l#`.'έXhjW8g{DG ͦV]y37֮6QKՈTT\b'X,X7.|xw=Z&K=Қ<*!8eץ5k.Fl-Rέ._XN*?c0SQ{`USJ eR_cͦYSiDP 1UЮo5Ŕqˏ{ v,^~YkE؂y]eGNVR\&];ByiZļ$sm!ۺ<Taclq$=x[WBֺ묷7+p?箁I[i V=IxJah~^0`< M~oz[90bu} pFә<(P]8aOS5cJȢE-S7SBu^,Dw x=1-՟??JKkE%FV_;=+eezNRפ8]+Dy:hDK ViDl@i N<LS|(25c(=#>B^21߇Jf䂋[RR=ƽjkAm#c'[D m{Ί%x5@^L)GJēs_& nߴݷշ}jW+a#4-U5)ŷe4 !$Ԁ/`=1Nϯn:݋ļϾ#YȔ/%2r?/xނ]Iu@@[pw҃m\n/"JNuzk%F0 dgz4 :eڙC~qTbNS0>NqzBorXܣL2&R!k$1ˮ?UlFsئUP.@]%8jI5XC4Yobᝉi|jз=\ qf/io#]^v w N׿.lACNDm(.I y\{t~J/miT60a" g|gLSuKد+uX]54\tԖzPY$P +Rs82p#A0G{C6J @~(E; ڥ+z#3bTUs/`2#rsBvT80RYk|}@ )D>)QN(PF}0F ׳,om f!=`T\ ՚ڀ')T6W±x8W(w ߚV~TH!(3Oa! OXI,' m=B !*ְ ]X,K$ 1h1tVnzX_C/߆..Iv pT΀3[HcCt:_֖rI>` &n*Xr(/;} M7eA!_ l c5iHJ/8۽<_e,RN/$)!9h6ZvX/482?y^6ױ91]#CCs/KnO.dAY­68RVUh~lD==M@yW80X~|hTgZ_k/]1VWZ1 h/ewo{4-Bb|rDd*SX]c }ճfY:괅rv|D3/{+n!H UB1Aw=g[O;hɖ{+( GzuŴ|<jXOXHqGݢH% .jĢH֫-H1C9ݛ k"Aɑx\eMa0= !M8tU:h3M%!ZNheoTÄSzjdRKi-80Cv#wAR5B^p"9.M-TREh!=uQYKl7h:\\KB',:Us 7SEW`C Q"WME1ݠLYk)[{xl[# x ze0p> .9 Q,%4n-VR@՚B:ߜѽp~A&X% #2i 7p?z b#0$Q}]Iybbv8ED (/f5b6kT)[^ypl'&dbK"/\RI+,E&e #^@P(>^I!Dng4"e\Ô(ԽkM 0*ȼ=oX$_A:n317u)(x{nyy|#CX?HH'.%NcEN~@v/fIʥ|[c Њ 9yŎF~zP &Mkf15H(@Bą[Kostfc-ݾlj:yvm̀A BPaOէSMdd oD7md4|aV wHY\dCtA6yh[lCIJ\*K X&֜5O1{6ARL=؇)£izG6`fx^҂F"+CHxoϹN~Ywr,mL =s{/9i3'c*Ǟ#WyYYA$1aM6O]fRYd&s'ӮLKi3w-s k >1@74B/E%+s!}[g OC) \6΢]զ$>eeho''}8=Ead_x7*< ŁF< }JsMwY D@!Ђ 19VɊVPx|[sȗđ~K;Zݫn%K^,'R-a-3,7񕽠3tW {^|=!x"g$"(wn#PZRX:Q$7gJGr4eT876uC |tkF0mº-;3qJŎ F#N'%BpFb4#&@55)N󅝒}\;N:.<O:9C@kkf/[z h_ƮTQbaA!AD <XI^@}Ʈ?{O_ &3 ^ϸ ` y9S =D`ĢPdX m1PNŴ|a遗OU5;Go$`TMrB^ Ϩ+Hdsc+ Vٸp^ ,DuN#O?^4= %yvZ"e[]u$$,l4n14}oŏh! k2 iԟYx sZ)ॻ\v|g#vp\J^QE>AβIJLEf^"IZ R"$/D͸jC*E;Fx,q EQmT7#Vi&eػ sUp"&("8bM9/2au_!mU>8΄m6|0sHqv**RO ʎcwZ>>=&]Y FwQL2;`91v@;jҴH4h'\Y@=sDW2ku!"R$ٮ91~<% V*Df]u -y71NnԵ%+*%uA6cdy R-J w尮 Eb1w_hNC:ve']@:VFKLd<ȿ[T}Ԣ]rX>&9ZF2`R]@zG/)JeiE9ؙF+HIa (`ݍx }B3a# @13;yc9I diؑ0wP}3M*qӉ8Iuu MipS\Jв #Xe,}@Pgx *|{ʁVV)rHaV+ Pk@pQQ"*0QյWg1 k㒀u׺[nAz ߱LD1r#ܿ<;!{LOlK{fCs6@J2.29st6Q.-Cx?w`ŭT43m;$A#/=j`jo1!榟u(^>SAabϜ.k8356*(S=\X.UAjdS fcuؔ|E!-$8)tVǷ؟odϰ]JaR|rT $ϒbGz0R?n3h{31y&΍.nNQyԉt:뫅NR"_<V[܈.u ڥs qY:H SN(n+%6:DM}f&jK}4ɥy.SL]bGS:/+bPY\`e?Eݞt>pY2h;J ʈ|K$Z9m|+cCXѸT>49*a?gO 笃D}m6Ş59@xoU4J,os3s; ,TIX Jz`^'8FbSTv;0MYUG\d{Miakٟ|]~u a q%DJZ4ݚ%4NvUd #/NPȍ_a0eO&ޣı0ư| r/']L>/Oty`?'A =M6}gӸ((19zVΡ-r|yrĒ g-@?d7Gz( lDi AY3~r@Vl5(vle51T42rMo"1w&KeX]Sߡo2;2[{R x>.7.y]¾>="bL(E:JF/9,Pu^Nh9#t2:6Z= .~fWB@x.e\‹P-w[զI~(bmnp~-z| tͪ¢\04 KTٴId':}1nygt,(qGg9C}SȆ$d ZթȆ& 2r"u Z?x- V-El͹!81OeXhYlxo<8XLJMK4im[$M/795KJJ_{HQG<(ߚH37UR1rtAU?MH,W D?8:iW:ḱ"MϚwlwޕ/ Bf^<# xe;-`”dMWWc7rK!u+S) @)JVl2E%U9 gRք#_RLvf,~jiLk)e3aDW)*Ohž?YD͢20H3Ź5?QqEDŽݡֈ"JZ^L,<xEWYkY7& <*3[V_l Z2KSHUPw^z7*۱ ǛW-7:X**zڋ ?jMv{ejf\Oݜ7EbngX?h0t$)%=J\^X^fzȁ1"CihSM2Dުbk)_NBXs1&[ ^7st6e*<%N즄M ES'/<6? jx_h %3ػ z,:*ʋbsw2 \y#KYZG¢_oȤlV' -,`5*3v|]p&[eo`Iʹϋ>MĔhK4b qY{Q$5&D/6!բ,cdfA'L0SFIS%CiS&|d5oϜZ~_\Zl[&ݖn7L†Ϊ$ &\C~v4 1OdX:tuzXcY~OHQI-=|ƾm  Y -G ܀!q-S nQ'HZetvjHou1i Y]$O-F7_"RL]h_tjd2@l-ig 0r6Sfr`=B.stc:!!NHׄ(liXm!Ʌ 6+[:;։o|n PJxBlN>uUS?舩XŞ9ͱ>"a2zpk)w댝 ƵoSܨLciERZCo.u +m4߫Z R>lPf@_V=(ƻI eh44]2z >9 Hz}׏َ@ azvȣ,XoOW],ՕK+u[Ɓ↏'׶È 6+%b5 OEhiCLx B _*=m-X~;,_elJvAY\+< xcKyAQ+рTV"(,d=}Y'=e埅;#VB&7ZAXӓFaΒtu繹Lo)t7Kj&~K֭&e h$ZPrq&م̏2ȭY>H~^:sgğ "N&V8Z=m~~`à=mxG,nq8F yP\B\:槓Q6T=(F#ȼWzY,(CV@59[n9ia3݌|P/۰f{1cāNҸzE ^K? W!V$0PyHJA+xOe1!Y13w{ )WPЗ&"x: FrTonB(@ = e`fpc3 8'%fadR L(UY&oo^[~wtw;Hf[v"U{ IY<ȳ$!E~vI!e( X0cyY\kTZWnZo18 n LZC3^,}11UJίi[6bbmF#>j#:9go|779S/ bwȜB %d\(/(H 5&w1e 4iP s@؎n31Uy3 ;fMf!jdؔ)5]SVz V.f(IEfKQԪ-FeKÀ/Ȝ@\|BEWY{ (G6jiy?1Uб9Ks`O)FJp?ΛrZ_6?G.97vNvX\' uQB("۠OKZ32\v?`Pqѥ S:$bO|ξf,-g7Y{6DiEh$ރXGgOzO8bcdR 3m >~c% i㷯kYc,uYIV(DV_2jjxY]H#52_lh={`6 IanpS*Bl̞6qH2#ӮNx/zAQ^NF/#RrW\Vmau/ȼˬI!rn倥s3C%ɋRI}j,rcAک1rҙ`?oS@ 8LK}UnXi+mq RFI`a_5dM ~BޮTG\F~ï h9I GɲzuiOu{@rL#F%^Ɂ",egiLB=!yb\j>J\W5{Sa]v@n׭Y=U'К= JsB*НVőqz=57MϋsnOUq$.GTu&7*.gR(FSԧ(pVζ2l0A&pF]*ʔiqCv VsLe1%fڇٸ6ҏK15[>! >e@_ ^ȱJJ|vu,QclS A 5a[Uz͆~ƾ 7BԨ+pYŭaްY1\{L=r"*B6i܆X.w?mO7D]4x; Ђ׌&NahMKW_F&\TIS:S2+a, xDMѸ(P|>?ZAc=%[cky_eG%7FרqD#@O HJQAq'k@c#VM^|PDV@@$81.*eՖuyP^>[T FD52_l;FϜS)\9\Dp&V`| w%(&E]#}p!Ch%z rl#-Ud:i- &P[G] t??;+< L,×—bu*o@sKvPi/Ú7`|ڌw2h}Ҩ6b2ȩY{0}V|%-ZJR" {7dIz5@A"%dm43e.u;r;1Mlg,AIH oL~٭`b6C,`k B``^A= ?,_f|4e-Xi~k#+>YX'X@ @Wu塞V 9J\S~#:`Bv*El/1[K_WSWh'me9b2i湲}k,;oYi0HFvzȈ/>O7]]YҬSP/qp&^7:-Ѹ Y+b Q5à6[Q8U!G 5m/ȜYţH?Ș%:WNħF[yVS [\fCФ鋩v7MYڬjQsDI>/[ٻ9rNj.'p BO-(t,!ֹeuK- :U,+6((\|y{\hhΧ śص~jŎ}չyi(\]L~\ębTl*D|)b#Qe!9⊠I[/`rԦ*;ik@CbA΁$c8xX QCӑ0pɱÒItNl&ITR=uټ!30Z!mTfSΜb=[ eyZI#(5|cB-z$ٚRv݈< 퇲pq=fѱN2j;^;w#QO Ug%zB-.@(\T-RJ֗wj c^! ]A6鲘JL91YS]273-ƹ.ef66dvM5-W|tu3y0>dv!l$"؍9Al繘s+:ceIn[!a!6`=o+ů. 2=y$xt$5s^5^{c0?K ZUYD@LfX.m@*^:Ā73/;dY{UFcE%= 17~S(d( jJs0Ҫ@WV4' Elm0]vfkMM>FMpӅrmoRU6vv(m72<_Y1no=q5pU V~>TOzkQm0q:IM;-D9f_PQZEޭ }|PVefha.h%@#N`,jM˽ɨ;m;46yj`GBU2OSŜ3gc^{_ŕbh#= ̓y1@Z-:>EܪTg!8ܽrÊ*o%z+h{$S{C/~XێS{zep'' zbH6z\)eQh'oXxzZ#òbnl}=ghf3ȫBMG*+ #Φ)75| (gJ:Pd`f ѯ>d{6g>\1.#d\ Z6MI3qqWY,F8X#G c M?g€{AE$X9ˉ.t C}{j!8ij5i:TYWD4"X}$NN$& jam "4 i?$1)rI᛻$]d9 ' ԯQjĂmVrgA𻿒QcGTP%.[CuCoOZ\/Uro ߞp>/3 <@)ItΰqXXjf妓M]&F,{MyYM&)zMk蚻JZiiQl+)Qe3)wUziJ锜V$V fc<L@';v."ٷT{QV Q- 4C~N9M>PZ"HlZrNXd 5{.ݠn`gP/f^A|6ة`HQry;ȐMB>bhfcZ|OV?m/EcA="CC3q1`ҷ>d%Q{r'eƇ'w"T1’l/Ң:uOk ;ӆٞriؑ&V|NH9cc˸ X_o:~:ى)K fF (D5z0;UPBi|/}_tӊ ᑚ%"+ձ-u !dzrNS-v*^!"_[E#g>6ekyGBe4#Iv{)V#WRf!+5pߨe=[϶ 7) oIۙb? J71..I4I`z޲Ϗ׉'gp7 *UiKW.yEju^M-Et̛Fbq0v^YV8(٭qtrĻ4DL䞃"_xD4ݛc>W*?nMd> J6y^@פc}>sLyi,&q/68H]!Xz8Td<%K)1<[ ;fr?iV8;V8d? f #/v1TPT)kmK*+v*G\"՞5&8,qhOK@%]BPjCy2I;-4Sy܈{~= 1GԔ1)a9 ijNFr5% ߇Zn _Rt(~,ޅZa`tr+wapS>P4)zDc6' ,l`JDCkʞ㵾d{03MYiX?;q&z"9t B٤2.y`C7{z*>=D W%Q;tyZ&ֿmQ`,dv]0{x^!g˄yv@D7m {vpX%#kXߕiL~sl3`EAnL)]nK'II3^];D-. N f0e;O&p_~n$_bBi!׏4[]?;dvXT@ޠZF*Xi']5 oSq`R˧LJf^y岘8:6:GA"L֪.RԶ|:m%+V*kԃTH]BuV[hp PbT-8"w[a:\u敠#U&첇M]vWeFӜ/["]іJ7=ғNc‰}mC@ Oz0MuJ@=*(\ E!bӴ:<43JuH̒]d&.x\T)q \IK9[7͢9ำ\^QW vU]hyLFew{7

ƚT˲i;1OJ>]=ijjH7]->ݕTPfj\j+al_`k&Tnd1ȐBg_xȭVs2i_r" z,K"%fZOO)sg{jA^A2ms8VU,Wpǭ4^B(2.ƈ@kUwp쭖=>-;͈@3ɱ -]Ñ 1 uK^ݮa8`t9mc/PYUhVQ˹|5JջJ&_= z>Abv C#6 ^|8YuU $S|j/1yݎU,.VIr~t:_nm,F5?DMb{Ю:'Y=}oiKNbW80Izt31h6/x,zBQb反Toʱ^KC)i{N63ۨ߇x렷Q=h" ̑1kL u& |~yմDc0|sZ/,4ɷ̒R,aquRڅX,EQ & >:rq)孚M)r{ ;]͂*$=Y!{944vT^ݗ1i=B'R)aK$P(y'.%aa59o\LKE*6Ed g0ج;%z߱|)g؏tno1W'fo73o[ZatTE [r ơm9yn o쯯OHjSLW Qhs@`T*$nkf=A xmDFdP`u_""(Us%%ÓF$2;^hĹx53ػhb=M3.(8-- O&$0X\ Zu%86-ߺHtMi0WR#ѝ{m CsV4+J*y {[p,y[<4˔n&&49vtzBE+ rJ|{P3X!2co탩kOI n6L> ґ۠%M^e  *8㵥3Fp `mb ,+:(rg6[[芾Lbo@.uˮK@g7b\\|2lZŵpXΙ\M;]qנ#=g/X x;.7j,HI5O$PB TzK>m  @L﫴Sŧ7K`\Lf'QL4lEQ{#y 㙇 9}xB,[`+!!7LROk0@Ukyd- ^"M@oaXV$6LC8ՐL3V6D\'zXh; I\\=FIJTO9Eq7I~O"aWd/%օ =SLGTe@k:vjo}i(Ŵ|blT.#rㄦ7F뾟Xx>'gf =Do_!-*#zcmȞR#A0\{,c|l ^{_7 Da2iXЋ^4J ׋Oϲor½SE.aݳ $AGȊ5 d/^|0#"*l aӏ`dxB6hA,Rj{|I?bcqEwI zZ%Y\UcWv `|{'.B<:3ުpٞRSR<2މqXfHB;[L$Ć)#| vj2Rȭ7;Lnnhvr)k\ )QA\< #1vpٸ ,c{^UEc50!b{]vs} eao.+Pn`7jvDvF#脂XuO`n~[dN1M踁eν;ЄȚF:A͝.<2 m@zږ/S-uCy퓲I5ӰO3>ļl?0eR?˗^:Z8/ӽlvUj &V&_,15_;t %K9ܤ>ũR컥34D\]L:I>NrB :#(I0'<5Fm15Bw XcXZ&RO:3J ?E$gMrdz'˞5(aۚ^&͐{FL0; Hzk1, 0jDL&bd́}~DJSC15Z#yۖSzd5ׁsYq\>qR&RHLJ]`sNqQ ϱX>{ݯ /Yj00&55eU^c32DGy X?ϗlRʅWYIagV }oiHPLRIUnG0oa)4_.ؾe*J؇#`iA&  z~WxX]/kz4lWTĿdnC m'rDvM:maJ1dv q|`JQR |Tq$.HH=B|qr]zyX>s}.VNjW4v\ﻅ[lܣwFǟq|vRCv1 ǙR-pMq;spjueM%Eo]]9)=l̍i j8"fY%㪪\6NeIv&{BBB=4sxp>WP952kNALdCncK l"TfltO5E_㼕 <*qi#L"=ŰQE9=%qouv(^;wk'3~I+NONk͛㗺tťc H_ kƱm+^L=y>lm7׬fmN=i~eTnc4ȭr#`\2;~ g"54iAklrCHH ^7p4- DbXyY 7Z0qyc:k0i;e@_Qʦ>#ɾxkA6:Qѕ}1p$yйogVu\eC!ӝ?|JLP RTc3c$g%Vu^;8"ʢ1:+r*뚺8zsTeizLq- @5 dx̀h3ۀq+H?+A< 9O^>M8[I{ ٝUn~J5ɶ"y{l3R dP ;<^ߧݫdk|T,Vb)F{ Y oDYc"}T"FW3+%zlXw{1'2 PE8q{[[F7.4t^/X(IGBL0Ik,YKri){0#AGՔXFMJCmqᶤ+[BfA-6GmiApԮӎ6Mypx3eL 'ǮLՙ*[\>5#Y3WqZGVWæųS2$ꡔ0m{AxF'B{ܥH\>l'|jS|9e 5%Z:\ v^I#s<`r:܏YŞ~/3 67\e(Ը/V*::#Qd~pގ`!uqn^/c[)LrJ*dۍ(D$J38 !FRX˳E]x9(jy!dt&8|h]xϢh*sV_. ʂqr<$APu0ZF]ws8$퀇aM eCt Gj^ e$)ƨ^ʑT}c~r=9s]waˑ(YĿ_rBL?\w7`~fv~mTԷamr򪬚t}G+eoөhE=Bi :-7,m^rJ K"M(ˇkʍ7[A4( |!zwtكT PEIȦ{Nsh_zRPWT?KDu £ۢz‹2%ul‚TVQ=V(@F>ҏI |H0tCLD•ap!(2.C|X2u8-\,5q$ͿISIBc*{=`e[ hG+i /ha5I%~<ʇ "yf"l4+pѬ;=s*=(Tα!چÁdfuNp' =QQ_!\]$Ɛk}g8~yE;[8B:VlЁ$c l.OHVZ28ld` D_ EGg w6$vLH#w-%'[C]vL&0h޷5?z ltѝ|U()c]$d+< )&(GnE=CWYKWJLdžfI2 xBD<@"OȏxRN{~& xfu8K!gחƆ?X{jSyVGI,M3UI$OI&"(]"-A$}2Bʰ7_&z?8 B0k1f9d\G&6w5DK!$R[G’1?^G!]fbyrkmʥ_{\FTe2"Vc0Σ5  xx\ޒ!gr:[^8t(Αp"l0&܈m4̘/A^S8[2,P5%?4C_&y/[.̄([0pR !T,/Yl}M`7#|eL_X@N, t#V&C|zm h49S{YqrĽ=_M;4m)}H_ծOMʏAb7Lh xu}21F\/5qYC YhW=IIBozS 6lvكi#-㩫7^zQҚhʼnOҺxu[<ӥD[VF0:Jk7u{+PD2.ѱK(w _9{1NJfE0_O~Ipzu'=ɸ̳M)nv>^e4\bs.IDOAFS| bQu)ݖOZR1.:$zk,kc'}%M Bߗ|]&tkFX хB _¿(;SiGI)'6⡬C]>V$nVMN @=k|;MӇ\KE(˟L͇bC.q-v(fgK*@' :qvzǓ$}'~A'qE.l>񟶷WܞCZsTvUqP)Xa/y*0ֽa)T\*D)wp H9mPc#n9)ZrpS)X=Ɔ=z+y0eTJWP0Rl%,4- ;k I`VET!$P(.Ы/ҕp.#$XY3]j~vmV=$MBBh5 +-sѧ 6_m`=9Cn*`7 aAu̗;JZ\/(h\YPE404PK=Ç$7uuO`iE.4;hFղ P'Y~3B>Xd-{8[ϳ!ʵk0,DRHBZJ.G2!ʕIw]H]%S_yq|ɭ&Tѵ"{%vgb4nuO/'*׿껃.h}[!<9%Xf87i<:Ǟg4@ B2UzH{~'nTeS܅q*wc<&zMN Eo3\BouN`cI=toeGG.*Wd8ɒReگ&byW?O!'l_4v13&k<ڳ0WHa l56#M [srG+tkbf~7QJt6cG{sptW$gfjb\#٪"'a6Jx%kcdqL˔xܱZ'kC{F ,3\ NK(09Hⳏt3J+Øk ɀc08`N~_48zm>B.ܱ9¼~^ I%˨< nP(p,CҌbZ[^dn_d?$D[aW2 YaKFҴMa8Qd߁wt}5^HbWY+O8/PyPWT6} qDyθ)$l9rngYPv9~0x2gA]Jx7 $Hw&$w]zCTo~:& b:#ORMԘ1 uْ$I %djw2(Pk'A0ÇGIOF_<30UZh6/S#2\tnskE`Me{x*itk4GbJ*K5Lmp&fFqx,=#jas \:v8(m2?c>׽ 'J AہP>ܬڬ7'WyₘG`Iu ՐcǺ~![ O`-aT*2ac'9Z&Dk,wiYF]\U] 4H*/xX"p!׭6#ٞ%.FVٮ@ p3/59S[J-bws4;FthinDh.ΏbGtRku-?T-6n-"ʽrF+~# 'S7E%StUUV^/qsv@JV!5*7 b}3cX{}u+iR=nA[~j'0|k-\wiC2 FT"W8m/=c9=KNHKwx{#vEx\.踜A!>Xwv꘠4  u鞲ke/0!,EuqgH$ y)%2+Q*?z7b;Skҥ;j,[6LEM?ekZPJ᧽c[)vAb#f6a.]}=Ι&!gsPq٧lT(^k gReKrKf@AJc5'ͣSP?$5ӆwʙiؤ_f{G]=(P܆b?:Ȥճfa=$~ /Us7kl~<;l*(tJ{SWT.g2[', z=O F+զ,+z}EDJ]?V)WE(n%wϋ"6MR$nށ3:+v:wdWk!R뺇(EDؤdzU {*"qֵ@Ƙ=֖^Xځ= ~& MH}&V .D _ bAj&!d~dDQRABN;G%tzuFց/J0L^whQҍ 5[ Iam($cOVBC /y ua*Ƀk<&)u*l|F- F(PνZh#9wrيf=F{2\CסWOt99pVzՀA=֏T0\ےUD=@}BXKzHYӸrL237motak'L(%jU,1*9x~ƧHW*rB˵Pz7 e|CҰ'\[kYC ˜}4qm?e#řۛLt'``|?tW_QGd\֝ uV#'?#2⒵>b!Ѹ4L6YNdPYTڦT^u~g]wTYjK;RQ)%KNU),b`+C>$JݛdQoNm]GK̴sN Qw2 N(6Z$c/D@ѳ?,/q'ȉ$=/~~{SKqAx*sۘ7pu4g1ןD52;)j`\HmUd 2pTb>"}*gґx3C$vuL=>P'xPj%ǙhlM|mؔáz:%MCjz-E >g0K39:\ 3`e}Bm]yOh䪗RNXwM:ܮjU<Mz.")$!|:}߬sB;N*Eb>U㧂KڥÅ^K(k|AFYh8m#W .8ڝIG߭%4,&w.~f`'.)3z0&%%sZ|Xm9jNoDN`M_ۈ(^tҽ"NcJ塚#]!SMe- jT.`mfe7ž3xElU~hYK"FϺ!4_]ú '*6>k׺ v͂.gkZwx &VxQ`*Oh-ӼNx!rÏ?Dbu.gl/ GaF1Mg*8hlPU;0T>L{t@HI@Po^A__ TbJDkߺ]y^[D,DL B %~.(xmiOP~wi%*6ٌp7\c宝09\B{&w}h2x ΂'8?8d9vBBJH ݇YsI,yNj.9}fؾQݖL!XXPyKYT⩿;l^q:JbJG, 3Mf aaXyVO”XDqjL4 u]Śq/ZbcFn.˦'m?Q1Q[nJ|<}jZJ%0u[H@>XdF9u6jp퉻TxdTҷ+ҟnL_S}2H]f](+yL7"hOӎNq8EV鷓f^nl!bb#6!$I}rԓ+5'b\G.o~(幈#^96{vS@5#-!>5-ېd`-aYᓘ%xַPΫ&GG!>QF!Ta *F 7 L@h);D4=m8|:N~Ć QrYy-FkqOG.ہ.\iz% 8;0G-?1l]a%"Z`b Jū"?/ )3OtI7:eKnNϼVD#7ݞ+i a{v$=+r퍠;}@@gfhKQ.TKcZ} G8qեkvc3 k;S rGmJT=]TFvLb }=RbI(S,CLbhѣ HӏuaSx3zkw@[Ջ,gHJFsI8o.\,+*2M9UVaXUTkI"hX gLL5Zx|>׍"ZB9,p..IXi6< ]|dJ.5}R6}=q~GsشZ.^VE𱪳I(Akș%Q(l3U6oq=D}aSS942|*?4O,A&Jp^K5: [4im^1n\! [>QT/ k>y νsawKoG߅W_.&džf i,jeO?5BtaV=ojN! 4La{LNP5ڛ'E|×焃#b3EUj/Bw: NJ˙Y\2VR%^ ^b𜓪z̫9*v*3xŲ H a/kFKq!බ|O"`YDdUO[VA[W.;``a_n'@ ]FNyU2cq{C16c VLԡ?X)C(JPzS9,jHJ2qCY+bc\YæRSn,FO#o82}\7m 0a*:]NqLCE)blgaGEoO_|u4Un *R$ ?vhtJ݊axPKx x$Lrb!<"xԺǰdl5*'R۟U- TLs^J`"(wF-}}|ko) 4zޭŘo8krO x7-gGv4UK?ÒFVvK^OxXʕ9$8sب{W `8ݮaSv)Э.Os6gU(5KU7dGWif\: Gj/9Ffؙȁ.@F &)QkND$/LTwmV?U_ɝgO3u`ard8BkBj>TDF1Ȃ^J y2 kMr~p@}}؋, J1α %OgyV!jC |b8Uy^Kŕfc'Rw]E @m(.w!T.tr; d+*EUF_+3?{mf05O[fB9Ð՟m?/&inHq1~%eʼEi' ?Ѕ~9!I*L8Ƅ\J WfL??5*/r5!KAW1&Bڤ 4̴61`ߍ}oFy[FR?9ih YNJT9H\7hn#}BD5Z7bqAۍAY4$Xu.wFឲC@sU@xO~R@x,Au=l5uW@FW`[' >6H p{R'P9@ HomeƪGE*gc`B_[Q:Ӵz(jFdԝvWXVc_G" c$hSeK EyRڏTYĆbA4L}Uk|sweڝ.N^?Etj$Gg+]0r}"ק!ܐ^6:x>dZO/+MaU#  aתE;,{vo>VlK/A Q/i_6Mjp,L97!j̝.64c#i+ s%uyb 4} )T2󳡻sܶ]?f=@c*eopÒM*{}QC_xq5KoDɼU M!OBT_5PQj` 8J$0hC%8˵GF;}Y53ڰhIG"LWA?c񎟘gQ6p'1]IymhLSoCӟ^2?/I%0 'wiHe/trnmꙇA5ROJ28h# ^|m~S>g<".Ŏvw3BEoXm]+ffFwXY]3ځS5Vd(?\1u\CxC Dl]Fÿ\i:kġVQO|$R%@2pݫ tAU`vMƍ=^tp' d` n";51xOt<,6gj:fUsnzݼAjw^f5bcxGdhQD\ane*Vy,Ո", 1͠=tG NNgZ򌰅ct.f.Gkl QH0I~=]Şk8FA&RTMN](Y5.U-8 f| ][ƍ tkie[} ~$2{A;o ls1ghN 8JoN( yQRِB^u5N l 8Je(5cA&? G&w•'6j䢿BkU-jp?_V/2 >vpsH[Mg "L߻hFf2=^&%pV@1":ڿYX"܇W ͰhK !(tlA?i[")NڷX,åbӡcNo3,RobM>M;6;.=guFڲD^&E.؞.I ,]3E9'_8n ¡<v$WƉ,J.A]D߆}%_Yh/?O흶Qy4Q@57l|f{'a;h=P[BK|K8x'Qvez=xT<5Z+Cрp158CP)q2\b^wZ!2/#28;S}ʹ 7R62)qYbB𭺅Tx:?XzOE*yQ=$P'`]>|YT-|$Jca6dܑP}1^X1{"Jjot`Q!Du3<CmXeњ{(`!0"Q)'I)ת;KotDL9"Îl`3'-!DY,t5XIs*YMS&jfMSK.g 7xk5:yqlPay=U-aq&s׳YAG#r$W#.h_@&sU% ׹BYd4O4=p7`LC~L ݪ9g}9A>j7 ` yJ :)״btgF%쐯?Sq c( kږަf D/Au2O¯97GN#ȯeXXIYgv5}rȏl-Mu4S9u'#ܡ_06a}Peȇt'L!H͠#0hp<9{|M#E]VM=Z27wD,~F&R9[dڐ+Am|7,QoHBQs"alx;Κ'K[vn '+tVkƆEeLbѰ5J>e5 x`z1 J졆*u Q$>dWMB5c/!ǫ Ҫ+,d['>\նZWS㌀=]{X iLLa2UٜpKc3S`$*j~ި11yHw-57"w]E[@Z W=RD\!81d\\m&LpŠ#b\R}֚NsGG5&W#VxS ^w(  #9móy GYtH߹LT1G2VJiO!V9Pa?T8ys)iT\\4h%rdwi>ِUA6M\ $%-JYGW)YSB NAYKwYV0{cl\bYٍ>l.KԥZ1Q TC)}Gcl98$*(MϣOƒb&\m Fv[l'}>}7KjOW%NFy$ܕuq\(f,9Qn6baֶ*q3n?3r^t.l"|+je'J:'GTTl^chbyL1vH't5ڳ^gߧl|%;G1I~!4ƔK3uT_yOcXO*GGX+pبZ[j#ja h,9E&"<ߵ^ Ac_+.\fp|!q2؞Ól@/>10,fVQ<{΋,~7aA2'7OBR}\gd_1zҊ} (R ƚ5Af{2q3Xy͇B>wYmrFR!IFZ跁~p@C-ND$L IOE3 i:9hI4C qa,Lba$jo uTRɑ ΆWrR~guaK6>F$cRY 7 t X IβBEt;NY+Fv?ǁ[$7x7=N՗:k*3 )N%?G:O ǒ$?VhrZ6Lro tR8ɒRUy Ќ26!;1 "SO3iDZ] .,$ \: WtVoo Uw ohXJwǡIN+4+V%K}؞8,#;'V{uӬܙni!;8crY:QEWEnd5ӃiFUel-?=}v]<#uTT Zh-~P,UM0*.zdLz(jS\?$ S#,9* CӚ}}YH磯G!h!W|OCN~?ʣ*@ O_:~teX5JVEO<^ݪ5dB)u^+MtAJJLWGD~MH7&́%GEr# 43H˩h j`7sƬ2,|ֱLje8i ҤF>V2@+uV~Cy@'ˆL7;w9M} ď*g#nvoɈsq>l8fF<]v@f!DMp{dCL*ypKԘc. RY{ G{ ٿi!6˒GХpiaedh|~bi$rOWuf'@C`]7'{%(3BG%]=B^bus~4!`׬&e$9"T$g}f)[#'!3KEU0=@|rD F^9>g n &2`̈'mΫnnDix=w;"z{~*wY3wkъCRmVn krӁ,KclS"6k!Bxʺ؉/=쐂2Syg\DcXzYt?&%!?pZ?,"xiP`h*Jh8,|7`a8pl3j|W۪\ 7"58ȷ)U\X:]=cֵskT+ޜMw65m8/5,1b/6ݘ=Ln yҬ8@`g~EϢQ5wN9x~Nd ڽsP$8/GVyE)9_կ iM@MeH' ) NK9"qw:9 P d ;H3ao sc><2x''WiGwBSn&kf n7"Rn$xrKo4JysyT &E'- ױJ饘k `r!)6`z1y]8pQlCW#dAtʧʪP'Y;j&! E9DuSY 6J!-W*X+;&Dm͖6M},խqUmm%'%uDۛ[@tGn]zIo(Mshǘ vH7N}LXQycLEsfqT,S+I{&޼vOoSG2u+#m=׆5El+'~ |qJ+@}2tWx߸c (l);ɘ}y̓Z˟7 t& tBQ߯g!@"C#vQp Mt R(sU6VUkTR8ǭ$/<I}9*\ flEs$'oGyMz7=쿾̫;N|?&oȪ34-֚F*r'R)%5c`?6nP,൩}*)MEE@=9mA&ICH@ӭ|Z%ʃve)m,Yw͌wTG 3A pXա6EeD=,sf1KEgyZZW45|e*Ҥy8u$8)}D/1/m*s"Y[1KH0Ѥt7>]Z$"Hڝ׮z]]l <Eh7@_NNpu 4Tey:5m|.`Z;v誇KB'<vl{=5*{Mp,-u806K )1Gus,)a.;٣ם7 qnsRT@)߫!~1;γn,T\wW n1dO̜q`4r{0BKk8ukl.x.%P=o+X^@;GHe.J' 5e$ MomF=MwY($k0[T7MyǶq+I~EcM1.P=~3y&r½M]uQBPmTW@ =w"TdAJ+2m+U@yyWud8zUEK7:.ܞŧ1Bd˃Pe؞6T+DbtH\#m|+s\C~xfw>n I |0C6V3Ft-ZS޷XNy&g)8IkW(ƻ!*+9EĊRHqG R̳2'6m8Յ~#]CIp wdؾ>@k7ԆVѺa"RptSlױ }Q,SIȢnW߃}L^$["y7Evӿ 8W:Qƛ4uO  iT xDڦKط}J_[4>|_d*5宴z%ckGAmyv~VbMlooЦ hJ]Ə@(lĹ,HVn!14Fw~P<Ʈ ҥւwlNoCA.eEMgjΘ.37`*$Šxl:AH .假ʚnsg6ez{oeo1<9Y"&#D3ڿ- 5Hb+ɤJ]yJXlXH6ؠ~RU*d߇)I t,C]ar\'U`ޯȦ]S;+\Ɍ@XO^H6{"b5Ŭ J*CkfpPSB2٣={xUudBIXZOj)Sm!=YatWlm}w_ vuI:Ch=%P3 &&,6+6:#Ebzˏs*7+P̄vK:mBN0[R.Y,!M0zd|dr!.V!DQTN^\:- (RWW3 `Fݍ:a'2w&X63QiZ5`K[_k1HmtށT3=qEpߦv,jM1beޯ>t}YT 0L*}$ǏRKխ(0C?m# (x[wm5YmwkFkfN;CFR\U;}Lj ō? 6BThJhc0˚peX"r@lA${KӑuO9elouDbhp2h 9ǩns0?38*6EV15IgJFb: yNhU+QfItŠW@a0d K{Qx $՚_u{g! >a#{jAgϤIZ jug0z2s2{ȬkPP.1:jb{zfn^!cd#֮9u2z qJۈsT!8)nZٵ_\\ $?:vA/pۼ%9ƍ"nX 3;`Q"ژۡO&ߜ219=xF%!<S2V Kyml'in6??L_of\ڼp>|ګŔ}x}9KA t{$*%Q> /W$@ek|o>HÀnqP0&6u_ZΡl֥4sR`1INhXkW xФXIUvVxΈ nOs;>Uj#=XIXK8{nVv4y ofB;d^ϝؓ v^~4mcyax'CɧDLTY9#ށ`̥5Nmad~"%`A_#(4sڎu8Us tM6 .X@r!b(sbzЈ!cZRwEutyJp`۸[;roZj*׻S1V,-f,*ȟwVBF&y9%!|UaNb<8kb}˸{el =ݴx8ixp 3;'}HaŽe^$^9\8}'эfޔDi:&;OT$Is6Q'iP1%Q4?@HP4;k&!de6~?VNf)2,x_6Ɨ 5Mw/WVϧ'@zQ%Y5D% &Gܝ%"\7Q*;t k_Wtۈ)P%:ݩ/lt*` ΒQ=> Tur=e M*\oeg_bnrN;f} zn[@[Tn_[*u0CsoN"ܒȎк$8imjSEreiB}ЃyQj# u2sd+oOM77h XW5sz{ 25ܚo@o@i00FU'$ƮPMqF.ZS/?.h(fe$NĨwڽWH c1E ShA 3:!Nٖ ?;7U} JےܒlQ x $ޑb 5XWUd/y.+C+X~ؚ*^DH棼W}z_Fv\K43=I٨#? n`$~hBB;z,g vG=,וLO(>j$wm"Gê}&AN@/35k9S.,!E&aicN -',<^ʷiKC1eXX3?LiPζ)S#fCphsSˊ@B̸73v37<+G=E(+hGXѼYe]t?ڏ 1{.zL1@Wχ{#u'FO_͈oQ< TG|9jmvkLswN]()8_J4]vmU1n5˩$Z! z'&]Px#eEx%c=d QԛΖaӃa41X[;/=%>}rXJKR| whJ8L)-=GWлaR؁w(FN| UĆp>!,i{SeJܑܟ]5R&ڹnFq!(*#!;wgsHc7IVzLF+~=@ăC4חJ;ڒCU^bϙl„P]h!2f?Ҳ WTK#$'K?%nfkwv^DNLw4݇"&4B߽]' F-cU{n=Qsa7a^wW fȣI]J5Mt怱l9@){!i \*XJڵ^Hv /&ʖ΁QT@uRQnMh3c(ZV78zB*0a&'CQ )'9( wf'o(ԋ83DMo9\քU/ rg{Vlh+61 6_=KL,lcXg]fx3ghȒ6k"i>i#(r6댰@ag ]l}1:Vy0ch_h9l'}I젓>xׁDVG.j03V<NA@)0NvxIMapnU & fpyx= tXŕOv;qR̜PMbA0pS5I# 3Q1|99VxTU1KPyHv= xj}L4Dgntc._\Yd2tO|ۮ&9Ȃ"h)"99 dlj9V5NJ %O"v*̼mpSɇU?67 Jz݂&tϩf~c^' PK34۰˟ײ7M ;ȰG 몟\MY!2 o>TU plu4:z x]v&)2> FxkQ܅k v҆H?ҌhA#J 1oʫ=BY,%DbFrܞ] SQ=\=TnQ>*\Ɲ>uם8/AtF+$P;ɵ87WF}-%s74C,]f.7Eԑ~'Fjkr0 38MjGgy~&3BUsRƺ1p/n^+w ݻPPw6 !s|UuELCWt$3%ӆ}ɬcgHKR εH<3h UMh7L` $>r%c9ޯ)UM{=޽4tun \~BF\#B BCKk\Pen["NÖ%OuNu'wqZA$<ci`RM^(qW&\_ 9,\d.9k]lO1\dY3ܡ" ='oEŊ<(Vtov w0N}?(#3KU,%FHXQS2uuXClp.G3C&[YAI#yP?U,n?#=gwOSIL]-_ sSx`ȲӦ+~EArvbMW7J}a;C*E0OTnmY7Fwn̅qIb6^˟avяȽn}^.@E|2rA`هL TOI5 ੸C@e[QiڕXXJ4΢Fz#[l! ZwZF`S(71Xm(OG 6= {F-ι I"D~FS8cxtͣ\T7+2%Ds35IfQ ~Rj$Վ!i 1'g!Yq݂&#yO>\ e-vf tܦp}ry~Av}6эn{ #2$;-XXgg>$z0̅z+U5~4IRRdFV+HN ]~C] @L>[)Z͒UmZ!a@_}YK%1v q٘-?~pnȒ ܁+Wik{dCFq:`o7o٤N41cqpr??GTܝgoZΆ5,@_ GpSHs2{fivyӛDz$U&WKoiOD`"OIQ jtR۹n*Rђ%K=( ,PJ@Ï,תB|R6?&ŀc6ܔ2*G+\P2r /I#U%a6U1.<%:S0N(URLZ)W׭{G2GeEbR"^ (P" Yn 6UCF[//M]N9(QHYm^\ 8#vwg,L7eT<[ϞGȍ8̈́BV &t^e:l&O4_?\f]#Fǁ,H^ 4wvGt MtQKG }1T 1q3R@5'\9:FR@7i1A\O<y/AQDiH;oR|5GFA^6Xz"8|z3OnBhw{!\!Bguܾ|,̵3q<{mKڻ7TLM ?r%DH$fhO_ݝr2u'ua旅lO3^|*DInU 1GtF#o#o" ɳ޿0O4 TD'HNc /*;W6t%mO*#S0ao-Xa^jMNڮ(_ 64ܽPS;Ә jP:Յħy4&:`KqO؃5R_Tte!>I57/z"3WŰ^ۂ۶OX:nR(rkɒ% BE|" GtGzSW.X`? z]7k23| \rg/q]}-L:}t@))E!(z3\-cD{Qk7Pm"!0^n:d[L{Ðt!,n5Zv8'K|9E.ߥ>ajhј׿3%ǹZ@wpkkL O\{xȔoS߿ݜer|8j՛4f2gNSg0F;Gl~~@\Wم8%%2WQ:-H݌DE$XyI /915CS(5 G(@SFdC]ĩ z%AZ.*q 9>Ná*lH[3R0eo1GbfNR_G>aT:c'ײ&s[Fv&WC֫ik^Η01\AZz ޗI4%dς×; >hXZ1+v+\ AzP||^dI1 Ua8ı7PGdKT sJhW=fjf51  CVHqMCi!|M JUGЁ_=G!y'+鴲pȃЎq@8.|b<ӏp3W3G-*~L"R}-e/$;j@էRJ_Le+11+nc>+0v'rtK~O.Y2@# }M8hGoYkKmKGЮx3@$uPc[~O[kg#KW*wlM9K]SAh5%EA߀&sa&B1YYRwLj|"Wa эlTKؠ 2eSx?_J0ƶ1%X ŁJO_Œ $!:^XU $=۬%GxQ1k70멕n]b;1|sKa2Z5F(v%NMo/_2&Ez^iwJyU(Pjr'C ۺfGA~@{ r XGz\ Cmt R޳(}7>$f3$wڿYu+7vJ`_%%>VVdtCI?w=sE5XSG:'\E ukaD//ͷ:\6>?Sii4ǡJ+^ysZ0\7bJWfW|uW=? [247p{jW}QD^Ox&FF]f|#J0.b߻υQEX׫!i:"; +|r|0%/ЮSB.t=J8&=.-Dř2ۈ?)}_w5#"28:@>a vz}Ww!)AoH >s=GõChQ`h $%&!FհpVd;'kkWŶf5ٶīJVqJsIl''H.W"tgq@K];L­]$S P~'Zݱk}j<'b"[/&@zwx-ՙpҋjss3.q OsO AӮc[lLDfk[=Vb. !m@FzRAUC~ͷEgkh%7=&u!?RȨUb Ckh"u%P}Gn0> r(ƔЎ\{Ze *uX)m EnɝY5?s"vy~rP4Ҙ}xT8ffψ1!|,kGI5kҶzGe #,꣜e6kBcT 5$N>  P0+7VrZXw'S߸H3=)p1~r^{+*n+x-LrhK";5ՑA zFȒ8ݯK6CC^nWc,?4wKLkSJY$3p?[jȪ⯛OONbp19*.yӆeDk5t/r+@R  …_as;hOC:D̀\A؏Qn)iXGZ ~ev?BX@tCX$CN"m'hB5S =`IoZi'eZB lМ߾K`3ԔH9Iш$̪ z>) Vtm#%zP_B:uY6ElLeZʓ4dD#5? !jkߑ?Ͷ]+Wz5 t[GaN2?td[G2 ():'-@;2ѫ̜s͘ MBVlnX`FA> :Ow.& J,!S^x///WEɊ8&znqx X2 "ǂ mZ9,l7ᏉRt)N \}`#vA0zN ZGUs_ *n+NGͲ ˴PmRed;+j1ǯnJqV OPhnj춘S6.3 e<H>x;EŻi?s0R5E8K_A2R4vɿVa~v8ʸ6X!#WI|~@3b<!m (=ޢ&Yb^w<5r=*6u^x5-;wR?hdDfw_IJw΀^7ˈO:"Y+qSJU |4jioUa-٨2f߅ 3`;ʰ]%r=Yڳ9X;t+ҩpe2pdw#[I 5Rºe! 6_=3T,/SŭbQ "͔UcࢍɓĻ7P?Xh@ola1?`pl'IgV@P]]rW*HTsݙa.bo_;j$'G`>8{o_췞/ggLXVs2Ĵ 6WFҊcodBI7n$1h#m;ijo(*vA%!I }Wo0 o 7%%B`/_|Im͗)F.6+g,k9y~Z/НH,$fGJ rpae󰧯Q!),6mkK(Q%WtE.Vmƀ:3-o|"D"fruV[#АRahΑ pX!= &5MnnwEf|bPP 'ʾ^Xz,iǝ$Z7[\+ar YE3G{{8 rh{gLNMWex5TTKB4Kh,gf _0qohXzH Al zK6|X`TB ? Ҿ߽Z`^yN{a{0{-)&SwkSɷOvj-[!Sx7gQE%l1<8"d㘟 YNr`|739P_E@,H<@E&u#.~=ŞcR!!%1U D=[xYd )uQ`U̴8Ph{ V+n-s^"P# Aɞ "eh8aF 't=[%"eSV΍ӝ'SUe$3q~5pݥKaVw?cB^O5uq1'l/+N&M e.qyv<8:`&>'Eʣ*n>SesCdk⠕(}oD0<>@/b[‘g66Lӻx^شn8=9A\P#Pptwp#I|Q\G~t'yZmXdBY2^yw+~6GlRu8\!t ^J[ԑ?Ԅ(:3ze9ywPDwwdF$5eh~R%Lܩ)k:Po#LaÉ po}rª (wۓԀmA L <6 zQN8C47f9>҈䪦7xt۹0ȍjPi־}iZ*%rc ^h^鎖GڑI]DNRWTO7&B5?qi2Oe+ EoE[guau7p@Ϫk̆efQI4%| IjRh͆nm{Y@0v^QmU%gƫ/j=jZCn "\K_\Ix5as`є1zXQs%i&LI͂03@p!16:]iM։{υ~XE&_[42 ]C&U6Aaކ3v.1~%1PFX޵,@.ȍuIJݲ;;͌m3Cv棍mYI8،j֍m6]j  Aw$"cZPl|\2WQ7LI(}YX+blOn<ql{/) 06g]ffc& sDƊ?\Ry_gI_>Qb Yqx/ @vXCRr;>>mI0AJwwAP{tRz]g2[7h\Q 9x\&\ka_wja[?pbLd/H(ӂ]޽,V{rGz}4{F*ժL󴛹UË'5<.+ n8"xwf_՘#YbVmSK8)-A..nֻ?b+8g~+orr7ܐXfOGˮcKu< xq)~\~v YcPƆ,YzKW0׼Cpc`83Z!2w@':kʢr퇥зZ!h>܌:8][)i`Mj}҅5w$AQ@I0$p d;1uh/9v#"'KX$~,P,IU xj޻J,ˠgO8lk|/ժ?36\x%+DF`L8BB:&ij2X!*{-!1r̖X_õ<{}m JtXKMPȵ jc fB 5b0bpL?Ed7i\BOMl1o 1EkvD6xZ/вdt )Vx|4:۾x{A]e_U詢WfXUC}Z&>6} b8(K;Ad^4Rqr}TrCףn[*[0 GvVGR<ЍDUn$H!$zk? }8'cRj$5c.'fBͦs`sڊc, 0\A=yv8`ɺd1\8&s5:XHg_B9kCњF:~"}lj U.[BI?ۂJU)Go{NЫ%k࿀}k:439lRzq}DIV$Ks]+gzj-pM4=8FJ{KqoPȖ'B4~ůf 4.kv /a%(U9G} Ie0xsO=t7bXk "r<NʙigC= t/9g8B:>'A+,-8if_~NkD$z?{Uv­;r~T|BuQTWRh 2q.Y]Eit9 R>~Ԍ3>u:PA]t8<va{K8~ ahZݞ4%r& [sgY]MԨ\o SBG,\%o4Q$],DQ d`{"HU7v,2N7}} ἬQHچ &R^^ܨo?/>#Kh1)O!< FK),m_qL=*(سs(wc˓ԷoC qۈ[s`-Bg|-jX:C,I> }Y0Hѝ+0Lɠ#[dnѓ.d|VtخyUH Rj21{%hDs{s4X'ȕpQ $ȏd-$'T<u_|buJ Ts߃`2Gݥ R-{77 1J~9:C6JZSJP=vRK#2:T}-@buVnY>Tsh!DK?u %E>AecËxjrMT@څj1Pk j{p !`ڑ0g狈[.ufwvMS$>;[ۏ"ðNVa(8.킏"S6.zNsEѴh7Ifw%͑Iq^&ěڊvfz&tE/-M4\No0Էʣ~EuE2M4fkgF Hy\D/|1PB ^ƻ<-֬SNrܚۯ([-mn3g0Χ+X|<]D ⟸E%! %oxKq_Elkx(ŭ߈ 13 3:Tl\G0*#a~#Q $]j?l0SañEY!de|x~*gmAOX`%gFו*v/pqh0 cg-^ R:dTb|Q3n~D]/m )y^^SA9 S/JcRhʮ0٪NV߳'E,m:'eJ&^gUiyy1ܪ(h\ rN(GܭS WQBTՒY5A__4 N*jH7&-ut2DJ' [o!Gv H253ɉv\ҧ+wqxw4YD=Y2/pҼS`6AGؑ>GL"~[ ^{sȋgҠn3Nv&>_,ò O}{\K`%PBt)AϨdSW/OtIgF"nV(DARy%Έgᰂڹ?%U*1Ɨr.ByYw#Ż֣NJ[;hS|kaFMN1;z&T(=7k%_-:U"blnR4q"rbC\_c  `&ƝRǍv?:>;m& --!ދk?[0ô3+gl:n|BhJL6L`sޣՕˆ_@Vޞ# Wrҩe(JK-Zs/%yY h5^iM䴳%Ȑvm*V "AO>'7.|Ytn#w}ri@ЕYRaC"T(,CmSi? \+Eň.Y 9:O{8`,Pdy0良MGlR\9H.c5iLmMGφT4 d]!4.XL VL/s+Qf`5kԟ ~2gļbݒ/!h+C#6JsYwṴ.4){kAD ңW2A{YnTNTǰe]lOxg~"Hsy\rG耠2YaMhQ|͂yƻ .-RuqTZbrNٜrk36;VZkiȔ⯋-C.-nTݽ[ )::0.6ڪtCeP %pvbP_Il2OfhNnLS7ג/\F&$Eb1]Ԗsd70& vUZ䉘q9Brc߃i9b!?%~I#SBȔ- Y6g|DAgSּ~EKdo6 L\5M16zotrxDILч6yt"CuY: [+ë{3OdgY?OPوNK9Kuxj 0A"r)rnw?A jVtt;ͼ.3n zQ2J! 8'b嶍*=:sFYK$~_RKgVRN5MXx;љ:`Oy:NV֐4ۤϠbz[1mx1q/ɁξCi6gfɓ@-%cw$a'KƝQGjG㖱)̱FyMI*Ƨ@aFuɧ&^F8JJU~m,anNM$(q̵}s}ώq!̥~ʱErĸҞVӷ?_3gm>峓GZ#osnWG8W1Y S{ heX+nB[ jAR$'`~ؘ8}zh&7JԌ)!^4ٌ[~}ƠۛPfw{1wBz/n[)/|)6JR#vzJ'1`e2 T# +[{#`%Ɯ;/ fOvnC;\wW3n3`=#&ښɑ G)wR\n5%')RNʽv4j8gC2t\i|]!2GK'C\ytbp !z~.2DRpJx/rf u΄ o|7 6#_m9C0I ,Ț;.FAYO !(xA )!h8 1Vfo&@tf;1{M$??AG&vu?V.-4{\l]n@4q3ݺ} v"BLN#]sW½%JBEj oZq\{KќL:8TI#.6XJ~"n_j f9Eg0Έ1 ?|'QʡS5%-ʽJdW[|~ 2 RA.ߔrh.tD. Rsx֘8|μƃ*G63f^1ASf`074GQ -JwJ1**{ (d]$z2 cԒ/4}hFNMA2% AydRj8DO= UǮI頞m\wOihޙҦyV̎JhM&˒-,6#>Y; ɥUBNIϋ[+S\c3H6s"×bϦn Dݔɐ7y W? ݓ </ vLݪy)r|4e}-DѺmR`&yPh ¬֝ʹSvV9~t\LsL_$@8]M>QI -enFqDL5I y< 1G4,xYGnMG^R$aHVA Z^қYF{s??C' K9۩b,{HNKV6 M|˺O$nw>N?>Sȣ?ؽҖp{Wew{[pBGOK҇ˈ}{g1Pør0\bB FebLh  |=@CgydN_~o{w X^ȵ:Sʼnh޸>,(?tWSj1֮ 4R"f~hH:m:|%ڪTӮHV|'(H 1Z Z&{[[,Yd8 򢳌`] Ty2hA9@7@yK۶4%_i܇XMbY5^IN(WU]&$e@eFt}OnX 7U~p3@dN/~(&s; H)\}.-b@Yv^noY[AKK697Gjϰ_;^=R6r5m]bǝT{W^Ġ!3p֥uΉvq YP,hE{  zǖZhQ2r.XC37$16Jg#孖i[OcoRt!k{Eתj",֖P:~8v[G+{[co Y*E2|k`Pxɖ{)#h$ G5sZWN }6RɱqDPP5&[ Tդ CONE5}u6}.k}F$͕1~ZAbsHmP'[\u>ZF;ZE}DÎz^K0"NwP}xP0 BNG^\S4Ahp$o6vSUL/)uEvGHD NdV Qct PrlNhQۋZFvb7 :+~.QU#//Fgt1[A;4).ں#f{A0 >ն7,#nYJҔ"5 n>D9IJˮhS`(Q4)e)OQ> ?Bf%}hOhu@;s8Ͼw#:q!D(2|9bb_8g4&,2,%>;Y$k:5mj]#Zz* d~zİ(rp\Ņ곷e\FY/( R8̧m ,::![@Y ;3+ecٯσK఑&,a?S3?yV:Ɉ X@yq%:85{6.kFpqc7*>#vtijm=6Qc[W_[+%xփu5RC~Q~ /x՛莳%p~X2L~Aqh _YOgja^W}U`KmQ1ZΠWΒ(*jx݊unT@e >EI ^} D؝&<ĎOiUc b3}"TG<&{]yg؞ys Gtf/KPi]NXGߗE+s#+CtLǤ.' \ya,vbd,+vεƴ&/4&$?+Ȣ/}"a;Q)j{A8@O!x~a<ܛP IId}hZ?3"0zJA^|;ha_p7PHƨz65Ss7Kf`HӱRr$ccjj!SlL%O 鸶\}k7ڌ$3pTQ⨤ʂM۞EHQq$8!#J;TT &k$02  ]Ap2ܝզ ހraֹNo6MU:N} üZoX9KH[q&Mkvm#;zӮMi'ߡMN T˔/{ D拿n7V:NiXXg]7qHMgFq3c-8 ecP9ك^y[CcU\1ecRM1De| D {τ꣫nϴldOosoG;$j  ݁z|9"bmkhNly⣀br2T[ T\KȠP2mg;'͊,}ƭvAZ/ V#˔,]Wd$ trOB,@ȋjnSèVYT2W>[}!$WJ5 XӸWZjuv`4[`;gق P<1jmPɈЦ$t| p?M#|C-l[3$/Į#N%(ߕ٬vvbXLz=lG8Z{Rr ;j=J̷ίń: ώcvfez 3ƇL{~.E'y{)̸r p ڡ,DLײoOQs:;q} wohj @`D~gƒclP8\i'(OnJİ@c<=\DЏ`s0QubMK|*zxdZ%f0{ptI3N?smy56$TX}=rxk!?9`8M 5Wm”I-W=r$YIQِE]WY5F=.dh&D$K Hd.4@ ;Vע̎bK; ;Am0' J{IpAuš;exÎGD}d\. Mwrׅ8l%7m^iI:\"8;AcŇ\)9 ҬNRhWHMeDUSe3ݐIvQ@J>3yC'XbOZ ӃxkJwؔ۠IJ/yҠ4hɗJ33?7YPq#4AL-@KSVDwX͟6|mG)@A' Z%b2ʘ|Cj]}_cg(~M6M[Q;.>mmֻS^ۣ- 3gS33F$`.畼̬ i(rM0JЊSv07῍zGZVk X3h+  31%AiЦPE]8`)єIGKd ޘ} 0I;o0@zVU`@!/MTwێij|;y ,Kd ,&5RҲp*&.cEMt`B!q`=l5S~Kx\S PGU\u08*liNxBg)v; )8ݩb+pTW>| <);p3 %Yr|>-XWl !DAB #4xBr|8t_`񰮉_v C'or8F͞+SrJCy~=CwV8+q˼VȀbe AWb\!W#V `oMwqN7s(U(㋱j 'ï tbL`n(8B[Fvj.7DJ-dc?U+erڮl["`&de7N$`8g L~G[Sogdd6]H*R,+i 'd3׮zxcYzÁ<%CkVmGes>- @cA<܇[=5 jP؏yu}ח!ALSnsƱG^VHϹ.;f:xB0ɷF!?41WUtGԷH#tZ#ׄ[Yx&m.Vƕ+uR=X)o`Jm~Z(]{smG"ՁC Oғ&fLYy}qR(l!;ѺM:&s_/I2ݜ~"O\*@(e}\4_Rc3nUVZa_m- ƽG /(L+\To |BnM#bٛfT^NT*~lʝ(,smф!.%h;V]3!)+Ʒ5R穎oEQ֨s]!80)+^f[#{<) [O55qh'&aCiT9:L|\^@NLAa} pMVuhK65?7*ѢPS`|::?§<|Ɖ? 9yeqUxZ GAzI:[TZ2vkàv}l7>M,5;HZ6kPcjqt? #:gVy$ L`G?{F؏XT8C7pe3;=>|~PIQ\>%~\?0vSI*ʩ&dgn{'gL%,,H#>s}$LQHUR{jmhm ^ 4ۅ(2N:5m/ AjhWZ6t%p$ޝdjW.H  R2 K&/tAQ >h ɒށ`e=9b!2}Hlϥ;'ݏ|M 3YRmtyКEؿDiTJV@pF}=) RD.`W'"k!w= KT@V(M:AR7 'Y⟒pL(5eHIwh:)eH"o;۩ie2&H "BK(Pz_}۠+, j4$S0|e=~q@iq(=ࢵn>!]-I4 rPTZ;(+G4DpB[q8ɉB{x %F,ahEiʹeLO=CuXo@2 й+q!B}7\sZ i0e /ՆȨܳjx!7(dه\xqb_iK)^ypr)5VNTPo=c7k$&,9nt}3ܐƾ h(8 .hMf:lf|ϷyƁ}l&Ka읣&^kaQx-Zsvj ]~*`.1XMD~]qiO]pVO?!.$Hde,Jq"s='_E \^g 9C^gtko] ]\I^2AG'~)`I%沇9.wA噆=[6AKN? -G]Ch"QP++k`εb)'MiqOm.];γOII!_?b e 8$@u?@LG!5C8^vիAՙѴ](xorLfl=g;8/2%ըʤxer^v @FC2Z44"~}|xp$s¬^?{nm˕PP !^zeVx{e΂#<]ؿ#-8x?X8vtsABI߷Fv]`TyJ6Ǵ4(^Q]Q>)N#`nn<[?qICPmGK/,W fB\€푲r1G݃5:=ٌH(ޚ%;eD0^p*a*ؠwq?ߞTW4\wSzt-p}S7޼j0EwH/KLŋxm!DXS?|nhb-?!d`dK-䊲",8:d5Id|]YxK g a:U$ `ցW% Mrଳl ln/#IAz[*nS}opcSXP FNo3xH.V,n*%qsB7.ZP*&_㊬6z԰8vezRzX'p8u]M/3_.3%RZ8T /Į WOi&:O(K*NySm\ @/|r6΃qE6q--/JzG=5uJmgķa3u>ownD<Y5eB/',Gt8%__pPkǴ'N<0Ih7]n#+NPWֹ_=Gm: "$FC vWU1)hCf#{m@+ M=m}Ġ>eZ)&mWpf-.Jm@Q5$`1tf+bSj{eP8~M-u΅Qm\MQ(qr'Y!Oaޟt e"8HV;ăj+ZX{|ұ9y1J>%P]&0 ^zhMæ1h_TF6СS:c'GԘ!ΰӅ ͆'_7lU.5˺Y#4}X05E]T%YIlr| Y*}ly(_D.orgDd-t ^_vE/Qv෧@P}<&6:6.h.Pe)n{3|ЎOcEMM v}Ԃ5߸ "S|f9=,Yhyc y`JWu L9+"i+xxsswmcQj۾wevh0R89bZ$ף,MwKEXZFPP5WdM 47iW/1yݦaיk=_> 4Ɋtx#b JMU_rEh sIR xJ gpN|0ox%9@.}EfuR% T/DnJjL^$Y OeM:zU܃˴9gj(&0F&uicIyNc&vˬ֍GM&Hd}'_h*Eyz@>0_-8~k0h_?ZAniW~U#VCoD۩yL‰zؾ?7ϺMKI+Yn<]H:NlLw &=W|tH4[Ogl ;13g u^LDK޳vc9 *K3nHabJ*(PUT%ıM%֏֖ױSx1^heׯ cJNK^+?O(\cgbpN"ŪQeDD<^:\ (:[fD)VЇL rՄG2U.8".7 1y#źO7AOId-nD&V}5ÿ_pK#wy-/̋I}^H4. kPwF8C਄4[͕w3Q6^ɶKA]|[4 ƪ)HeL<^Ud }3BԿEf.vzAX\a/[^6@JD'9q֟a?C< ~MխyU`vck0dD#B\~ڈ&$0 ݆d>ULlJa,DP5atV=Ͷ! {+@w*bc`4z,Gr:XJ_\Z-ge6KXYz$հD#~kynR4aкugF9fP73D)^T ǫY$,Tr7VqORJ(ANj:ߜ_qnD(26~ r-쬞;Kh^ۛ⃞XYoQ$mHET?, J;ДCOxg"0ol؊686X\Gd٩Qplڒjcz5םc)c &Bux[U%3x-9l}+@W]1]o&UgHm|]Z A'F`8=RD:78=-S`[^hjZlbsK@[%zWV-cLư|?zA81anOa/j(SP1rOgN.4y" ;w0+Oe<\o[d:=z :SsX =3n Lfom1S{fo~[*CŮKN;UeJ+Ju*H:|vຶڍ.+k-7(PB/~G΃"ׁ2~E!+L ܺs!޲Kw&Q=N!G8.DIP7Kdd̒)/PhhEZ Yк#A>2LY S9Ci^x k.Մ=N3s̈́&B' <.G~%7l |3S'Dy[բ$:,WP):E 0(-=[ꔐ8P.H v%ȟp]k$6s/T(\}|Z0^i]=|tK9o-EZX::Tsj$t|0O|(`?JL-@2+S( +@bj;!\c{ǖ9oU:vI\>M6OiI;x᫯H'\Vs1,Z UYބrXŞy\׊n` Q=JiUң [2yr7.\Z@{GD-2ͷ6H Ȫ ]7I7‡B8ă$/Ԍ2e…ذ;> =7.ԍHXO!'|KG?s! lߑl`|7Dh5C{v ^z,_O2Z5h$] !Ǜ`NOӂIE)/Q@E] Wegp``NںH 5ƃwC/}bmgV|NmEFAK+nk'0mƕq#K \58~'8"n&d5{W^=I@uOZ@c4w@9Ɖ8554\δV#T;gx"dJ{prg$HAӮgs0ɸu"O]bn5<þXﶇ]"[rPEcR S(K)a:0Cm7;{=Hݮ1<~1ItwQsp# 8KTFQggoS#X6u{ɇ,{Xb‬ʔq|x@U,OheQc 2&CR4[@I)Fq_X]@v E/&~xWÄ.<>ļ^t7/U=|5э+2WY_CdK1~?s1Wu mbJ'6јVFNr/cK ˶1>O52,T#2A<($1J~t)D9 RJU 'k$t u}J(*=|[&ЈKQX̐v$g] "dSZ|W)$&ƥ%iMNJӑ @:DJ?&.h bra4)w6,ܝx9h4E|Xn!k>hgI}E;kE־H znnpt-1?@_KŤih]$8ۃ_Nd:BZi鑂ms-0-$2]sn1ԝ#14c'a""q;GgO["dh H=LF bFpkڅq zX8ih:ũ [AFc,M6Thк%P3B3FSfo̗Uc?ǕG{ȤTAXPIza7al" 'UYQ59OUUkǡ=A&BVTZ:eKty]!87@7$uZ򇏗fui41 bHNW=:k VSVi>n2s,E>mdØQ70G9H,I JzK^dCeYof6 ء2fW9Z/Hא[ldbW $~i Fz $=zv>HJvphmw3*390~Z }qO}zG.}Z5ܩP_ǀ2$SH(rȡ&twxZD7QiVw[%=/˧VeU1( o *ʿ5`$n&P- *̕:iC2 CȦē HU<>RIk' Pӽ#vkQ'؁rIǼ?~Q =tSg7[dqoϜ#w3yy0\'ЇS(~0Ń?^ x HkIMkKLWk'Om% x{˖3}8[`è6U`^e~`5GAV4^sR'F}!7B!ȌعzƦLR+iN#7lis+qjB=tk!7FSbpnO*G2ĆG\ ٵxM y:A#z-" ZTe㍤ FG4a$k5=2ۢDwXS?-v+r- ]2Ǘp .XhFvI%pH;r$`_ߋ3ڀyt@ }@V?ln>̈TІ&!`}ROGZpi2켨jF[4{#0vC#D~lU#D 'eB HPx.{(޲E4m:Oy<]kJAe=4:sg>ڧC/Uؽ{o'Ni>`ѡ9ܕf(9I^ϙpX+zS5﨩6YGE=+"KVjK}nk&ŘG$ 1膙{Ƌ F ~!33}Xv 1W;3 x z]ª E;$8jF)[[ 25,(l!qô SNZ! "VW8wwݮˆΨY`y7RK'MW i'PErp?p5ōA1&lEO'&F 7x"Ttw۞0Ǥc!rԸMVfg,rͱJ5Zog y{5%srϻ'2 ŚVC5 ƶ\z,%ݯ+r7^Yx![ wZd6qㇷx?Gȁ4-Q.1ܬfC};$$w4ł߇,&t aKR*пMs&vc(;{ &X_X,7wN{=ʻK-OR6 iGczC)nք"2bp~qIs̋ h윉zUBr(3 xמA'~^3 e˕QDBO4b* Ch_3}_x 4i]SS!-Cl>ZSʴ5~zU`'3rA)"h⡸N:V&IR[,qRkhGTM2JL*-VIY Sg9J ߶+~ydПƆx0v$O.12O-u˥~V* bw: X6 DihYt($4$~Oe?3G$)d+^d36갎NΓLZ֢Xbm s,)g{]Gܬ=F8O /3R86BV:ON {,yas:J0]UTXSV^̲!%S$˲'Gc%SmKmIF5ô([U $@C+ jMm7mp+OyB5oElʄ WTcp53C~-*V]niO_\֙MDPS$4QhZ,4evSRcKx挤dd?y+u_4\z9쉨\,ضѲ:k{|,:eү}Y{|/NC@f÷9m,sz}6tKU+)̯fEҀ4hχ\cgi@Fa|#˪#;kuh2!\?EkO?8~ "zDY<УOYpa& eV(sqnlRKUm/P/ sl?SP:7}X@ Mis}˯;_|x)s뼔`vltuGشxh{Mw2`()A T{l%pt&ܵuәlxZ\HS60Ek^dό&{pCuvP;n@1)2LpvBЦ߷u@]>3,cY?/>0N-?"ٍ`oV;<ܝ?{#S l%\[?#ͭ`ǿᘱv*cLxq( \Ҹm*̦'Bл{$j1g#=MiY&F*( $P}I&OFYRs~@S}.WaAμ*Uςp挖R<9C,\r-gm hBrcrF|Q Sv{Aw>AqVϖugZ;՝qI} '* P~EN0pe&0.>2!:٧_P3!DzXi;Gd/ϗXx;GU#Mnxy1MS(+1'= v~ײtţ;cS*{}مU^Y[R(%#|+JNix {5՘l^(ѺVR ז4$-̳Meg3i0> _EMկSPieA4\·7/܋,t

GĢ51%7eZ8Qy~qKx4/~gVaҮP4ԝǒѣPO-B)a:ݨgF#NR1xsG4Ԥ_#$*7 E2X' g0y>n9.A!]sӞ^PS5[15Ʃs\pp01X<>揍=}R)(z](:=WK`^7V)?р`ŋQ&,An+bi'6F`DP.䬭eBߎj‰D3ݫC7-6!&)_Q+wficM}ν[]Ⓣ |,P5 3T:|ۖ VuEPRtf]w1℃ԊP]RMbH{I%X}Hd^p_&0EFiIуhPU=?-F}V/~0P,TS%¶.cEL0+ X*q5gU8?jN\5'^ o0SBpIWO]#T`+?Hg}~+FݜN;̴1f9n(ºtD8.-6 rTOlɝ\hyA ^T@`(^5:hS/?8c2n ebcMܖ[iʻRvJ]| =ު"{ӥ `À77 ,L7AA G DCA>1 -1 sn0V;&]M#YЂc|sԖ<=Aws ,X.! HTGae2TT+0ݎIB* ?m@ȉC;Tl' QE = `M,޿8/]o[xa*F&\DF[S(@zMAr"}xNLpj?|Ejm! %'k7-m0JǺBU7P.wT΂(hf5U:qݑ[shEGŽғHi„5jw]5pbU&if}RZTV li|МCL`ȇ] H֗j`yAvz1œևP1V|fBFa<(m Z lG@pZX `&F\A&/q'w'atfClYՖ[8j%Uy9_xЫ98 /;[Ȩy]0]+2 Y t=\,`s_<x,GS>]`a"> X17o<'16-+2x/Z2w\}z+ I&{8P@d{ q w<L5SetџH,,w0\8~-IeBd4LeQ؀DLbAjur6;^0A~>a·}1 -~Ǹqx :7o$"bb K^rC!hMNDy 0GQ=oPv5Ea7m A}̒RMك V^NiQ/El\\`2,EVAqEbo#(iqcĮ4 &GPآIFIyyqzHsʁnͧmZu zJvϑngS8\J ZG 疶\ -hHnEk)jUhgnK=6`=4w(N!Nbť  6a'o+hX -u$D:nH h$̌uU1_VzӤԹ'}5+귫pQp8Wcf\yEФs>m@R`Җb~cHH(q֕6V{R(Y=6uH kȲwݡ|E]]$6y_v5cg߃^P/ q+8Iz6ioR=N{ވ5?hrh| s zOsYɦʄ4;o>s/!9(a՚V.C`]v3\ kr'E(YP^m̼GaUtta?eXDyB` I~)"•"a}^b^X]H? 1MKfzm!X j S hB* ~38z늛XYu]])/%ץx`ʣGIl~;tti8 9^“Xm cbkswQk3)S147no޲'r*5l4]VVSf*,1fKsY][3rT΁5GL*W7q|"+*&}!K/EvvkܵYӈ@IuYyuNYVkȄ'(3ъg%_ʆ^6L/5rl #{RM bUEM$\**w<۝ '; a `=C;