- Run tests
- Update to 1.5.0
- This is the first stable release of the 1.5 series. It is
functionally identical to 1.5-rc1. Compared to 1.4, the main
change is that we have dropped support for EOL Python (3.7 and
earlier) and have added support for Python up to 3.12 (@hugovk and
@lostanlen).
- New features:
* pathlib support (#124), @cjacoby
* type hints (#129), @hadware and @rabitt
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sox?expand=0&rev=4
- 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