[Python-modules-commits] [asn1crypto] branch debian/master updated (0ee177a -> 1df7c0f)

Tristan Seligmann mithrandi at moszumanska.debian.org
Sat Dec 23 18:36:26 UTC 2017


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

mithrandi pushed a change to branch debian/master
in repository asn1crypto.

      from  0ee177a   Add some missing files to debian/copyright.
      adds  6cc5f6e   New upstream version 0.24.0
      adds  2cf3c79   Update upstream source from tag 'upstream/0.24.0'
      adds  223a641   New upstream release.
      adds  863458e   Bump Standards-Version to 4.1.2 (no changes).
      adds  1df7c0f   Upstream now ships a changelog, drop Lintian override.

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 ++++++++++++++
 debian/changelog                            |   7 +-
 debian/control                              |   2 +-
 debian/pypy-asn1crypto.lintian-overrides    |   2 -
 debian/python-asn1crypto.lintian-overrides  |   2 -
 debian/python3-asn1crypto.lintian-overrides |   2 -
 docs/pem.md                                 |  79 ++++
 docs/readme.md                              |  23 +
 docs/universal_types.md                     | 675 ++++++++++++++++++++++++++++
 readme.md                                   | 232 ++++++++++
 setup.cfg                                   |   1 -
 32 files changed, 2512 insertions(+), 624 deletions(-)
 create mode 100644 LICENSE
 create mode 100644 MANIFEST.in
 create mode 100644 changelog.md
 delete mode 100644 debian/pypy-asn1crypto.lintian-overrides
 delete mode 100644 debian/python-asn1crypto.lintian-overrides
 delete mode 100644 debian/python3-asn1crypto.lintian-overrides
 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