[Python-modules-commits] [python-cryptography] 06/06: Update py{, 3}dist-overrides to get correct version bounds on everything (closes: #821030).

Tristan Seligmann mithrandi at moszumanska.debian.org
Fri Jun 3 14:06:30 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 b391436cf5fe246689d94f82b9dce7a6e7256681
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Fri Jun 3 15:38:41 2016 +0200

    Update py{,3}dist-overrides to get correct version bounds on everything (closes: #821030).
---
 debian/changelog         | 2 ++
 debian/control           | 4 ++--
 debian/py3dist-overrides | 2 ++
 debian/pydist-overrides  | 4 ++++
 4 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1a18f7c..7349fbd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ python-cryptography (1.3.4-1) unstable; urgency=medium
   * New upstream release.
   * Remove some workarounds from rules that should no longer be necessary.
   * Fix cffi build-dependency version (closes: #826204).
+  * Update py{,3}dist-overrides to get correct version bounds on
+    everything (closes: #821030).
 
  -- Tristan Seligmann <mithrandi at debian.org>  Fri, 03 Jun 2016 15:20:10 +0200
 
diff --git a/debian/control b/debian/control
index 446d055..361a781 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
  dh-python,
  libssl-dev,
  python-all-dev,
- python-cffi (>= 1.1.0~),
+ python-cffi (>= 1.4.1~),
  python-cryptography-vectors (<< 1.3.5~) <!nocheck>,
  python-cryptography-vectors (>= 1.3.4~) <!nocheck>,
  python-enum34,
@@ -23,7 +23,7 @@ Build-Depends:
  python-setuptools,
  python-six (>= 1.4.1~),
  python3-all-dev,
- python3-cffi (>= 1.1.0~),
+ python3-cffi (>= 1.4.1~),
  python3-cryptography-vectors (<< 1.3.5~) <!nocheck>,
  python3-cryptography-vectors (>= 1.3.4~) <!nocheck>,
  python3-hypothesis <!nocheck>,
diff --git a/debian/py3dist-overrides b/debian/py3dist-overrides
index a2177a5..71ba444 100644
--- a/debian/py3dist-overrides
+++ b/debian/py3dist-overrides
@@ -1,2 +1,4 @@
+idna python3-idna; PEP386
 pyasn1 python3-pyasn1; PEP386
 six python3-six; PEP386
+setuptools python3-setuptools; PEP386
diff --git a/debian/pydist-overrides b/debian/pydist-overrides
index 807f1b3..8d1f143 100644
--- a/debian/pydist-overrides
+++ b/debian/pydist-overrides
@@ -1,2 +1,6 @@
+idna python-idna; PEP386
 pyasn1 python-pyasn1; PEP386
 six python-six; PEP386
+setuptools python-setuptools; PEP386
+enum34 python-enum34; PEP386
+ipaddress python-ipaddress; PEP384

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