[Python-modules-commits] [python-gnutls] branch master updated (9abf447 -> a8c26a8)

Orestis Ioannou oorestisime-guest at moszumanska.debian.org
Sun Apr 10 16:04:44 UTC 2016


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

oorestisime-guest pushed a change to branch master
in repository python-gnutls.

      from  9abf447   Fixed VCS URL (https)
       new  d16bab0   record new upstream branch created by importing python-gnutls_3.0.0.orig.tar.gz
       new  294e034   Import python-gnutls_3.0.0.orig.tar.gz
       new  199482b   merge patched into master
       new  900dd10   switch to quilt 3.0
       new  ea78db6   d/copyright: switch to dep-5
       new  73bd879   Switch to pybuild, remove hardcoded deps and add myself in uploaders
       new  9330cfe   pump up compat
       new  a8c26a8   Prepare changelog for new upstream release

The 8 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:
 ChangeLog                                          |  12 ++
 INSTALL                                            |  52 +++-----
 LICENSE                                            |   5 +-
 PKG-INFO                                           |  24 ++--
 README                                             |  14 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  15 ++-
 debian/compat                                      |   2 +-
 debian/control                                     |  25 +++-
 debian/copyright                                   |  60 ++++-----
 debian/patches/openpgp-availability-function.patch |  31 -----
 debian/patches/series                              |   1 -
 debian/rules                                       |   7 +-
 debian/source/format                               |   2 +-
 examples/client.py                                 |   3 +-
 examples/server.py                                 |   3 +-
 examples/twisted-client.py                         |   5 +-
 examples/twisted-server.py                         |   6 +-
 gnutls/__info__.py                                 |  14 ++
 gnutls/__init__.py                                 |   5 +-
 gnutls/connection.py                               | 147 +++++----------------
 gnutls/constants.py                                |  17 ---
 gnutls/crypto.py                                   |  26 +---
 gnutls/errors.py                                   |   2 -
 gnutls/interfaces/__init__.py                      |   2 -
 gnutls/interfaces/twisted/__init__.py              |  42 +++---
 gnutls/library/__init__.py                         |  28 ++--
 gnutls/library/constants.py                        |   7 -
 gnutls/library/errors.py                           |   2 -
 gnutls/library/functions.py                        | 113 +---------------
 gnutls/library/types.py                            |  18 ++-
 gnutls/validators.py                               |  79 +----------
 setup.py                                           |  42 +++---
 33 files changed, 253 insertions(+), 572 deletions(-)
 delete mode 100644 debian/patches/openpgp-availability-function.patch
 delete mode 100644 debian/patches/series
 create mode 100644 gnutls/__info__.py

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



More information about the Python-modules-commits mailing list