[Python-modules-commits] [m2crypto] branch upstream updated (b9abf16 -> fac2605)

Daniel Stender stender at moszumanska.debian.org
Mon Nov 6 20:06:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

stender pushed a change to branch upstream
in repository m2crypto.

      from  b9abf16   Import m2crypto_0.24.0.orig.tar.xz
       new  65ce064   New upstream version 0.27.0
       new  fac2605   New upstream version 0.27.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES                                |   177 +-
 INSTALL.rst                            |    16 +-
 M2Crypto.egg-info/PKG-INFO             |    27 -
 M2Crypto.egg-info/SOURCES.txt          |   151 -
 M2Crypto.egg-info/dependency_links.txt |     1 -
 M2Crypto.egg-info/top_level.txt        |     1 -
 M2Crypto/ASN1.py                       |   130 +-
 M2Crypto/AuthCookie.py                 |    88 +-
 M2Crypto/BIO.py                        |   113 +-
 M2Crypto/BN.py                         |    29 +-
 M2Crypto/DH.py                         |    31 +-
 M2Crypto/DSA.py                        |   253 +-
 M2Crypto/EC.py                         |   346 +-
 M2Crypto/EVP.py                        |   211 +-
 M2Crypto/Engine.py                     |    41 +-
 M2Crypto/Err.py                        |    42 +-
 M2Crypto/PGP/PublicKey.py              |    26 +-
 M2Crypto/PGP/PublicKeyRing.py          |    35 +-
 M2Crypto/PGP/RSA.py                    |    10 +-
 M2Crypto/PGP/__init__.py               |    10 +-
 M2Crypto/PGP/constants.py              |    26 +-
 M2Crypto/PGP/packet.py                 |   218 +-
 M2Crypto/RC4.py                        |     5 +
 M2Crypto/RSA.py                        |   287 +-
 M2Crypto/Rand.py                       |   154 +-
 M2Crypto/SMIME.py                      |   100 +-
 M2Crypto/SSL/Checker.py                |   108 +-
 M2Crypto/SSL/Cipher.py                 |    28 +-
 M2Crypto/SSL/Connection.py             |   297 +-
 M2Crypto/SSL/Context.py                |   311 +-
 M2Crypto/SSL/SSLServer.py              |    29 +-
 M2Crypto/SSL/Session.py                |    23 +-
 M2Crypto/SSL/TwistedProtocolWrapper.py |   233 +-
 M2Crypto/SSL/__init__.py               |    18 +-
 M2Crypto/SSL/cb.py                     |    26 +-
 M2Crypto/SSL/ssl_dispatcher.py         |     7 +-
 M2Crypto/SSL/timeout.py                |     8 +-
 M2Crypto/X509.py                       |   698 +-
 M2Crypto/__init__.py                   |    10 +-
 M2Crypto/ftpslib.py                    |     5 +-
 M2Crypto/httpslib.py                   |   125 +-
 M2Crypto/m2.py                         |     2 +-
 M2Crypto/m2crypto.py                   |    86 +
 M2Crypto/m2urllib.py                   |    82 +-
 M2Crypto/m2urllib2.py                  |    62 +-
 M2Crypto/m2xmlrpclib.py                |    25 +-
 M2Crypto/six.py                        |   868 +
 M2Crypto/threading.py                  |     4 +
 M2Crypto/util.py                       |    88 +-
 MANIFEST.in                            |    12 -
 PKG-INFO                               |     8 +-
 README.rst                             |    65 +-
 SWIG/_aes.i                            |    16 +-
 SWIG/_asn1.i                           |    76 +-
 SWIG/_bio.i                            |   310 +-
 SWIG/_bn.i                             |    87 +-
 SWIG/_dh.i                             |   120 +-
 SWIG/_dsa.i                            |   205 +-
 SWIG/_ec.i                             |   130 +-
 SWIG/_engine.i                         |     1 +
 SWIG/_evp.i                            |   189 +-
 SWIG/_lib.h                            |     6 +-
 SWIG/_lib.i                            |   294 +-
 SWIG/_lib11_compat.i                   |   458 +
 SWIG/_m2crypto.def                     |     2 +-
 SWIG/_m2crypto.i                       |    29 +-
 SWIG/_m2crypto_wrap.c                  | 31567 +++++++++++++++++++++++++++++++
 SWIG/_objects.i                        |    10 +-
 SWIG/_pkcs7.i                          |    56 +-
 SWIG/_rand.i                           |    46 +-
 SWIG/_rc4.i                            |    23 +-
 SWIG/_rsa.i                            |   281 +-
 SWIG/_ssl.i                            |   161 +-
 SWIG/_threads.i                        |    19 +-
 SWIG/_util.i                           |    15 +-
 SWIG/_x509.i                           |   177 +-
 SWIG/libcrypto-compat.h                |    61 +
 contrib/SimpleX509create.py            |     4 +-
 contrib/dispatcher.py                  |   371 +-
 contrib/isaac.httpslib.py              |     2 +-
 contrib/m2crypto.spec                  |    46 -
 contrib/smimeplus.py                   |     8 +-
 doc/M2Crypto.PGP.rst                   |    51 +
 doc/M2Crypto.SSL.rst                   |    91 +
 doc/M2Crypto.rst                       |   219 +
 doc/Makefile                           |   153 +
 doc/ZServerSSL-HOWTO.html              |   271 -
 doc/ZServerSSL-HOWTO.rst               |   239 +
 doc/conf.py                            |   285 +
 doc/doctrees/M2Crypto.PGP.doctree      |   Bin 0 -> 86275 bytes
 doc/doctrees/M2Crypto.SSL.doctree      |   Bin 0 -> 349777 bytes
 doc/doctrees/M2Crypto.doctree          |   Bin 0 -> 1257651 bytes
 doc/doctrees/ZServerSSL-HOWTO.doctree  |   Bin 0 -> 49245 bytes
 doc/doctrees/environment.pickle        |   Bin 0 -> 459094 bytes
 doc/doctrees/howto.ca.doctree          |   Bin 0 -> 51373 bytes
 doc/doctrees/howto.smime.doctree       |   Bin 0 -> 94672 bytes
 doc/doctrees/howto.ssl.doctree         |   Bin 0 -> 22402 bytes
 doc/doctrees/index.doctree             |   Bin 0 -> 7232 bytes
 doc/howto.ca.html                      |   891 -
 doc/howto.ca.rst                       |   370 +
 doc/howto.smime.html                   |  1573 --
 doc/howto.smime.rst                    |   778 +
 doc/howto.ssl.html                     |   206 -
 doc/howto.ssl.rst                      |   131 +
 doc/index.rst                          |    30 +
 doc/make.bat                           |   190 +
 setup.cfg                              |     6 +-
 setup.py                               |   253 +-
 tests/.ropeproject/config.py           |    95 -
 tests/__init__.py                      |     2 +-
 tests/alltests.py                      |    15 +-
 tests/bad_date_cert.crt                |    19 +
 tests/easy_rsa.pem                     |    74 +
 tests/ec.priv.pem                      |     7 +-
 tests/ec.pub.pem                       |     5 +-
 tests/fips.py                          |     7 +-
 tests/makecerts.py                     |    43 +-
 tests/randpool.dat                     |   Bin 1024 -> 1024 bytes
 tests/sig.p7                           |     8 +-
 tests/sig.p7s                          |    18 +-
 tests/test_asn1.py                     |    69 +-
 tests/test_authcookie.py               |    73 +-
 tests/test_bio.py                      |    14 +-
 tests/test_bio_file.py                 |    97 +-
 tests/test_bio_iobuf.py                |    11 +-
 tests/test_bio_membuf.py               |    52 +-
 tests/test_bio_ssl.py                  |     8 +-
 tests/test_bn.py                       |     0
 tests/test_dh.py                       |     7 +-
 tests/test_dsa.py                      |     4 +-
 tests/test_ec_curves.py                |   206 +-
 tests/test_ecdh.py                     |    15 +-
 tests/test_ecdsa.py                    |    26 +-
 tests/test_engine.py                   |     2 +-
 tests/test_evp.py                      |   234 +-
 tests/test_obj.py                      |    56 +-
 tests/test_pgp.py                      |    13 +-
 tests/test_rand.py                     |    25 +-
 tests/test_rc4.py                      |    17 +-
 tests/test_rsa.py                      |    92 +-
 tests/test_smime.py                    |   176 +-
 tests/test_ssl.py                      |   325 +-
 tests/test_ssl_offline.py              |    14 +-
 tests/test_ssl_win.py                  |     2 +-
 tests/test_util.py                     |    60 +
 tests/test_x509.py                     |   341 +-
 146 files changed, 42151 insertions(+), 6344 deletions(-)
 delete mode 100644 M2Crypto.egg-info/PKG-INFO
 delete mode 100644 M2Crypto.egg-info/SOURCES.txt
 delete mode 100644 M2Crypto.egg-info/dependency_links.txt
 delete mode 100644 M2Crypto.egg-info/top_level.txt
 mode change 100755 => 100644 M2Crypto/BN.py
 create mode 100644 M2Crypto/m2crypto.py
 create mode 100644 M2Crypto/six.py
 delete mode 100644 MANIFEST.in
 create mode 100644 SWIG/_lib11_compat.i
 create mode 100644 SWIG/_m2crypto_wrap.c
 create mode 100644 SWIG/libcrypto-compat.h
 delete mode 100644 contrib/m2crypto.spec
 create mode 100644 doc/M2Crypto.PGP.rst
 create mode 100644 doc/M2Crypto.SSL.rst
 create mode 100644 doc/M2Crypto.rst
 create mode 100644 doc/Makefile
 delete mode 100644 doc/ZServerSSL-HOWTO.html
 create mode 100644 doc/ZServerSSL-HOWTO.rst
 create mode 100644 doc/conf.py
 create mode 100644 doc/doctrees/M2Crypto.PGP.doctree
 create mode 100644 doc/doctrees/M2Crypto.SSL.doctree
 create mode 100644 doc/doctrees/M2Crypto.doctree
 create mode 100644 doc/doctrees/ZServerSSL-HOWTO.doctree
 create mode 100644 doc/doctrees/environment.pickle
 create mode 100644 doc/doctrees/howto.ca.doctree
 create mode 100644 doc/doctrees/howto.smime.doctree
 create mode 100644 doc/doctrees/howto.ssl.doctree
 create mode 100644 doc/doctrees/index.doctree
 delete mode 100644 doc/howto.ca.html
 create mode 100644 doc/howto.ca.rst
 delete mode 100644 doc/howto.smime.html
 create mode 100644 doc/howto.smime.rst
 delete mode 100644 doc/howto.ssl.html
 create mode 100644 doc/howto.ssl.rst
 create mode 100644 doc/index.rst
 create mode 100644 doc/make.bat
 delete mode 100644 tests/.ropeproject/config.py
 create mode 100644 tests/bad_date_cert.crt
 create mode 100644 tests/easy_rsa.pem
 mode change 100755 => 100644 tests/test_bn.py
 create mode 100644 tests/test_util.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/m2crypto.git



More information about the Python-modules-commits mailing list