Hello community,

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

Package is "python-pycurl"

Sun Mar  8 22:22:07 2020 rev:32 rq:781212 version:7.43.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pycurl/python-pycurl.changes      
2019-11-22 10:25:50.585266138 +0100
+++ /work/SRC/openSUSE:Factory/.python-pycurl.new.26092/python-pycurl.changes   
2020-03-08 22:22:12.732006187 +0100
@@ -1,0 +2,8 @@
+Tue Mar  3 12:01:13 UTC 2020 - Ondřej Súkup <mimi...@gmail.com>
+
+- update to 7.43.0.5
+- refresh python-pycurl-7.43.0-tls-backend.patch 
+ * added python 3.8 support
+ * officialy ended support for python 2
+
+-------------------------------------------------------------------

Old:
----
  pycurl-7.43.0.3.tar.gz

New:
----
  pycurl-7.43.0.5.tar.gz

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

Other differences:
------------------
++++++ python-pycurl.spec ++++++
--- /var/tmp/diff_new_pack.RQANJt/_old  2020-03-08 22:22:14.368007196 +0100
+++ /var/tmp/diff_new_pack.RQANJt/_new  2020-03-08 22:22:14.368007196 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pycurl
 #
-# Copyright (c) 2019 SUSE LLC.
+# 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
@@ -27,11 +27,10 @@
 %bcond_with test
 %endif
 Name:           python-pycurl%{psuffix}
-Version:        7.43.0.3
+Version:        7.43.0.5
 Release:        0
 Summary:        PycURL -- cURL library module
 License:        LGPL-2.1-or-later AND MIT
-Group:          Development/Languages/Python
 URL:            http://pycurl.io/
 Source:         
https://files.pythonhosted.org/packages/source/p/pycurl/pycurl-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE increase_test_timeout.diff -- Increase the timeout in a 
test so it doesn't fail when obs is overloaded
@@ -64,7 +63,6 @@
 
 %package -n %{name}-doc
 Summary:        Documentation for python-curl
-Group:          Development/Libraries/Python
 Requires:       %{name} = %{version}
 Provides:       %{python_module pycurl-doc = %{version}}
 BuildArch:      noarch

++++++ pycurl-7.43.0.3.tar.gz -> pycurl-7.43.0.5.tar.gz ++++++
++++ 3319 lines of diff (skipped)

++++++ python-pycurl-7.43.0-tls-backend.patch ++++++
--- /var/tmp/diff_new_pack.RQANJt/_old  2020-03-08 22:22:14.480007265 +0100
+++ /var/tmp/diff_new_pack.RQANJt/_new  2020-03-08 22:22:14.484007268 +0100
@@ -11,10 +11,10 @@
  src/module.c | 20 +-------------------
  1 file changed, 1 insertion(+), 19 deletions(-)
 
-Index: pycurl-7.43.0.3/src/module.c
+Index: pycurl-7.43.0.5/src/module.c
 ===================================================================
---- pycurl-7.43.0.3.orig/src/module.c
-+++ pycurl-7.43.0.3/src/module.c
+--- pycurl-7.43.0.5.orig/src/module.c
++++ pycurl-7.43.0.5/src/module.c
 @@ -322,7 +322,7 @@ initpycurl(void)
  {
      PyObject *m, *d;
@@ -24,7 +24,7 @@
      size_t libcurl_version_len, pycurl_version_len;
      PyObject *xio_module = NULL;
      PyObject *collections_module = NULL;
-@@ -345,26 +345,6 @@ initpycurl(void)
+@@ -345,27 +345,6 @@ initpycurl(void)
          goto error;
      }
  
@@ -34,6 +34,8 @@
 -    } else if (!strncmp(vi->ssl_version, "OpenSSL/", 8) || 
!strncmp(vi->ssl_version, "LibreSSL/", 9) ||
 -               !strncmp(vi->ssl_version, "BoringSSL", 9)) {
 -        runtime_ssl_lib = "openssl";
+-    } else if (!strncmp(vi->ssl_version, "wolfSSL/", 8)) {
+-        runtime_ssl_lib = "wolfssl";
 -    } else if (!strncmp(vi->ssl_version, "GnuTLS/", 7)) {
 -        runtime_ssl_lib = "gnutls";
 -    } else if (!strncmp(vi->ssl_version, "NSS/", 4)) {
@@ -47,7 +49,6 @@
 -        PyErr_Format(PyExc_ImportError, "pycurl: libcurl link-time ssl 
backend (%s) is different from compile-time ssl backend (%s)", runtime_ssl_lib, 
COMPILE_SSL_LIB);
 -        goto error;
 -    }
--
+ 
      /* Initialize the type of the new type objects here; doing it here
       * is required for portability to Windows without requiring C++. */
-     p_Curl_Type = &Curl_Type;


Reply via email to