14
0

Accepting request 1008602 from home:yarunachalam:branches:devel:languages:python

- Update to Version_1.4.4 (2022-03-11)
  * Fix for win32: improved error handling for PyUnicode_AsWideCharString (thanks to Andrey Bienkowski)

OBS-URL: https://build.opensuse.org/request/show/1008602
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysndfile?expand=0&rev=14
This commit is contained in:
2022-10-07 07:51:54 +00:00
committed by Git OBS Bridge
parent ee34d99f4c
commit 7c6ac63981
4 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ee72f8ade9d86842e94ad5cc5b0e41ad1eca8cee2b5889af8b0123a0016f901
size 380503

3
pysndfile-1.4.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78cef2f1da66a4e6ee6cab5f2337f16549be958847dae00e8e2185ee68b8f8bf
size 380702

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 6 22:07:46 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to Version_1.4.4 (2022-03-11)
* Fix for win32: improved error handling for PyUnicode_AsWideCharString (thanks to Andrey Bienkowski)
-------------------------------------------------------------------
Fri Feb 26 21:21:17 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@@ -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