Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-python-snappy for
openSUSE:Factory checked in at 2022-01-07 12:46:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-snappy (Old)
and /work/SRC/openSUSE:Factory/.python-python-snappy.new.1896 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-snappy"
Fri Jan 7 12:46:14 2022 rev:5 rq:944564 version:0.6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-snappy/python-python-snappy.changes
2020-10-14 15:40:08.090382155 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-snappy.new.1896/python-python-snappy.changes
2022-01-07 12:47:45.707902976 +0100
@@ -1,0 +2,6 @@
+Thu Jan 6 22:04:15 UTC 2022 - Ben Greiner <[email protected]>
+
+- Update to version 0.6.0
+ * fix 'PY_SSIZE_T_CLEAN will be required for # formats'
+
+-------------------------------------------------------------------
Old:
----
python-snappy-0.5.4.tar.gz
New:
----
python-snappy-0.6.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-snappy.spec ++++++
--- /var/tmp/diff_new_pack.hdkUlY/_old 2022-01-07 12:47:46.123903265 +0100
+++ /var/tmp/diff_new_pack.hdkUlY/_new 2022-01-07 12:47:46.131903270 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-python-snappy
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-snappy
-Version: 0.5.4
+Version: 0.6.0
Release: 0
Summary: Python library for the snappy compression library
License: BSD-3-Clause
++++++ python-snappy-0.5.4.tar.gz -> python-snappy-0.6.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-snappy-0.5.4/PKG-INFO
new/python-snappy-0.6.0/PKG-INFO
--- old/python-snappy-0.5.4/PKG-INFO 2019-03-21 14:22:29.000000000 +0100
+++ new/python-snappy-0.6.0/PKG-INFO 2021-01-06 22:33:23.454266800 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: python-snappy
-Version: 0.5.4
+Version: 0.6.0
Summary: Python library for the snappy compression library from Google
Home-page: http://github.com/andrix/python-snappy
Author: Andres Moreira
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-snappy-0.5.4/README.rst
new/python-snappy-0.6.0/README.rst
--- old/python-snappy-0.5.4/README.rst 2019-03-21 13:59:09.000000000 +0100
+++ new/python-snappy-0.6.0/README.rst 2021-01-06 22:33:04.000000000 +0100
@@ -132,3 +132,9 @@
$ brew install snappy # snappy library from Google
$ CPPFLAGS="-I/usr/local/include -L/usr/local/lib" pip install
python-snappy
+
+Try this command if libstdc++ is deprecated
+
+::
+
+ $ CPPFLAGS="-I/usr/local/include -L/usr/local/lib -stdlib=libc++ " pip
install python-snappy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-snappy-0.5.4/python_snappy.egg-info/PKG-INFO
new/python-snappy-0.6.0/python_snappy.egg-info/PKG-INFO
--- old/python-snappy-0.5.4/python_snappy.egg-info/PKG-INFO 2019-03-21
14:22:29.000000000 +0100
+++ new/python-snappy-0.6.0/python_snappy.egg-info/PKG-INFO 2021-01-06
22:33:23.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: python-snappy
-Version: 0.5.4
+Version: 0.6.0
Summary: Python library for the snappy compression library from Google
Home-page: http://github.com/andrix/python-snappy
Author: Andres Moreira
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python-snappy-0.5.4/python_snappy.egg-info/SOURCES.txt
new/python-snappy-0.6.0/python_snappy.egg-info/SOURCES.txt
--- old/python-snappy-0.5.4/python_snappy.egg-info/SOURCES.txt 2019-03-21
14:22:29.000000000 +0100
+++ new/python-snappy-0.6.0/python_snappy.egg-info/SOURCES.txt 2021-01-06
22:33:23.000000000 +0100
@@ -10,7 +10,6 @@
python_snappy.egg-info/PKG-INFO
python_snappy.egg-info/SOURCES.txt
python_snappy.egg-info/dependency_links.txt
-python_snappy.egg-info/pbr.json
python_snappy.egg-info/top_level.txt
snappy/__init__.py
snappy/__main__.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-snappy-0.5.4/python_snappy.egg-info/pbr.json
new/python-snappy-0.6.0/python_snappy.egg-info/pbr.json
--- old/python-snappy-0.5.4/python_snappy.egg-info/pbr.json 2019-03-21
14:22:29.000000000 +0100
+++ new/python-snappy-0.6.0/python_snappy.egg-info/pbr.json 1970-01-01
01:00:00.000000000 +0100
@@ -1 +0,0 @@
-{"git_version": "d9ad46b", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-snappy-0.5.4/setup.py
new/python-snappy-0.6.0/setup.py
--- old/python-snappy-0.5.4/setup.py 2019-03-21 14:15:50.000000000 +0100
+++ new/python-snappy-0.6.0/setup.py 2021-01-06 22:33:04.000000000 +0100
@@ -29,7 +29,7 @@
except ImportError:
from distutils.core import setup, Extension
-version = '0.5.4'
+version = '0.6.0'
long_description = """
Python bindings for the snappy compression library from Google.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python-snappy-0.5.4/snappy/snappymodule.cc
new/python-snappy-0.6.0/snappy/snappymodule.cc
--- old/python-snappy-0.5.4/snappy/snappymodule.cc 2019-03-21
13:59:09.000000000 +0100
+++ new/python-snappy-0.6.0/snappy/snappymodule.cc 2021-01-06
22:33:04.000000000 +0100
@@ -25,6 +25,7 @@
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#define PY_SSIZE_T_CLEAN
#include "Python.h"
#include <string.h>
#include <stdio.h>
@@ -184,7 +185,7 @@
snappy__is_valid_compressed_buffer(PyObject *self, PyObject *args)
{
const char * compressed;
- int comp_size;
+ Py_ssize_t comp_size;
snappy_status status;
#if PY_MAJOR_VERSION >=3