[Python-modules-commits] [python-asyncssh] 07/08: Require python-bcrypt >= 3 to get KDF-related functions

Vincent Bernat bernat at moszumanska.debian.org
Sat Jul 2 12:15:55 UTC 2016


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

bernat pushed a commit to branch master
in repository python-asyncssh.

commit 8b88993bc294a432ffd1db9d07de8c3bd17c3fa1
Author: Vincent Bernat <vincent at bernat.im>
Date:   Sat Jul 2 13:56:09 2016 +0200

    Require python-bcrypt >= 3 to get KDF-related functions
---
 debian/changelog | 3 ++-
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index efb0d3c..f65255a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-python-asyncssh (1.5.3-1) UNRELEASED; urgency=medium
+python-asyncssh (1.5.6-1) UNRELEASED; urgency=medium
 
   [ Vincent Bernat ]
   * New upstream release.
      + Drop patch for disabling unworking tests.
      + Add a patch to disable tests requiring network access.
   * Bump Standards-Version.
+  * Require python-bcrypt >= 3 to get KDF-related functions.
 
   [ Ondřej Nový ]
   * Fixed VCS URL (https)
diff --git a/debian/control b/debian/control
index 2a6023b..873bb11 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
  python3-setuptools,
  python3-crypto,
  python3-cryptography,
- python3-bcrypt,
+ python3-bcrypt (>= 3),
  openssl,
  openssh-client
 Standards-Version: 3.9.8

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



More information about the Python-modules-commits mailing list