python2-cryptography-2.9.2-150200.13.1<>,,cI{p9|2xO]7,\>JЂk"e d@b%BێEEf T17nV݅ 'z{ $Ҳn'BCUy;dTGsQ?2&6S"O%6p!pQ A,8A! ۫U:\ǩXoT)t}`(ȝPִ"\:WIVכ˪$ԫѓAov;캀D%?%d ) k-Ni $  P  |  Rj SW]Fbbg<ggj(j8jE9lE:q:EBFGH,IXYZ[\]P^ tbcdeflu,v wxy Lz$$$$$$$%Cpython2-cryptography2.9.2150200.13.1Python library which exposes cryptographic recipes and primitivescryptography is a package designed to expose cryptographic recipes and primitives to Python developers. Our goal is for it to be your "cryptographic standard library". It supports Python 2.7, Python 3.4+, and PyPy-5.3+. cryptography includes both high level recipes, and low level interfaces to common cryptographic algorithms such as symmetric ciphers, message digests and key derivation functions.cI{s390zp31(xSUSE Linux Enterprise 15SUSE LLC Apache-2.0 OR BSD-3-Clausehttps://www.suse.com/Development/Languages/Pythonhttps://cryptography.io/en/latest/linuxs390x.Lj.0\\]] dUPP [ } }yy*N4N4Pv|KIB%'' ' ~ ~*>*Z*Z'-f-f1.44``<<\)ZZ | 6;<< 4 D>Q>Q # ZNfey(](x""+==?((N%%//5R{R{ [ __a(6:6  r%^  --'' s>)) EE bb)(  k  V $N$N HHpyKK !! : zz^]tWtWWAA(;; 9.<.<4DODO*&,&,  `,`AA큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤cIu;cIu;cIu9cIu9cIu9cIu9cIu9cIu9^cIu8cIu8^īcIu9cIu9^īcIu8cIu8^īcIu9cIu9cIu;^īcIu8cIu8^īcIu8cIu8^īcIu8cIu8cIu;^īcIu9cIu9^īcIu9cIu9cIu;^īcIu9cIu9^īcIu8cIu9^cIu9cIu9`EcIu8cIu8^īcIu9cIu9^īcIu9cIu9^cIu9cIu9^īcIu9cIu9^īcIu8cIu9^īcIu9cIu9^īcIu8cIu8^īcIu8cIu9^īcIu9cIu9^īcIu9cIu9^īcIu9cIu9^īcIu9cIu9`EcIu8cIu8^īcIu9cIu9^īcIu8cIu8^īcIu9cIu9^īcIu9cIu9cIu<^īcIu9cIu9cIu` . * Correctly allow passing a SubjectKeyIdentifier to :meth:`~cryptography.x509.AuthorityKeyIdentifier.from_issuer_subject_key_identifier` and deprecate passing an Extension object.- Simplify the test execution to be more understandable- update to 2.6.1: * BACKWARDS INCOMPATIBLE: Removedcryptography.hazmat.primitives.asymmetric.utils.encode_rfc6979_signature andcryptography.hazmat.primitives.asymmetric.utils.decode_rfc6979_signature, which had been deprecated for nearly 4 years. Use encode_dss_signature() and decode_dss_signature()instead. * BACKWARDS INCOMPATIBLE: Removed cryptography.x509.Certificate.serial, which had been deprecated for nearly 3 years. Use serial_number instead. * Updated Windows, macOS, and manylinux1 wheels to be compiled with OpenSSL 1.1.1b. * Added support for Ed448 signing when using OpenSSL 1.1.1b or newer. * Added support for Ed25519 signing when using OpenSSL 1.1.1b or newer. * load_ssh_public_key() can now load ed25519 public keys. * Add support for easily mapping an object identifier to its elliptic curve class viaget_curve_for_oid(). * Add support for OpenSSL when compiled with the no-engine (OPENSSL_NO_ENGINE) flag.- Dependency on python-idna changed to "Recommends" aligned with change in upstream source (see below) - update to 2.5: * BACKWARDS INCOMPATIBLE: U-label strings were deprecated in version 2.1, but this version removes the default idna dependency as well. If you still need this deprecated path please install cryptography with the idna extra: pip install cryptography[idna]. * BACKWARDS INCOMPATIBLE: The minimum supported PyPy version is now 5.4. * Numerous classes and functions have been updated to allow bytes-like types for keying material and passwords, including symmetric algorithms, AEAD ciphers, KDFs, loading asymmetric keys, and one time password classes. * Updated Windows, macOS, and manylinux1 wheels to be compiled with OpenSSL 1.1.1a. * Added support for SHA512_224 and SHA512_256 when using OpenSSL 1.1.1. * Added support for SHA3_224, SHA3_256, SHA3_384, and SHA3_512 when using OpenSSL 1.1.1. * Added support for X448 key exchange when using OpenSSL 1.1.1. * Added support for SHAKE128 and SHAKE256 when using OpenSSL 1.1.1. * Added initial support for parsing PKCS12 files with load_key_and_certificates(). * Added support for IssuingDistributionPoint. * Added rfc4514_string() method to x509.Name, x509.RelativeDistinguishedName, and x509.NameAttribute to format the name or component an RFC 4514 Distinguished Name string. * Added from_encoded_point(), which immediately checks if the point is on the curve and supports compressed points. Deprecated the previous method from_encoded_point(). * Added signature_hash_algorithm to OCSPResponse. * Updated X25519 key exchange support to allow additional serialization methods. Calling public_bytes() with no arguments has been deprecated. * Added support for encoding compressed and uncompressed points via public_bytes(). Deprecated the previous method encode_point().- Update to version 2.4.2: * Updated Windows, macOS, and manylinux1 wheels to be compiled with OpenSSL 1.1.0j.- Update to 2.4.1: * Dropped support for LibreSSL 2.4.x. * Deprecated OpenSSL 1.0.1 support. OpenSSL 1.0.1 is no longer supported by the OpenSSL project. At this time there is no time table for dropping support, however we strongly encourage all users to upgrade or install cryptography from a wheel. * Added initial :doc:`OCSP ` support. * Added support for cryptography.x509.PrecertPoison.- Fix fdupes call- bsc#1101820 CVE-2018-10903 GCM tag forgery via truncated tag in finalize_with_tag API * add disallow_implicit_tag_truncation.patch from https://github.com/pyca/cryptography/commit/688e0f673bfb.patch- Update to 2.3.1: * updated tests for upstream wycheproof changes * many other tiny test tweaks- update to 2.3: * SECURITY ISSUE: finalize_with_tag() allowed tag truncation by default which can allow tag forgery in some cases. The method now enforces the min_tag_length provided to the GCM constructor. * Added support for Python 3.7. * Added extract_timestamp() to get the authenticated timestamp of a Fernet token. * Support for Python 2.7.x without hmac.compare_digest has been deprecated. We will require Python 2.7.7 or higher (or 2.7.6 on Ubuntu) in the next cryptography release. * Fixed multiple issues preventing cryptography from compiling against LibreSSL 2.7.x. * Added get_revoked_certificate_by_serial_number for quick serial number searches in CRLs. * The RelativeDistinguishedName class now preserves the order of attributes. Duplicate attributes now raise an error instead of silently discarding duplicates. * aes_key_unwrap() and aes_key_unwrap_with_padding() now raise InvalidUnwrap if the wrapped key is an invalid length, instead of ValueError.- update to 2.2.2 * fix build on some systems with openssl 1.1.0h- Cleanup with spec-cleaner - Use %setup to unpack all archives do not rely on tar calls- Update to upstream release 2.2.1: * Reverted a change to GeneralNames which prohibited having zero elements, due to breakages. * Fixed a bug in :func:`~cryptography.hazmat.primitives.keywrap.aes_key_unwrap_with_padding` that caused it to raise InvalidUnwrap when key length modulo 8 was zero. * BACKWARDS INCOMPATIBLE: Support for Python 2.6 has been dropped. * Resolved a bug in HKDF that incorrectly constrained output size. * Added :class:`~cryptography.hazmat.primitives.asymmetric.ec.BrainpoolP256R1`, :class:`~cryptography.hazmat.primitives.asymmetric.ec.BrainpoolP384R1`, and :class:`~cryptography.hazmat.primitives.asymmetric.ec.BrainpoolP512R1` to support inter-operating with systems like German smart meters. * Added token rotation support to :doc:`Fernet ` with :meth:`~cryptography.fernet.MultiFernet.rotate`. * Fixed a memory leak in :func:`~cryptography.hazmat.primitives.asymmetric.ec.derive_private_key`. * Added support for AES key wrapping with padding via :func:`~cryptography.hazmat.primitives.keywrap.aes_key_wrap_with_padding` and :func:`~cryptography.hazmat.primitives.keywrap.aes_key_unwrap_with_padding` . * Allow loading DSA keys with 224 bit q.- fix deps for hypothesis, pytest- Fix previous change and explicitly require python2 instead of python because python itself is also provided by python3. This fixes: ImportError: No module named _ssl when using python-cryptography in a python2 build environment- Fix the previous change to not pull in py2 on py3 enviroment- fix requires on python ssl once more after the last change- Add proper conditional for the python2, the ifpython works only for the requires/etc- add missing dependency on python ssl- update to version 2.1.4: * Added X509_up_ref for an upcoming pyOpenSSL release.- update to version 2.1.3: * Updated Windows, macOS, and manylinux1 wheels to be compiled with OpenSSL 1.1.0g.- update to version 2.1.2: * Corrected a bug with the manylinux1 wheels where OpenSSL’s stack was marked executable.- fix BuildRequires conditions for python3- update to 2.1.1- Fix cffi version requirement.- Disable memleak tests to fix build with OpenSSL 1.1 (bsc#1055478) * add skip_openssl_memleak_test.patch- update to 2.0.3- update to 2.0.2- update to 2.0- update to 1.9- add python-packaging to requirements explicitly instead of relying on setuptools to pull it in- Switch to singlespec approach- update to 1.8.1 - Adust Requires and BuildRequires- update to 1.7.2- update to 1.7.1 which contains regression fix for 1.7- update to 1.7 * support for OpenSSL 1.0.0 has been removed. * Added support for Diffie-Hellman key exchange * The OS random engine for OpenSSL has been rewritten- update to 1.6- update to 1.5.3 - python-cryptography-enable-gost.patch is obsolete- python-cryptography-enable-gost.patch: temporary patch to run tests against 1.0.2i, GOST cert extraction now works.- Introduce requirement setuptools >= 11.3 to follow egg-info/requires.txt content- fix download urls- update to upstream release 1.3.4 * Added new OpenSSL functions to the bindings to support an upcoming ``pyOpenSSL`` release.- correct source urls- update to upstream release 1.3.2 * Updated Windows and OS X wheels to be compiled against OpenSSL 1.0.2h. * Fixed an issue preventing ``cryptography`` from compiling against LibreSSL 2.3.x.- removed obsolete cryptography-new-bio-new-type.patch - update to upstream release 1.3.1 * Fixed a bug that caused an AttributeError when using mock to patch some cryptography modules. * Added support for padding ANSI X.923 with ANSIX923. * Deprecated support for OpenSSL 0.9.8. Support will be removed in cryptography 1.4. * Added support for the PolicyConstraints X.509 extension including both parsing and generation using CertificateBuilder and CertificateSigningRequestBuilder. * Added is_signature_valid to CertificateSigningRequest. * Fixed an intermittent AssertionError when performing an RSA decryption on an invalid ciphertext, ValueError is now correctly raised in all cases. * Added from_issuer_subject_key_identifier().- fix license- Add pkg-config BuildRequires: in order for the last introduced condition to apply the patch to work, pkg-config has to be present.- cryptography-new-bio-new-type.patch: openssl 1.0.2g changed the type of BIO_new_mem_buf() (added a const).- update to upstream release 1.2.1 1.2.1 - 2016-01-08 * Reverts a change to an OpenSSL EVP_PKEY object that caused errors with pyOpenSSL. 1.2 - 2016-01-08 * BACKWARDS INCOMPATIBLE: RevokedCertificate extensions now uses extension classes rather than returning raw values inside the Extension value. The new classes are: o CertificateIssuer o CRLReason o InvalidityDate * Deprecated support for OpenSSL 0.9.8 and 1.0.0. At this time there is no time table for actually dropping support, however we strongly encourage all users to upgrade, as those versions no longer receive support from the OpenSSL project. * The Certificate class now has signature and tbs_certificate_bytes attributes. * The CertificateSigningRequest class now has signature and tbs_certrequest_bytes attributes. * The CertificateRevocationList class now has signature and tbs_certlist_bytes attributes. * NameConstraints are now supported in the CertificateBuilder and CertificateSigningRequestBuilder. * Support serialization of certificate revocation lists using the public_bytes() method of CertificateRevocationList. * Add support for parsing CertificateRevocationList extensions () in the OpenSSL backend. The following extensions are currently supported: o AuthorityInformationAccess o AuthorityKeyIdentifier o CRLNumber o IssuerAlternativeName * Added CertificateRevocationListBuilder and RevokedCertificateBuilder to allow creation of CRLs. * Unrecognized non-critical X.509 extensions are now parsed into an UnrecognizedExtension object.- update to 1.1.2: * Fixed a SIGBUS crash with the OS X wheels caused by redefinition of a method. * Fixed a runtime error ``undefined symbol EC_GFp_nistp224_method`` that occurred with some OpenSSL installations. * Updated Windows and OS X wheels to be compiled against OpenSSL 1.0.2e.- update to 1.1.1: * Fixed several small bugs related to compiling the OpenSSL bindings with unusual OpenSSL configurations. * Resolved an issue where, depending on the method of installation and which Python interpreter they were using, users on El Capitan (OS X 10.11) may have seen an ``InternalError`` on import.- fix build for sle11 (disable testsuite as it depends on python-hypothesis which is not available for sle11 anymore)- update to 1.1: * Added support for Elliptic Curve Diffie-Hellman with :class:`~cryptography.hazmat.primitives.asymmetric.ec.ECDH`. * Added :class:`~cryptography.hazmat.primitives.kdf.x963kdf.X963KDF`. * Added support for parsing certificate revocation lists (CRLs) using :func:`~cryptography.x509.load_pem_x509_crl` and :func:`~cryptography.x509.load_der_x509_crl`. * Add support for AES key wrapping with :func:`~cryptography.hazmat.primitives.keywrap.aes_key_wrap` and :func:`~cryptography.hazmat.primitives.keywrap.aes_key_unwrap`. * Added a ``__hash__`` method to :class:`~cryptography.x509.Name`. * Add support for encoding and decoding elliptic curve points to a byte string form using :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicNumbers.encode_point` and :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicNumbers.from_encoded_point`. * Added :meth:`~cryptography.x509.Extensions.get_extension_for_class`. * :class:`~cryptography.x509.CertificatePolicies` are now supported in the :class:`~cryptography.x509.CertificateBuilder`. * ``countryName`` is now encoded as a ``PrintableString`` when creating subject and issuer distinguished names with the Certificate and CSR builder classes. * **SECURITY ISSUE**: The OpenSSL backend prior to 1.0.2 made extensive use of assertions to check response codes where our tests could not trigger a failure. However, when Python is run with ``-O`` these asserts are optimized away. If a user ran Python with this flag and got an invalid response code this could result in undefined behavior or worse. Accordingly, all response checks from the OpenSSL backend have been converted from ``assert`` to a true function call. Credit **Emilia Käsper (Google Security Team)** for the report. * We now ship OS X wheels that statically link OpenSSL by default. When installing a wheel on OS X 10.10+ (and using a Python compiled against the 10.10 SDK) users will no longer need to compile. See :doc:`/installation` for alternate installation methods if required. * Set the default string mask to UTF-8 in the OpenSSL backend to resolve character encoding issues with older versions of OpenSSL. * Several new OpenSSL bindings have been added to support a future pyOpenSSL release. * Raise an error during install on PyPy < 2.6. 1.0+ requires PyPy 2.6+. - Remove 2293.patch . Applied in a different way upstream. - Add BuildRequires for python-hypothesis and python-pyasn1-modules for running unittests- require the cffi version it was built against to avoid (bsc#948198)- Add 2293.patch for "osrandom engine already registered" (bnc#947679)- Add disable-uneven-sizes-tests.patch (bnc#944204) openssl in SLE12SP1 doesn't allow uneven bit sizes for rsa keys- update to 1.0 (fate#318838): * Switched to the new `cffi`_ ``set_source`` out-of-line API mode for compilation. This results in significantly faster imports and lowered memory consumption. Due to this change we no longer support PyPy releases older than 2.6 nor do we support any released version of PyPy3 (until a version supporting cffi 1.0 comes out). * Fix parsing of OpenSSH public keys that have spaces in comments. * Support serialization of certificate signing requests using the ``public_bytes`` method of :class:`~cryptography.x509.CertificateSigningRequest`. * Support serialization of certificates using the ``public_bytes`` method of :class:`~cryptography.x509.Certificate`. * Add ``get_provisioning_uri`` method to :class:`~cryptography.hazmat.primitives.twofactor.hotp.HOTP` and :class:`~cryptography.hazmat.primitives.twofactor.totp.TOTP` for generating provisioning URIs. * Add :class:`~cryptography.hazmat.primitives.kdf.concatkdf.ConcatKDFHash` and :class:`~cryptography.hazmat.primitives.kdf.concatkdf.ConcatKDFHMAC`. * Raise a ``TypeError`` when passing objects that are not text as the value to :class:`~cryptography.x509.NameAttribute`. * Add support for :class:`~cryptography.x509.OtherName` as a general name type. * Added new X.509 extension support in :class:`~cryptography.x509.Certificate` The following new extensions are now supported: * :class:`~cryptography.x509.OCSPNoCheck` * :class:`~cryptography.x509.InhibitAnyPolicy` * :class:`~cryptography.x509.IssuerAlternativeName` * :class:`~cryptography.x509.NameConstraints` * Extension support was added to :class:`~cryptography.x509.CertificateSigningRequest`. * Add support for creating signed certificates with :class:`~cryptography.x509.CertificateBuilder`. This includes support for the following extensions: * :class:`~cryptography.x509.BasicConstraints` * :class:`~cryptography.x509.SubjectAlternativeName` * :class:`~cryptography.x509.KeyUsage` * :class:`~cryptography.x509.ExtendedKeyUsage` * :class:`~cryptography.x509.SubjectKeyIdentifier` * :class:`~cryptography.x509.AuthorityKeyIdentifier` * :class:`~cryptography.x509.AuthorityInformationAccess` * :class:`~cryptography.x509.CRLDistributionPoints` * :class:`~cryptography.x509.InhibitAnyPolicy` * :class:`~cryptography.x509.IssuerAlternativeName` * :class:`~cryptography.x509.OCSPNoCheck` * Add support for creating certificate signing requests with :class:`~cryptography.x509.CertificateSigningRequestBuilder`. This includes support for the same extensions supported in the ``CertificateBuilder``. * Deprecate ``encode_rfc6979_signature`` and ``decode_rfc6979_signature`` in favor of :func:`~cryptography.hazmat.primitives.asymmetric.utils.encode_dss_signature` and :func:`~cryptography.hazmat.primitives.asymmetric.utils.decode_dss_signature`. - Adjust Requires according to requires.txt- update to 0.9.3: * Updated Windows wheels to be compiled against OpenSSL 1.0.2d. * Updated Windows wheels to be compiled against OpenSSL 1.0.2c. * **SECURITY ISSUE**: Fixed a double free in the OpenSSL backend when using DSA to verify signatures. Note that this only affects PyPy 2.6.0 and (presently unreleased) CFFI versions greater than 1.1.0. * Removed support for Python 3.2. This version of Python is rarely used and caused support headaches. Users affected by this should upgrade to 3.3+. * Deprecated support for Python 2.6. At the time there is no time table for actually dropping support, however we strongly encourage all users to upgrade their Python, as Python 2.6 no longer receives support from the Python core team. * Add support for the :class:`~cryptography.hazmat.primitives.asymmetric.ec.SECP256K1` elliptic curve. * Fixed compilation when using an OpenSSL which was compiled with the ``no-comp`` (``OPENSSL_NO_COMP``) option. * Support :attr:`~cryptography.hazmat.primitives.serialization.Encoding.DER` serialization of public keys using the ``public_bytes`` method of :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithSerialization`, :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithSerialization`, and :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithSerialization`. * Support :attr:`~cryptography.hazmat.primitives.serialization.Encoding.DER` serialization of private keys using the ``private_bytes`` method of :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithSerialization`, :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKeyWithSerialization`, and :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithSerialization`. * Add support for parsing X.509 certificate signing requests (CSRs) with :func:`~cryptography.x509.load_pem_x509_csr` and :func:`~cryptography.x509.load_der_x509_csr`. * Moved ``cryptography.exceptions.InvalidToken`` to :class:`cryptography.hazmat.primitives.twofactor.InvalidToken` and deprecated the old location. This was moved to minimize confusion between this exception and :class:`cryptography.fernet.InvalidToken`. * Added support for X.509 extensions in :class:`~cryptography.x509.Certificate` objects. The following extensions are supported as of this release: * :class:`~cryptography.x509.BasicConstraints` * :class:`~cryptography.x509.AuthorityKeyIdentifier` * :class:`~cryptography.x509.SubjectKeyIdentifier` * :class:`~cryptography.x509.KeyUsage` * :class:`~cryptography.x509.SubjectAlternativeName` * :class:`~cryptography.x509.ExtendedKeyUsage` * :class:`~cryptography.x509.CRLDistributionPoints` * :class:`~cryptography.x509.AuthorityInformationAccess` * :class:`~cryptography.x509.CertificatePolicies` Note that unsupported extensions with the critical flag raise :class:`~cryptography.x509.UnsupportedExtension` while unsupported extensions set to non-critical are silently ignored. Read the :doc:`X.509 documentation` for more information. - add python-pyasn1, python-ipaddress and python-idna as Requires/BuildRequires- Update to 0.8.2: * Fixed a race condition when initializing the OpenSSL or CommonCrypto backends in a multi-threaded scenario.- update to 0.8.1: * Updated Windows wheels to be compiled against OpenSSL 1.0.2a. * func:`~cryptography.hazmat.primitives.serialization.load_ssh_public_key` can now load elliptic curve public keys. * Added :attr:`~cryptography.x509.Certificate.signature_hash_algorithm` support to :class:`~cryptography.x509.Certificate`. * Added :func:`~cryptography.hazmat.primitives.asymmetric.rsa.rsa_recover_prime_factor s` * :class:`~cryptography.hazmat.primitives.kdf.KeyDerivationFunction` was moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.kdf`. * Added support for parsing X.509 names. See the :doc:`X.509 documentation` for more information. * Added :func:`~cryptography.hazmat.primitives.serialization.load_der_private_key` to support loading of DER encoded private keys and :func:`~cryptography.hazmat.primitives.serialization.load_der_public_key` to support loading DER encoded public keys. * Fixed building against LibreSSL, a compile-time substitute for OpenSSL. * FreeBSD 9.2 was removed from the continuous integration system. * Updated Windows wheels to be compiled against OpenSSL 1.0.2. * :func:`~cryptography.hazmat.primitives.serialization.load_pem_public_key` and :func:`~cryptography.hazmat.primitives.serialization.load_der_public_key` now support PKCS1 RSA public keys (in addition to the previous support for SubjectPublicKeyInfo format for RSA, EC, and DSA). * Added :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithSerialization` and deprecated :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithNumbers`. * Added :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithSerialization.private_bytes` to :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithSerialization`. * Added :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithSerialization` and deprecated :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithNumbers`. * Added :meth:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithSerialization.private_bytes` to :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithSerialization`. * Added :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKeyWithSerialization` and deprecated :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKeyWithNumbers`. * Added :meth:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKeyWithSerialization.private_bytes` to :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKeyWithSerialization`. * Added :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithSerialization` and deprecated :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithNumbers`. * Added :meth:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithSerialization.public_bytes` to :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithSerialization`. * Added :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithSerialization` and deprecated :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithNumbers`. * Added :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithSerialization.public_bytes` to :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithSerialization`. * Added :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithSerialization` and deprecated :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithNumbers`. * Added :meth:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithSerialization.public_bytes` to :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithSerialization`. * :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm` and :class:`~cryptography.hazmat.primitives.hashes.HashContext` were moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.hashes`. * :class:`~cryptography.hazmat.primitives.ciphers.CipherContext`, :class:`~cryptography.hazmat.primitives.ciphers.AEADCipherContext`, :class:`~cryptography.hazmat.primitives.ciphers.AEADEncryptionContext`, :class:`~cryptography.hazmat.primitives.ciphers.CipherAlgorithm`, and :class:`~cryptography.hazmat.primitives.ciphers.BlockCipherAlgorithm` were moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.ciphers`. * :class:`~cryptography.hazmat.primitives.ciphers.modes.Mode`, :class:`~cryptography.hazmat.primitives.ciphers.modes.ModeWithInitializationVector`, :class:`~cryptography.hazmat.primitives.ciphers.modes.ModeWithNonce`, and :class:`~cryptography.hazmat.primitives.ciphers.modes.ModeWithAuthenticationTag` were moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.ciphers.modes`. * :class:`~cryptography.hazmat.primitives.padding.PaddingContext` was moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.padding`. * :class:`~cryptography.hazmat.primitives.asymmetric.padding.AsymmetricPadding` was moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.asymmetric.padding`. * :class:`~cryptography.hazmat.primitives.asymmetric.AsymmetricSignatureContext` and :class:`~cryptography.hazmat.primitives.asymmetric.AsymmetricVerificationContext` were moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.asymmetric`. * :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAParameters`, :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAParametersWithNumbers`, :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey`, :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKeyWithNumbers`, :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey` and :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKeyWithNumbers` were moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.asymmetric.dsa` * :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurve`, :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurveSignatureAlgorithm`, :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey`, :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKeyWithNumbers`, :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey`, and :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKeyWithNumbers` were moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.asymmetric.ec`. * :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey`, :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithNumbers`, :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey` and :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKeyWithNumbers` were moved from :mod:`~cryptography.hazmat.primitives.interfaces` to :mod:`~cryptography.hazmat.primitives.asymmetric.rsa`. * Updated Windows wheels to be compiled against OpenSSL 1.0.1l. * ``enum34`` is no longer installed on Python 3.4, where it is included in the standard library. * Added a new function to the OpenSSL bindings to support additional functionality in pyOpenSSL.- update to 0.7.1 * backwards-incompatible change: GCM module doesn't truncate tags by default anymore * removed deprecated arguments to MFG1 constructor * ECC support * added PEM and openssh key loading convenience methods * support for many new ciphers and new features of existing ones see CHANGELOG.rst for details - spec cleanup - reworked %check section - added changelog to docspython-cryptographys390zp31 1665760030  !!#$$&'((*+,-./0113446789::<==?@ABCCEFFHIJKLLNOOQRRTUUWXXZ[[]^^`aacdefghhjklmgooqrrtuuwgyy{|}}     2.9.2-150200.13.12.9.2-150200.13.12.9.2-150200.13.12.9.2-150200.13.1     cryptographycryptography-2.9.2-py2.7.egg-infoPKG-INFOSOURCES.txtdependency_links.txtnot-zip-saferequires.txttop_level.txt__about__.py__about__.pyc__about__.pyo__init__.py__init__.pyc__init__.pyoexceptions.pyexceptions.pycexceptions.pyofernet.pyfernet.pycfernet.pyohazmat__init__.py__init__.pyc__init__.pyo_der.py_der.pyc_der.pyo_oid.py_oid.pyc_oid.pyobackends__init__.py__init__.pyc__init__.pyointerfaces.pyinterfaces.pycinterfaces.pyoopenssl__init__.py__init__.pyc__init__.pyoaead.pyaead.pycaead.pyobackend.pybackend.pycbackend.pyociphers.pyciphers.pycciphers.pyocmac.pycmac.pyccmac.pyodecode_asn1.pydecode_asn1.pycdecode_asn1.pyodh.pydh.pycdh.pyodsa.pydsa.pycdsa.pyoec.pyec.pycec.pyoed25519.pyed25519.pyced25519.pyoed448.pyed448.pyced448.pyoencode_asn1.pyencode_asn1.pycencode_asn1.pyohashes.pyhashes.pychashes.pyohmac.pyhmac.pychmac.pyoocsp.pyocsp.pycocsp.pyopoly1305.pypoly1305.pycpoly1305.pyorsa.pyrsa.pycrsa.pyoutils.pyutils.pycutils.pyox25519.pyx25519.pycx25519.pyox448.pyx448.pycx448.pyox509.pyx509.pycx509.pyobindings__init__.py__init__.pyc__init__.pyo_constant_time.so_openssl.so_padding.soopenssl__init__.py__init__.pyc__init__.pyo_conditional.py_conditional.pyc_conditional.pyobinding.pybinding.pycbinding.pyoprimitives__init__.py__init__.pyc__init__.pyoasymmetric__init__.py__init__.pyc__init__.pyodh.pydh.pycdh.pyodsa.pydsa.pycdsa.pyoec.pyec.pycec.pyoed25519.pyed25519.pyced25519.pyoed448.pyed448.pyced448.pyopadding.pypadding.pycpadding.pyorsa.pyrsa.pycrsa.pyoutils.pyutils.pycutils.pyox25519.pyx25519.pycx25519.pyox448.pyx448.pycx448.pyociphers__init__.py__init__.pyc__init__.pyoaead.pyaead.pycaead.pyoalgorithms.pyalgorithms.pycalgorithms.pyobase.pybase.pycbase.pyomodes.pymodes.pycmodes.pyocmac.pycmac.pyccmac.pyoconstant_time.pyconstant_time.pycconstant_time.pyohashes.pyhashes.pychashes.pyohmac.pyhmac.pychmac.pyokdf__init__.py__init__.pyc__init__.pyoconcatkdf.pyconcatkdf.pycconcatkdf.pyohkdf.pyhkdf.pychkdf.pyokbkdf.pykbkdf.pyckbkdf.pyopbkdf2.pypbkdf2.pycpbkdf2.pyoscrypt.pyscrypt.pycscrypt.pyox963kdf.pyx963kdf.pycx963kdf.pyokeywrap.pykeywrap.pyckeywrap.pyopadding.pypadding.pycpadding.pyopoly1305.pypoly1305.pycpoly1305.pyoserialization__init__.py__init__.pyc__init__.pyobase.pybase.pycbase.pyopkcs12.pypkcs12.pycpkcs12.pyossh.pyssh.pycssh.pyotwofactor__init__.py__init__.pyc__init__.pyohotp.pyhotp.pychotp.pyototp.pytotp.pyctotp.pyoutils.pyutils.pycutils.pyoutils.pyutils.pycutils.pyox509__init__.py__init__.pyc__init__.pyobase.pybase.pycbase.pyocertificate_transparency.pycertificate_transparency.pyccertificate_transparency.pyoextensions.pyextensions.pycextensions.pyogeneral_name.pygeneral_name.pycgeneral_name.pyoname.pyname.pycname.pyoocsp.pyocsp.pycocsp.pyooid.pyoid.pycoid.pyopython2-cryptographyAUTHORS.rstCHANGELOG.rstCONTRIBUTING.rstREADME.rstpython2-cryptographyLICENSELICENSE.APACHELICENSE.BSD/usr/lib64/python2.7/site-packages//usr/lib64/python2.7/site-packages/cryptography-2.9.2-py2.7.egg-info//usr/lib64/python2.7/site-packages/cryptography//usr/lib64/python2.7/site-packages/cryptography/hazmat//usr/lib64/python2.7/site-packages/cryptography/hazmat/backends//usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl//usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings//usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl//usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives//usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/asymmetric//usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/ciphers//usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/kdf//usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/serialization//usr/lib64/python2.7/site-packages/cryptography/hazmat/primitives/twofactor//usr/lib64/python2.7/site-packages/cryptography/x509//usr/share/doc/packages//usr/share/doc/packages/python2-cryptography//usr/share/licenses//usr/share/licenses/python2-cryptography/-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:26408/SUSE_SLE-15-SP2_Update/36108ee61e5682e7085405a59332f549-python-cryptography.SUSE_SLE-15-SP2_Updatedrpmxz5s390x-suse-linuxdirectoryASCII textPython script, ASCII text executablepython 2.7 byte-compiledELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=577fed0783fe90ea1a84024d0b5254ede5693dbe, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ece3e8a376ca3a7e52a37f3c113e99905b2fa58d, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=154817c57059a22b5cd10c7d819ac97d3de9a529, strippedUTF-8 Unicode text  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]cqwxyz{|}~     R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R RRR RRR RRRR R RRRR RRR RR RRR RRR R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R R 鉍V'python2-idna2.1 utf-8d1b05bd33afb50995417e2b8893bf08b290da7a6525a3e2961d78874966104a9?7zXZ !t/ ]"k%Ӆ) Htw<,J$LլYFɋ5bg-ڕ4r^hʀ}#.GrfK5vlF~Ԍ*scÈJ&Ҿ1ݏVS"5܆^ޒDHȓxFEУdկ/L"6ǒ /{\ Mf&/ġ'>Iӡ(P?=M/@jB:It;?ʯ3R=@άʄYdWAW ηǏo|Da w>P7HJBSjig1605#>e|9iJլ%ӉW3b񿕷ͯEb 1g)х/j-nR}ITσ*/@䲅;j xx 8öChHb%ej$sJhĨ 7Nۛ0`8A''[L ꂉAd{=kI5Y>u w-(`#i-a\P(sW{m g/6 8ZB] ̚:?VH]1qh[)%r b O׀/Ԓ!~^,fsSӉ!f*7VƱ;Vus(|d2 uYڡ˼|aߡd r(Mi*lTU,Jv?^4Eb8?DZ*Ph6yVtF}νkXAIݫR܎5NI2%dX ⠣3sJu^d+c\&PIao {w넝Ozp#^SqDrKoy,>~w7uobNos۴ 3WdZzRg몓`iZ}bP3,?d1DxQA[xe*?bn>Y f G[+~W&><8KNJDL\2=ozR4r4C/&9J}Vf.M@x=Rv_i+G#kA8 0&;{n=Fw8A፪(Z~}]~ӝk1,.L4&O aT#& 1 :ڹPb9#VezL pca`裎5? ?3&44}sch-jߟy^N()D[v<ʫ\v^gOl9#Y, Mԭ=T5(jؚOv:ZʜX$6Oز5Ωb`vA 6.4pN?fK<,@W) UI#8N G̑rp j<﵂PP[]V_WddmD@Tn|`S1#W9ө M@m CVo"͋H>AҌ"ox|lDǡ X(i:h%.F|( ] ېo[@8 FMqzE[ A0Xro> >m'Sa𾾇OQtSTo',K/eSդ6:U r{BH)l #[ M3"/޺9ah eTieM119lZڗ4 si$y"?ʙ=]cϮ YrLVHX<\hg ڤ15$. H(l2c'˲NQ)g{!LW&DPή"OS Lj3bgfh&78ӯ ĭAjy1c7א`ןY*q|jlSV6rtrG& JSFm9֮K03{z \g?ᒹթLN4ҷX:n? KdhO?o3'XZh RB7nP5mA"sQ*uBB&8$kmMG5 CK5LRTF;{ׄח#23y6T^IteԤ 7W'0_lr,%!zקɅ3A*&܀:gᴚ`4կ|jrꕏ-8􇘳M2|›]: >v>l^90 "3hRG3qI: ҿ`RQJt~1P #ִ;bA>>n:|@J|t ;*L<Ch?T')DpjtaYT'm/0wITMxܬx_ȫCRk8kl<>ފ?P7B?,xuvg7Q)L"0kW*dgiOդ-eG!$eZ5۲9˿}2Lz]rT ±>]09˝_Kx)X!U꩏ȵ-|ҁ39o'صƌJ!5m%lLp ƚ˝.uƿf|ˆ;w\~(7xG|Eˬ[0 ,Ln .ү9G).Uٽw؏$la0C>Dϩ! aY|,|p)SoZFU\U3-{%mܓdtvaYgáĒ(LAk*^31Y: |nNDuͧ_~m興G!J, CU!87fz,=sqE .AB:tut,1_%FulpQ#;7i"TPY,ѱi!NhIS EsdE%4.X!6xⱔn:8] nL(K113;<]wso! t My*[Z}=i]ئWaa]qxBBjͷ_*E\N3͔jNYۤ!KnסFsW\yAZ& %3vϤ9{dB󝤌kdT,(`x@le 5mjƐǨhZqP֛Tɀ^" j,#55pfI`b3|A0,1.TZm*[/d?+j B 32z̔ \liDl\AtXvi>r Ѿ%W9pH.>0 ol>㥌[-Dz"<РrgrZ+DSChj¯y*SloMhl]}Z@oOԯ0 c+I$Vűw[I&n0,<ݴp,(WS rem,10Wo=Bs{b8a LMoȜA?^#0˄.a샡);tXKV$|rܘ.G3dA(Eu) ?mj8uG.~1iØZ[WRVu-Yi:hJ.O8)EyqOOɊ{3'` ft5v؛s RDzJG@̛ǎgk0!*D3c3è4j5RL.nQf5G$R ^dZ Q&!%zŜnd+7"xwU1nY2Qk$&B[l|)z=㯪 dJJLbZ>I ߣ3cTjd?/55I̫ X<(/֣}|{Q]:L}j-2!c%֪!24t t@}S0>“8]iW)EpyxZ"[ǐX-:¿c7pP%K{Na_F1֚t8l$#/N qOY/]Vl_M.W&òTĤ %_1$ j'j>Iq(b:`0f(5+Dû@죀WV65ϋP9Ld=͠oDl:n}Akb )Uoi ֣2篽${TڥbGL@>dso:kwU[9cM_M̵!U:6Ћ_=^I5i*,1dNciU߁&/Ĝ' Vw[|!1R3++i:rb+.%RB<۶U"ә=E|6!>xU_I@L{XjǢtۖ_ (siT蟧׻TqSr_ܲ[3bkZ>(0]I^\TQ*se6g.>sHԵ́cG,JD6g&<ϫao"j7tY87w aj]Ym4$%fNH@S&{Z-qȻ^'O fЊWt[9njo"{Hk!£z#7CHSs t1 iB]{lqfC1>wb X1q%_/Uwa ˸fjy!U-뤎bp;Dpnps?GM';ېkb׾H\qڪ׬=(Q(UR H}c &eXvlj#UZ$ 0t&̘Lrr0<.*6&.hmz;}}xc=GI>ӥ73QazŃ/h {Aƻ9_"Iٜ9LMT'QSߧ!Ϡ-|@.8%u7\qp+i5m꾜Kf& 5]$p#[H~O 4 }QlrX"jzk+Jz/޴ 9`گQ(Kw[R;VS2?\>/'k^ f^f\Q Dhtr7+{P2.{6)LV9EK`0y)bm/hfC'M4DdDw_m%NWn#Ahn2nۇ$C?+u"lS+*1Z-Y璵 l%my1%-p$㕯wQg3edM  KJENKLk!r>rڒudž`T'WR# +OM~|Eist ?֠-"^7K;|#:òD ݱ۳|^|Y74% 4SWˆÀUј{S *ahjY 1QLL(`~B9" s^F{..>ڷ}!bq^=λ+ V?0~Moz7 \$Ι#{z_(40uA 3ן"J4v6碷eVh1ζ\)K;O,vhMa[y00R/:^Ѻf4/ '{uwd_:TJ ![VBc&d( ǺSg8&mܭ_5٧h3XdHS݃HIbנA<F0Czrk2ƃ˥%DHUNJgkPn A"33 ôR"}U2tpkc<"^QB%7=D&QՃA5o[D".^>eGr X5`QqD=:HwWFLqj!ߟ$et]<颸1'o!\Z˿'u;-MZ`Xv~6e3?uyt/E5LVN\\@)OGutx52!(]a{ ҇o$^r/ߑ 1 v$J}T璋%+ǡh4mZ3'7%u\, ï[v>4`ʪ~ RvtD7x '._Vy:Rw06د$&qK%Se(OXH19X4Rڋ3]5"#u1T/hRBǐDRT#k8+/,FFi.ϗK]PQgXRէ{ zzR&<ŀOelrj Τ?XZ|1o hHvН_tu3ՠ54QI13F_Ǽjer 6L)ԁA,.5q.ɈO` HLmȊn/]e׾qf)Hr;>ü{uޝKCba~Ifg& ¤o`DՋF{}5!-A:v[on2%4qӻmk&cQt,fٝ 3K`gCI%%O:nl9\h6z:>;}]I5đ/3in|U:Nrmr?ֱI3j10N JM4 NF)̚,ر5uS۝gJC~OFoli5GZe"<*Fp@ey2ll$h/[{n6{mZN7C=0:uɲ۬,WlzE? C5jD݉ߺch6㰨wekKMRFnks\}>IEFY3^1ȳԐ$Jؚ*+?^RxǞIQa.R2UTN4A.іv)ƒyE'xN߼|E;A?h Ο>"D\]np>5D (aH gg.*\h~ch8s#Ey5bJl?;&S_BeEluyUh 3mVQA.;6 WV]<р,Wڲ2@وF1L_U<;Fߺ~עt෺f9JAZ(|R>*.]HsjNq-]IԷ|MgWmb%qၛiq)I%T_Q@ (StgS=}ۓfI$N!"]F@="Ԅ3\ty)\Iu `1n{$jm/vu>%,FƘ6ޟ/,`a%wU5](Dyݫ=vM-veFIП1 CoCcC;2 [KMf~s`)Kr*ͪm:lE 1@;\蟈Ngjq~Z޻ :)sYX/j=wI=UZn83ޘ+d|H3y} IlOQDƮ'b?N {〹ғ I;O3<~`L BDxJPQv:,uLถ"NekԹ/i%#ݾ|W{Sp>FhEj3L (.]QwUk2S"z11Qn< q\C-Qeu$:SB߃Q1*OQ飔 >oo yeKuiUR!z~]`/ee!2#aamҺrY\w2&Мev'Qڣ'Kۺ=S%L"/| +2d3~+GGrm4/Ϙ 54 ^] o_ q8OEjo%.&ڝd'<;̶`ݛ2)'}~+qApp0Yqi!a{Z6Qali%'O~(v^[bkBBfyN,605,S78YDpJnN3(_M@M@\~R phsLB?=|΋!&_)D{/p߹`SVnQb9_ֽ@uɩV_1p!b]#JisfߍEpbt47bBBZ ()y^`q!rW ;U %{M*B?6eL݃rmexE%.86Ϧ jEɓ᪒ZLT;>;. &lYPϞvz9YЊJFWDžjh4ZVU[Vi|vHbkQQ}i蚈 в9dLY~7PUf`|e$J63g0%PLE($zr_nOLNuR-P!173K ~G)7's_^r>9Q }+@d5aSJ1n!#Rd4%kO992B\l1OCƒqK?\p,*aPa; Hqa`|؏$}3TStzt,CjӮ5D|'Aȴ[r},~dɿ/Fx0e(H5ƨM$?QURr /p#IOr  L;x 捎 y.$A'n%@S# < uN7"&q9RrRwh/”{bT 1GDj*GU:;j'jHA[I|H+X1bjp/=Og֍4m 3N:GM=.jiCanӻ n`4ürA<λQoBه[/&}0"j*ueIS5R or[^Q9s L[v esa$|:ţb؛ݪy/O0&>̚V^ 2zp{%ony -9 ylB+OáK.~W9\*QƬN=.aa@7d 3#8KI ~6ď=6FljD닸ӷ| lTtګ1@{BW4?H',4t_!ɭ=:']k-+ '%gF)zw5ɹ!V:x81"ߪ$rV̟ǗcWUGl]1]rK*tѻv"r'pg~{@w7Y2j{qY|d|(%̤T)ָ G'2[D>ۊ♭`aOqeQ7'@I4pveaۅʑV*p_<~ì$h慘yMْ8Gi̗cLQ2Eqv)uo&2SMm e_ RTl.Vm"4#2Ckvh:JkE_J.#,އ*$gt(ۺdW[RcFxkaΗk_K(Q6!1,PݬFxz0%3!\^ԋVIR שּׂk\ns hE7;i+ <-&9A}Fi~m:~A֚rz"E }QDO&^e'?dJ!1Qor+^ VïZ-ɳ BHy4́D/G܈_(P~4kO;3-i$>Ӎ O}ûRn(`cV·"_Wo4fF@\fH@p TeJt~6Dm?khxϽE<ڲ%9(ɒku|P^@xGx0Os+WL.+ClKUF6'3$FF˶<=}!f },dtMIt\fl벥 kQo* v6A*=)?\[wXs +%d:\Xÿf2+yP)$ csm ̩}cFĴX<2Yد:jpwo=>_b::)>*zmQ8Dz8eHPTvs^I2n|4Y,pl+A jy9O׽S`D,W|hc&1M 't po_ZMH DPm!)pi'z$iHs2f6bЇDh~QXߡՏd&N0ci ȠPNpV[zzع2xڻd2yWǧS#ўw;3 uۼ;7R}Kqթ@wv(֓V!W7-SڑHeגlMoF)1 w[]ǘ 62Y_w4C8/#6W)qQS@C#EGI({T!a'E3eqޙY ¦-Y(;4 셼mce8&AGQ&_9+kzx;5E 2^iۘ_`( 6P5(4ԕBCen5SX oQ$̟[9AlɸjNc?m0))ř8XMt8cc|QAůC V"M=z%\k]Zk'HF|ƃWXun{C<]2@?zohiC##֌K3˒EZC6_;X Rܙ> J_j ܓ"gϲ;T/Fy\C3@ax30I8>Bo :-`P8-|qѼ6b^cX=r68Jx:Vfx$?>ڱ% CU# ;!.ݽrA*GKQg\h%Pŏ=",ddMmbmmw5Re{ĊW5~~^?5CPy^x$$ϳFh7jˀT܏ip%91=ݯbb՟߹$A$pPvx\3m}"8>h~RAc^zQ<-|=ir(dg*J˛ *Ui2U-w+ɨom3ס$tB5Y$4^Ϯ/!LC{j㨑a;JH1ʹo&,18w3mJ;L%e+X]1wD@ `Vۮa]>BXDXHEC髨oS#:w nXA_ؚNō/8ʏ3>T Cx\ǀX 4ӭT֨]ĮwsT$1T2}ΓvûY.iNmɕ\A7)#25å?&T,~р,4PƻCʼno@%+kTT$v-`C.j֨\ ؚ`yYJ&תRy\%,k$Hi_:pyvAc2f:#G)sm/k%0 [6B(|Uѱ6B-K]P' QzޗSN˩nBl3elh)w]r-f) qAۑԳ`;/hO3ntSBƎFBfZ>HGm]cyՊ#ȥegxuNJ҂vm`z<;Fz[~^qއ?AVj׀^̯]Ԉxbl9VbJTY6F 5;6ߵ񉱳)D&^D|\G(q 5ҍ$ñX+e?v_ ؍6L~1O>f 8W>xFxhZ&^ي/isiu$ F B dYԾAװ{P?Ƞp .J%pj>ؿ!_ HˍIt:8$ mO+6bnv )2ћkc&pFWp|S{NЌwPw$dфZtD0' ;!SBT{_0pYA#H-zXUGF6FЮlšq-ۑ%F.(%%z &Ksc2E[ݚ;&G3%e\oD,ku:$wQ!I* q#`>Dh!PI.9cAn17JSW8yR8ۻ5ųKw$RU6,ޫmv'@ @^fS yHVO.,qB¢'`FT# 3XtRt"H~$>iy؅Ѯ{()ųa_a=N \.?"J̳|Ӛ8e絕=O95Dqې(2K6$͛K@ 7{qƪµP*r| GүbFsЈf*ƔJp/*BV;TAq st_A o8Z]p#/$GǪyʠNÄCJЋfB(h?=H<$OQ(9.B$j9M>tbZp;F7sV[ġ2`BT8 !-9]*X*WTLۘ@!b:&H_)e23ܑrOr_uY{)7 J;H)m!jR[@bjG#&$Yc_Y{sHp,};-ڄJ PrJ+i5:MkZx 8ڞ"<cU7M nf Fj$/lZ3;w$OS 5A+1 ~99ȟ\%DM\ :Mt*awUeq?ov2yt@u^ϝwDA}8y Z +tˣBX_v.= FKڃ%'2!%.7U5NU& v@l᚞F"{'y'dZ/0# wQ i5mZ!~TTGp{h(q}UWR/)p&"0%" 1a>.ŒJ*@zzx(X^@[ݗY )K'?6snS&ᒦJ'u;|A W0ϮH96'>5Su  L`_w_RnKxҜP[>wi$*mm@44 zMXIꛥ-` WW X@e GK 6 n Sş)H7櫣&,~Wf'8o^jyVK4y`s%O 4|H WE Q-~ǁTϢ2yO\7Y1$hV 4+,q;n '>b\5c#eK~| h) ~HL5Ԧo,\[6=EG  ZDWͯr৒}2-ڛ0u2l;?sRp@~9s@ { `4_jVH Hg(ER4GiJ'(.xg١M ȼ[ Wx= ~f3nJF0'!₁& 22RwE' tv5,L 7;+Ę1HD) 3eIj0rԏ.]&ɳ/8|{vr6ȃF f.MA;;D-pn2Y2Վtw-unZ{3N9sBܻd쵊j Ca:Y%O^#lW"˅ѫs3m-kxV=GbUmTb9fJ 4 nXr,ܬxƒ"v4f7~[:S@}Yt kJ\/ɒȡX7|KvMaEnVHcF|$q y:Il]kH=%9BR- |nmm1 >j/sE-.ZG'S\wY*k1`g3-ǕkDX5i筓G٩Pk`n OCᙒ0-;i+zωdZ[4#ωO$M0^pkgɺc2+v>^;)Rfr_-jDz8s (.1 ĥXJ (8RƤyQ%Fm;U[ŏgdUf%C^yy^sޝ?K"ꊑ2DZ[Ԏ,Dyvi|It"7s1d rp@8zwâr3H@/MwLP_ )@3E¹YRoz65^i  xc,&|&Dإ̋i!9-x'!/L'2Ul=R GFZ2,LElS$5 '`t/)oo 娠j"Lu^d!ܫ~+N+Lu 矾h/,'%lq&%6Q~assڣD,I@ fg87"??plP[o`ec4'y0 2h8?G+`Ha¨z(!{/%"!U^Lej&m1L-o<6k\;lppB`P1vg뵣H$&uA} ř^ﵾDUƍ^뉁a^/N&8/i}01ZM;)?[|H*t>JYUHR#l!+&ȷ "\RJILd6bCLIBsv2oC#뽴ś<1K> ڳg*݌'U٬9K~mF@sv_B޽^\jis U.΢Hm ˏ(ۮ1uxO{g/6h_~ލîk&G,f@ӏ&i}Dyc֖_GKYbO(*T̄n[a۴LMS]u4䖥; hcfU7􍌂ţ& &X)laAo\QCP1V9,F5oTϤtI.\ Tw~;]eC܂ esp'{O]rM捌{s|0q={0H*wKM}mGt/N<흖dH3_/2o=&uPMk8Y)ܚh}հJލu\;16{PYrAk4!(g|.J_\T:($_d҅|+zKr^t}-Z[s m-i]3/夕-;RLGQU! Lق+Πzx)21B^73 = ҌNq>'!,B~\]bjvb,\5mv4@p 5x1Q N2exf퀖a,Xߡa5u kh첞pNj(~ia᯸TL~ĤEXjѵ-8ЯS& |3Y'ޮO/A3(ǣ|Nb@KņuE'ۭ9wgH&He ueaGD?'F/2b/A>S51tŌC0qO{)FpVB ?_QCS1w< ;ykձo_Y@]7O{UCc^"|Dcb1:¹+T?&jyv?'X-Qs8ooC(XI_6)E2TM?9&U1nBا8d]ѯ/Z^$ĹQ"wPs8lI8>>A&79=ӒGĥu^<¿n"%:/[aAT@KӘD7!ͮZp+?fnȄgnU ,LxFTUKh Y&@1)'mɝwehkGebv'{-xGU=LUЈkCkyQ<;s ѝe|L>XOLͺa6=S5eZ䏀fq/lԔ ϔx]nS`,)**w1Vgu%YxӈI _@MJ!OΟ/:jL@쬇s\ym1 ˏHpK[{_5h`=ɴ`WZsy_56J]鱣z_jdͫ>#E9@JIBpYo_ Z`H24o_t,MIb܏:BEQi[J8שK(ïO߈ R@28f*!x$=0\ jE2³ZJocZ9U乔(Ec:0$v/ uc.H)!@QQu2틖*؜#r;|Xd E_'#!({%A1)(c/pvںvmtfpK%SB4_:vL {rӽ OSmIV&tu[=v?>P" ݕ%]HB"z*t~z( bXWbo[w -I2i5.{k(2wgl8T^]}kvEi)5V5;A:(BInr``潇WY>udducJhu-(LO`"P`okw>xSh\o-OX)c Q+1_aÜЄ`BXC~4]PͶ7\zRt|y8ʙ] ی*I QrbcPd?2dȉ˵O^I<NZX(Ɂ61WlDxz>VJfξ 2{ ' t/%{э6k:,ƃ13R6;%YĆ^i,R.kH~Ln/ #nWP!r,T8@WxX_G-]Lj%H4:6EReo=m|b 2P:ԛPiD-`o_H9w4  _ڲi aɠ u +3ǾWl㴲 Ɔak:d^I)_[aJj ''PBvIJΛ+- ƹ+("jomҴR6Lߩ%7#?R-^ N%Q _m`scqщY,ũKRd7BbZr*Eƣe9-5eZ՝6͂ʇKi .EgI*rX@u:5ZHZm5kpI+&n?bBh:I#j'efv %l@tq< nzkzc Қ^åjEdMgG=##d.B|="]\@_OaeDЕ|tb5!G_ ‚n4ZNY}S_WD0Z{Y)cU]N#]Iͯ<ʜ ݸCȔu\, 8gʛ˞H|8ƻLR'!L&* rl6Ϋ?n{eXq^TA SE)OL;7;ٙ $p+~w+m['gQg8t *|1.)nbKrt_#ӁF7qoP="H'/l(w.,k2W&7oA" oqc JHĨ̖tS )hPV6q:HղOV`@'ki6=WT T2'11-_o p9Ş;E:?`u!=`Vk!39y8@kHi2Ruemj,I؄3) G#H}s.%G=ԕ3 ^1̖ /։m !깑OJWxU&g|WYh\֢"kx U LscDR[U q$z#ʙ5a Ԁ7 1 ;vQU|qۜGQ7; W<=iA1BGG V(_//3 O?~7IbrNvQAZ_m Ǖ,%|VsQen/S gtveNXd1uxI֏d͇]7.Zn9]"= B e[0w2_Y:Ž^ AA ^@ܬJaЍsq hGܦ{lͩ͌s5%WXUh5#6C1 Wq!^f'<9S=8oh{ pc[C'8sñO4qv8C}ۣw9XUhm(Wc%nImU4n&urxcޮ^òizƜ'o/@0hEaL(HOI N@2|9 $SF x1G8v指,D~k1Q+BK@T -IeAg3l35D. |=mjLdCdi68pו+r%= Bvx-4`?3(}\Lzg`5g`5v<8m A6}'싏K4QQ-•7`Eƪsl0+)"?ˮ&V U+_$MB3\c0`(1@U|7pdH4ͩ# !CtƄbU+P=]0CܑnUbR}LR~Wiݑ2A00x8>pԹ):"Ĩ`_iD')aZ @T R\`ϓqD4)&wMmx=ZÏ9w0_dF֨|y۝v/́}]|cBHdО}A&(&ԆΞBu?ZUdĜOԵ؟`3 AeNa6zJvs>vpA&"hyK8}Yu d-HAJǔ}VV`bTln@!p@Ȅ!TQ'Z2S.TR('ɨiQZwuIܳ7"Cc.۟5r z5*]nwv/fkϢށDxõBgyjC`K|b@~ A2{s@H~M6d&H'z46ӄ@vįMKwXӹbI8MJ!Pikz6no0uw /t -ĪZt~}x>}x]h!u'9}w0L(s(tPR?槨X"ġ`F8gE3N F+yPwK/nRN;=%#PSCq~pŘV3ks8HRXN_%-&5fQbùKј4* O6SŸӮA=ж\dqkViqe+S[c"|1(f`B՛mnL!ɲ\"[ZF#@32&1 \/li.N uj٧gKFD7ՠezmǦX8J%FNwEȰ5JLoM Rz>+XԻ^_%][wB4"[n5Ka>+#b>ic0:JKi 5hPo@&=0x~'k#Mc!/n)NPF .lC47D r2!rmRp&xC)شCj gFN2ڇ >wg8FT)"FaB"CbI/J6^MsPS@h%}*Ba۬?`&r&@P'z& FflǑLtdo]=9Ӛ Pw6m.wNNو K"[ 8IL <vm#ve<ޥ=b"#{ۚ=Hs{#}?Q{ϱO W9,=,Tk[X *m1_e+V%O6% خ fFA*?uauM|eśN͋U d"gz'`h]}$KF6-P&jaR%a`X<6KQ#!|&vZ !Cn>Zf [m$٧-lx(%l1;m踌5jJ?3| (cC7#O#pڰ{&%SkoIƣT` {| X+bRcNKd4JUR0:3:ب0椑@?jS֞SvI&t,m6wˡ@!Q̍'0\!jD~'mZJ s#OeU܀HtMfSJw!Znx,f.R~1hk.ҿ r'[H~e :3+(~ s@ n [ahCd׳Ɏ?\{ANgRd- T4|Ps%z.(H;$R]fv>Mt0Z|{Ұb>+XI'15EB=C QzM]mX׏8=zƕ]GI͆NNK|nzI, 9:"8&F$K6FI)OO !(T$P‡,bȠY~vX$v-`FG܍ 5',g lNIUQmqӞG LѴ\BKY8"wIO4<x?Lv\ grSÝP_t96/2[H5(w0ځTQE"AGKö%|j PDꌌ_/ykGaju3`>o^?}=[axă^I>Ƽ0$yetQ+B,Ш7dkF;&]Z Mg2H6ګMod/ jdșEx6?f `20bc-5PNtU *V#j|)wo3]e&{*La[TZK.kwd{Iz_&MAsldFyѸSr\W\Dw(R-ju S#zdouĹm6\aV譬v >J!Ӟ8M lt!*9+Nlk RL>:J A!TXOĥWWmTx_MGʏ_yw!h=`xT Cm;NlI Y{#*^%K | rp>f);f"Գ7#as a9zpYv(^+.z@͝E*%LJ_ubUmc= F . SnIrKu_t+;h `oB{]W5)W!tsw5rW.mFspe1cmP$Xo#E]epZ\ +ǖ[椧HVxwqt1i}`[ѥȐFT ǂp|n&M0rU݊W^=Z;!{OcKH(+Xh!"gp@OS>߲񽢜K#8SLVE`ubǹ.GPDV oWt _EL$9KX1O%:Pj)~Ӄ - Aʼn׸`E =3,{,sdY+^F-r%WPo4 n $vYŴ1!/[njpG&(N*,,*<..$G5 o5zw8;]֨nѨ:wRZy++ LzzgO5[hyfNjp #֑P_]`7!mh^, *8%߯X=MS&kxHw8ӝ`. RL%h`vA%mu+H+YigܢNM1ȓHZ.A+ q HhY4WWx `JwaԴ]mEF7r>8.AeJbI)zKA71?LcSPD4e[Y8 - x >Z7`  9NuY۬4{?ˈ0jAz qC^)ب0T@KYm5/[8֗y]J@?,;i)ٚeKMjP6V #e֩OTDeZ QeK_ cѠL]-rذB'5Y;7ޠ3]4f%S`{kml }&<ғm wjNG 9@l X0] p~Bٰq]$MIEj穨lCͣF!;D\A/wznwǚ a3Y\+g.> ĉg/z1W Ya1%se,+ՀTSN协8Ʉ-^5jl~&MOi2|I)¬rk^|g31qNhe,!pQ.\p{e[[X1NݥcJV]Z1ɭ+L`J-u47HGg54֧d2ØIj}+kp(RvN;r`.6b&gݷ8^DANDCQFR,H$ ;Y.[x*>y ہ~zM\9_wK|ۑ5%"wZ$`sxQEukZbf=K6*4gNB:=ѯvxgFl\Yr%S!su\$Z)99j41 }`Ex71asR`?5!3#cvPyP%Ij?*ُ MvpxLobψΐH}`U0 )!<ҏs8 PV - u-f(=svT=dLQ)``SZ\ۦһЊv"i<ƃѝ \9;<PTB?C#ZS|mb}DF]|B]+S$P z&jj7kjrga yaqȷ˶eҪ 4:/9vOSmu5z`"QdK7זA$:E%+Z@ yCΕ trܓݗqՠ21='e1O{H|V˰~_ԞT?-r\DQ7wAd4>b6a2:20nVOMj^2~Wp9,]w&Ŝ$oോ1mi%>P7췙7 >>{y< a-ƔN)zf=!ߵz0߂땵ƽ NC?[8_3:O pCJLW&O0=bSèȕ"ࣻP:=Ckц-A1 >@*{փ Ku4kZ#FU徆:"(M F[ 8d6Kۥa>rW~CbM$'qDqw}`;?(AGk(zQzr,(V u)IC""J]o1.t 'aE/krZC69Er+j6[/Di^ZԣX"?RpcZs_jFʩUc!xljy@틅c$ '_8+=iˣdK[ `{~"s1N*1>.'3~ /BNtkV֨#1p{:iVB{Z} x9U8:'ձ@8@sxNPz|l XslM( =5`К%3Vwҝ@g,Kԩ#Ik1W IIk\pXmxjA+>[$gB" !?YέA8uF\oр{ 5\]&>Oŏ:rS"2n(@=f;0C> h}MqphpA @A;ׄ_бrZENx޸t,'A%P8:SXJ\<gKl1]&.nzЋ<Զ&,IScefHbU՝ZC/☸Dg@%+8#)XB؆'@[N?>" nV9gk@n }[lu yrㅣ”H.S;->:_cN E<Q-Ա\F͏(b&|GI{0e"B.!Ò(j3zk"ǩ|a~h .k|,+ѕ,X7&V;yL*M1o:!}.`btv}aLĿ11BXSz[|Bw洐^[s?K+ӔՊw{R_+hpIҼHDr-!9lӍǴ̼k"eOݾ-b>՚Ć O1c Y hS -wGY$%n}BԬ/Qx@i M(.?'bzPMCUceE[{5<7{,re3ҏ|ͣ!zhAͶ敯Xu?UsD,նpA Ji1 >qhtHF;=_ȨfEx][=)c#M< Ǵ3P=uXWr"i|N,_x۷ ^Cen v8S Q=:!2xZij7+^W19SSUldJT%ueg+VL8KZT$L/H>-(^aza8$Xn{; 9OwE)g@U>);.P% @`̎DDn$: I]zbpÖ6"{ߋvG3\ݖ=(wn{=(Clzy/K]aH3]PH߽(xfM`AA!5s.Bm}הe?P^^ $ ^_O rדKT!aX5_)\X'hne@|[l(;§ֿV}qϨo&ufע2us8xK ٭7˜/9ꐚ;V@bkdp,5ovjlӺtDVr pl*iFɞv:j*VKװY X{?lFc./Ck`϶O"'K=x/Le : &'nid),x_O"sC6wd0>pBIy]A/x9^eX)pqARe`sk<=dTHJ߀`rs50 6p m$_@<_+f8Dc2sfp(lΌpP?C#(&k9 &MusgNzο'$_pfhe4ƞGLley;(Dzڸˉ12eK![1Im=/YSP S)'yցjQ=<*8aPuƑ"ფ܏ӮO!ץ(/ "t:O Z ZÎIHĮHw[A5-v:v E7e*3Ҟ,~Wǔ)]se9Ct"Oa^MYJb;>?lG9!]x jL͓^89GBHU{ݟ7!ag~RSIWSk!4N1x,r/9vSe7y&Ycܶ/$v(JHM-0 } |x~Pm8ŷa%83:(V,nʍZfLk,׶(.w.=Hy. mhB=(!Hhےh KQ, ҭ&X<%G>h*Lpˀ>95zk~B 2ښyǧwl8ڦ1@s)_֝a mPwYa?eԋp no5ev[P -UE .(Ó5kU2Il0=Xʨ \sEH5'B|r䰬h|ASx cN.PB~+ׁ (Îȟ;<"pӣ<ጪQ!Dd$oPe*$Q3t?Xfo0 |TO6լ) pt1,i'jA5c"2*(MMQCf|5`-NϽo'?HIo 3nBJV8ؑ}S#>TjVM3лt=H~5؈.¡L8Z7bѪ -3_E;71WKJĈͮQy'$^EHڌ ʑmyFCNdrdSxVP̽ 9Κ:@&[;ſ34- RE.S˵e t2~y[5 6x9g6/ް?}D*+m^Q\$[ɟ / Jg]\߬9j^yƱg\}ι+ij.7ו,8ӏ^YWorx''I o*`\PS9&ع:Nc4T$thSM~5]YvBT]l̺c*h|l6G ;MNڇq 춫dx~_z1dZZ$\lyw^QVךNC Olke1ܽɠEI̺g\STCC`UB>a)':DTV~zoaY~q t{ꦝ9cͲɷSD&!9X!$o ;X~dI,uGJFz\;6893Y!%h̞&5X&B#*qՉ@7Xǧ "sKf/ru+/).+q]Q`ZÈ >M{pYGsc㋏cr#jS=ؚNX`olF{.z#K֕fAm-Z[}?v:`㉠y*r.fzIh%"}O-d1EM`|*{CZQ=W3[X^"j3/7يYK4K; :lp|Nj^5Os6?@uiBk[PJLkzTIО,6uB l3HcrMü;5! sn{!4C.9̄fog6]Ĵ6߸{`ijEڈ\)}JD#XDw\W@,*\ZL NV5[ +GhŨb9)Z lIV~|eJg xU.QPg׍Lh2pPjϯOr)mf էL%4% Z@byE>;;|(pxBuqMC6ýѴZ_VSvRp(jtfYƠr-aV anA‰Ea]&CJ%K8*"k f`i@Ij${= Gy OH1 L:ώ2`1,$D@:YL Q0n^Eҧ+~4O%]D~!O8]ׯQl-(^2M{p&aƁė}\st'v1~jѳ8LJ=ܡfUK;OAz\|̖dme3*?p =C![SӱYfYWDžK[k۾=2ŊZҠq!X-z(=B.dC'2 ?`. 9ʼn3DGF78HCggj|U7?<)FD `e‡'$Y8jǏ(%7vD%b>8w:U!yP̔KAA*FUcuƘRݽ(ݒYAY $=&Fv?I62bRļVـx_"QF3LwngU +^!;J kЀ|+ƊsA!RF2HE}ب 02mp\FZbc'N%kvq>&vǎ O' N FkctS=ɣ>Ǯ%S6CeWTm VJ5nA)MQ|ew<(o. MeI9ɺql~˕wԋ'SBh Y[+EM` TBOs1~%mfkDJ!Lsdu.جQKN+y>xj ݹx#sřH7U?U_>KqACKhuD$`RZQPx`bsj:e.'e{Z\0PG0ʵ=_ 'ь:=-PEf]4![_OI쿏fڜ= mi/8=T$xaS`=˅ι@ANYLCz6wDȼ@6!737;+,)+WM?/S{w=l_نl~@3FȳKF0 uoE7SXt {5ߢ| +?ҊRty|e8#9_+_gFLrfUZܓ|mi8J6I1w.?9(srƨ[:Z/TGRWi;dQOpXn8Xv2*A1iV'c/ Uh2w7ɴL. e {_@Mћd[Q2WhM}1=,z7O^^@U=J.ف>?}&$"Y"LDd>5nJz4x>#n.RT1>H  4նҼ'\mqȥSo#Ǣ\q끰6 J^J f|*bjWWIz%jyo|JrydzY:9ڀ.dv3K*C+ٓ!̇'/37L`--NܼFLDWYB9CF6 $τQ I!;_]Ԙ?ebA ѽi[I}ڲ^Y'- f}g~<7Uam׋{?lSJ \8݊s}Gʞ} %af~xRǯ%Ƅ`$!aî܈Y2SMOZV%HJ=1Jm҈] + ^aՀ &W>u}/v#Rf+m /Y ;=7FwwtCmgLa+ͅQ:^x4Jb.Y="5fXi:,쭑G$@kpW֒\_0+8,XFl#ʻ wcmg&aq[9-zd}PT$ S{=&(w~v'XQ4 xvb~a y*?b(h2ʋmnm!ËGpe \zԀ*wԘD±hXHBaX{}YNvZ3- ztK$e6.憎!sn◧?t1:l5J\%(wcTF#V %5yC6LtڨlkX%6LPu+G ))ģn):\ 'MGѴǁ:H'TȕsnsE62G)L$R|X9iwZ3Z?>ΣNW!s"uZaZzֺ} 3Nelj?W9bf'}aߟs0vqƏtz9;G40SB"4A)}O']|,B%Ln,,Cvo hH"ߤU<0@O깪M%DM$U n7#xeuKV"anC|P ܯ:XXCvnxlBn{{D7ǃި f\,N: "wJ@baD Sexkre,S癩6bTQct@TZn97GG@>ɋ "ÈJ4w^ lE~8[j36P=xe{b*x tlewrv=2iƽFϟEۼ&}w 8 ̓xrz;gEMV#yGQ Ϊ73g{ Ig-Y)a <WsG x `k6ԇYݣr>%oJ'ݞ:_sw29Dp`zUV9t?HHynf\]лq}MQ6rx dzo)yٲ7O2cqT jk@"f|IJArɰ%KqNn̶ Cs@1b@-!B5t>!Ӣ+ٯ TƢDxX.Ƌ-ߌua׹[ )5+grizrE*B#`JpB!- 4nAACpRTb;X&9y|WR/X*rI!o haU^vQNY|=I%7k$-r_k&+dq~Z)U Lj%CkwNEB:UqPo}CcٱݗXҧٸd\|"9ZW:-a@o}f֨谼Gvt܏ s, 4&vm>^αry*߄4YsR5Jc!*z2zSƍFs5`9>6{bVAKcκO`~;mhHHb.|"GlC\3@S2GM-vLi^i̽H}=@kVf0qOm/ Jvީr7 :?u+ALNը4R3.eCIOǍ(D/]N4Foc=]G >7)7zg?k!"̕ sN&tU(ByģWSX#xOP9OѾ`JH%&dKmNViN>i1Bײ>OR FiHuҏqx%SBq*yfbD PsPK-&+gMA􀸮re&YLW]Bd{98_#0n)u<]߯ UHtdطT:vo4CM }80XQ׊+T:blA#gP/,Ir؏SVb>B;O11HF!mpܣ4njg/\\J_TךK<{NAܔxuT=pH=*vy)9 (O7C? bOƐXݤEӱb !=L2REq)'a˟43:>J&KXtIƔ%l~֊œn.m}Ͽ:jdu?&k(á2("llh\FgȳXN${R s۟Qy-44AٛszLƋ3Z'+&e#Ϲi"@LzC#=$@ R6_53HbLXQE5<"B9 Kʱm70z'6QNE/jez8qatl &OL{R"_*ٞ 1b =gqggCa']Z;Z?-0h3 PUL<fu,2蠟Fz$,pX45N:$1S &\)|QFb4g+HӺFdzyB"VZx"BH-:}) N! JR5$blsV-̗[36FlMd- t6 9\^}Bz$&,L4"$DU\B=rjW뤯F_ЌIՂ؊jt[H Z_;|`5æ;w 6ƏC +C 7!Αp<%;%0}Ssjtv2_tI%aCDuE1w51Zc'3:%g^sj&hA]$mfF<"%Hdq hW1콑CӞYH]9b>ABv:Dc0]גr(J9r*`(UoRM'lvks3q-DF;\Tx07" #Q]f{ KkaB_!6Mbښ-"H"("cmTæ UO2 GtQC$L+ Qc;i.m\38B! E{]1D[;1@l+ӆ~m@ޚ*W]&|1,ߏ޼A_ʵdBͷ ::Ε3'7g},*6`o"'lϲ]Y,`r9\BW&ŒF# VKJAg?f]趵d2u[o|=!,Uj)FA8Td: &kW+Vԍ^>!~iJ^]!Suebz/' eKw$;NJ_# bԦso Uy'"}1ewr?N)piTtu N|V-~MG\dϨ&*IFő Hؼq;Dlʘ,l!-*+Z϶+?9Nf0&A&M VMϘ/ ߢ aq^N4Zǔox P4HaOωj='"wym[@߼te[jkhD&s>&a.o݆>Ei׷fc`Q84>(mqjM ۢa\7-mF$']n7B :5՜ 'cۻ|? U51x9 /+^g$ D%jh;=yk{ 76<o܊8o^n߲Jҷ;ΨG&п>8kh"~ De灮fe#N2;ߝ>[hQ/5vd;5 bIP-k}R^)Mj%yΝ<^0!gͿ8jA‡-aJ5&`äE-&ʅ zf;G|$ ? FN]B]՟q;߅\A?d58ET||vm6d!^^\̨*+~4/%$?aV (k:APMT!9;]cHG\Oe #L|%" 5Dcf!\(uJ jq1lK ` =$#(U^10C`nզWw68dD 5ṔZ@Qk}#m]oQ/RN˜) * l&ĭ*5="Xb9AiT:4M䈁~0qj™#&Ǟpv@YG>2NH :qM΀p!Pj`Ϩ&E C(iW.D]thvY/LBN`\&m7xRDb6+o9]2>LxdU0B27o-E6@a .=މ۶x73%jձ#,SYid[bהrl!zjU˟%i7E ڭߓX(8Hܜ!ȌlZ6.dP/s@'7% @Af)~Pgy>j@h+[zԘ.iĶuO#Jdszwt-zd$4X1t´ )g_5$4g5%'C}nm#&ڒi5D5on흨gr -:tw+LҼ<@Ŀ ]TO>li2]-a"Y^է:rG%hyC)?zw/[-iߚmwߐդq`BAxM񷆧k!I߾n"g9Ebnݝ=(7Qkr6xr&"aѯ.7[ dy@{GSR6˟ewvQҒ*2GkfU ] m _9M׮^X?Cmzc[)"uݐdpJ{p}`{sv#'O:*c2S)h[EFT:?%"*gݗcة ZD۪Noη*J{p ︰?f6LC6]fxFIqivC;_'l0HL@r7qaK#`A b^O U)ePG@0+W)"퐢y뮯Se=N3N%f[t`C͟#(c(!-7%xQ|/ByM- 9_7n7.c&0:"Ŕa5:.֞4ga~zo.֗給f2[ZXd$V14^9H,x,yVjTP x 0FNQIذ-/;Rhf Š0jc;qwcؼPi rݜ2uPqK!U{OW)XI4]iFd"Ex1ct⮦ 6YzBY.-~rGD E==e+K(Qdf%3;x8i$;yB'Ѐ>E9MQzOJi|L!x; es3b F65Bc5vΰ\rRVCWotM7A/g\}~P6Ou%7RBNf);J m0VAvhҮTipe|L'9*.*7"8Z.mvxB " KhlgYD0nMp_fjCKhR\2҃]DON|n7f'=ssiV\aڂơG-ɒC!bSo+$n6B?$WBW+QWKũF<Z #:ԑg<%lQ}~[`D>iD#h1Dwr @?.pi:,_t&LCļqHDGlwk PM (ԡF 1m3uG0!4O#. wMv!wn?ƍ2Wd0|(oys5(otzB1m^H` OO^yBKTKo싳~x &ZptJk<gU4EĶnm[:lx:[UХ[5y2t^Mee d>3_*ejQ!"ֳx'- Zz6ENL&4&G-.Ԣ[ldLYx@i^se/&w#' (x@hC~ $br%Coq7{wJ` =sm%W${ze;zٓ=n0O,UĊAQEXof]["zI$}%3)N@h 7VRqb/̝;|"7Ley`*/ eb s#U h-X||ћ0W5V:ЯKoKZW/Q3[22`[h4<Ŵ^0jbQ\Bff(HnpVEl/>Wbw:R늅f36{#f*r%_SlLW?E gлsr$kڻSVa*FGQ(R6(V0d'O BLMw <*F0 ʾœ# EBl /ډ fٝ)it/Ժ1H*u=6e^/tomIZٌ>4@^QscŤut#ZL3ջU O6|20 |kj1$:kT>pmA>isrʸI3vX Jqƙk2lUZ֖+`slH #Ъx8J{YAfmڃG Y$]I5LFr68Kgm:je4˖M>wͿH&=]w[~[U]v:D/6^W[<;.)vVJo.-| m4b:G397T#(YŢ^ F|ւ6|&vYXCFm+Yw:+ )&‹c߶\yMn\sYN3 Aa{h[D1D1Ks9=aۑDM(Ge NNsE3c'f}ɨ--pp dۡ&X rYz-$&֨M7cN&Nii%))\J2`i!-e,#GmDž^ dA GkY R"W-Lh{"uOE3:\/6{?햷~U-gMMkFy1cem_{d֬+S!n?`EBv.Ty>ƼHwWsfr:VyVu,"(Bl  eL;p vVhs1q[$XZ\ emܯJ(̀1Ϊ($*}?8YfI΃~4UUAN0~jG&3L(1"il[^~7Thq |[#$#Ċ6m&m<CFEM!W/ɳ;Jl5 2/ziC>ZڋQنdIK Ϟ?ajˏdUΝ1Dh=)kLp@c&e•jl(){Iq |\MUKc> [S2@\P\!KΓ.|љR>VF!~5#vͅ>Eq)`G{Yr4b/+,ŤK2~靮~VZCVNEu̾Wjd%* jNf3Tyd2hV=A4F6&g\RDzSkgz:m`%U e^ָʹ]>3^O#LgzcT{iEVs,n<2a_NB Tzª[d iUGf y%rӽgMIi|'h|^>ғ(YЭ pJ>U $Eb\تeօ`2gPeofRjlp,&1SabCB.L=X zb%cDHuJ1DSY@iLsYe{[fLMe/ãYKsD ~-MbYQyE#0>Ӹn+{m5`,(ߡC.>'NʌL?coوߔJIwZ1Owul0fIlO;d9I0QR"#$Ikl!~^`1skt^V1sjui58M$6y-2*M`6Ӌ7LLPUYx/}II'֘AybG2,+HfLz@/0 }ú :~|(A q X{l*Mm®tC\aB>AirR\s( WŨK4 uXL)IE@TbEoVLڡX<ơ) q]vl0ak@/8ฎGSCO+6m 0LRRO.δx@ڑ,C6SJJZ+9/E-Z'Ht7DstB2a@J m&>`eGEҌgiZ3n2mNpT*6&xC"0gXZ0Ň k+ƱEn}ZG~vJ>aOx!E.7E>IQ7f%ʉ#>姊Vss2>z=)ToCknLs~L U8uդ@ հ/ʖ .@o !;mGf`h4O)_Z!(j0UV(>cOc aR$:Sg Bt m,rHh2?C7#yE 6S5gl"W!Ѹ(Ժv15fvVפrHڐߘ1eV ѥ1 ;+^r[:SR($9JacΗ\TqG^VZFJB6w]dZl5NPzXjpE=x5|Ý<zC4']ޢP[ǞAFr2ƭX=ek1N=[c?4'ӑK'*)0RȄՑ" EwmnY+=q^e"GN%_wRBb>9IiZTNxx RÑb.X ~!#7+[냗$\ŶAs'j J6% @(H:@۰GBW􉼚pIgGVqraS;u"¼]>^dlWL̗ K&AlHSiJMS5d^+la;^0m㉕3̳P\@PuL8~ DjR,Wm?E*{L.K)ύ<@3?b1G5rY`ۅHg1MKndpi7//Ѭܛ,NP{B)8/6K'2 h7fm6\_ f7=+ +KKⱢ_J:3h}7cRZ "pQzf?{VKҬߍN8a$ࠡбQ'!F⚞$3FpL;D-T4oo3ez oui~WؔuG,"[Y2 `ŏ='&C\s2ڷH *IvnuWD<.4UNU̲*ne +iFI]o)?GDs-H5_%n(3P (!:yJjNKf+_?, )|u>ajܪʁqj/Q]UU }u(-#}cl QL+B wX&$bBU%ݚq0S3>UNmڏ<ظi 潘)!'EC#FSqY:qi,I$dtJΫ{M^hCVDsM.,kok)>" ~YBlMZ LCt*3~H2-z r^E5rA5]?iFO%Zmiz3u􋽾)s5v});Ng[gzTڎ?yO9spT_9խ{y@CVFqN‹Sd_[&!pmeew4#g#32 ' s\B$ +j_*>3Kg0|M𬇧=Q|i2; wΎqRŪK%u}5Y:jrIuGQܑ201%-aݧ/q꼱,1*V:J]Ԑ5ew"-8j3*|FU{귍?P=mqk3Y8H};^-撠P@oMwRFpLO ۰L§-? 3t7f-XӉ7?<}(P} Bъx؃AaL@cRG}/6ʚDz%>r>q' 1P`SYaPM |T`8~geM{O}`l#wxpZIT^tk':65SL7VM}w3 ?GJ]!}5w٧p!߻6X+QM1v3փGy?V*oMZdՔ.`hpWmg_)Ge8ѝ0$A#}Ѧ !o#HRrR{H"<O!9Sy2EG` jͅvXRER4M9W$KܖB/EZ ` +\)@hI|yL2QׂEOfΟi^ɽֺq%VG̙uU=_ >t!όc&ϊ/G=j%#71ϡl~IOFd6{^grI"!o<}0blή¢v8t6"˳4z-Hdk<NCae<?bЗhS6Z 4sẽ30?hx^mNu45V 1x]aO,F6yZANk+"a*D o~q)As+1Z e&`Z=D˺#Ǵ53GԈ ON'.#bs/A6n5!GCN;nrˢ3RIX@+<<^`[ӹδB(?qqDJ~þS,,Ct zcpT9tQm`+>ҷoz-j.@kS)G67)@ej%@׈JVo:)wKȻˊcb! ZYC}<4\iXA©"zI#0R9MR$_3d&^6}' +fEIl(BFu:p5|<؋Wϓ$[Ѵ{]+uBQ퐢 R6I8IoQ/TJɬͅB$A]36@'XaT]8 @KnX EJڭF 0Dlm[j eN[_nez<61 Y'Ɨ-fW9Ζո!a׌yWw'lۅHoɫȏ8Vm:Hh2{jF.cZ@PPp듨]OW#&iˍXw~:ЅD؋[n0(-'Mov{e\l2u7Rhr$C@5Δ"+pvC{WƎulcE6K4> cvxc F;pl:}[J= A}IېAV9VM~I#G~l[,h.! ϿRr]#EK[x('uq 8f; cG_nKSV&i6BRDn[COdpJ0䇿pqvۖ>;u*GhQOrmJ0Iu;k3{ɰ^N2*R:AnYVF0ENJ$u.5f-bU%D@N)Bՙk7uIIHc:W;<[WLɢӗ4[/7(P[ѩk4/kMG=ʈ+⸛>sL.MO'{{Ľw&xsq"zK6p*n3d[YxȠoߙy%E0Ǚ0FL@đa!@>IKrX^F*~s?|2&RҰy3:)ݵ7 33\]="0$z?0 YZ