python-M2Crypto-doc-0.35.2-lp150.2.6.1<>, ]/=„ӷJ_vFWA$*s`Uߞ.bV[<bVZmbi[Ќ47&bu&Y.]c~ژ;ȋVN@I\= DÕݲk2kAY|"uK`EW kj˜})3;VSA+|zq򍦤 fRtyc#Q|]@۞ U6D.)rV$;8:*6psu~N2 >;\?Ld ) aLPX\ox|   $ D   4\k(89: FGH$IDXLYP\d]^bFcdefluvzHCpython-M2Crypto-doc0.35.2lp150.2.6.1Documentation for the Crypto and SSL toolkit for PythonM2Crypto is a crypto and SSL toolkit for Python featuring the following: RSA, DSA, DH, HMACs, message digests, symmetric ciphers (including AES). SSL functionality to implement clients and servers. HTTPS extensions to Python's httplib, urllib, and xmlrpclib. Unforgeable HMAC'ing AuthCookies for web session management. FTP/TLS client and server. S/MIME. ZServerSSL: A HTTPS server for Zope. ZSmime: An S/MIME messenger for Zope. Documentation for the Crypto and SSL toolkit for Python]lamb62MopenSUSE Leap 15.0openSUSEMIThttp://bugs.opensuse.orgDevelopment/Libraries/Pythonhttps://gitlab.com/m2crypto/m2cryptolinuxnoarchN >ap7FA큤]YxY YxYxYxYxYxa22f5cfcd1b3731ccf99c9be6aa062406ad8e7bc6168e4c63c892ef4763b635c831875ec5563c6c163c884287d24ec345f0c5b756ebab627a2276830a31101fa5c66e641a777c2dafa140b4e884e949d0c705bf46e3faf8bb86a7806c2e5ce235afa137cf3497fe96cabf0695d46c3ec6a37248240090138d7ad55ebe5253b392691ff7da1672d4d05e046ebeea3694adb8ef5457f180813ff372598650f08d9aa4a2a675cb6b56419499c9857c28c6217206299df882753a1c0e1a18caf481fe50d9ee8baa72926d9fa76111c0f95cd8ae2fa86be576234bffeaf7476d7c3a9rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-M2Crypto-0.35.2-lp150.2.6.1.src.rpmpython-M2Crypto-doc    python-M2Cryptorpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.35.23.0.4-14.6.0-14.0-15.2-14.14.1]@\"Z~Z}@Z|;ZY|Y@YB@YA@Y@YéYGY Y@YXW֘W WQq@VetVbVV@VKTgMatej Cepl Matej Cepl michael@stroeder.comtchvatal@suse.commichael@stroeder.comjmatejek@suse.commichael@stroeder.comalarrosa@suse.comalarrosa@suse.commichael@stroeder.commichael@stroeder.commichael@stroeder.comsebix+novell.com@sebix.attoddrme2178@gmail.comalarrosa@suse.comalarrosa@suse.comtoddrme2178@gmail.comdmueller@suse.commichael@stroeder.comjweberhofer@weberhofer.atopensuse@dstoecker.deopensuse@dstoecker.dehpj@urpla.nethpj@urpla.netdimstar@opensuse.org- bsc#1149792 jsc#SLE-9135 Update to 0.35.2, bugfixes only. Changes cumulatively: - fix compatibility with OpenSSL 1.1.1c. Thank you, Sebastian Andrzej Siewior from the Debian team for resolving it. - Stop pretending to support Python 3.4. - The project is now Linux-distribution agnostic - Replace all old-style classes with the new ones (it shouldn't cause any problems, but feel free to file an issue, if it does) - Do not by-pass a potential transfer decoding in m2urllib2 - SSLv3 just removed. - Various fixes of the build system and internal errors. - Patch fix_urlunsplit.patch is removed, because it is included in the upstream tarball.- Fix use of urlunsplit (bsc#1135009)- Update to 0.28.2: * Fix ppc builds- Enable tests, fix docu install phase- Removed obsolete patches fix-build-python3.diff and fix-openssl-include-path.diff - Update to 0.28.1 * compability with Python 3 * building on Mac OS X should be now more reliable and automagic * Fix licence in metadata: it is MIT, not BSD * Fix and add tests for SWIG/_aes.i module * Bundle-in unittest2 for Python 2.6 * Remove all PGP modules- use generic way to require python-typing now that python3 provides it- License set to MIT- Remove unnecessary fdupes call- Update to 0.27.0 * Fix licence: it is MIT, not BSD * At least minimal support of SNI in httpslib. * Small bugfixes and cleanups. * More effort to make build system more robust. * Restore m2.rsa_set_e() and m2.rsa_set_n(). * Make sure that every exceptional return throws and exception and viceversa. - Add patch fix-build-python3.diff to let it build with python3 - Add patch fix-openssl-include-path.diff to fix openssl include path (the code already includes the openssl/ part) - Create a new package python-M2Crypto-doc for documentation since rpmlint was complaining around 75% of the package was documentation.- Update to 0.26.4 with fix for OpenSSL 1.1.0 and LibreSSL- Update to 0.26.3 with fix for a syntax error- Update to 0.26.2 * compatibility with OpenSSL 1.1.0- only require python3-typing if necessary- It doesn't look like python3-m2crypto ever existed, so don't provide it.- Add python-typing as a dependency- Provide python-m2crypto in the python2 package- Update to 0.26.0 * No changelog provided - Implement single-spec version.- use pypi.io as Source URL- update to 0.25.1 - set new dependency on package python-typing- update to 0.24.0 * No changelog provided - README is no longer included - Removed obsolete python-M2Crypto-SWIG-3.0.5.patch- fix SSLv2 link error for 13.2 and Leap 42.1 (M2Crypto-0.22.5-SSLv2_link_error.patch)- update to 0.22.5, fix URL - drop python-M2Crypto-SWIG-3.0.5.patch (functionality included upstream)- SLE12 requires swig3 for a successful build, too- fix build for openSUSE Leap 42.1 (requires swig3)- Add python-M2Crypto-SWIG-3.0.5.patch: Fix generation of M2Crypto module when using SWIG 3.0.5. - Manually install _m2crypto shadow file: setup.py misses it. (boo#917759, boo#917815).lamb62 15746882610.35.2-lp150.2.6.1python-M2Crypto-docM2Crypto.SSL.rstM2Crypto.rstZServerSSL-HOWTO.rsthowto.ca.rsthowto.smime.rsthowto.ssl.rstindex.rst/usr/share/doc/packages//usr/share/doc/packages/python-M2Crypto-doc/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:11574/openSUSE_Leap_15.0_Update/f9a18c2c13ab510a4992f15d85c191a4-python-M2Crypto.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linuxdirectoryASCII textUTF-8 Unicode textF_ |_utf-8cbc672b3e6f8e9ceba0892be4de486baa0f796f6bb3f07bffd1cc2047c89c270?P7zXZ !t/J ]"k%na :2 $٧' X:Ѕᵄ!aKU֣ǘn?!^K1([wG(0=i^$ 5&uI`C 9iX 6,՗!L5 a@D WSSfsOyvVc_m' br3ab/z{=tIQO-M"N֗|k{kSD?:4se4Cev,nbp A~o6D(-i,~L=+9Xŝz _B?=>ۍ Qqu,-r?!s ߼r& јQٮz3(=SkeQYwJn+$tj!j~3]ŷnVVx[Ѥ5M5"``|9kVI<ZgĦ<Ômnf Mգd&^LL|\brmleuL|a2Rn i͟J5z:5M8{IMzys=iU+:t&ȐhFaK|CUM/a: Nʚ PwR)+`b /ͯ3#FZAǶ\Q ej.:&ۥWbg'Xw]lbAfDhYp3wBwA< *K :0|GÊ8;x=ܞ0K!"7e0ރ!uɀJJL* UvYS&92ri[~ 9g@B//E->y8uUҭNk=l>wJ*Iռ| 3.-S, L&m:LOF͈ׯ'}$1$ƒ,n[yE2zL \G J%"s&doGwf6H@R>x U