[Python-modules-commits] [asn1crypto] branch upstream updated (8b49055 -> 6cc5f6e)
Tristan Seligmann
mithrandi at moszumanska.debian.org
Sat Dec 23 18:36:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a change to branch upstream
in repository asn1crypto.
from 8b49055 import asn1crypto_0.22.0.orig.tar.gz
adds 6cc5f6e New upstream version 0.24.0
No new revisions were added by this update.
Summary of changes:
LICENSE | 19 +
MANIFEST.in | 3 +
PKG-INFO | 3 +-
asn1crypto.egg-info/PKG-INFO | 3 +-
asn1crypto.egg-info/SOURCES.txt | 9 +-
asn1crypto/_elliptic_curve.py | 12 +-
asn1crypto/_inet.py | 340 +++++++++---------
asn1crypto/_perf/_big_num_ctypes.py | 6 +-
asn1crypto/algos.py | 49 ++-
asn1crypto/cms.py | 131 ++++---
asn1crypto/core.py | 575 ++++++++++++++++++------------
asn1crypto/crl.py | 16 +-
asn1crypto/csr.py | 2 +-
asn1crypto/keys.py | 16 +-
asn1crypto/ocsp.py | 45 +--
asn1crypto/pdf.py | 6 +-
asn1crypto/pem.py | 16 +-
asn1crypto/pkcs12.py | 8 +-
asn1crypto/tsp.py | 26 +-
asn1crypto/version.py | 4 +-
asn1crypto/x509.py | 483 +++++++++++++++++++++-----
changelog.md | 339 ++++++++++++++++++
docs/pem.md | 79 +++++
docs/readme.md | 23 ++
docs/universal_types.md | 675 ++++++++++++++++++++++++++++++++++++
readme.md | 232 +++++++++++++
setup.cfg | 1 -
27 files changed, 2506 insertions(+), 615 deletions(-)
create mode 100644 LICENSE
create mode 100644 MANIFEST.in
create mode 100644 changelog.md
create mode 100644 docs/pem.md
create mode 100644 docs/readme.md
create mode 100644 docs/universal_types.md
create mode 100644 readme.md
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/asn1crypto.git
More information about the Python-modules-commits
mailing list