[Python-modules-commits] r32275 - in packages/python-cryptography/trunk/debian (2 files)
mithrandi at users.alioth.debian.org
mithrandi at users.alioth.debian.org
Sat Apr 11 03:47:11 UTC 2015
Date: Saturday, April 11, 2015 @ 03:47:09
Author: mithrandi
Revision: 32275
* New upstream release.
- Fixed a race condition when initializing the OpenSSL or CommonCrypto
backends in a multi-threaded scenario.
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-04-11 01:51:09 UTC (rev 32274)
+++ packages/python-cryptography/trunk/debian/changelog 2015-04-11 03:47:09 UTC (rev 32275)
@@ -1,9 +1,12 @@
-python-cryptography (0.8-2) UNRELEASED; urgency=low
+python-cryptography (0.8.2-1) experimental; urgency=low
+ * New upstream release.
+ - Fixed a race condition when initializing the OpenSSL or CommonCrypto
+ backends in a multi-threaded scenario.
* 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
+ -- Tristan Seligmann <mithrandi at debian.org> Sat, 11 Apr 2015 04:01:24 +0200
python-cryptography (0.8-1) experimental; urgency=low
Modified: packages/python-cryptography/trunk/debian/control
===================================================================
--- packages/python-cryptography/trunk/debian/control 2015-04-11 01:51:09 UTC (rev 32274)
+++ packages/python-cryptography/trunk/debian/control 2015-04-11 03:47:09 UTC (rev 32275)
@@ -14,10 +14,10 @@
python-six (>= 1.4.1),
python3-six (>= 1.4.1),
libssl-dev,
- python-cryptography-vectors (>= 0.8~),
- python-cryptography-vectors (<< 0.8.1~),
- python3-cryptography-vectors (>= 0.8~),
- python3-cryptography-vectors (<< 0.8.1~),
+ python-cryptography-vectors (>= 0.8.2~),
+ python-cryptography-vectors (<< 0.8.3~),
+ python3-cryptography-vectors (>= 0.8.2~),
+ python3-cryptography-vectors (<< 0.8.3~),
python-iso8601,
python3-iso8601,
python-pytest,
More information about the Python-modules-commits
mailing list