Hello community,

here is the log from the commit of package python-cryptography for 
openSUSE:Factory checked in at 2019-01-08 12:17:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cryptography (Old)
 and      /work/SRC/openSUSE:Factory/.python-cryptography.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cryptography"

Tue Jan  8 12:17:05 2019 rev:44 rq:662651 version:2.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cryptography/python-cryptography.changes  
2018-12-21 08:19:20.677686495 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-cryptography.new.28833/python-cryptography.changes
       2019-01-08 12:17:08.505000907 +0100
@@ -1,0 +2,7 @@
+Thu Jan  3 11:40:58 UTC 2019 - Martin Pluskal <mplus...@suse.com>
+
+- Update to version 2.4.2:
+  * Updated Windows, macOS, and manylinux1 wheels to be compiled
+    with OpenSSL 1.1.0j.
+
+-------------------------------------------------------------------

Old:
----
  cryptography-2.4.1.tar.gz
  cryptography-2.4.1.tar.gz.asc
  cryptography_vectors-2.4.1.tar.gz

New:
----
  cryptography-2.4.2.tar.gz
  cryptography-2.4.2.tar.gz.asc
  cryptography_vectors-2.4.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-cryptography.spec ++++++
--- /var/tmp/diff_new_pack.lSOE6n/_old  2019-01-08 12:17:09.409000058 +0100
+++ /var/tmp/diff_new_pack.lSOE6n/_new  2019-01-08 12:17:09.413000054 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cryptography
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without python2
 Name:           python-cryptography
-Version:        2.4.1
+Version:        2.4.2
 Release:        0
 Summary:        Python library which exposes cryptographic recipes and 
primitives
 License:        Apache-2.0 OR BSD-3-Clause

++++++ cryptography-2.4.1.tar.gz -> cryptography-2.4.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cryptography-2.4.1/CHANGELOG.rst 
new/cryptography-2.4.2/CHANGELOG.rst
--- old/cryptography-2.4.1/CHANGELOG.rst        2018-11-12 01:52:23.000000000 
+0100
+++ new/cryptography-2.4.2/CHANGELOG.rst        2018-11-21 03:46:49.000000000 
+0100
@@ -1,6 +1,14 @@
 Changelog
 =========
 
+.. _v2-4-2:
+
+2.4.2 - 2018-11-21
+~~~~~~~~~~~~~~~~~~
+
+* Updated Windows, macOS, and ``manylinux1`` wheels to be compiled with
+  OpenSSL 1.1.0j.
+
 .. _v2-4-1:
 
 2.4.1 - 2018-11-11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cryptography-2.4.1/PKG-INFO 
new/cryptography-2.4.2/PKG-INFO
--- old/cryptography-2.4.1/PKG-INFO     2018-11-12 02:02:10.000000000 +0100
+++ new/cryptography-2.4.2/PKG-INFO     2018-11-21 04:08:56.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: cryptography
-Version: 2.4.1
+Version: 2.4.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
@@ -101,7 +101,7 @@
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Topic :: Security :: Cryptography
 Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
-Provides-Extra: docstest
 Provides-Extra: pep8test
-Provides-Extra: docs
 Provides-Extra: test
+Provides-Extra: docs
+Provides-Extra: docstest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cryptography-2.4.1/src/cryptography/__about__.py 
new/cryptography-2.4.2/src/cryptography/__about__.py
--- old/cryptography-2.4.1/src/cryptography/__about__.py        2018-11-12 
01:52:23.000000000 +0100
+++ new/cryptography-2.4.2/src/cryptography/__about__.py        2018-11-21 
03:46:49.000000000 +0100
@@ -14,7 +14,7 @@
                " and primitives to Python developers.")
 __uri__ = "https://github.com/pyca/cryptography";
 
-__version__ = "2.4.1"
+__version__ = "2.4.2"
 
 __author__ = "The cryptography developers"
 __email__ = "cryptography-...@python.org"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cryptography-2.4.1/src/cryptography.egg-info/PKG-INFO 
new/cryptography-2.4.2/src/cryptography.egg-info/PKG-INFO
--- old/cryptography-2.4.1/src/cryptography.egg-info/PKG-INFO   2018-11-12 
02:02:10.000000000 +0100
+++ new/cryptography-2.4.2/src/cryptography.egg-info/PKG-INFO   2018-11-21 
04:08:56.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: cryptography
-Version: 2.4.1
+Version: 2.4.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
@@ -101,7 +101,7 @@
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Topic :: Security :: Cryptography
 Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
-Provides-Extra: docstest
 Provides-Extra: pep8test
-Provides-Extra: docs
 Provides-Extra: test
+Provides-Extra: docs
+Provides-Extra: docstest

++++++ cryptography_vectors-2.4.1.tar.gz -> cryptography_vectors-2.4.2.tar.gz 
++++++
/work/SRC/openSUSE:Factory/python-cryptography/cryptography_vectors-2.4.1.tar.gz
 
/work/SRC/openSUSE:Factory/.python-cryptography.new.28833/cryptography_vectors-2.4.2.tar.gz
 differ: char 5, line 1


Reply via email to