[Python-modules-commits] [python-cryptography] 01/02: Add Breaks: on python{, 3}-openssl because of incompatibilities between older PyOpenSSL and Cryptography (see https://github.com/pyca/pyopenssl/pull/406 for details).

Tristan Seligmann mithrandi at moszumanska.debian.org
Sat Jul 16 15:23:14 UTC 2016


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

mithrandi pushed a commit to branch master
in repository python-cryptography.

commit aeeb06adc83cf4e0349bfe988df5c8cb2c7fd6cc
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Sat Jul 16 07:12:13 2016 +0200

    Add Breaks: on python{,3}-openssl because of incompatibilities between older PyOpenSSL and Cryptography (see https://github.com/pyca/pyopenssl/pull/406 for details).
---
 debian/changelog | 7 +++++--
 debian/control   | 2 ++
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 067f4d0..7f03200 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-python-cryptography (1.4-2) UNRELEASED; urgency=medium
+python-cryptography (1.4-2) unstable; urgency=medium
 
   * Fix typo in overrides file.
+  * Add Breaks: on python{,3}-openssl because of incompatibilities between
+    older PyOpenSSL and Cryptography (see
+    https://github.com/pyca/pyopenssl/pull/406 for details).
 
- -- Tristan Seligmann <mithrandi at debian.org>  Mon, 27 Jun 2016 01:15:21 +0200
+ -- Tristan Seligmann <mithrandi at debian.org>  Sat, 16 Jul 2016 07:12:08 +0200
 
 python-cryptography (1.4-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 5e4c271..48aa98e 100644
--- a/debian/control
+++ b/debian/control
@@ -48,6 +48,7 @@ Testsuite: autopkgtest
 Package: python-cryptography
 Architecture: any
 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Breaks: python-openssl (<< 16.0.0)
 Suggests: python-cryptography-doc, python-cryptography-vectors
 Description: Python library exposing cryptographic recipes and primitives (Python 2)
  The cryptography library is designed to be a "one-stop-shop" for
@@ -69,6 +70,7 @@ Description: Python library exposing cryptographic recipes and primitives (Pytho
 Package: python3-cryptography
 Architecture: any
 Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Breaks: python3-openssl (<< 16.0.0)
 Suggests: python-cryptography-doc, python3-cryptography-vectors
 Description: Python library exposing cryptographic recipes and primitives (Python 3)
  The cryptography library is designed to be a "one-stop-shop" for

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



More information about the Python-modules-commits mailing list