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

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Wed Mar 18 14:06:44 UTC 2015


    Date: Wednesday, March 18, 2015 @ 14:06:43
  Author: mithrandi
Revision: 32030

Relax libssl-dev dependency as all versions currently in Debian should
be compatible (closes: #780715).

Modified:
  packages/python-cryptography/trunk/debian/changelog
  packages/python-cryptography/trunk/debian/control
  packages/python-cryptography/trunk/debian/watch

Modified: packages/python-cryptography/trunk/debian/changelog
===================================================================
--- packages/python-cryptography/trunk/debian/changelog	2015-03-18 09:42:08 UTC (rev 32029)
+++ packages/python-cryptography/trunk/debian/changelog	2015-03-18 14:06:43 UTC (rev 32030)
@@ -1,3 +1,10 @@
+python-cryptography (0.8-2) UNRELEASED; urgency=low
+
+  * Relax libssl-dev dependency as all versions currently in Debian should
+    be compatible (closes: #780715).
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Wed, 18 Mar 2015 15:58:44 +0200
+
 python-cryptography (0.8-1) experimental; urgency=low
 
   * New upstream release.

Modified: packages/python-cryptography/trunk/debian/control
===================================================================
--- packages/python-cryptography/trunk/debian/control	2015-03-18 09:42:08 UTC (rev 32029)
+++ packages/python-cryptography/trunk/debian/control	2015-03-18 14:06:43 UTC (rev 32030)
@@ -13,7 +13,7 @@
  python3-cffi (>= 0.8),
  python-six (>= 1.4.1),
  python3-six (>= 1.4.1),
- libssl-dev (>= 1.0.2~beta3),
+ libssl-dev,
  python-cryptography-vectors (>= 0.8~),
  python-cryptography-vectors (<< 0.8.1~),
  python3-cryptography-vectors (>= 0.8~),

Modified: packages/python-cryptography/trunk/debian/watch
===================================================================
--- packages/python-cryptography/trunk/debian/watch	2015-03-18 09:42:08 UTC (rev 32029)
+++ packages/python-cryptography/trunk/debian/watch	2015-03-18 14:06:43 UTC (rev 32030)
@@ -1,2 +1,3 @@
 version=3
-opts=pgpsigurlmangle=s/$/.asc/ https://pypi.python.org/packages/source/c/cryptography/cryptography-(.*).tar.gz
+opts=uversionmangle=s/(rc|a|b|c)/~$1/,pgpsigurlmangle=s/$/.asc/ \
+http://pypi.debian.net/cryptography/cryptography-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Python-modules-commits mailing list