Hello community,

here is the log from the commit of package python-pyOpenSSL for 
openSUSE:Factory checked in at 2020-02-22 19:03:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyOpenSSL (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyOpenSSL.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyOpenSSL"

Sat Feb 22 19:03:08 2020 rev:37 rq:776233 version:19.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyOpenSSL/python-pyOpenSSL.changes        
2019-08-27 10:14:34.715966772 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyOpenSSL.new.26092/python-pyOpenSSL.changes 
    2020-02-22 19:03:19.901975521 +0100
@@ -1,0 +2,17 @@
+Tue Feb 18 16:49:55 UTC 2020 - John Vandenberg <jay...@gmail.com>
+
+- Update to v19.1
+  * Removed deprecated aliases ContextType, ConnectionType, PKeyType, 
X509NameType,
+    X509ReqType, X509Type, X509StoreType, CRLType, PKCS7Type, PKCS12Type, and 
NetscapeSPKIType.
+    Use the classes without the ``Type`` suffix instead.
+  * The minimum ``cryptography`` version is now 2.8
+  * Deprecated ``OpenSSL.SSL.Context.set_npn_advertise_callback,
+    OpenSSL.SSL.Context.set_npn_select_callback, and
+    OpenSSL.SSL.Connection.get_next_proto_negotiated
+    ALPN should be used instead.
+  * Support bytearray in SSL.Connection.send() by using cffi's from_buffer
+  * The OpenSSL.SSL.Context.set_alpn_select_callback can return a new
+    NO_OVERLAPPING_PROTOCOLS sentinel value to allow a TLS handshake
+    to complete without an application protocol.
+
+-------------------------------------------------------------------

Old:
----
  pyOpenSSL-19.0.0.tar.gz

New:
----
  pyOpenSSL-19.1.0.tar.gz

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

Other differences:
------------------
++++++ python-pyOpenSSL.spec ++++++
--- /var/tmp/diff_new_pack.C7IMEB/_old  2020-02-22 19:03:21.225978085 +0100
+++ /var/tmp/diff_new_pack.C7IMEB/_new  2020-02-22 19:03:21.237978109 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyOpenSSL
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,23 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:           python-pyOpenSSL
-Version:        19.0.0
+Version:        19.1.0
 Release:        0
 Summary:        Python wrapper module around the OpenSSL library
 License:        Apache-2.0
-Group:          Development/Languages/Python
 URL:            https://github.com/pyca/pyopenssl
 Source:         
https://files.pythonhosted.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
 Patch1:         skip-networked-test.patch
 Patch2:         fix-compilation-2020.patch
 BuildRequires:  %{python_module cffi}
-BuildRequires:  %{python_module cryptography >= 2.3.0}
+BuildRequires:  %{python_module cryptography >= 2.8}
 BuildRequires:  %{python_module flaky}
 BuildRequires:  %{python_module pretend}
 BuildRequires:  %{python_module pytest >= 3.0.1}
@@ -40,7 +39,7 @@
 BuildRequires:  openssl
 BuildRequires:  python-rpm-macros
 Requires:       python-cffi
-Requires:       python-cryptography >= 2.3.0
+Requires:       python-cryptography >= 2.8
 Requires:       python-six >= 1.5.2
 Provides:       pyOpenSSL = %{version}
 BuildArch:      noarch
@@ -72,9 +71,7 @@
 
 %check
 export LC_ALL=en_US.UTF-8
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
-py.test-%{$python_bin_suffix} -m "not network"
-}
+%pytest -m 'not network'
 
 %files %{python_files}
 %license LICENSE

++++++ pyOpenSSL-19.0.0.tar.gz -> pyOpenSSL-19.1.0.tar.gz ++++++
++++ 2614 lines of diff (skipped)


Reply via email to