commit python3-cryptography for openSUSE:Factory

2017-02-08 Thread root
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 - mich...@stroeder.com
+
+- 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.rst2016-12-13 23:53:23.0 
+0100
+++ new/cryptography-1.7.2/CHANGELOG.rst2017-01-27 16:10:32.0 
+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.0 +0100
+++ new/cryptography-1.7.2/PKG-INFO 2017-01-27 16:14:41.0 +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__.py2016-12-13 
23:53:23.0 +0100
+++ new/cryptography-1.7.2/src/cryptography/__about__.py2017-01-27 
16:10:32.0 +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__ = "cryptography-...@python.org"
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.0 +0100
+++ new/cryptography-1.7.2/src/cryptography.egg-info/PKG-INFO   2017-01-27 
16:14:40.0 +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




commit python3-cryptography for openSUSE:Factory

2016-11-08 Thread h_root
Hello community,

here is the log from the commit of package python3-cryptography for 
openSUSE:Factory checked in at 2016-11-08 18:26:06

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-10-10 16:16:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-cryptography.new/python3-cryptography.changes
   2016-11-08 18:26:07.0 +0100
@@ -1,0 +2,9 @@
+Sun Nov  6 20:16:49 UTC 2016 - a...@gmx.de
+
+- update to version 1.5.3:
+  * SECURITY ISSUE: Fixed a bug where HKDF would return an empty
+byte-string if used with a length less than
+algorithm.digest_size. Credit to Markus Döring for reporting the
+issue.
+
+---

Old:

  cryptography-1.5.2.tar.gz
  cryptography-1.5.2.tar.gz.asc

New:

  cryptography-1.5.3.tar.gz
  cryptography-1.5.3.tar.gz.asc



Other differences:
--
++ python3-cryptography.spec ++
--- /var/tmp/diff_new_pack.u3whsF/_old  2016-11-08 18:26:08.0 +0100
+++ /var/tmp/diff_new_pack.u3whsF/_new  2016-11-08 18:26:08.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-cryptography
-Version:1.5.2
+Version:1.5.3
 Release:0
 Url:https://cryptography.io/en/latest/
 Summary:Python library which exposes cryptographic recipes and 
primitives

++ cryptography-1.5.2.tar.gz -> cryptography-1.5.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cryptography-1.5.2/CHANGELOG.rst 
new/cryptography-1.5.3/CHANGELOG.rst
--- old/cryptography-1.5.2/CHANGELOG.rst2016-09-26 22:22:36.0 
+0200
+++ new/cryptography-1.5.3/CHANGELOG.rst2016-11-06 05:07:11.0 
+0100
@@ -1,6 +1,13 @@
 Changelog
 =
 
+1.5.3 - 2016-11-05
+~~
+
+* **SECURITY ISSUE**: Fixed a bug where ``HKDF`` would return an empty
+  byte-string if used with a ``length`` less than ``algorithm.digest_size``.
+  Credit to **Markus Döring** for reporting the issue.
+
 1.5.2 - 2016-09-26
 ~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cryptography-1.5.2/PKG-INFO 
new/cryptography-1.5.3/PKG-INFO
--- old/cryptography-1.5.2/PKG-INFO 2016-09-26 22:22:59.0 +0200
+++ new/cryptography-1.5.3/PKG-INFO 2016-11-06 05:08:22.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: cryptography
-Version: 1.5.2
+Version: 1.5.3
 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.5.2/src/cryptography/__about__.py 
new/cryptography-1.5.3/src/cryptography/__about__.py
--- old/cryptography-1.5.2/src/cryptography/__about__.py2016-09-26 
22:22:36.0 +0200
+++ new/cryptography-1.5.3/src/cryptography/__about__.py2016-11-06 
05:07:51.0 +0100
@@ -14,7 +14,7 @@
" and primitives to Python developers.")
 __uri__ = "https://github.com/pyca/cryptography;
 
-__version__ = "1.5.2"
+__version__ = "1.5.3"
 
 __author__ = "The cryptography developers"
 __email__ = "cryptography-...@python.org"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cryptography-1.5.2/src/cryptography/hazmat/primitives/kdf/hkdf.py 
new/cryptography-1.5.3/src/cryptography/hazmat/primitives/kdf/hkdf.py
--- old/cryptography-1.5.2/src/cryptography/hazmat/primitives/kdf/hkdf.py   
2016-09-26 22:22:21.0 +0200
+++ new/cryptography-1.5.3/src/cryptography/hazmat/primitives/kdf/hkdf.py   
2016-11-06 04:05:05.0 +0100
@@ -91,7 +91,7 @@
 output = [b""]
 counter = 1
 
