[Python-modules-commits] [python-bcrypt] branch master updated (488f34c -> c9331fd)

Daniel Stender stender at moszumanska.debian.org
Mon Jul 25 21:39:59 UTC 2016


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

stender pushed a change to branch master
in repository python-bcrypt.

      from  488f34c   deb/rules: added DEB_BUILD_MAINT_OPTIONS export for BINDNOW
       new  d405ad0   record new upstream branch created by importing python-bcrypt_3.1.0.orig.tar.xz
       new  e2cc859   Import python-bcrypt_3.1.0.orig.tar.xz
       new  33b9938   fix README ascii decoding error
       new  5a90ff8   change version to 3.1.0-1 (UNRELEASED) New upstream release.
       new  0dde7bf   deb/changelog: added info on applied patch
       new  6e06d00   deb/rules: moved dh_auto_test override up
       new  6ff3716   deb/rules: added override for dh_installchangelogs (get changelog)
       new  c9331fd   deb/changelog: finalized, upload to unstable

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:
 .coveragerc                                        |   5 +
 MANIFEST.in                                        |   8 +
 PKG-INFO                                           |  35 +-
 README.rst                                         |  33 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  10 +
 ... => 0001-fix-README-ascii-decoding-error.patch} |   2 +-
 debian/patches/0001-import-tests-from-github.patch | 298 ---------------
 debian/patches/series                              |   3 +-
 debian/rules                                       |   8 +-
 src/_csrc/portable_endian.h                        |  16 +-
 src/_csrc/pycabcrypt.h                             |   3 +-
 src/_csrc/sha2.h                                   |   8 +-
 src/bcrypt.egg-info/PKG-INFO                       |  35 +-
 src/bcrypt.egg-info/SOURCES.txt                    |   5 +-
 src/bcrypt/__about__.py                            |   2 +-
 src/bcrypt/__init__.py                             |  43 ++-
 src/build_bcrypt.py                                |   1 +
 tests/test_bcrypt.py                               | 412 ++++++++++++++-------
 tox.ini                                            |  42 +++
 20 files changed, 491 insertions(+), 492 deletions(-)
 create mode 100644 .coveragerc
 rename debian/patches/{0002-fix-README-ascii-decoding-error.patch => 0001-fix-README-ascii-decoding-error.patch} (92%)
 delete mode 100644 debian/patches/0001-import-tests-from-github.patch
 create mode 100644 tox.ini

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



More information about the Python-modules-commits mailing list