forked from pool/python-sox
Accepting request 927520 from home:DocB:branches:devel:languages:python
- version 1.4.1 changes up to version 1.4.0: * added .build_array() which supports file or in memory inputs and array outputs * added .build_file() - an alias to .build() * refactored .build() function to support file or in-memory array inputs and file outputs * the call to subprocess calls the binary directly (shell=False) * file_info methods return None instead of 0 when the value is not available * fixed bug in file_info.bitrate(), which was returning bitdepth * added file_info.bitdepth() * added Windows support for soxi * added configurable logging * .trim() can be called with only the start time specificed OBS-URL: https://build.opensuse.org/request/show/927520 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sox?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 26 12:45:07 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
- version 1.4.1
|
||||
changes up to version 1.4.0:
|
||||
* added .build_array() which supports file or in memory inputs and array outputs
|
||||
* added .build_file() - an alias to .build()
|
||||
* refactored .build() function to support file or in-memory array inputs and file outputs
|
||||
* the call to subprocess calls the binary directly (shell=False)
|
||||
* file_info methods return None instead of 0 when the value is not available
|
||||
* fixed bug in file_info.bitrate(), which was returning bitdepth
|
||||
* added file_info.bitdepth()
|
||||
* added Windows support for soxi
|
||||
* added configurable logging
|
||||
* .trim() can be called with only the start time specificed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 16:25:12 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-sox
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,21 +12,22 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-sox
|
||||
Version: 1.3.7
|
||||
Version: 1.4.1
|
||||
Release: 0
|
||||
License: BSD-3-Clause
|
||||
Summary: Python wrapper around SoX
|
||||
Url: https://github.com/rabitt/pysox
|
||||
URL: https://github.com/rabitt/pysox
|
||||
Group: Development/Languages/Python
|
||||
Source0: https://files.pythonhosted.org/packages/py2.py3/s/sox/sox-%{version}-py2.py3-none-any.whl
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: sox
|
||||
BuildArch: noarch
|
||||
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c4d4ef2d77e4ed4b3dcb86d8f67b0ff98d5ec59ec6576ff925881006574fd90
|
||||
size 34901
|
3
sox-1.4.1-py2.py3-none-any.whl
Normal file
3
sox-1.4.1-py2.py3-none-any.whl
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2458c8e71e229e7fb1a088874ad07906e0aedfb2874a6c4f0430efd6e7587129
|
||||
size 39686
|
Reference in New Issue
Block a user