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

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Sun Jul 27 16:07:51 UTC 2014


    Date: Sunday, July 27, 2014 @ 16:07:50
  Author: mithrandi
Revision: 29957

* New upstream release.
* Add python{,3}-cryptography-vectors to Suggests.

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	2014-07-27 05:41:19 UTC (rev 29956)
+++ packages/python-cryptography/trunk/debian/changelog	2014-07-27 16:07:50 UTC (rev 29957)
@@ -1,3 +1,10 @@
+python-cryptography (0.5.2-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Add python{,3}-cryptography-vectors to Suggests.
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Sun, 27 Jul 2014 18:07:42 +0200
+
 python-cryptography (0.4-2) unstable; urgency=medium
 
   * Enable test suite at build time.

Modified: packages/python-cryptography/trunk/debian/control
===================================================================
--- packages/python-cryptography/trunk/debian/control	2014-07-27 05:41:19 UTC (rev 29956)
+++ packages/python-cryptography/trunk/debian/control	2014-07-27 16:07:50 UTC (rev 29957)
@@ -14,10 +14,10 @@
  python-six (>= 1.4.1),
  python3-six (>= 1.4.1),
  libssl-dev,
- python-cryptography-vectors (>= 0.4),
- python-cryptography-vectors (<< 0.5~),
- python3-cryptography-vectors (>= 0.4),
- python3-cryptography-vectors (<< 0.5~),
+ python-cryptography-vectors (>= 0.5.2),
+ python-cryptography-vectors (<< 0.6~),
+ python3-cryptography-vectors (>= 0.5.2),
+ python3-cryptography-vectors (<< 0.6~),
  python-iso8601,
  python3-iso8601,
  python-pytest,
@@ -37,8 +37,8 @@
 Package: python-cryptography
 Architecture: any
 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Suggests: python-cryptography-doc
-Description: Python library exposing cryptographic recipes and primitives (python 2)
+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
  all your cryptographic needs in Python.
  .
@@ -58,8 +58,8 @@
 Package: python3-cryptography
 Architecture: any
 Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Suggests: python-cryptography-doc
-Description: Python library exposing cryptographic recipes and primitives (python 3)
+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
  all your cryptographic needs in Python.
  .




More information about the Python-modules-commits mailing list