Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyalsaaudio for openSUSE:Factory checked in at 2022-03-26 22:32:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyalsaaudio (Old) and /work/SRC/openSUSE:Factory/.python-pyalsaaudio.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyalsaaudio" Sat Mar 26 22:32:07 2022 rev:2 rq:965068 version:0.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyalsaaudio/python-pyalsaaudio.changes 2018-01-24 15:30:42.157805875 +0100 +++ /work/SRC/openSUSE:Factory/.python-pyalsaaudio.new.1900/python-pyalsaaudio.changes 2022-03-26 22:32:31.574073597 +0100 @@ -1,0 +2,15 @@ +Sat Mar 26 18:44:58 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 0.9.0: + * 'getformats()' returns a dictionary of name / value pairs, one for each of the card's + supported formats - e.g. '{"U8": 1, "S16_LE": 2}', + * 'getchannels()' returns a list of the supported channel numbers, e.g. '[1, 2]', + * 'getrates()' returns supported sample rates for the device, e.g. '[48000]', + * 'getratebounds()' returns the device's official minimum and maximum supported + sample rates as a tuple, e.g. '(4000, 48000)'. + * Prevent hang on close after capturing audio + * Return an empty string/bytestring when 'read()' detects an + overrun. Previously the returned data was undefined + * Unlimited setperiod buffer size when reading frames + +------------------------------------------------------------------- Old: ---- pyalsaaudio-0.8.4.tar.gz New: ---- pyalsaaudio-0.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyalsaaudio.spec ++++++ --- /var/tmp/diff_new_pack.4dP86w/_old 2022-03-26 22:32:32.146074379 +0100 +++ /var/tmp/diff_new_pack.4dP86w/_new 2022-03-26 22:32:32.154074390 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pyalsaaudio # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,26 +12,25 @@ # 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-%{**}} %bcond_with test Name: python-pyalsaaudio -Version: 0.8.4 +Version: 0.9.0 Release: 0 Summary: ALSA bindings for Python License: Python-2.0 Group: Development/Languages/Python -Url: http://larsimmisch.github.io/pyalsaaudio/ +URL: https://larsimmisch.github.io/pyalsaaudio/ Source: https://files.pythonhosted.org/packages/source/p/pyalsaaudio/pyalsaaudio-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: alsa-devel BuildRequires: fdupes BuildRequires: python-rpm-macros - %python_subpackages %description @@ -55,8 +54,8 @@ %endif %files %{python_files} -%defattr(-,root,root,-) -%doc CHANGES LICENSE +%license LICENSE +%doc CHANGES %{python_sitearch}/* %changelog ++++++ pyalsaaudio-0.8.4.tar.gz -> pyalsaaudio-0.9.0.tar.gz ++++++ ++++ 67405 lines of diff (skipped)