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-05-04 15:11:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyalsaaudio (Old) and /work/SRC/openSUSE:Factory/.python-pyalsaaudio.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyalsaaudio" Wed May 4 15:11:03 2022 rev:3 rq:974811 version:0.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyalsaaudio/python-pyalsaaudio.changes 2022-03-26 22:32:31.574073597 +0100 +++ /work/SRC/openSUSE:Factory/.python-pyalsaaudio.new.1538/python-pyalsaaudio.changes 2022-05-04 15:11:25.600192392 +0200 @@ -1,0 +2,10 @@ +Wed May 4 06:12:13 UTC 2022 - Steve Kowalik <[email protected]> + +- Update to 0.9.1: + * Support decibel, percentage, and raw volumes in getvolume, setvolume, + and getrange (#109 from @chrisdiamand): +- Use pytest for running the testsuite, and skip tests that require a + sound card. Remove the bcond so the testsuite runs. +- Update docs shipped to be more documentation-like. + +------------------------------------------------------------------- Old: ---- pyalsaaudio-0.9.0.tar.gz New: ---- pyalsaaudio-0.9.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyalsaaudio.spec ++++++ --- /var/tmp/diff_new_pack.xxTk1O/_old 2022-05-04 15:11:26.088192992 +0200 +++ /var/tmp/diff_new_pack.xxTk1O/_new 2022-05-04 15:11:26.092192997 +0200 @@ -17,16 +17,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_with test Name: python-pyalsaaudio -Version: 0.9.0 +Version: 0.9.1 Release: 0 Summary: ALSA bindings for Python License: Python-2.0 -Group: Development/Languages/Python 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 pytest} BuildRequires: %{python_module setuptools} BuildRequires: alsa-devel BuildRequires: fdupes @@ -48,14 +47,12 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitearch} -%if %{with test} %check -%python_exec setup.py test -%endif +%pytest_arch test.py -k 'not (testMixerAll or testMixerClose or testPCMAll or testPCMClose or testPCMDeprecated)' %files %{python_files} %license LICENSE -%doc CHANGES +%doc doc/*.rst %{python_sitearch}/* %changelog ++++++ pyalsaaudio-0.9.0.tar.gz -> pyalsaaudio-0.9.1.tar.gz ++++++ ++++ 62939 lines of diff (skipped)
