Hello community,

here is the log from the commit of package python3-pycurl for openSUSE:Factory 
checked in at 2016-02-05 00:30:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-11-11 10:29:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pycurl.new/python3-pycurl.changes       
2016-02-05 00:30:45.000000000 +0100
@@ -1,0 +2,22 @@
+Sat Jan 30 17:57:48 UTC 2016 - [email protected]
+
+- specfile:
+  * update copyright year
+  * update patch
+
+- update to version 7.21.5:
+  * Highlights of this release:
+    + Socket callbacks are now fully implemented
+      ("CURLOPT_OPENSOCKETFUNCTION", "CURLOPT_SOCKOPTFUNCTION",
+      "CURLOPT_CLOSESOCKETFUNCTION"). Unfortunately this required
+      changing "OPENSOCKETFUNCTION" API once again in a
+      backwards-incompatible manner. Support for "SOCKOPTFUNCTION" and
+      "CLOSESOCKETFUNCTION" was added in this
+      release. "OPENSOCKETFUNCTION" now supports Unix sockets.
+    + Many other libcurl options and constants have been added to
+      PycURL.
+    + When "pycurl" module initialization fails, "ImportError" is
+      raised instead of a fatal error terminating the process.
+    + Usability of official Windows builds has been greatly improved
+
+-------------------------------------------------------------------

Old:
----
  pycurl-7.19.5.3.tar.gz

New:
----
  pycurl-7.21.5.tar.gz

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

Other differences:
------------------
++++++ python3-pycurl.spec ++++++
--- /var/tmp/diff_new_pack.TkL6Ou/_old  2016-02-05 00:30:46.000000000 +0100
+++ /var/tmp/diff_new_pack.TkL6Ou/_new  2016-02-05 00:30:46.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pycurl
 #
-# Copyright (c) 2015 SUSE LINUX 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-pycurl
-Version:        7.19.5.3
+Version:        7.21.5
 Release:        0
 Summary:        PycURL -- cURL library module
 License:        LGPL-2.1+ and MIT

++++++ pycurl-7.19.5-no-runtime-curlvercheck.patch ++++++
--- /var/tmp/diff_new_pack.TkL6Ou/_old  2016-02-05 00:30:46.000000000 +0100
+++ /var/tmp/diff_new_pack.TkL6Ou/_new  2016-02-05 00:30:46.000000000 +0100
@@ -2,12 +2,12 @@
 ===================================================================
 --- pycurl-7.19.5.orig/src/module.c
 +++ pycurl-7.19.5/src/module.c
-@@ -368,7 +368,7 @@ initpycurl(void)
+@@ -416,7 +416,7 @@ initpycurl(void)
  #undef PYCURL_VERSION_PREFIX_SIZE
  
-     insobj2(d, NULL, "version", PyText_FromString(g_pycurl_useragent));
--    insstr(d, "COMPILE_DATE", __DATE__ " " __TIME__);
-+    //insstr(d, "COMPILE_DATE", __DATE__ " " __TIME__);
+     insstr_modinit(d, "version", g_pycurl_useragent);
+-    insstr_modinit(d, "COMPILE_DATE", __DATE__ " " __TIME__);
++    //insstr_modinit(d, "COMPILE_DATE", __DATE__ " " __TIME__);
      insint(d, "COMPILE_PY_VERSION_HEX", PY_VERSION_HEX);
      insint(d, "COMPILE_LIBCURL_VERSION_NUM", LIBCURL_VERSION_NUM);
  

++++++ pycurl-7.19.5.3.tar.gz -> pycurl-7.21.5.tar.gz ++++++
++++ 4996 lines of diff (skipped)


Reply via email to