[Python-modules-commits] r34303 - in packages/python-cryptography/trunk/debian (3 files)

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Thu Sep 17 14:00:06 UTC 2015


    Date: Thursday, September 17, 2015 @ 14:00:05
  Author: mithrandi
Revision: 34303

Fix build-dependencies and pydist-overrides to make sure the correct
versioned dependencies are used everywhere (closes: #799077).

Modified:
  packages/python-cryptography/trunk/debian/changelog
  packages/python-cryptography/trunk/debian/control
  packages/python-cryptography/trunk/debian/pydist-overrides

Modified: packages/python-cryptography/trunk/debian/changelog
===================================================================
--- packages/python-cryptography/trunk/debian/changelog	2015-09-17 08:07:39 UTC (rev 34302)
+++ packages/python-cryptography/trunk/debian/changelog	2015-09-17 14:00:05 UTC (rev 34303)
@@ -1,3 +1,10 @@
+python-cryptography (1.0.1-2) UNRELEASED; urgency=medium
+
+  * Fix build-dependencies and pydist-overrides to make sure the correct
+    versioned dependencies are used everywhere (closes: #799077).
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Thu, 17 Sep 2015 15:59:23 +0200
+
 python-cryptography (1.0.1-1) unstable; urgency=medium
 
   * New upstream release.

Modified: packages/python-cryptography/trunk/debian/control
===================================================================
--- packages/python-cryptography/trunk/debian/control	2015-09-17 08:07:39 UTC (rev 34302)
+++ packages/python-cryptography/trunk/debian/control	2015-09-17 14:00:05 UTC (rev 34303)
@@ -11,25 +11,25 @@
  python-cryptography-vectors (<< 1.0.2~),
  python-cryptography-vectors (>= 1.0.1~),
  python-enum34,
- python-idna,
+ python-idna (>= 2.0~),
  python-ipaddress,
  python-iso8601,
  python-pretend,
- python-pyasn1,
+ python-pyasn1 (>= 0.1.8~),
  python-pytest,
  python-setuptools,
- python-six (>= 1.4.1),
+ python-six (>= 1.4.1~),
  python3-all-dev,
  python3-cffi (>= 1.1.0~),
  python3-cryptography-vectors (<< 1.0.2~),
  python3-cryptography-vectors (>= 1.0.1~),
- python3-idna,
+ python3-idna (>= 2.0~),
  python3-iso8601,
  python3-pretend,
- python3-pyasn1,
+ python3-pyasn1 (>= 0.1.8~),
  python3-pytest,
  python3-setuptools,
- python3-six (>= 1.4.1),
+ python3-six (>= 1.4.1~),
 Standards-Version: 3.9.6
 Homepage: https://cryptography.io/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-cryptography/trunk/

Modified: packages/python-cryptography/trunk/debian/pydist-overrides
===================================================================
--- packages/python-cryptography/trunk/debian/pydist-overrides	2015-09-17 08:07:39 UTC (rev 34302)
+++ packages/python-cryptography/trunk/debian/pydist-overrides	2015-09-17 14:00:05 UTC (rev 34303)
@@ -1 +1,3 @@
 cffi python-cffi; PEP386
+pyasn1 python-pyasn1; PEP386
+six python-six; PEP386




More information about the Python-modules-commits mailing list