[Python-modules-commits] [m2crypto] branch debian/master updated (2d132ed -> 0985b4a)
Daniel Stender
stender at moszumanska.debian.org
Mon Nov 6 20:06:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
stender pushed a change to branch debian/master
in repository m2crypto.
from 2d132ed upload to unstable
new 542cdf5 remove egg-info folder instead of ignoring it
new 000a854 check tarball signature
new 65ce064 New upstream version 0.27.0
new a1903b8 Merge tag 'upstream/0.27.0' into debian/master
new 5f13a9e deb/changelog: new upstream release
new a1aaa6e update import-inspect-in-urllib-2.patch
new 50790af handle SWIG/_m2crypto_wrap.c by diff-ignore
new e6a0908 deb/control: add python-typing to build-deps
new 84595ac deb/clean: add .cache/
new 71a7129 deb/rules: use PYBUILD_BEFORE/AFTER_TEST, run tests from $(CURDIR)
new de68ff3 build against libssl-dev
new 292934d tarball now ships with sphinx docs
new fac2605 New upstream version 0.27.0
new 459f586 Merge tag 'upstream/0.27.0' into debian/master
new f72d579 deb/copyright: adjust some years, add Matěj Cepl
new 38e2dba update existing doc-base files in deb/
new 830849f add deb/python-m2crypto.doc-base
new 4e3cd4c deb/control: bump standards version to 4.1.1
new 2bcb7f6 add skip-test_urllib.patch
new 0985b4a deb/changelog: upload to unstable
The 20 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 +-
debian/changelog | 38 +
debian/clean | 3 +-
debian/control | 11 +-
debian/copyright | 6 +-
.../patches/0001-import-inspect-in-urllib-2.patch | 14 +-
debian/patches/series | 1 +
debian/patches/skip-test_urllib.patch | 15 +
debian/python-m2crypto.doc-base | 9 +
debian/python-m2crypto.doc-base.ca-howto | 4 +-
debian/python-m2crypto.doc-base.smime-howto | 4 +-
debian/python-m2crypto.doc-base.ssl-howto | 4 +-
debian/python-m2crypto.doc-base.zserverssl-howto | 4 +-
debian/python-m2crypto.docs | 1 -
debian/rules | 14 +-
debian/source/options | 2 +-
debian/upstream/signing-key.asc | 1053 +
debian/watch | 2 +-
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 +-
163 files changed, 43308 insertions(+), 6372 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 debian/patches/skip-test_urllib.patch
create mode 100644 debian/python-m2crypto.doc-base
delete mode 100644 debian/python-m2crypto.docs
create mode 100644 debian/upstream/signing-key.asc
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