-while (self._algorithm.digest_size // 8) * len(output) < self._length:
+while self._algorithm.digest_size * (len(output) - 1) < self._length:
 h = hmac.HMAC(key_material, self._algorithm, backend=self._backend)
 h.update(output[-1])
 h.update(self._info)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cryptography-1.5.2/src/cryptography.egg-info/PKG-INFO 
new/cryptography-1.5.3/src/cryptography.egg-info/PKG-INFO
--- old/cryptography-1.5.2/src/cryptography.egg-info/PKG-INFO   2016-09-26 
22:22:59.0 +0200
+++ new/cryptography-1.5.3/src/cryptography.egg-info/PKG-INFO   

commit python3-cryptography for openSUSE:Factory

2016-10-10 Thread h_root
Hello community,

here is the log from the commit of package python3-cryptography for 
openSUSE:Factory checked in at 2016-10-10 16:16:56

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-09-28 15:03:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-cryptography.new/python3-cryptography.changes
   2016-10-10 16:16:57.0 +0200
@@ -1,0 +2,7 @@
+Fri Sep 30 15:03:38 UTC 2016 - a...@gmx.de
+
+- update to version 1.5.2:
+  * Updated Windows and OS X wheels to be compiled against OpenSSL
+1.0.2j.
+
+---

Old:

  cryptography-1.5.1.tar.gz
  cryptography-1.5.1.tar.gz.asc

New:

  cryptography-1.5.2.tar.gz
  cryptography-1.5.2.tar.gz.asc



Other differences:
--
++ python3-cryptography.spec ++
--- /var/tmp/diff_new_pack.cOZjJs/_old  2016-10-10 16:16:58.0 +0200
+++ /var/tmp/diff_new_pack.cOZjJs/_new  2016-10-10 16:16:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-cryptography
-Version:1.5.1
+Version:1.5.2
 Release:0
 Url:https://cryptography.io/en/latest/
 Summary:Python library which exposes cryptographic recipes and 
primitives

++ cryptography-1.5.1.tar.gz -> cryptography-1.5.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cryptography-1.5.1/CHANGELOG.rst 
new/cryptography-1.5.2/CHANGELOG.rst
--- old/cryptography-1.5.1/CHANGELOG.rst2016-09-22 22:08:20.0 
+0200
+++ new/cryptography-1.5.2/CHANGELOG.rst2016-09-26 22:22:36.0 
+0200
@@ -1,6 +1,12 @@
 Changelog
 =
 
+1.5.2 - 2016-09-26
+~~
+
+* Updated Windows and OS X wheels to be compiled against OpenSSL 1.0.2j.
+
+
 1.5.1 - 2016-09-22
 ~~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cryptography-1.5.1/PKG-INFO 
new/cryptography-1.5.2/PKG-INFO
--- old/cryptography-1.5.1/PKG-INFO 2016-09-22 22:08:40.0 +0200
+++ new/cryptography-1.5.2/PKG-INFO 2016-09-26 22:22:59.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: cryptography
-Version: 1.5.1
+Version: 1.5.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.5.1/src/cryptography/__about__.py 
new/cryptography-1.5.2/src/cryptography/__about__.py
--- old/cryptography-1.5.1/src/cryptography/__about__.py2016-09-22 
22:08:20.0 +0200
+++ new/cryptography-1.5.2/src/cryptography/__about__.py2016-09-26 
22:22:36.0 +0200
@@ -14,7 +14,7 @@
" and primitives to Python developers.")
 __uri__ = "https://github.com/pyca/cryptography;
 
-__version__ = "1.5.1"
+__version__ = "1.5.2"
 
 __author__ = "The cryptography developers"
 __email__ = "cryptography-...@python.org"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cryptography-1.5.1/src/cryptography.egg-info/PKG-INFO 
new/cryptography-1.5.2/src/cryptography.egg-info/PKG-INFO
--- old/cryptography-1.5.1/src/cryptography.egg-info/PKG-INFO   2016-09-22 
22:08:40.0 +0200
+++ new/cryptography-1.5.2/src/cryptography.egg-info/PKG-INFO   2016-09-26 
22:22:59.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: cryptography
-Version: 1.5.1
+Version: 1.5.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




commit python3-cryptography for openSUSE:Factory

2016-09-28 Thread h_root
Hello community,

here is the log from the commit of package python3-cryptography for 
openSUSE:Factory checked in at 2016-09-28 15:03:08

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-09-08 17:37:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-cryptography.new/python3-cryptography.changes
   2016-09-28 15:03:09.0 +0200
@@ -1,0 +2,12 @@
+Sun Sep 25 16:01:50 UTC 2016 - a...@gmx.de
+
+- update to version 1.5.1:
+  * Updated Windows and OS X wheels to be compiled against OpenSSL
+1.0.2i.
+  * Resolved a UserWarning when used with cffi 1.8.3.
+  * Fixed a memory leak in name creation with X.509.
+  * Added a workaround for old versions of setuptools.
+  * Fixed an issue preventing cryptography from compiling against
+OpenSSL 1.0.2i.
+
+---

