[Python-modules-commits] [python-asyncssh] 08/08: Remove python3-cryptography from Recommends

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 d8e75ded38e73607f1040735daac38a3fa9e65b6
Author: Vincent Bernat <vincent at bernat.im>
Date:   Sat Jul 2 14:10:03 2016 +0200

    Remove python3-cryptography from Recommends
    
    And prepare for release
---
 debian/changelog | 10 ++++++----
 debian/control   |  2 +-
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f65255a..eaab9ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,18 @@
-python-asyncssh (1.5.6-1) UNRELEASED; urgency=medium
+python-asyncssh (1.5.6-1) unstable; 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.
+  * d/control: bump Standards-Version.
+  * d/control: require python-bcrypt >= 3 to get KDF-related functions.
+  * d/control: python3-cryptography is an automatic dependency, remove it
+    from Recommends.
 
   [ Ondřej Nový ]
   * Fixed VCS URL (https)
 
- -- Vincent Bernat <bernat at debian.org>  Sun, 03 Jan 2016 17:45:06 +0100
+ -- Vincent Bernat <bernat at debian.org>  Sat, 02 Jul 2016 14:10:01 +0200
 
 python-asyncssh (1.3.0-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 873bb11..0b9649a 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-asyncssh.
 Package: python3-asyncssh
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}
-Recommends: python-asyncssh-doc, python3-cryptography, python3-bcrypt
+Recommends: python-asyncssh-doc, python3-bcrypt
 Description: asyncio-based client and server implementation of SSHv2 protocol
  AsyncSSH is a Python package which provides an asynchronous client
  and server implementation of the SSHv2 protocol on top of the Python

-- 
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