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

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Thu Aug 13 11:38:25 UTC 2015


    Date: Thursday, August 13, 2015 @ 11:38:24
  Author: mithrandi
Revision: 33735

* New upstream release.
  - Requires at least cffi 1.1.

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

Modified: packages/python-cryptography/trunk/debian/changelog
===================================================================
--- packages/python-cryptography/trunk/debian/changelog	2015-08-13 08:17:53 UTC (rev 33734)
+++ packages/python-cryptography/trunk/debian/changelog	2015-08-13 11:38:24 UTC (rev 33735)
@@ -1,3 +1,10 @@
+python-cryptography (1.0-1) experimental; urgency=medium
+
+  * New upstream release.
+    - Requires at least cffi 1.1.
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Thu, 13 Aug 2015 10:18:48 +0200
+
 python-cryptography (0.9.3-1) unstable; urgency=low
 
   * New upstream release (closes: #789768).

Modified: packages/python-cryptography/trunk/debian/control
===================================================================
--- packages/python-cryptography/trunk/debian/control	2015-08-13 08:17:53 UTC (rev 33734)
+++ packages/python-cryptography/trunk/debian/control	2015-08-13 11:38:24 UTC (rev 33735)
@@ -9,15 +9,15 @@
  python3-all-dev,
  python-setuptools,
  python3-setuptools,
- python-cffi,
- python3-cffi,
+ python-cffi (>= 1.1.0~),
+ python3-cffi (>= 1.1.0~),
  python-six (>= 1.4.1),
  python3-six (>= 1.4.1),
  libssl-dev,
- python-cryptography-vectors (>= 0.9.3~),
- python-cryptography-vectors (<< 0.9.4~),
- python3-cryptography-vectors (>= 0.9.3~),
- python3-cryptography-vectors (<< 0.9.4~),
+ python-cryptography-vectors (>= 1.0~),
+ python-cryptography-vectors (<< 1.0.1~),
+ python3-cryptography-vectors (>= 1.0~),
+ python3-cryptography-vectors (<< 1.0.1~),
  python-iso8601,
  python3-iso8601,
  python-pytest,

Added: packages/python-cryptography/trunk/debian/py3dist-overrides
===================================================================
--- packages/python-cryptography/trunk/debian/py3dist-overrides	                        (rev 0)
+++ packages/python-cryptography/trunk/debian/py3dist-overrides	2015-08-13 11:38:24 UTC (rev 33735)
@@ -0,0 +1 @@
+cffi python3-cffi; PEP386

Added: packages/python-cryptography/trunk/debian/pydist-overrides
===================================================================
--- packages/python-cryptography/trunk/debian/pydist-overrides	                        (rev 0)
+++ packages/python-cryptography/trunk/debian/pydist-overrides	2015-08-13 11:38:24 UTC (rev 33735)
@@ -0,0 +1 @@
+cffi python-cffi; PEP386




More information about the Python-modules-commits mailing list