Old:

  cryptography-1.5.tar.gz
  cryptography-1.5.tar.gz.asc

New:

  cryptography-1.5.1.tar.gz
  cryptography-1.5.1.tar.gz.asc



Other differences:
--
++ python3-cryptography.spec ++
--- /var/tmp/diff_new_pack.zIDmQj/_old  2016-09-28 15:03:10.0 +0200
+++ /var/tmp/diff_new_pack.zIDmQj/_new  2016-09-28 15:03:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-cryptography
-Version:1.5
+Version:1.5.1
 Release:0
 Url:https://cryptography.io/en/latest/
 Summary:Python library which exposes cryptographic recipes and 
primitives

++ cryptography-1.5.tar.gz -> cryptography-1.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cryptography-1.5/CHANGELOG.rst 
new/cryptography-1.5.1/CHANGELOG.rst
--- old/cryptography-1.5/CHANGELOG.rst  2016-08-26 17:02:19.0 +0200
+++ new/cryptography-1.5.1/CHANGELOG.rst2016-09-22 22:08:20.0 
+0200
@@ -1,6 +1,17 @@
 Changelog
 =
 
+1.5.1 - 2016-09-22
+~~
+
+* Updated Windows and OS X wheels to be compiled against OpenSSL 1.0.2i.
+* Resolved a ``UserWarning`` when used with cffi 1.8.3.
+* Fixed a memory leak in name creation with X.509.
+* Added a workaround for old versions of setuptools.
+* Fixed an issue preventing ``cryptography`` from compiling against
+  OpenSSL 1.0.2i.
+
+
 1.5 - 2016-08-26
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cryptography-1.5/PKG-INFO 
new/cryptography-1.5.1/PKG-INFO
--- old/cryptography-1.5/PKG-INFO   2016-08-26 17:13:20.0 +0200
+++ new/cryptography-1.5.1/PKG-INFO 2016-09-22 22:08:40.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: cryptography
-Version: 1.5
+Version: 1.5.1
 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.5/src/_cffi_src/openssl/cryptography.py 
new/cryptography-1.5.1/src/_cffi_src/openssl/cryptography.py
--- old/cryptography-1.5/src/_cffi_src/openssl/cryptography.py  2016-08-26 
16:49:15.0 +0200
+++ new/cryptography-1.5.1/src/_cffi_src/openssl/cryptography.py
2016-09-22 22:08:15.0 +0200
@@ -32,6 +32,8 @@
 (OPENSSL_VERSION_NUMBER < 0x10002000)
 #define CRYPTOGRAPHY_OPENSSL_LESS_THAN_102BETA3 \
 (OPENSSL_VERSION_NUMBER < 0x10002003)
+#define CRYPTOGRAPHY_OPENSSL_LESS_THAN_102I \
+(OPENSSL_VERSION_NUMBER < 0x1000209fL)
 #define CRYPTOGRAPHY_OPENSSL_LESS_THAN_110 \
 (OPENSSL_VERSION_NUMBER < 0x1010)
 #define CRYPTOGRAPHY_OPENSSL_LESS_THAN_110PRE5 \
@@ -51,6 +53,8 @@
 
 static const int CRYPTOGRAPHY_OPENSSL_LESS_THAN_101;
 
