[Python-modules-commits] [python-cryptography] 01/04: Import python-cryptography_1.2.2.orig.tar.gz

Tristan Seligmann mithrandi at moszumanska.debian.org
Thu Feb 4 06:39:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a commit to branch master
in repository python-cryptography.

commit 2d7ac6fb65c5431f9d9ed73b8ade27927fd6c278
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Thu Feb 4 07:27:57 2016 +0200

    Import python-cryptography_1.2.2.orig.tar.gz
---
 CHANGELOG.rst                      | 5 +++++
 PKG-INFO                           | 2 +-
 src/cryptography.egg-info/PKG-INFO | 2 +-
 src/cryptography/__about__.py      | 2 +-
 4 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index f7c62fc..fec0a02 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,6 +1,11 @@
 Changelog
 =========
 
+1.2.2 - 2016-01-29
+~~~~~~~~~~~~~~~~~~
+
+* Updated Windows and OS X wheels to be compiled against OpenSSL 1.0.2f.
+
 1.2.1 - 2016-01-08
 ~~~~~~~~~~~~~~~~~~
 
diff --git a/PKG-INFO b/PKG-INFO
index 555d0c4..a195be3 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: cryptography
-Version: 1.2.1
+Version: 1.2.2
 Summary: cryptography is a package which provides cryptographic recipes and primitives to Python developers.
 Home-page: https://github.com/pyca/cryptography
 Author: The cryptography developers
diff --git a/src/cryptography.egg-info/PKG-INFO b/src/cryptography.egg-info/PKG-INFO
index 555d0c4..a195be3 100644
--- a/src/cryptography.egg-info/PKG-INFO
+++ b/src/cryptography.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: cryptography
-Version: 1.2.1
+Version: 1.2.2
 Summary: cryptography is a package which provides cryptographic recipes and primitives to Python developers.
 Home-page: https://github.com/pyca/cryptography
 Author: The cryptography developers
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py
index 8fc2e1e..198ab49 100644
--- a/src/cryptography/__about__.py
+++ b/src/cryptography/__about__.py
@@ -14,7 +14,7 @@ __summary__ = ("cryptography is a package which provides cryptographic recipes"
                " and primitives to Python developers.")
 __uri__ = "https://github.com/pyca/cryptography"
 
-__version__ = "1.2.1"
+__version__ = "1.2.2"
 
 __author__ = "The cryptography developers"
 __email__ = "cryptography-dev at python.org"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-cryptography.git



More information about the Python-modules-commits mailing list