Hello community,

here is the log from the commit of package python3-pycurl for openSUSE:Factory 
checked in at 2015-11-11 10:29:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pycurl (Old)
 and      /work/SRC/openSUSE:Factory/.python3-pycurl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-pycurl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pycurl/python3-pycurl.changes    
2015-01-27 09:09:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pycurl.new/python3-pycurl.changes       
2015-11-11 10:29:21.000000000 +0100
@@ -1,0 +2,70 @@
+Tue Nov  3 16:59:19 UTC 2015 - a...@gmx.de
+
+- update to version 7.19.5.3:
+  * python and nosetests binaries can now be overridden when running
+    the test suite (patch by Kamil Dudka).
+  * Files needed to run the test suite are distributed in sdist
+    (patch by Kamil Dudka).
+
+-------------------------------------------------------------------
+Mon Nov  2 17:03:47 UTC 2015 - a...@gmx.de
+
+- update to version 7.19.5.2:
+  * C sources made 64-bit clean on Windows.
+  * Support for building against Python 3.5 added to winbuild.py.
+  * Fixed build on Windows when using MS SDK 8.1+ or MSVC 14/2015
+    (patch by Gisle Vanem).
+  * Added automatic SSL library detection on CentOS 6 by loading
+    libcurl shared library in setup.py. This automatic detection is
+    meant to permit installing pycurl seamlessly via `pip install pycurl`
+    on CentOS; as such, it is only employed when no other configuration
+    options or configuration environment variables are given to setup.py
+    (original patch by Francisco Alves).
+  * Added --libcurl-dll option to setup.py to take SSL library
+    information out of libcurl shared library (original patch by
+    Francisco Alves). This option is only usable
+    with Python 2.5 or higher.
+  * --with-ssl, --with-gnutls and --with-nss options to setup.py now
+    result in PycURL explicitly linking against the respective SSL
+    library. Previously setup.py relied on curl-config to supply the
+    needed libraries in this case.
+  * List and tuples are now accepted in all positions of HTTPPOST
+    option values.
+  * Tuples are now accepted for options taking list values (e.g.
+    HTTPHEADER).
+  * Fixed a use after free in HTTPPOST when using FORM_BUFFERPTR with
+    a Unicode string (patch by Clint Clayton).
+  * Fixed a memory leak in HTTPPOST for multiple FORM_BUFFERPTR
+    (patch by Clint Clayton).
+  * CURLMOPT_* option constants were mistakenly defined on Curl
+    instances but not on CurlMulti instances. These option constants
+    are now defined on CurlMulti instances and on pycurl module,
+    but not on Curl instances.
+  * Fixed several memory leaks when setting string options to
+    Unicode values failed.
+  * Fixed a memory leak when using POSTFIELDS with unicode objects
+    on Python 2 (patch by Clint Clayton).
+  * Official support for Python 2.4 and 2.5 dropped. PycURL is no
+    longer tested against these Python versions on Travis.
+  * Added CURLAUTH_NEGOTIATE (libcurl 7.38.0+), CURLAUTH_NTLM_WB
+    (libcurl 7.22.0+), CURLAUTH_ONLY (libcurl 7.21.3+),
+  * Added CURLOPT_SERVICE_NAME (libcurl 7.43.0+).
+  * Added CURLOPT_PROXY_SERVICE_NAME (libcurl 7.43.0+).
+  * Added CURLE_SSL_CRL_BADFILE, CURLE_SSL_INVALIDCERTSTATUS
+    (libcurl 7.41.0+), CURLE_SSL_ISSUER_ERROR and
+    CURLE_SSL_PINNEDPUBKEYNOTMATCH (libcurl 7.39.0+).
+  * Added CURLOPT_SSL_VERIFYSTATUS (libcurl 7.41.0+).
+  * Added CURL_SSLVERSION_TLSv1_0, CURL_SSLVERSION_TLSv1_1
+    and CURL_SSLVERSION_TLSv1_2 (libcurl 7.34.0+).
+  * The second argument of DEBUGFUNCTION callback is now of type bytes on
+    Python 3. When response body contains non-ASCII data and
+    DEBUGFUNCTION is enabled, this argument would receive non-ASCII data.
+    Which encoding this data is in is unknown by PycURL, and e.g. in
+    the case of HTTP requires parsing response headers. GitHub issue
+    #210, patch by Barry Warsaw with help from Gregory Petukhov.
+  * Fixed build on GCC 4.4.5 (patch by Travis Jensen).
+  * Added CURLOPT_GSSAPI_DELEGATION, CURLGSSAPI_DELEGATION_FLAG,
+    CURLGSSAPI_DELEGATION_NONE and CURLGSSAPI_DELEGATION_POLICY_FLAG
+    (libcurl 7.22.0+, patch by Dmitry Ketov).
+
+-------------------------------------------------------------------

Old:
----
  pycurl-7.19.5.1.tar.gz

New:
----
  pycurl-7.19.5.3.tar.gz

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

Other differences:
------------------
++++++ python3-pycurl.spec ++++++
--- /var/tmp/diff_new_pack.OtCCM3/_old  2015-11-11 10:29:22.000000000 +0100
+++ /var/tmp/diff_new_pack.OtCCM3/_new  2015-11-11 10:29:22.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pycurl
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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-pycurl
-Version:        7.19.5.1
+Version:        7.19.5.3
 Release:        0
 Summary:        PycURL -- cURL library module
 License:        LGPL-2.1+ and MIT

++++++ pycurl-7.19.5.1.tar.gz -> pycurl-7.19.5.3.tar.gz ++++++
++++ 4466 lines of diff (skipped)


Reply via email to