Hello community,
here is the log from the commit of package python3-cryptography for
openSUSE:Factory checked in at 2017-02-08 12:04:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-cryptography (Old)
and /work/SRC/openSUSE:Factory/.python3-cryptography.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-cryptography"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python3-cryptography/python3-cryptography.changes
2016-12-26 21:39:54.642236598 +0100
+++
/work/SRC/openSUSE:Factory/.python3-cryptography.new/python3-cryptography.changes
2017-02-08 12:04:14.861175212 +0100
@@ -1,0 +2,5 @@
+Sun Jan 29 14:57:28 UTC 2017 - [email protected]
+
+- update to 1.7.2
+
+-------------------------------------------------------------------
Old:
----
cryptography-1.7.1.tar.gz
cryptography-1.7.1.tar.gz.asc
New:
----
cryptography-1.7.2.tar.gz
cryptography-1.7.2.tar.gz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-cryptography.spec ++++++
--- /var/tmp/diff_new_pack.6xN19b/_old 2017-02-08 12:04:15.577074214 +0100
+++ /var/tmp/diff_new_pack.6xN19b/_new 2017-02-08 12:04:15.581073649 +0100
@@ -17,7 +17,7 @@
Name: python3-cryptography
-Version: 1.7.1
+Version: 1.7.2
Release: 0
Url: https://cryptography.io/en/latest/
Summary: Python library which exposes cryptographic recipes and
primitives
++++++ cryptography-1.7.1.tar.gz -> cryptography-1.7.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cryptography-1.7.1/CHANGELOG.rst
new/cryptography-1.7.2/CHANGELOG.rst
--- old/cryptography-1.7.1/CHANGELOG.rst 2016-12-13 23:53:23.000000000
+0100
+++ new/cryptography-1.7.2/CHANGELOG.rst 2017-01-27 16:10:32.000000000
+0100
@@ -1,6 +1,11 @@
Changelog
=========
+1.7.2 - 2017-01-27
+~~~~~~~~~~~~~~~~~~
+
+* Updated Windows and macOS wheels to be compiled against OpenSSL 1.0.2k.
+
1.7.1 - 2016-12-13
~~~~~~~~~~~~~~~~~~
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cryptography-1.7.1/PKG-INFO
new/cryptography-1.7.2/PKG-INFO
--- old/cryptography-1.7.1/PKG-INFO 2016-12-13 23:53:50.000000000 +0100
+++ new/cryptography-1.7.2/PKG-INFO 2017-01-27 16:14:41.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: cryptography
-Version: 1.7.1
+Version: 1.7.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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cryptography-1.7.1/src/cryptography/__about__.py
new/cryptography-1.7.2/src/cryptography/__about__.py
--- old/cryptography-1.7.1/src/cryptography/__about__.py 2016-12-13
23:53:23.000000000 +0100
+++ new/cryptography-1.7.2/src/cryptography/__about__.py 2017-01-27
16:10:32.000000000 +0100
@@ -14,7 +14,7 @@
" and primitives to Python developers.")
__uri__ = "https://github.com/pyca/cryptography"
-__version__ = "1.7.1"
+__version__ = "1.7.2"
__author__ = "The cryptography developers"
__email__ = "[email protected]"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/cryptography-1.7.1/src/cryptography.egg-info/PKG-INFO
new/cryptography-1.7.2/src/cryptography.egg-info/PKG-INFO
--- old/cryptography-1.7.1/src/cryptography.egg-info/PKG-INFO 2016-12-13
23:53:50.000000000 +0100
+++ new/cryptography-1.7.2/src/cryptography.egg-info/PKG-INFO 2017-01-27
16:14:40.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: cryptography
-Version: 1.7.1
+Version: 1.7.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