python2-cryptography-2.9.2-150200.13.1<>,=؉cI{p9|D8LNi?-(R. EUq2_ S|1Oa4 MCIwY`QW:NͿ[-8kL { Rr.Erפԍ=!k`};Q4*'q: [bf/;--YOpiLЊU '>˒G( HuQiaixAoW)rX1kegU J B6)-YbLG>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լͤ 1Пn4xsey[dCnPV΍t4ّvKLN{f_ٜ}/U?U1//p.Fɸbm ; cJBH怐4~52&c&;! iJ|Ԝ* F \ᝁ_9A4oꫡύ+Aa~+{>wmplH~2J$d>vSڵru$'E( 1(Xȴz8{=g?~k55W`CLV%+]VFn`ia+c[_V\WRr$T}ªN{9|W#᭔0W;ngy]NMsx??A_'8onM%, A;A -´? U214v=1HHt:Q<ҝ,(Pd ]1[e-;k^8q9cI(m/Sxh9'K0J"f)R5hg2,%r2W Etvv>6]|{;}} c*F6M͔{Hu6ĵB`6Cww~sCp%wBڸҠp몿04c7B#vTm{ (ziЦ*R6qP.FQ);ShY9&8~Ur`VRT<m!<0zy0 $OjIǏR"$ĎD5D`s w_%%enZX[GǴ P{??8T|@VR?yWp]n$%KX;2rqYQ!`\]4L4}`t`,i o]`]6:̊$!іG}DžCcWҞI9LL@y*Ch. %SG_(zY4} 1 mIf-&p~u`ȧ!{ℋd ިxg7GF)` /S}ZGnXg/s }$>݀H G K—@2ỤZAfdOnv S`")Fe+bP]^T7!iUD;QA]Nȩ.!<^p-,cȊv@H+zLl  ۺ+p,w[;:H.ɐ<zHIqx@A1?$ Ίk Uㆢ p(CK#9E!_G[͎/*XYYsD_p\GJC{R},1mmFA*`F ğPPBXn󗪷bX9@'yI QKQ /uXGH YO$e3<ĥBG oDH|ɚGfJL PDZLFG(%ipa ׹>)Mx]s{ +}DQ D-<O зD}&Z>oUO7v-T*DSrb^6 nfy^ZBS ';@5#j[]k*T3kc)`)=W*>oE#? ?M1כ0Lfi6)cW jny?.;Qb+5l;oh Ւm:^T>>-u$f)0p}ҎNJ)qdH2ɲu(cw|HR|I ՖgwI( ǧTGYqu)0N/6#xFVa*IiF{e\̜lm˥ E|XDCr(/Fkʮw1Z46 u9^|Nˠ NE_pQ(g|Pl(KKK7pboW d3fL CNd,ߞSUW{9^ QU'nM2@r< sKʩ RZ`@!ꎿ@Q`+>Y5J$j䖞ߧ~pPǟoפnazfutwt`? O">[Sd\8lɪaƎpQW6X5*,A$V4KK#PO#5l,DZl|<`ƳO\̃ Iyys2IHb`x92a4k 6̊rZ|\jz/Q4{YqIqpf'@:'̃1(SL@rc*VG;fA"Tv!z EVX;來v".[ Y@҈-`dU{kZR:C-.JRur| c|39"SNI9cGrxsgںw#&]iqv!Rmaֺgu-`ykvqԭ8t&W̻K4OefNAETEdR mO Av/>&R2 bP NWUϸvRͱqMN%֜}ȠSq#QS'!&Xk_`O#ʝ˹^1 m_vÃ*ϩ.kxu =$Rۍ۴Ĵv 2 ^Ŀ t ܄3Kyӹ/Iӹ/{lRevaSnWrgWa?]iRre##2FbE荐=䭠$te-&UQDt`A{x"]>OPѓM$lM!W> *| uRmw0q dGJv^E[NUv*Aw(u@`X'2!q_.cCR Z\Z͕K=GT|KR}^hw-WCx4e''Xl϶X=)0,wԉ^KZy}۹|CtiҭNӆ[tؔx#X+%ϕ kjHJo%1WJ#uhՀ@No&&1H]˯[`Ȃ _LVEbΓ6Ri<4Dnb৮\KUȿo41~q3@reDgHO"iCo>5-]u0t^R ?{8G%vLg>aDNHo3 2>5X.hɢJIû}X>sFxc23]ikt-vo5>|rgPBʅ왹W:FI`00w?^cֻEy%(vaSʯ 'R?9ұb$~`@7[KcxrI3?bv׈*V:ƚ)0!}ыWhY~]&;Z{q>2'?ao{`õ]R) #I<{gLBKJL0DI!{|&r9ǯi `l=3Lpq4;`3*RBa@u 8 3YNP/# ;$(9r-VKtS-jrJCP 60go9eu,aȚYֈf·"'Gh?e rPkQ+Ch^+O/y:u^cW=Ps1Ά R'RX7]{>BqfkVIza 0<XN7 ǰp2 Iޥͮj O%$<JExM[!bC^K8p2aNz6ψ>҉)ȩSgg)>[X 絈IHW ?s~cEJؿ}GLK FD&{@CX)?ڹV#"]m+G|**E@}7`vEpPe'ۛK}tXxX% a٠xUoNQ$?CE%_.mI a*gkLlqs&^̈́^hX"Iy`Xe0+ KPf&cBɑ;߈6SW1JbC fq=}ȅxЗek!QW ./8@LE tbfُ #yN}1 PY>3.iRUn^ͫLu1A}z1F.!@K迅Ї܂Wu# T=e 4 *,WPiu ;E`aH'E>NAxC5 %=(-𡉺p3%)55R1 б&o^zYbͬkNZ:"0zŭyjr5o |2"92-4 * <5pen2Ui&#|ɑlxY`Vw,S>yU.h̪(S4POu܆PS#Cu5BZ.22$GFӼ_Ȫ{?)uO`Ia_VeEnOPjظ &B>}`7x+y!0[5!3 Vtנa)Ѿ' ZTr:`لPllh V=T^W}kvZ6̦̬ͥ f{Q)6GXc!Y(JE#(ʲEg*7F8?97N.`WF  FN^VrBP冲k5фQvgO1;$74oA㑞I az\| ,Ѩ~8U@5f+| z,vi^Ҹ[ $MaMV5ߵV%Mm`aASl/En Km+h- Q١9jUT<<h6; kGE eg@m L&$4X >)p Vб SG YǸng>ӔB 7ڌxJW> ^bn8m}c9UEo!!Svwzݼ -.sNbf#/"0hE!6 *!R+nz~& n&*8 .EsA:¯1-_~vh+SkࢉfHUdTpc ơmeͩ dvZ xh_pKӁeK\Ym͞-H(tK3oChق/cB@cD-!޹4 [FwoZF^&2woH21VR \O`ui7~.Yc0ct!h6BSjPs4.|3QYjp?zL+LX@Ӎ:=+J"#P'%Ҹ}+WfwΙ;«q\%!:gA<`7`*afGֹZ}X+,OQނr<<AۘeAb>x^/42sc~ZgB@qGQwA &F!vԜLQ`#Q! hlф1O/Sb؋ ~=TL|s,FTǘg]~dH"8ϧD0AKi , _eAԒ®l 73rv[$ r!mpF`MŇws6@zA+JZa ȋL*c#Vs,/h!e';ƦRtey>l-UqῸ!v QׁCul4s3M\Ð$FG/yg.H|(|ྜྷ uϷ;^ԏ97f`=ha177W0>gٱsvw | +iϱHFzF6[N MP8c=^3ws5R>Oq@troO*:aLdȹ4^fQG^a*Aۜj̱arrbY}d'y{pu!00o{sdp yڙOz#+tG EȌ\:x$GZ] l^˂O5UGv CCs.j슍;褳g):$G)>5湋W#.]icxftsR3cv0z{|/3-7Lzu/v,}ni'8c+%{՛' 1}u@_Jӟ0Bx/q7x -Dc!fG-:]K$ 2餯-?M:˪; FK|g74Z/2 ;(]w#_f.zM*=;?uh˚;VB= V6Mpg7S)@|A; b?.exo/!RRE {?dkz }Q3fu)y YbrPkgri^~rҴۭ>$ёHO߀(xd ͻY'ߤu7&(LskUs^tJavU fB']Uﬠǧ *q1\>sHgL+θt^$44/ BB<mWsoCEf,*ٌ- ~ď’_Xl ¥UB;vfmUnR>9(C^ T:Wh4$JptD7V$[jҏS F/FX+߷Zcf\rF?~?pqM١IGOIºF=OeE7oTS1n>^r.c;6s?wX)?_~c/ʙ6f)SqN!H;#R>vg nT<*Ay۪5Tg ʆ)W,/0gr+M91]1#[,k 4PS{FFI^!ϝ^ԏm_B{L3 +73&G$ w;A4Ă"\ ;gڕe[ၬ#6 m+Y<{O)7 &b}pa4Oj]k^aAU"@@,*rctvT.rGb偁4{ Jvf.,c1yE7(՝' rL Bk!|n>[!I1l8'C :r_8R&Z;tGB9Ѯ8sDJMx2xFD+.Y Y)QW; *{s7r$GM10Ʊv"װwF| Ϭ 2`^/:p+HFٔXGwܸ53WL *\Էj6c[e(SƜ9(nc:.S<)yd[P=C%ZӸ'HӳߧR/tZax@>ʆMBd (u#d2kT ~9:I<Am }N 8m&_%u^Im(L?Η֬D6D7D a z߽lt92a.^ H@ =A"RbP/w~y/nzPckoUȐ9xǗ2rit HE#P3wR;5*v}"rJYON~AW4N"E?ѳדو/FTa͵P{c2u4av|ٿh@ i\܇@y׏=Xg/Ln`U'+{gA9y-ZIhuNuPZDws^nE";uă9_BHocuec[_eYG9ߤ`uq'syO}: k{jBqˀNNDpGܮ;, ?靰XpطeV-ꇪAl:Vb}mX!oRuXgb߭VEwBò`69 mp0v) |c;7˒Eڮ^l*.gcRCWWHӥlw[ *.G ꇅ\_.9,nB'dM&(@|$PG?|[tuӑ?NKKXsbmJ"_)Fg!P@ 0Ԧ&aǖs{^MF?JqQ6_Mլ;;3׆^eB\CJAFp f|zkɇv+I5a(&|l^̈́BN q3vz1sZC^xӗ2Š ,NP38m!1 )FE&E}zn5+gQ3`5jҶ|{evNmZ3#`Q :ʓ٘nz7u[m܈T L dArfcӆBPW[. g&,*S,4^`„WO zAGmYC ~Kk-[Z6Ҍ!*o]zH.`8CtBk,Ou֭蒹V0@Yg0\n({2(Bf;-4\h g dYwp $4coCf~0\MqʈfFʯxOCK9=ZhG z; urOUD| V|+na aؤfn48`3PI+6ulJ|%c1[^h$z0'Om,X5=BfAXl~)#kK΁ Q޺\SeHd00K4ٮ@@_ 옩&JC3#V孂յw/|+KGTP'23h 4sM@ҦiV9?%d?KފX!*مݷZ(R]*o·.dN2 hd]$dhjȘglPBbm̅tAnUc,TPFr\+.WgV]OQli.ǃ0`^>GpD\sҍo d9aV4y 4`3 KCwb@l}5yv3q&D1m&6LQ\!G E_Jm=F**ASb z<%}Jmoj1)Augpz9pb:WnE5s|/a ?fdJasI4O1c{^N6Ҵz|iւcq[sa^rgXZ?/UQ<&h4v-̬x˧_Y:Wκ&ZƸÑCe+C.Sx-SUfY21f sv^*\~YD3?-Ź`/kT<(Dٸ@`d'6\ցK_fd֐[Wmlʵ7 5p.f{fD]B5̏`e<7<5)܄zgҟ\D.>  K:9t޼~0yќ'x0~z{3J K]ߏגauŒrǛQqјu&y!Ǝ SKDɆD^lޥa͂Rpat"3c;l@f=}xU 5QG8VB ]çZ ?Tg'Qwm Fx&K4)t鳡$z.![IzdcB3zU1teTXSA<#+ Y31'HCzqa +ϤR*탄djƚks#l'G7z16"x¯u  ɇK5rbG%-o^cu94IJοLPM,en2qĩ9ֽBi^L CVW*ӒҊ/Z[މϬb|n>vs~T5ez 3KA[!ru_a )|>OVRϜwe %GeѥUtf|!؄\zⶓݟX5W"h-@Y8I+Ex?oEj|ki/e Ir5UڧՕu}KE ۱f.4P٥: <~eo]c΃5W@R1;tb{^i.N Z"\A.?;-]%b53<$ٞ)#]Aˣ[۴ %p ^΃ʓMmȸRm*X>49_;&=XnhٲWt/b#*uCs l3,gdYMU)$>{ $&vj{D|v=m3IJl {wWʪ)Ab{y ".>сHW7܃ XL8J:뿳Ij=SnGw3"&Bj]J%P1 ×&ۥ\oaUX[ǃf^L'^W]&NW%B.W%[Uf-'j ?`]ݣUsKʘpRsAD&l]|-49Z ~ tLef|S'?9Olbt|?wLMhkU 1fdpK}{!0^`,obW*"fLpMwNƐÈ=xgE#3,bjLZ^ U7Q qAH GI|ZKb4%<pHإ[I3{iY rFa\ÍpjX84< @hF{.-e5Nᕥ+Kqhzo'Iy ygYmYmLc{}5Sw k2h6<\gą7Cn_Φ`OF1b~; n|%։}!D:3bMRI 1[Gqd!ǥ a|{ejĥF^:p.H- +2yc(֯ݟ3nZ!EQ~v;?T'%-T]7le#Z!rX#5͉&/cuThɖ v/%]:6z]0s4{3 N)%^˪´=_JƠv*@k'8k"d%e]7ձ׌s9V~ᴈVj c@SpOʹ`L2h)4tu-SYp 4@#s{rA$p\kgptr2)`@}J,9pE:>u\[arA;6uƙGn$3 ^[HتB]Kȏ]έG0@ĔX<TBo^/WMmZV3g B/^8 tTԟD1n/pX>1R+*G6k 0M%?BΖWv|Sejw}Q`BW6#"F"-;_VhiM^ A&TCǍ 8D8o?ma_MQD /eԧߔyް1z|tnsRaSeTuOFéRZ+˛傂@BO_$ABH2Wܞe-$.vgTnL?]2{uF5}}Ά1ӭO. *>zLouծk9+fQN}9,ibơF!hsq8Nc, :&]hzlYgVc16rD(VU)d<`ڹRl-;-)>{MG Az$;NOj.~[2R%(x/ ,)^U2Rxp酂_$AG;&?%TX)UrrfNFq8Iӭ| C ȥ5B~Oudb.̀f zgԆ D&WbaF:7%֦NIgO.s1-jh.x0g^^(,,{#NVJh>B߁Gd,FZS~ROzӸ$/#XIh-Co/Ɲ"焸}#tJ(R]ĕK)33Sh ! ia0;e^ۜHF&A+T%ʔ f/ݽJ8<5#,=O7 z(d hO7Qf0 0vU& %D6 !; L=bW[S+i`g6Ǧ9"+8ZbÿVrv JXu:2aeDێ)?+#_%+NL!` =BmHY"!ChR`^gb@ u{V|la#~޽nTVd:M}+r؋y)Ո{CcZHgAv#ZO|,>qJb,hN7*ps "12vM7\o#0S㨣] !'CAj/iNEb5I7ӫ=!-䊛Rgš弽lWeW` ڰkr*L}rQzZ85p~jҨ_6 5H뻒F8qaE6YpYtӷ ۈ<UMiB!8$HS|6k " ڨ"[I2"AJCEp- Kn^&<I kףx8omdDS2#Pc@N?x[O6xٱ_j0H SķYre1"YX1~Mg^$0Np 8Ey_A1i$6 2V"5\P-C*"m鸶It%^*Z=^\˛0&ݯa`GqHtC~7mJ&,GM.\mS;p5'_Vb{=HYD!IfQSt pQI6sx[O&ݕ_c-=j)DsSِS#ou VwT:# Q! fO"<`&qݵ+19Lt$ @2[' =7 YPge,dRGifv+>(j2@gTڽNk~u"$pAcRsMx475Rm U+5n!9jUnd&K[#W:4j a*v[U2D%ӧ Ce=-/&7Bvm;"3[RC$l*ް{N3žq(ȮF G՝4.d{AE@7Pf{}LC vNGGeJ˷y?x D?5z$+gHV( "*_޳4eJ D?l3ꄃk b==Di)T–B5z}6p0W>xƨTL&yoV0^a^A>/J\cEe=~LkjTܧ@:fe,68nc\fqNS;j xd 2N=$8n<> ]fިp*`sr]#^ɵi@d;mBﻮ*Td.J&d(VVhLK^z+,umF 2 Z"b7핿x=G*kY;`dTZ?j .L}RgeKzzM?i3f(Ӫ\=2ٌcSŷR⟐jw9s=')% v (*݇BIeuO@хokF*W25.tǹ^ d8xq&Lj֣8䰀Djk8%L8ڵPA( |٨dz}3*^Y|5'芪~c"˳h0v+=q˕U4=ҷ/ >+H%RYމU])L|)'wuh^ ,rQ^Q8dXTT4bbD vWG$y PQ.ؔ T~Mr( *uX=U2G$QuqX@/Ixi{INLZȘV7no F`A{ P.?t y/fmĤ5AE ;zT!I\W<o5P75<j%16)ݗBuN)#sMD57ukurmMuG%˜>iDDK@j Zu-@.*_>V<_mf.^E2e%=UK'um?]}DD$k3ϧ\u,3_]8Ux+P p8夛BSQM(.6;;evp>]GVU|HhߐA]2K}IܚBhm3e$:iJ~d݉ k?=A.9ϕpzp~Ȓꪦ<;2I  I3'ŌJ0 >BP܅Dg/HuTjR+ΆrxAY@[4&o30̀tK?GO|3nr 1\d0WSŁ؉qϵ~~it`lB:h zBMm`IQo[9~uwt{4]0g[$= kq70C{xԍۄjΞ x^вah-aR_:k0^ pn]M↟_/w ״9)K^VpSyXwzU|]Č5`pP((G+nSV HպFN**J۞G]EN5ۑ5TYOףk|P3'-U[S_Pg?O/qun=Ԅm ~D^>J,T}J!UC=o/!B?nނJgL Λu0.u)*7R$F"|aũUX9~J\(QvØK}!П0>y½õTF0OSjI' #-W,BA4N/:>b=2o^0 z=,4(ELN_<=,w-](nϒ\QW9$SȒYׂHT0)OS uJ6B] W- fPNO8v0! fsxk̓ Xs;iZ_4{mK" șm) ˪_l.Rq9n, YWi8&&*BFv˶ t|XVWg OP5T&F 6sXUg?F*.A٢#P0(=)*0GLLDR x9.n/6CR yn޶@]i}h*TZ'7(YdU@=-?Xųeo1$hJ.uBw# ry'gLU}6\\ᙗYmhbկS>r1SA*Sc Bxvn%_3eUXYDh]~:2U4{]1<͏+{JԀwky~g[˾7c*M:׍4&S$)seZ} sILbXjk2#&[1KŠE|YL,Ù Cr OqMfai'ݙjW~lwӻcV0,lT {/Tl6V IBIoKee=(Z$??mOΙ(J@ Q;YV!k's4zJd1|SXOϤUc;콸XI@0rS58J3Tzl.s͆J}4I@?pmuIO'Hŝ% }_V"|K'Ċ<QglMܓH' mg7Á,Vz}^]wǠ2 ;05-#K% : * 0LڛF%%V(6mr2zA?†9d6Np~#GoaG]MO+7X^?DYLd* ބb/ٳ+tIӞsF:=X#v"2CY MZcCJ墘=A8\dpp*2,}iȘ{Wc-V٫&.oW`f h`l姡ȷm5LD͡m 9OLB&I&Z;@2!FƟ {)I͎wIdcB# A[E[ܦ mWwzVNo!;noߍ}HPF9,Bf7O<0ZӈMP{o2L,1њ?{'N"6aY5ĦGcQ'kD:qhN6p\[lg<8݋G2d㬦ݛO SC8t*k&(;ԱQ`IKj ArKN30vX+H%^&raZlE%ZK!ِ*JA)xEƊL,Nb /y8pB̜[ ΨY-U̾h{KzOaF"MϹSqjBݷȾ {ıbq5qԯ򝜖g6^XxY ZyoXM>upަ.D=l4Nەg b ^=uQAK:ϞD.?4?H4ߨDq6=r#fwtܿ"bMTK[us_O] 릖ܺ-tIMLD6O(n"C?9ЙcKfc*b G[IߠS6˘⒌ӗA:*R3>]A̜PQ\WE}%곾 eӝ ؑst.%~;`WO68.%G ;O3تcGta\gEuɍYXЎ7,ɾ5ZdNtzĦPYs 0'AŸczi'-6M>a a_)?5\EݪR?҆naƵh -beb%@4AۓHٌ6bʬMU u7pһ=Jx- X Bh [i T)nU-B}_7Ȧ; k 4tRg#J|<VTHKpId{٩?J52:o` U%uc)NI0^T<|4\SB3;gElDiգTX/L"& kF[QiF#+kjTp",<x}Pc62'*ct;Nk22UƿNkksZ%erܝ8r]C([դ y]g] +N plaδڃJ \,(K=҈$)vډDyȡe'>a=ڢC?-XpȬ. V"vU5CKmNѩԀR _8(Wa'C] c|TFோoJC%STłRbK#^Ywv6a>{:'G#(9MP7"v={ Q,|+AjVPmNhcdREKPnH^ӯay/;8߃qC˜IQl}8 Ɖ1ۤsTf-M⮄.v/^^3vmҵe[䁸EH57 Aayvt!9[T*?TnO3%&d=Qkp[N5 Wa ߓsF=ikNi :׀t"v}y{=~|jΑ2VEbTE# ښS.pp$TϠM±X3lM<@FWYsU%0[_󮥷5 |% . "[Z$~\Qnd|Hɗ'qy*9>)W_]1wpI’.UgY~pro[:"ΎQ27!Y~neV")ǒaaYJ zaFߋvڌUշp*v? kP/ a-yovNlާŊj32Fҁ|Wx!~S}X0tL*g_thD͈z u#RyRwѺg'1ca "ҹ$8:\&d`wԆU=w?C[J!W.יRz{$ J&D|{rN'k?Ewmmyπs~V֦6%v&ɦ:{Bإ^ 9 l0{c}$)FjrӶXYdޯT]QH.3VުZV-tiY*zֹFVU&.9cT !n8RiyۭElLYZMO{[JzG*eT)~UdWjgSVD2;M2ȧja|'*Vc˲)@xP-SQȄʳn\µPz0WOk\<@Yw]1(d!h}cLy׾{&]E|P2釣s?JJB(q`I M4&f-Rh- @f(U5pCՠg\. DH'Г֩;goK䣦 "i)&иP0*'%vb>dg`Tƃ3#$QT(#伯T1!] ,P:H~F ;+o#DF^|^srAMKi%# ]/ l]z_U3LE]PeӰz鶷JgcK&lnd}Gq VlxS#BR)A֥-/+RXp]} #g2l@=]Y{2TuB8:ړ7֠86++|5bX8aE3EӘ*\ZURsc`fW~>mc/mtuK䷽rkѼho禀 Qj`Cr+V!~Ϫ"V.d"e*!ND]<>%0dc.~= F $4¬7/E!*p *(b[|)p'7!ru|3{QR$U }=t[f n NԻbLX]J#=٪.QFY3C. lt"/5 sJ,M&R:k\6]MY̖o<yLU~3A7,˳8 B9ᧆ DvZzged܄A U&EGbf:ZeŖ`缆@Pg `d .V ʕ8G$ƥ3G/P8=C {6IQCiH3W"T"4 ׹b#3şjx&XDSz1Civg<}[W+HSACCṯܰZӭJ<4ݱMrH0ۢ7_yk) "o=ᄅۢ^֨ ),Bqx6h;:$!V*ˈ$ڎ.N}ג-N(cQ!V*pJKx/1}뢌 ] t2pH T8~A*HU}Uu3SCm;q1H?  1X|!\ >XcO1Qb|=*E)Zl=h-YE-pFyJIRQ.\Z**|3\`h{3CAdaKqRӴ(ZkC3b dfcCM7B zfcLjƈ뇮@`LƒQݮlU, IGGErXWj0<VAR1X@ta[g8*f>anb "%4qw=S(b[[%5(ha1zOWs*5ag/R!2hf 56>qv?u{; #OhHj=965Pde㴧ͶUpgAeD@õAhNS>ww%CؿV˾;Ð Ԩp sn.9*.4wOwΰJ Uָi-^#LɳVz%_7| w_ܢr{+a"[<|S cUwL7p\(4c=+z%oTlE?& E^>aCX%wS~M189 v6tĀYUgM#DsZ0 ?w <6 xHl s)-R|9G6Bk\}6UZTn5/lMUj$ bh53`wRƞ4#SM,4F1 n :AD '98QF8.N8 ~hBMhVd_($V nr#fs[H'Dؑ *y7y6?,#϶j#l 3mE煨⚺. 59Xh!擮J1j)'8B'_6 [/t0kvJW/vG s_ٵ"OfW[gvdқ*!0^}CahvIro \u9f0:~3bD 4twc̭gʺrģIC&v#Y-/9]$&VA`zKb"wӏ3!Szl`uK:!˅7vBeM\HYR#__IQ zZ^h̫q]iL/—{aE{"k7ORsD,rJ*'U>G\9 Hᵦ7V JY*qבB P\-D㪍E(c5OHnk3F#%JCo/$G=VV#h2Fqʬ'YSsБ>txRo-OhEs(Mu6Ewz&i`zyjcct"Å_iVrtJrMAdk#'|2Vd]mO|F=Z$^E$8u75IӤ^W'oэI4<"=E_)J-3r bj݃v ##V,sT'"ˢ2狯kU*P 7i)6 1?e+26mY*Db:R;!; j+EmM*(Vkg^BĮtgqOAB^e2#5WrE-rukZ[jh|!8&h)__T~1:D!!=:n̫IƷp2F(ee2}V8VؑtNkL$z+wuj|HgMF=Ce3'} չMkȇpUG(W^ԺgMMhqשuH3$6HI2G:h&ݛS9jG3FEw89ЩϤ mǪ\O:~/F‹~3-&g=`'ŗ_ϒ,2+V{l|K~}13@C9s"J76)H9я@0=FjbD:㟃hm+:HyEk.՗#V#$ay~lh85ҧ ?SX\`*,MQ3/*q)CC^L!eCs3ekڔToMTXq8ߘ"!@"H3}iءI,xz>I 9A@t;AKU^sƐx%έ>St\C,drf{+jӨ'yҕJZL$jz>GU XWֈ?uTJE _ mMDNZ0YaBUYg_ysV\)l1U-󓴮';F!j2 5tjpD™ )ŒT&GA1;:a"ϙ3WJm*D?0}3 ]9"-fE]R")u qGh[8G_9܁D kDԀ "ࡱOM$ !w[( ;t~:kOޕ"|S**&^n5uMqsZpyi=U)>}*Ǩ.űn!NT%f~vB~0)*)`"{:7tn&//~*Z'\B߉kw0aL21'gV<֒oS!$Cγ+]+]72x1Ԃk:- 1Z.)i98C*h]!gjm(rOx@kUNtB|)9V11SoF7=3"R:B"_Ѫ[.>P{8s4J|Al2dwN3gx,˽+t0ʮVh]\rfw鞉Ů<ɞ{o/ʿ Y>nEmħcFZ&[XCS. @$#D13`[e9!uGmW:o`%l8T:>hng*~l;j )]O14:} S+ 1xN`O* Kc-ωŃf:NdPC:3þ.7QT H>cb|␢G$5`v `ˀI1a+J[T|ZOjݷa8gݯ`ܵGrVn -&Etnp'=`WopnAvu1 jnM S gOP]ZTDLVYbD 7T\S*A }׋0@a_*E/iv-^c<V2_ӯp3,Rd>GU,cuj8S`xG1Jq:ˊֻio!pR;ƚs| L ˖.&8\.W*h;}/$nύ"!_LEJ@ۏ\tnVop`ݛ 5<|*Q#yg*L(~ ~](cIey[yV8 \;tgz̐T6lb8O@`KOv);e2FONƚy4'= P SZ~2Ug~ ;SS=qpAb/:`z>!)fĉڳ̃F,2+Fubn5TxhЮ_^3M`?kjWI4}vPgxqCMyW&r􋼘Jh;,6 ʘgئN8-r,0g!!bo};8̦־YOqȋ1(L7[KKX1R WO> L[%;Au-Qiy/pP9n԰&(AJ;t]2v61NsJǯ OXyf L;i88Ϊ(k~xѧ. ?ƧM3f'M FZ*V|UsIr!}m\]ѕҾWZ4n[WRn=@$r?uT>Mk`\H:oDbDan(_>Af%q!5d SKLo||O}Ɉ򣵫.Husks}(mJ1*ɻSr ej"xiI6O!T [q4X܀wjd8S"X+[VH:ׂ([F5KGu<4Oa0nn1pz yq|20pS!&…R3*ykF[Y")yƅ-ԋ0!L38dxw#{5v'xGRf Ç6eA'eN%Ȩ^Y6Nѻ Ȇi_1AXZ?}>NP{1@9 2LDuA!m?+IZdD'/Wg47FG4!ӚֻR@TZCj?8}Wu1`H]!YCLI`:g30Քr#ӗ',3SLs5(2!9 Ly@!B]M8t˜:W=u^1-޶E8t6} .n_ti7J(DX5=gL ;T W}n:DҌ&8g7;  gIeu:םEۇP eE2L 姠:eKC$UBrӺ^N(72!{~ABIS/[{<) qy&0-`Zsx)}QlʾPF߻ 1wwa$j !zdMPDҹܽ^Kϴ^6l+}p mfN9c6qiqVjf{T- -HK#q;i6/ R< w _ɬm@}|w9]zL[RJ4tofֱ Z%*'4@ru `?*ZAe\P%͸tH@^G# %K)[xejGCg#*Z-h!3Ο"!3eY Y(2 :wN-Y?A%r֭X@•6#4P"K^do ,lrrF{{ߧ %lkqYD,{JGF{ݝY9KL+d]:]U=2 >PUx p#q@ tYv1,0dQVr>C;؍#m'(C;E\/1*Q2 +] ﮠs=f\a[KmF>;o$28 Sɴ6ޏb9=?Gdi湖!}) *@e=*a0o.=,ԧ&5 yk{&~#}f 5Y҈ tO~p ;WPְ&1鮏Ype8 D +9J(Y\ րјE[ϒC0"- s Fa=AISW"bm`<54k&,{I,ڀ*Փ[uǎB㪍Fx?%N6*B-B;Z vt/#GNCrd_Q1~.lܢSቄh;H-xpD?(`\2B}-=0gN<.;^s88t]2%x-#«T(C^素ppq8 co=ת}]zb7ɭP.Q 9uDH"?BԟE &!fUd'_^xWlۄѭk* vD"[in*с~Bב*C"OLw-beB[rKߔ%b16`"ofqB{,=7[^€ͭxg#jKOׇP f$c3*,)oկut4A TBKy)9<I(@rkTǤWw#|sbى?w~4F<`L.Wgu! G/ ~\ dm:͛xˏq'xGRA** hoLY٢ù cQ34I_L_!*B[ATCcWrl)DN:!'+_Ĵ˚] [Ђe 2e&{B5r/hP3=Nkt픛8GY B=iPO.zNўD\أc屡y hJ.| >  A#X!&>@P쓠Vc| Ԗjh/3~̶7>M9 sO0A=^?%^MLqyz?z@OwID3Хw KEUsg@$Ҿv~m7IDY֜}fB+Ꙫ~vj0np1~{xP6PJɚXL` nq\mq U7huhcHaߟGuG? xB!~#CGN>h,Ӆ?$Nc+ uq.wK]e?n9w&e@F9xp< [tS?K]Na,>ců3Tzb/ t5a`Iw$#{-Gq@VȑϦ!(|OIս$ j.yI[ȃ`y[:lzB1k Z/lܔBHʉ:Ʊt\U!UzV2~3t OVQjD˒A ow֬e'vr\$$Tv}"#Bi0r1 r-zںꪚ~>XҚQc_j MtSt+$,%}?ayK>u>Kפ(-Jl/驪K+eIv76fWߕm1 ~$`铦¦:vf8#5Ͻ:%Uw |ѩRbZ|Д=ӅxT*FOyKKoZț*q}rm |AȺ0'DDw3V($zwj3Hj-S 5q6L^yRqh-|q~wGIr9遴L);lq)q1e{| UR-*RZ٪H ?7/e;6rزw-ZZ@~4n1@UZW;n*n6"p g<}P4%2Z2{vFVX4BcSH7QOg-B?&g owdK|,L?%)3R i;tY9j2]I?twC h{`ВIjCq7^ =/EYp6ׂ[tw{]_чuGwe`cPj~S?i3ŽZ6N!?Ϙ=NJ <4Lbz2},zK1Z%8^bmX)hY%in 8tᄋ4jtc4J\lcv9tQmAfRZ YE̓XnJ*Lc:%AX'$Jeޮn~H$0V uf@1?<ȫo= 4=tڬAgPz4Q8bVj`/!_P :iȮy8C?hO@i:blfDyuթC4l&RMmIO;yS2RiVmC %0xӀ 0[#qz;!&r2QpR-@4JLjm!`m!tRõNG@) 늖TSfAQ~>s4Wh"xbSYuR mdR=^3˰ʑ sfEk!N:w X D  E_N$\\!1W,a)=, Ak_hB`eVJGӫ&4(X3S3W90AjDU<_[6z)J& >Jd5/Ë6 Lnv sEwWyF(`5G^th]?2 `w#ŏL]o|3o*Xo{,O(xi߻OnZ8bH\`KVy+m\s'bF%Nb @i 73nv}GBUMT&4DD+щ?ȕ!y&򝾋s7 Nr/[:xDgيnP%SnOѥP>"*`mb,uqZe}$N~܂ '16[O^ ͮ)GWʌIIG~ou\ кbio䭷 YH^&h;rGEO@d>вsЙB3pZ!Ν!6*s9ȁbQgu8GCx[G9ڋb熖HN$a"vQ:dx%@1"ş=l=݋빂-L)$&Mⵯ4 +s̡?IϾb>gҷ*7HER۬SW|WXg@2LB h,ց|F<3yWY4JCC/Ŋ[BP_ '2Q{q$V$)~k싶T0:'*-AJ}6?LX`&#tdĮ}XE DZy3"BQ,A|r)n/.Dbj^,y%֢Q]{"X)oFYJQ{dfh;Zn3kz7GoQR%"o?x&EN2ϭyR"}hdzp֚? j;BIZR+s0݇tǥ9B~ wk G@sɩEjGa_jg߄'yO ${ˎ?):RBiާdG`p~UkۭM{_4 z 3Tƹ)lРYP20d,V%׿rO TDpٛuT1\8 ~hJ H1ܝlprzS1nRMIcˈ<&nBqR+Tv(xNhSOmlH ʓ+HI*=@cF Iy.tV{#DY!wxUş hv{Mgf(պZH?!rHȀADTqFtso!bdR Idy00Tu^,&y~; qu:?i6=<< `By*l=GXSedU_Z _d*&fQu (~>9íVOON-m#b {GDmө>KC0/tkY϶F9:tv>ͯ7դ)s4@ފ^%$CtiAF:<\UŬrm+~p<Fv#$lp峃i^=x)sLn&.K]yF4#>n8t*Z&Pf>T'֧~*^X8d_UطTH*TSaHFw=NKXH: w$o)_I2ð-o(+7T΍ZKf5 ŭ+%nV /9WNCMZ.~I&垧ˬfc%\)eGGO.a[_~{tb?*ʌHJMw]K~ӗp^#9]!#6F W%W%YMc;4d=rVsT.Ǘ<Z@GI2& ʲg1&HC懜Tbe1/CP ?]9;ˇPT㽺~34:GSJ}h2toqSC-\ Uh~I1ţ )2ӥGL"Иx?Z07T y'wt8ܘH^Y+'~ #1i0?_ʯ*\b""͍jlW d{ʟb.&qk,W*v.'P*tuh)`A;/x/mG9MX|@ Px`e%^tdAȷU2-euѕDAcOsm } ~MY&4-]`1ktŒ5{/-::RU` /vuZި3;of+qKБdQ8Ƥ$@mH[B֜=, .O:E8cA#aƾdgXDwY?iLB$x:"goV< >`SwD0v^@^jJm.|q./5=@7~Sޭpv3?@bRbLJ<p^1-h;Da G[`j̦k5 |܆3DoT$9pfʢeQ5 Le(*(&^e~磑@:H/dY7^wlYIm%]j%o MG$!MWi)0;+¯"KY B- ~Ψ;}isps"|GHEnu.EI3 _[. /k* G6KeRZ"tWlmJp4,'jݼ|#p{CFc] zL?'dQW_XeU[`dtuUaOOR! 8yr?ę\9k#6ag7:*_3:$N6rރh)`vk^R@͆YHK-Oq[LVreWrd!vCHl" )tS4UzqZ B *nh|Wv{XLtdDZ+L(r=U$WtSOa 鄚ěap):G~)?l./6=6_yr~_@ ~/ c@c^̮T3o8nA"wBRt҄/aflҔq?>8CP>IxkS/b$nE0&!U"$k C`SgqLkhm*!7D,m &EN@"vɓlTNy%CwxZ킹Aܠb3p18Rˆ#4v,9lB*T3H/pq;"leAP61ꥭ\H@BGcEa'ctU81*?O-(RCj&l$Ui|a_D{$ؘD_xrWΥ>]'e{l!@"X'J:7Pc6{#}lҨ8:`n‘QQp WlPpb~f^g,*f [WIoLOO_//^|Ц0 ?-&RKد UM'.._im'!Fz_6[>}K fA=XxWev3܁l\T&C~aK.Yp7o7G(kV&P ?Gֿb.$/('S?h)\mcs/>v)xnuIG89,IpBa!#ԍIf˓g ?jL.oCPٸDM78t?7x0me lVV2=O&yG+7>yj4}>8NH6>Axž+=nA%q9ԙ6teF~+R۩Ayx*nY[0Bu|čfČP\ OlkeFló]U$XoO ᱲs1_0 Yc<Mq2|>D7[u]w bǀXؤ= Ե¥̎ YRZw|.Z3|er:|Xp;y:@]G qDU `{6_ F;%GsmT!Kv25{]IVn9%񗫜# o% 65[F^MӋnNjr2QN5 Qyxm=Rw}>}9P 'S%m?f(U t.(i5Ę TfPI7p-U|O̼2ZA;B1'6ر+K|Nq<^{8޷|_SFeE ѕc)|s#,̌R%|O ̳;eE-,X1҃џEO?7vs+ԒiG\ug4 .`POBd'@j*J=z$'#'&.*WxNdvec<5)I km|nwg-neoa Z9 כǔP_f0k8Y7s4SoH.#V׹ \nhϛkq<6~eiԼes"/Hz7tӢ1I-=ԭ"c`uY`m 𥔖[V!dXn K*pCT?Mu?̈umH**=^i~aA Ӽw+YW5eMa `䧡-ګVyOhm@wM9355A55Kᢶp!YUy5E'' =o@{}'fhf.%D\NSM@dzhSg֑?/#ԋԢ_h['VJ$3OGxl!YHXj ?*mNsHYOqrcX7ڻ>F}_nvaQ-h1 & Y[_Q;䌆4S0]&Q!0jYԪT՗ܒ6v؍빀PV_ .e$qI23us_>!;U. ,@獖҉2-+a'ڙ'NB6gV~߬0ZJ& rjsH@ 'RV89 W}ls50WDKSxxbl=%Žhi$G (Zfߏ##'/z[R otboP$+okgOw$sU#bo-=tq$!4Ӭۓc&ѪDV kuk~BgAV%c3,W Iw\E뭨Vŷ [M=hhTpG&!k K>}i߂?,ʂd ck$Mk|g ?T͛sdwEeI&Eo8Qf<(xpMJ͞\MC<_LS+ ?0xF8)0Mc}fRR`dڳycy|i-ҏky?D"99k܃pN\( CĨ#o|v{jP̾br3;Hũ]`JOجΟWC%ΪU^jb~ی/K6 O_" @օ ~|ZcJUJ665CQr"g>_Qߑxt^=Op~vՕ}GuCu_ķ维8ςL,b,/ZTwb7 S3Se-,~4؁~ n fIoQB+) tcͷC]5qeڨgP)YL=w.ѱd۱gs~4nmU,mEͫGuf(-lD3n!8O'bsG2w>[B9),p0jjވfd = )L—E>Jš%39rNnm`ڲ^S t=`(srSpvA˖ tMUV7a3_%\ sCMnmEјH.kp ^A6VVTinFu{c: I؃,aD>\ņ[㔥&DPpHŒKA+%tYK)!uދ(2)ܔ#2߳)oK#ЁC HPG \C"MSk%9AEj]&fm$U=1ͪu~27e/2rqdh!%BĺHfw" ,Hބ.Y. OL՟l d៬< ԗɀSFm\P(sB-ݑ(WMZ-[CſaPvdž".:sKTbA ͥ2ST=>G-|ݒw^>kX>\pV[{YrLH3ՀLbAt2gAZ0fi@;wOETjDY0x}3}bg`=G516SYੜYP :+ϕ^ƴ6.uO)zDnc nc]`%mW ~㥉f Ut>tQ|Ÿ\ . d%J஖*㫈DM–z“U>`f#4[84z"yq hqzXvp%^qc=ljiz6 .T`(,R ?m*JQ2!2iX{"z\=r2KoU'8yt KfEBV-I̼ʉ0&eOju}2 *{2VdGJ޾43X)ϛAV;Nr*簙ISB$, ,QՊ\=Dv']-`w5({6=.'"b8N'7dŕ1]kÑnuz I!?g}NrD)AzW:-."Bny8; +S:KgWKxTVI1lwg Z\JQ!$?Y)(jy8(P+ͭ-FꉓCyZI0QNe&N2i[{o`8U2ja>";@Py(TSפ(3,VxЩFT(xTwTNy >mAꨄh([_ l< ,QWN;Pܳ#7. Ϯ'[T9 VN cZ858CI&{F03y.Vjxع;TgOXo-a|`]4JlpVpl20O@<)N?24ϕСr]4};?j 7r_]L|Ɔ:#VA!jqՕ* |!2p]Wv4#vG{2h( m@VlLxSZ ^hpBh5&SknNVnNo8:㕅i ]Nxg(t&Bhr5e4er˫O@ įDpKo StJŚyB)I g5<0[ 4?fDwշ(w<[HI[YOkKD+2gH#o&`4`pE#N럋ۢxq6uۿyhK]LKl16Uǥ20PּuZɏ70RK)Rn KK""j pŬ0\ȢGLPnE~O+Jrf)Ο^Mb™`xؗY@-t7)i`) )l:!lwl<=[U[v "?aI 2"Or*j?Mp?! z\򄠽_%`\>pe͏FL&>2>>m^(\B/:>iq78k^E闛 80eW֏'AзgIKa{1Lh2.(ēR*jv(-P^>iÑcMl<"|ID;]M#RًݬEC A-= XklQ3>,:˩'aGM7Tf^Tff7y>Z7gH:ڀ4FQsN~L|9j,fIn[, >,Y&-3d}5.B*%:ؗ$/0j|*YL|mz+ziD3dMh9bk3WY*9-"#á-/jvQ5:E O?=pxWK6ܳZ/>*PAt=׶ 5Kc.Y<4H1ۤbBA`Wl IBTX!J|S{vQ ?/I$CK>|C3/0p c]D2/ؗHykMu[w_+!m*i[Xhg#I ,Sr/G ؟SS4K3|J@G1s]wX|@eTK瀹>sw0썯XaØ{(告1bs1NB()sPAIѪPNd=CYØY~APo'Wqdm;pYd~Í ]e}BڤV Ҕ)[a&# =Fq3Dw.ex6j6'nJ7[.mfs"YMLt?m.EwP$"&$Xq8pb׋:?MH:7.n ]xFN˧^SvOΥŇ&+2XQ|ёhBb`Tnr4: YP< Wi>AN&]jVVR7aw6橼Ið6 Y|Y[l3ڟRnb3flizh^Lc ^!&BLXjyWuUs&9u=ơt&ץcO )nE.Y!}z(̯?c2=Yv+10ӜjVէb?fmw2 b8i  {DPhao^迖U:3B1aGIcmUfNWx4v?<,-CiC1k߸2܃ҟ:MT\F0Pt5(Ӻ^SuyN{?hxTڝpF4.MKtj'EVC)TVT^>LPp1tS0Bx06oSC aPM3a*6gK< F]m{qm lU &=w^YJe~.^w}( 36ڵDtqNf3zcL1b+U!s$Tp&IK;Cﴩ)`:k JC|texaWuNj֨.GDI$LF<®ײNXi U&nyvJRn'%o"ɗX@(n0ኛ_nplK/}3b acVp5@(c7hCʅp+ҿ搢I*]}zKR +h¥KyT*EӝpCóĻ- qAMUᭆտFʔvLh:)7LkmtS/mXW:6<='>WT-z{"Os$7)xcyPC`תh(Y,Tt,NKh|ZWD$]^Bj{a-dm1cK}[JvZ7dvH>HYLI(Ejmm4qhR;5G+׹UtFt] s"I.i1yZ ,t6RZŅiZjSFu퐁y%¾Ų`xqȃxzC.T`qmusB(9_Xev7,덫[Nr"课H6f{ ~AM61[a܁uh׍X1 iu fzp>CxOuFj:k"Xy$|Tm~h13+QZP~դAᨕWD5,a.F_+IMZU hdz* D"▊]uA #^ aIb]jƏ"_A4 mIka?=Ю^{Oq ;c MS0!RV\Bҩj$~8@/{j8& 1䆧2*2az klma孮eI-ʳ;rexN _b"45`tlW| .N^m]O(6'ҥwO;-vp_?zصnEo%RQ o&y?vN VBQ失]Fxκ"8aYkQe1Ÿ|Jw zQP~VnSB 퍯mr:jfCZH+f_|]Px tEF.1\ȴg)u`."N`5(H:݂)l}>eW_!l#x 6*/HiEr@4{h&M]FM9s`D`S6H4ft7>:O}qS0Ug$Ͼ=L%ƇĈ߳/Ei`Ѷ>#23D׶Nwcr3Ep ф}!޹ڳ^+Հ(t]c<}a2Ťr.K@ F,X3huEAD: VUYu箬jSMZ^eQxM__ejLzBVm?&= '(I\=ãTV' cpEK" 3I)˛&H*|Oh#KF0N5wISKº0$pK(oou˶Eb#+Q3Y_[Y(ZjT"oTb)y?7Zop.rPŢ/lJ;K{+0b{@Awz須7PYMHK3ݢ)-RƑ<&VCX@a5gDEZziܛQ{,^/ewwrBs4b Zy>q)].H8td?5@P})n᰾ZTE{6cvK 7;cnXeQJ1x(d,"kYQ I/k)u,&WҺzw  VSaaǤM!]\1 4_~ >d1 i-{NB![uj!Vɩ{@v(|/gn|Gc?v\s.Jnӄ![d9[3珉+=/wr=:]3QoZl7C5{ZwX剪fq/bݑ JV#LFnPh9Sϭwv0)EԪva^Ϭ?ƏR DQC¾RVA*FcJwJ{8ˀ;~"4Y ^rޮ$rϧLZEz'([ ̻I" _p'N5:)1XX2.*>[11\& CtgֱDzR1^@'vM_MMU瀃Xt%;22ř ]p:zE=e .<~n]c<:/7TK:Cb7*Pj3D2b.o70,c/S+LAM?a]ɴ~&i-bQC6RU ohq%aae /: JSEB0kq%};fxwVz0#^hߵpiE 'BRrVj<'0 ^p f)rc ۓsU H`D=[G][jQ ؝5@hC{i/ź53 P V-&xmKF-['asѱpժO6gG(tMY6K0דe䓘.wZ<+mdЗɨJ\vʅ",6Q⑀q價wcCBQXG.\\6$D3&c>BヂTsCo57>z?V{bt^V ,AX2x}yWɥ.$͚"U2F+g&WUfڿ,@B \~+3gn*$ L|#9`rNj`#.ߑA66(cŨ8hom46}6D`+(Lߐ}AFx m9+I[aaԲ,]6Z&yYc?Hδh$0!*Xxa֩} \rf>ƻ/&َEQ׋ZC0Ye`osh*Nm*dy:@ُKpZ@l*8f ;%{^ǧ@wN§Q"?(5G35][ .tc]p, =@ذa Ϗ75kt΄[٢:2hFe crSxnNQ E&H&/jF<Uw&|9_BwI7{e_ŬsOSQU\ g(ky!IU%Opo(^5/iE(?RnY{ (m-ޡzm)JCm\iכjlW@?Ko;[=1 ^YMNf)RXGg$,ةNJs[ͨB Ἧ'cW XۅǸ5BxV`\BnӰ'kX\~8}u7oLv`[NUCG D+ '7Zg:ph@{S@*(ܻ4%l i?o㪗p_nBo.4`2*EEȲ D ,{jPLd^o<1Ȧ#2Qx0b?r^BJ d*p?{=ޜRv>*oh!FjV-1tj "izO[`ӺxID,--):~BĦ`*f *pd-]s$% ,;?AsJ {0[i_2^1XF'Y󐥏C9qU# #|%E~EP@HM,IZCkn~ L\x/5k:GW!6OC檁LzDx|0'o="G| wm92shE,-CwplZ8病zUbPVmhܗNJ~bA:ytT9*7𞳸hHn`GP)`uh|sBc7"ABiɂdFpᩴvez K+qZS}Y@hdeCڢ~E0l]KSk⿂"0}uZeȼ 2%mC)Acpw> 0ޥ޹|X_Sñ{f3X|b?,%'ӂ=S39ƮR킽/Uo*MAg]s]\\O205ƌcA:R >@,aI@YNfizJI rӥ4uϩrC=ǁ-k}::Iu^KT05r-E95Z^} !!QPY]v~-|^|5 M8q;֭l(J ~2Qf%`pJl,vLY .ʒ+X74bɄ:SxWIVّmf_g݆7BNiQ/ͅHz2Vr 3]v07$Q!+HVzCʽT9U?;6BӐJĢlk*0"LT|`>\:oMa0(*(@X6I? '1w9vVC"rTo>%#~iS¨6Ehgu2vHRu{0!qչ"FEK(k&deJ"bEj\\ZlK(ޡ>u&xJ+X=fQJi/sRտ1Giܟ^1s˄ZNN_\aH$7*t[j2$a=nnmhUّ5u-EIHL#0=H"܁wOi%O XKrE3<}Asi;d~Ρ9Xkġ(ص=ge > |ۡvm±+UiЭ?'b1i ZW'~v2o"5ȜF_~i4'RO0SE*Oni]Sp8HC%3ݨ'fwͦ\yee@,u#h+Xw ś!+HV=@&+z'<)G~ NtN\?zl#>J76R{C2>R pd|v$ŕf,GiZԜ@l|g:V*e/{f^*}>?\l52f \TeIvXΛ g@+E0yas|] K6/4z0#A9ze1#fawOf*g-;ZLfMRsc*ɞ'Ԉ^KZ %)@=/Rn0$5B}L64>}} t1r]|S:jӟ `& i L$ uMɭLtnxσp+ 1vo}(N-hh.Ig.hU`Q捰a>2;wi=bG@5D=%8-7$y̒ڙ8d 8,1,FFnz J]aix?S)'Owe? d6aD %#w,6miBϧGrh(.K%|oGař#5RmyB9ߓcj~u a`+-⒮M͊Vo+&d$fFttء ޑ( `3=J."X4ɅF6åXoLpW|Fq{Md4!=SMd}y{$' ~զDH'.if9tJQN,PHZx |6 N"N|M7UAqL$Empk>1d=Brc[k>@k!/]<{smLQNPs3&g-H $;#4&꾣sRJ3'3:а2TVIso΋HrD?(-"wjfګwAvq޺ZЀ"!O,'0U0Z9=ŵyB7 gVȹ6)tފ UMb4c@/%=R{s&\ 0c5Ӂb2'P~d!|D0'|8gz9}ZU2J.'K㉖Z z/63FIZF i0QN`7|7N 1#(ƺa$ ȿgj<<|aM1X'뎰[N>0^fJ<uB*s !;EJ+պ, ̖L=?Y2k6憼jO`~̛_Op"i6#-vcmA2EZǼ^|Ow|ʫĨݠ.o:0/~G@fp''0wɹ+6%z$fOe"v~k|K34ŧB֙j1 WDY+?sxsf!iK~B٫̰Mɫv3`^z W!Q3|+X=3:盛(Xj_7`9^׹}%\lޏ S.؇cpU^<Ȣy䨩@x}:;AR|[}}.ґ]fTZe9򱛉aEט+^M\UoV 4|kdtx۵onwġш 8MֶBt*3w "͗I<7j e<{0esqlXlɼ \zigCĴϰɈقZ, gQ9"ƭBzQT'oyrq6>'\b}zTs5=='HCP#Cm zs"D=B 9^ʆ *8n~R`ULE*>ɦ(z)`RP(ixߝ?FRLEX] .FĐɖKKQqbQ HA~씸]FX̩&һ^&D/RBT\餥*R3 ] {luU^kDV)ж; ;7 EԨ{2 NFi`QQ]2@u4v# ߎA~H (<Ƹ݄3UzO&IĬ!P,ڙy+%-=IږVag:HO]^/vVq"l@  h­Rw~_T4yK,L|:/Ub*YLDǼ^°j}fLI{2C0>[1rX'z~{f%3FD1aI/P3ƩdNu!C_2Rm~ص_  lX^ATbY.S s=q |TReY)A_GBq!aK 5R^v!e}:4@52ݗ`N/7OnWE[91&JZMFeP Q,D'"NꮓwMHw W^hϵ+ONO%Lg!a^~9:VU=.zک @؞7]/˄r$\ w"I3Q8 Y>ڄuqFe27MbXL갣ҚP}3MԔy9tFv"f.霹 5y d+]|D+2iәCMjւ v m>7:֤uւ*壐F!P="<|қBp+YVS%4}adD*K`C o&a,I}c垍gJ,6m9T犯}I-ZHSҬ t+l8;Syafi:%#;mf6UdW:4+8 Z|Gt@zFSn +,=) wCr":5DiS- ^+#̓}њ0Bϖzg^)5XX5$e הeƽG0Gbipz@h_7~ՋuMRZؿ62Q–ݸ$]ʇ9$V23x_K $`*6E]͵4W00_ X[\ m%Ϩ ʾ YZ