Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pysndfile for openSUSE:Factory checked in at 2022-10-08 01:25:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pysndfile (Old) and /work/SRC/openSUSE:Factory/.python-pysndfile.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pysndfile" Sat Oct 8 01:25:06 2022 rev:7 rq:1008687 version:1.4.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pysndfile/python-pysndfile.changes 2021-03-03 18:34:03.223341903 +0100 +++ /work/SRC/openSUSE:Factory/.python-pysndfile.new.2275/python-pysndfile.changes 2022-10-08 01:25:15.566234395 +0200 @@ -1,0 +2,6 @@ +Thu Oct 6 22:07:46 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@suse.com> + +- Update to Version_1.4.4 (2022-03-11) + * Fix for win32: improved error handling for PyUnicode_AsWideCharString (thanks to Andrey Bienkowski) + +------------------------------------------------------------------- Old: ---- pysndfile-1.4.3.tar.gz New: ---- pysndfile-1.4.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pysndfile.spec ++++++ --- /var/tmp/diff_new_pack.vQb3pd/_old 2022-10-08 01:25:16.826237285 +0200 +++ /var/tmp/diff_new_pack.vQb3pd/_new 2022-10-08 01:25:16.830237294 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pysndfile # -# Copyright (c) 2021 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 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python36 1 Name: python-pysndfile -Version: 1.4.3 +Version: 1.4.4 Release: 0 Summary: Cython wrapper class for reading/writing soundfiles License: LGPL-3.0-only ++++++ pysndfile-1.4.3.tar.gz -> pysndfile-1.4.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pysndfile-1.4.3/LONG_DESCR new/pysndfile-1.4.4/LONG_DESCR --- old/pysndfile-1.4.3/LONG_DESCR 2020-01-20 10:01:57.000000000 +0100 +++ new/pysndfile-1.4.4/LONG_DESCR 2022-03-10 12:15:30.000000000 +0100 @@ -128,6 +128,12 @@ Changes ------- +Version_1.4.4 (2022-03-11) +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- Fix for win32: improved error handling for PyUnicode_AsWideCharString + (thanks to Andrey Bienkowski) + Version_1.4.3 (2020-01-20) ~~~~~~~~~~~~~~~~~~~~~~~~~~ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pysndfile-1.4.3/PKG-INFO new/pysndfile-1.4.4/PKG-INFO --- old/pysndfile-1.4.3/PKG-INFO 2020-01-20 10:07:31.000000000 +0100 +++ new/pysndfile-1.4.4/PKG-INFO 2022-03-10 12:15:49.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pysndfile -Version: 1.4.3 +Version: 1.4.4 Summary: pysndfile provides PySndfile, a Cython wrapper class for reading/writing soundfiles using libsndfile Home-page: https://forge-2.ircam.fr/roebel/pysndfile.git Author: A. Roebel @@ -136,6 +136,12 @@ Changes ------- + Version_1.4.4 (2022-03-11) + ~~~~~~~~~~~~~~~~~~~~~~~~~~ + + - Fix for win32: improved error handling for PyUnicode_AsWideCharString + (thanks to Andrey Bienkowski) + Version_1.4.3 (2020-01-20) ~~~~~~~~~~~~~~~~~~~~~~~~~~ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pysndfile-1.4.3/README.md new/pysndfile-1.4.4/README.md --- old/pysndfile-1.4.3/README.md 2020-01-20 10:01:55.000000000 +0100 +++ new/pysndfile-1.4.4/README.md 2022-03-10 12:14:53.000000000 +0100 @@ -78,6 +78,10 @@ ## Changes +### Version_1.4.4 (2022-03-11) + + * Fix for win32: improved error handling for PyUnicode_AsWideCharString (thanks to Andrey Bienkowski) + ### Version_1.4.3 (2020-01-20) * changed sndio functions to all use PySndfile as context manager. This fixes the problem that the sndfile diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pysndfile-1.4.3/README.md.cksum new/pysndfile-1.4.4/README.md.cksum --- old/pysndfile-1.4.3/README.md.cksum 2020-01-20 10:01:57.000000000 +0100 +++ new/pysndfile-1.4.4/README.md.cksum 2022-03-10 12:15:30.000000000 +0100 @@ -1 +1 @@ -11532 fb9c6e00c3c545f2f72e1179a6c64d66d1b639a3f2123f90a6b22c4c6ec0f6c1 +11670 0b3af2e867b5f1c3ac6f1631b749565b7ce8e5922ffcc298292a72439c53d3fc diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pysndfile-1.4.3/_pysndfile.pyx new/pysndfile-1.4.4/_pysndfile.pyx --- old/pysndfile-1.4.3/_pysndfile.pyx 2020-01-20 00:39:19.000000000 +0100 +++ new/pysndfile-1.4.4/_pysndfile.pyx 2022-03-10 12:01:14.000000000 +0100 @@ -35,7 +35,7 @@ cdef extern from "Python.h": ctypedef int Py_intptr_t -_pysndfile_version=(1, 4, 3) +_pysndfile_version=(1, 4, 4) def get_pysndfile_version(): """ return tuple describing the version of pysndfile @@ -79,7 +79,7 @@ ctypedef const wchar_t *LPCWSTR cdef extern from "Python.h": - wchar_t* PyUnicode_AsWideCharString(object, Py_ssize_t *) + wchar_t* PyUnicode_AsWideCharString(object, Py_ssize_t *) except NULL void PyMem_Free(void *p) cdef extern from "pysndfile.hh": diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pysndfile-1.4.3/doc/source/Changes.rst new/pysndfile-1.4.4/doc/source/Changes.rst --- old/pysndfile-1.4.3/doc/source/Changes.rst 2020-01-20 10:01:57.000000000 +0100 +++ new/pysndfile-1.4.4/doc/source/Changes.rst 2022-03-10 12:15:30.000000000 +0100 @@ -1,6 +1,12 @@ Changes ------- +Version_1.4.4 (2022-03-11) +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- Fix for win32: improved error handling for PyUnicode_AsWideCharString + (thanks to Andrey Bienkowski) + Version_1.4.3 (2020-01-20) ~~~~~~~~~~~~~~~~~~~~~~~~~~