+static const int CRYPTOGRAPHY_OPENSSL_LESS_THAN_102I;
+
 static const int CRYPTOGRAPHY_IS_LIBRESSL;
 """
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cryptography-1.5/src/_cffi_src/openssl/ssl.py 
new/cryptography-1.5.1/src/_cffi_src/openssl/ssl.py
--- old/cryptography-1.5/src/_cffi_src/openssl/ssl.py   2016-08-26 
15:40:54.0 +0200
+++ new/cryptography-1.5.1/src/_cffi_src/openssl/ssl.py 2016-09-22 
22:08:15.0 +0200
@@ -664,7 +664,10 @@
 #endif
 
 
-#if defined(OPENSSL_NO_COMP) || defined(LIBRESSL_VERSION_NUMBER)
+/* In OpenSSL 1.0.2i+ the handling of COMP_METHOD when OPENSSL_NO_COMP was
+   changed and we no longer need to typedef void */
+#if (defined(OPENSSL_NO_COMP) && 

commit python3-cryptography for openSUSE:Factory

2016-09-08 Thread h_root
Hello community,

here is the log from the commit of package python3-cryptography for 
openSUSE:Factory checked in at 2016-09-08 17:37:48

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-06-25 02:21:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-cryptography.new/python3-cryptography.changes
   2016-09-08 17:37:49.0 +0200
@@ -1,0 +2,14 @@
+Sun Aug 28 17:47:54 UTC 2016 - a...@gmx.de
+
+- update to version 1.5:
+  * Added calculate_max_pss_salt_length().
+  * Added “one shot” sign() and verify() methods to DSA keys.
+  * Added “one shot” sign() and verify() methods to ECDSA keys.
+  * Switched back to the older callback model on Python 3.5 in order
+to mitigate the locking callback problem with OpenSSL <1.1.0.
+  * CertificateBuilder, CertificateRevocationListBuilder, and
+RevokedCertificateBuilder now accept timezone aware datetime
+objects as method arguments
+  * cryptography now supports OpenSSL 1.1.0 as a compilation target.
+
+---

Old:

  cryptography-1.4.tar.gz
  cryptography-1.4.tar.gz.asc

New:

  cryptography-1.5.tar.gz
  cryptography-1.5.tar.gz.asc



Other differences:
--
++ python3-cryptography.spec ++
--- /var/tmp/diff_new_pack.mx2rvX/_old  2016-09-08 17:37:50.0 +0200
+++ /var/tmp/diff_new_pack.mx2rvX/_new  2016-09-08 17:37:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-cryptography
-Version:1.4
+Version:1.5
 Release:0
 Url:https://cryptography.io/en/latest/
 Summary:Python library which exposes cryptographic recipes and 
primitives

++ cryptography-1.4.tar.gz -> cryptography-1.5.tar.gz ++
 7060 lines of diff (skipped)




commit python3-cryptography for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package python3-cryptography for 
openSUSE:Factory checked in at 2016-06-25 02:20:44

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-06-13 21:55:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-cryptography.new/python3-cryptography.changes
   2016-06-25 02:21:44.0 +0200
@@ -1,0 +2,20 @@
+Sat Jun 18 19:00:08 UTC 2016 - a...@gmx.de
+
+- update to version 1.4:
+  * Support for OpenSSL 0.9.8 has been removed. Users on older
+versions of OpenSSL will need to upgrade.
+  * Added KBKDFHMAC.
+  * Added support for OpenSSH public key serialization.
+  * Added support for SHA-2 in RSA OAEP when using OpenSSL 1.0.2 or
+greater.
+  * Added “one shot” sign() and verify() methods to RSA keys.
+
+- changes from version 1.3.4:
+  * Added another OpenSSL function to the bindings to support an
+upcoming pyOpenSSL release.
+
+- changes from version 1.3.3:
+  * Added two new OpenSSL functions to the bindings to support an
+upcoming pyOpenSSL release.
+
+---

Old:

  cryptography-1.3.2.tar.gz
  cryptography-1.3.2.tar.gz.asc

New:

  cryptography-1.4.tar.gz
  cryptography-1.4.tar.gz.asc



Other differences:
--
++ python3-cryptography.spec ++
--- /var/tmp/diff_new_pack.UOd5G9/_old  2016-06-25 02:21:44.0 +0200
+++ /var/tmp/diff_new_pack.UOd5G9/_new  2016-06-25 02:21:44.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-cryptography
+# spec file for package python3-cryptography
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python3-cryptography
-Version:1.3.2
+Version:1.4
 Release:0
 Url:https://cryptography.io/en/latest/
 Summary:Python library which exposes cryptographic recipes and 
primitives
@@ -27,14 +27,14 @@
 Source1:
https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-%{version}.tar.gz.asc
 Source2:%{name}.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pkgconfig(python3)
-BuildRequires:  pkgconfig(openssl)
-BuildRequires:  pkgconfig(libffi)
 BuildRequires:  python3-cffi >= 0.8
-BuildRequires:  python3-six >= 1.4.1
-BuildRequires:  python3-setuptools
-BuildRequires:  python3-pyasn1
 BuildRequires:  python3-idna
+BuildRequires:  python3-pyasn1
+BuildRequires:  python3-setuptools
+BuildRequires:  python3-six >= 1.4.1
+BuildRequires:  pkgconfig(libffi)
+BuildRequires:  pkgconfig(openssl)
+BuildRequires:  pkgconfig(python3)
 #test requirements
 BuildRequires:  python3-pytest
 %if %{?suse_version} == 1310
@@ -42,9 +42,9 @@
 Requires:  python3-enum34
 %endif
 Requires:  python3-cffi >= 0.8
-Requires:  python3-six >= 1.4.1
-Requires:  python3-pyasn1
 Requires:  python3-idna
+Requires:   python3-pyasn1
+Requires:   python3-six >= 1.4.1
 
 %description
 cryptography is a package designed to expose cryptographic

++ cryptography-1.3.2.tar.gz -> cryptography-1.4.tar.gz ++
 4751 lines of diff (skipped)