Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-M2Crypto-0.38.0-3.7.1 RPM for armv7hl

From OpenSuSE Ports Leap 15.5 for armv7hl

Name: python3-M2Crypto Distribution: openSUSE Step 15
Version: 0.38.0 Vendor: openSUSE
Release: 3.7.1 Build date: Fri Aug 5 18:18:32 2022
Group: Development/Languages/Python Build host: obs-arm-6
Size: 1407001 Source RPM: python-M2Crypto-0.38.0-3.7.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://gitlab.com/m2crypto/m2crypto
Summary: Crypto and SSL toolkit for Python
M2Crypto 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.

Provides

Requires

License

MIT

Changelog

* Wed Aug 03 2022 dmueller@suse.com
  - update CVE-2020-25657-Bleichenbacher-attack.patch to actually
    contain the fix rather than just being empty (CVE-2020-25657,
    bsc#1178829)
* Tue Jul 12 2022 mcepl@suse.com
  - Add CVE-2020-25657-Bleichenbacher-attack.patch (CVE-2020-25657,
    bsc#1178829), which mitigates the Bleichenbacher timing attacks
    in the RSA decryption API.
  - Add python-M2Crypto.keyring to verify GPG signature of tarball.
* Thu Apr 07 2022 mcepl@suse.com
  - Add missing bug references to this changelog.
* Mon Jun 14 2021 mcepl@suse.com
  - Update to 0.38.0:
    - Remove the last use of setup.py test idiom.
    - Use m2_PyObject_AsReadBuffer instead of PyObject_AsReadBuffer.
    - Add support for arm64 big endian <Steev Klimaszewski>
    - Make support of RSA_SSLV23_PADDING optional (it has been deprecated).
    - Move project to src/ layout
    - Allow verify_cb_* to be called with ok=True  <Casey Deccio>
    - Be prepared if any of constants in x509_vfy.h is not available.
    - But we do support 3.8
    - We DO NOT support Python 2.6.
  - All patches were upstreamed:
    - 293_sslv23_padding.patch
    - no-need-parameterized.patch
    - python-M2Crypto-Allow-on-UNABLE_TO_VERIFY_LEAF_SIGNATURE.patch
* Thu Apr 22 2021 mcepl@suse.com
  - Add no-need-parameterized.patch ... we don't need run-time requirement
    of parameterized package (bsc#1185150).
* Fri Feb 19 2021 mcepl@suse.com
  - Add 293_sslv23_padding.patch to avoid using RSA_SSLV23_PADDING
    (gl#m2crypto/m2crypto#293, gh#openssl/openssl#14216).
* Wed Feb 17 2021 pmonreal@suse.com
  - OpenSSL allows the verificaton to continue on
    UNABLE_TO_VERIFY_LEAF_SIGNATURE
    * This unifies the behaviour of a single certificate with an
      unknown CA certificate with a self-signed certificate.
  - Add python-M2Crypto-Allow-on-UNABLE_TO_VERIFY_LEAF_SIGNATURE.patch
    (Thanks for Debian,
    https://salsa.debian.org/python-team/packages/m2crypto/-/commit/e0e9ad5cfff8)
* Wed Feb 17 2021 pmonreal@suse.com
  - Add source signature file
* Wed Jan 13 2021 mcepl@suse.com
  - Dr. Strangelove or: How I Learned to Stop Worrying and Love pytest
* Tue Dec 08 2020 mcepl@suse.com
  - Update to 0.37.1:
    - Remove support for CentOS 6 and Python 2.6 (remove
      tests.vendor module). Python 2.7 is still fully supported.
    - Remodel CI:
    - on GitHub switched from Travis-CI to GH Actions
    - on GitLab-CI: stop testing 2.7 on Fedora, add centos7
    - update appveyor.yml
    - Stop playing with swig in setup.py, we don't support swig 1.*
      anymore.
    - Fix dereferencing of pointers (gl#m2crypto/m2crypto#281)
    - Replace deprecated PyObject_AsReadBuffer with our own shim
      (thanks to Casey Deccio for saving my bacon there).
    - Use parametrized to create parametrized tests (new external
      dependency).
    - Only use DigestSign() and DigestUpdate() with OpenSSL >= 1.1.1
    - Expose all the X509_V_FLAG
    - Add support for DigestSign* and DigestVerify*
* Mon Jul 13 2020 mcepl@suse.com
  Update to 0.36.0:
    - wrap SocketIO in io.Buffered* for makefile <lethliel>
    - SSL.Connection.close accepts an argument to force the socket closing
      <Christophe Haen>
    - SSL.Connection: make the clientPostConnectionCheck an instance
      attribute <Christophe Haen>
    - Fixed bug with usage of unexisting method getreply at SSL_Transport
      <roman-nagaev>
    - Add appveyor builds for python 3.7 and 3.8 <Daniel A. Wozniak>
    - Fixed syntax warning on line 44. <randomfox>
    - Update M2Crypto.six to 1.13.0 <Matěj Cepl>
    - base64.decodestring() was finally removed in Python 3.8. <Matěj Cepl>
    - wrap SocketIO in io.Buffered* for makefile <lethliel>
    - NULL is legal argument for key and iv paramters of EVP_CipherInit(3)
      <Matěj Cepl>
    - Expose X509_V_FLAG_ALLOW_PROXY_CERTS verification flag and
      X509_STORE_SET_FLAGS function <Christophe Haen>
    - Stop testing for 2.6 and 3.4 on Travis. Start testing 3.8 <Matěj Cepl>
    - Extend test cert validity to 2049 <Bernhard M. Wiedemann>
    - Revert using typing module in 2.6. It is just not worthy. <Matěj Cepl>
    - Update Debian/stable SSL as well <Matěj Cepl>
    - Make tests pass again. <Matěj Cepl>
    - Stop using string module, which has been deprecated. <Matěj Cepl>
    - Tiny fixes to make pyls more happy <Matěj Cepl>
    - CI: Rework Fedora CI configuration <Neal Gompa>
  - Remove upstream merged patch 001-fix-buffering-for-python38.patch.
* Wed Apr 08 2020 tchvatal@suse.com
  - Do not pull in py2 pkg on doc subpkg
* Mon Mar 09 2020 marco.strigl@suse.com
  - in python3.8 the fp is wrapped in a Buffer. SSL.Connection.makefile
    returns a socketIO which is no buffer.
    Added: 001-fix-buffering-for-python38.patch
* Mon Jun 10 2019 mcepl@suse.com
  - Update to fix release 0.35.2 ... just fixing the test suite
    (bsc#1172226).
* Sat Jun 08 2019 mcepl@suse.com
  - Replace fix_OpenSSL111c.patch with proper new release 0.35.1
    (there is really not much more in it; bsc#1149792).
* Fri Jun 07 2019 mcepl@suse.com
  - Add fix_OpenSSL111c.patch patch to ensure compatibility with
    OpenSSL 1.1.1c. gl#m2crypto/m2crypto#258 and jsc#SLE-9135.
* Thu Jun 06 2019 mimi.vx@gmail.com
  - Upgrade to 0.34.0
  - no upstream changelog
* Fri Apr 26 2019 mcepl@suse.com
  - Upgrade to 0.33.0 (bsc#1135009):
    - eb4525c - Stop pretending to support Python 3.4.
    - 6a89548 - Fix use of urlunsplit (25 hours ago)
    - 0a5a356 - tests/test_ssl: use -ciphercuites for TLS1.3 cipher in
      openssl1.1
    - 8a0a3e3 - There are apparently multiword CPP variables. Taking that
      into account.
  - Remove
    0001-tests-test_ssl-use-ciphercuites-for-TLS1.3-cipher-in.patch
    as it included in the latest release.
* Thu Mar 07 2019 mcepl@suse.com
  - Fix for compatibility with OpenSSL 1.1.0h by adding the patch
    0001-tests-test_ssl-use-ciphercuites-for-TLS1.3-cipher-in.patch
* Tue Mar 05 2019 mcepl@suse.com
  - Update to 0.32.0:
    * 471582f - setup.py: use ${CPP} as path to cpp <Duncan Macleod>
    * efb1580 - Bump pipeline OpenSSL from 1.1.0i to 1.1.0j
    * 35bb71b - Stub wchar_t helpers and ignore unused WCHAR defs
    * effc7be - Add type comment to setup.py  <Matěj Cepl>
* Wed Dec 05 2018 mcepl@suse.com
  - Whoops! Here -devel dependency certainly should stay
* Tue Dec 04 2018 mcepl@suse.com
  - Remove superfluous devel dependency for noarch package
* Fri Nov 09 2018 mcepl@suse.com
  - Update to 0.31.0 released tarball:
    * Compatibility with OpenSSL 1.1.1 (partly workaround, maybe
      requires further investigation)
    * Fixes for Windows builds
    * Fixes of installs on AWS Lambda
    * Fixes of Mac OS X related failures
    * Fix Python 2.6 compatibility issues
* Tue Nov 06 2018 mcepl@suse.com
  - pre-release of 0.31.0 tarball
  - add openssl-1_1_1-compat.patch to fix OpenSSL 1.1.1 compatibility.
* Mon Sep 24 2018 mcepl@suse.com
  - Update to 0.30.1:
    * Various small typos (Windows builds, Fix SSL.Connection.__del__)
    * 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
    * Update M2Crypto.six with 1.11.0 and replace our local workarounds
      with new functions.
    * SSLv3 just removed.
    * Don't support Python 2.6 on Windows anymore. Windows users don't
      have python as a system package, so they are usually more likely
      to upgrade anyway.
* Fri Feb 23 2018 michael@stroeder.com
  - Update to 0.29.0 (Fixes of some small bugs)
* Tue Feb 20 2018 tchvatal@suse.com
  - Require python-xml that is used by some parts of M2crypto
* Fri Feb 09 2018 michael@stroeder.com
  - Update to 0.28.2:
    * Fix ppc builds
* Fri Feb 09 2018 tchvatal@suse.com
  - Enable tests, fix docu install phase
* Thu Feb 08 2018 michael@stroeder.com
  - 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
* Wed Nov 08 2017 jmatejek@suse.com
  - use generic way to require python-typing now that python3 provides it
* Wed Oct 25 2017 michael@stroeder.com
  - License set to MIT
* Fri Oct 20 2017 alarrosa@suse.com
  - Remove unnecessary fdupes call
* Wed Oct 18 2017 alarrosa@suse.com
  - 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.
* Tue Sep 26 2017 michael@stroeder.com
  - Update to 0.26.4 with fix for OpenSSL 1.1.0 and LibreSSL
* Fri Sep 22 2017 michael@stroeder.com
  - Update to 0.26.3 with fix for a syntax error
* Thu Sep 21 2017 michael@stroeder.com
  - Update to 0.26.2
    * compatibility with OpenSSL 1.1.0
* Mon Jun 19 2017 sebix+novell.com@sebix.at
  - only require python3-typing if necessary
* Sat May 06 2017 toddrme2178@gmail.com
  - It doesn't look like python3-m2crypto ever existed, so don't
    provide it.
* Thu Apr 27 2017 alarrosa@suse.com
  - Add python-typing as a dependency
* Wed Apr 26 2017 alarrosa@suse.com
  - Provide python-m2crypto in the python2 package
* Tue Apr 18 2017 toddrme2178@gmail.com
  - Update to 0.26.0
    * No changelog provided
  - Implement single-spec version.
* Mon Sep 12 2016 dmueller@suse.com
  - use pypi.io as Source URL
* Fri Jul 22 2016 michael@stroeder.com
  - update to 0.25.1
  - set new dependency on package python-typing
* Fri Jun 03 2016 jweberhofer@weberhofer.at
  - update to 0.24.0 (bsc#1001377)
    * No changelog provided
  - README is no longer included
  - Removed obsolete python-M2Crypto-SWIG-3.0.5.patch
* Mon Dec 07 2015 opensuse@dstoecker.de
  - fix SSLv2 link error for 13.2 and Leap 42.1 (M2Crypto-0.22.5-SSLv2_link_error.patch) (bsc#969731)
* Sat Dec 05 2015 opensuse@dstoecker.de
  - update to 0.22.5, fix URL
  - drop python-M2Crypto-SWIG-3.0.5.patch (functionality included upstream)
* Thu Nov 26 2015 hpj@urpla.net
  - SLE12 requires swig3 for a successful build, too
* Tue Nov 17 2015 hpj@urpla.net
  - fix build for openSUSE Leap 42.1 (requires swig3)
* Tue Feb 24 2015 dimstar@opensuse.org
  - 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).

Files

/usr/lib/python3.6/site-packages/M2Crypto
/usr/lib/python3.6/site-packages/M2Crypto-0.38.0-py3.6.egg-info
/usr/lib/python3.6/site-packages/M2Crypto-0.38.0-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/M2Crypto-0.38.0-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/M2Crypto-0.38.0-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/M2Crypto-0.38.0-py3.6.egg-info/not-zip-safe
/usr/lib/python3.6/site-packages/M2Crypto-0.38.0-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/M2Crypto/ASN1.py
/usr/lib/python3.6/site-packages/M2Crypto/AuthCookie.py
/usr/lib/python3.6/site-packages/M2Crypto/BIO.py
/usr/lib/python3.6/site-packages/M2Crypto/BN.py
/usr/lib/python3.6/site-packages/M2Crypto/DH.py
/usr/lib/python3.6/site-packages/M2Crypto/DSA.py
/usr/lib/python3.6/site-packages/M2Crypto/EC.py
/usr/lib/python3.6/site-packages/M2Crypto/EVP.py
/usr/lib/python3.6/site-packages/M2Crypto/Engine.py
/usr/lib/python3.6/site-packages/M2Crypto/Err.py
/usr/lib/python3.6/site-packages/M2Crypto/RC4.py
/usr/lib/python3.6/site-packages/M2Crypto/RSA.py
/usr/lib/python3.6/site-packages/M2Crypto/Rand.py
/usr/lib/python3.6/site-packages/M2Crypto/SMIME.py
/usr/lib/python3.6/site-packages/M2Crypto/SSL
/usr/lib/python3.6/site-packages/M2Crypto/SSL/Checker.py
/usr/lib/python3.6/site-packages/M2Crypto/SSL/Cipher.py
/usr/lib/python3.6/site-packages/M2Crypto/SSL/Connection.py
/usr/lib/python3.6/site-packages/M2Crypto/SSL/Context.py
/usr/lib/python3.6/site-packages/M2Crypto/SSL/SSLServer.py
/usr/lib/python3.6/site-packages/M2Crypto/SSL/Session.py
/usr/lib/python3.6/site-packages/M2Crypto/SSL/TwistedProtocolWrapper.py
/usr/lib/python3.6/site-packages/M2Crypto/SSL/__init__.py
/usr/lib/python3.6/site-packages/M2Crypto/SSL/__pycache__
/usr/lib/python3.6/site-packages/M2Crypto/SSL/__pycache__/Checker.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/SSL/__pycache__/Checker.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/SSL/__pycache__/Cipher.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/SSL/__pycache__/Cipher.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/SSL/__pycache__/Connection.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/SSL/__pycache__/Connection.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/SSL/__pycache__/Context.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/SSL/__pycache__/Context.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/SSL/__pycache__/SSLServer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/SSL/__pycache__/SSLServer.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/SSL/__pycache__/Session.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/SSL/__pycache__/Session.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/SSL/__pycache__/TwistedProtocolWrapper.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/SSL/__pycache__/TwistedProtocolWrapper.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/SSL/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/SSL/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/SSL/__pycache__/cb.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/SSL/__pycache__/cb.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/SSL/__pycache__/ssl_dispatcher.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/SSL/__pycache__/ssl_dispatcher.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/SSL/__pycache__/timeout.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/SSL/__pycache__/timeout.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/SSL/cb.py
/usr/lib/python3.6/site-packages/M2Crypto/SSL/ssl_dispatcher.py
/usr/lib/python3.6/site-packages/M2Crypto/SSL/timeout.py
/usr/lib/python3.6/site-packages/M2Crypto/X509.py
/usr/lib/python3.6/site-packages/M2Crypto/__init__.py
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/ASN1.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/ASN1.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/AuthCookie.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/AuthCookie.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/BIO.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/BIO.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/BN.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/BN.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/DH.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/DH.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/DSA.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/DSA.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/EC.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/EC.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/EVP.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/EVP.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/Engine.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/Engine.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/Err.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/Err.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/RC4.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/RC4.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/RSA.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/RSA.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/Rand.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/Rand.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/SMIME.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/SMIME.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/X509.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/X509.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/callback.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/callback.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/ftpslib.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/ftpslib.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/httpslib.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/httpslib.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/m2.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/m2.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/m2crypto.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/m2crypto.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/m2urllib.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/m2urllib.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/m2urllib2.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/m2urllib2.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/m2xmlrpclib.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/m2xmlrpclib.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/six.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/six.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/threading.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/threading.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/util.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/M2Crypto/__pycache__/util.cpython-36.pyc
/usr/lib/python3.6/site-packages/M2Crypto/_m2crypto.cpython-36m-arm-linux-gnueabihf.so
/usr/lib/python3.6/site-packages/M2Crypto/callback.py
/usr/lib/python3.6/site-packages/M2Crypto/ftpslib.py
/usr/lib/python3.6/site-packages/M2Crypto/httpslib.py
/usr/lib/python3.6/site-packages/M2Crypto/m2.py
/usr/lib/python3.6/site-packages/M2Crypto/m2crypto.py
/usr/lib/python3.6/site-packages/M2Crypto/m2urllib.py
/usr/lib/python3.6/site-packages/M2Crypto/m2urllib2.py
/usr/lib/python3.6/site-packages/M2Crypto/m2xmlrpclib.py
/usr/lib/python3.6/site-packages/M2Crypto/six.py
/usr/lib/python3.6/site-packages/M2Crypto/threading.py
/usr/lib/python3.6/site-packages/M2Crypto/util.py
/usr/share/doc/packages/python3-M2Crypto
/usr/share/doc/packages/python3-M2Crypto/CHANGES
/usr/share/doc/packages/python3-M2Crypto/LICENCE
/usr/share/doc/packages/python3-M2Crypto/README.rst


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 21:45:44 2024