diff --git a/pulsectl-17.12.2.tar.gz b/pulsectl-17.12.2.tar.gz deleted file mode 100644 index c7a0637..0000000 --- a/pulsectl-17.12.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67d7dbaeea4f5fe6362f2deeb56ede0017339d692c246f74b99ddd92df15dca4 -size 32709 diff --git a/pulsectl-18.12.5.tar.gz b/pulsectl-18.12.5.tar.gz new file mode 100644 index 0000000..aac89fc --- /dev/null +++ b/pulsectl-18.12.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41db4dd19e7cd28e2609baf2b551f34991f1890024be119b6075a286abfb65d3 +size 35677 diff --git a/python-pulsectl.changes b/python-pulsectl.changes index 7b3d545..963bc32 100644 --- a/python-pulsectl.changes +++ b/python-pulsectl.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jun 5 08:09:07 UTC 2019 - Marketa Calabkova + +- update to version 18.12.5 + * pulse.connect() can now be used to reconnect to same server + * _pulse_op_cb: check connected state instead of _loop_stop + * _pulse_op_cb: fix hang if daemon dies + * tests: use "-F /dev/stdin" instead of -C for dummy pulse instance + * Add pulsectl.lookup util submodule + ------------------------------------------------------------------- Tue Dec 4 12:51:49 UTC 2018 - Matej Cepl diff --git a/python-pulsectl.spec b/python-pulsectl.spec index fab2de6..5c29739 100644 --- a/python-pulsectl.spec +++ b/python-pulsectl.spec @@ -1,7 +1,7 @@ # # spec file for package python-pulsectl # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # 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-%{**}} %bcond_without test Name: python-pulsectl -Version: 17.12.2 +Version: 18.12.5 Release: 0 Summary: Python high-level interface and ctypes-based bindings for PulseAudio (libpulse) License: MIT @@ -57,7 +57,7 @@ play, player-like client). %if %{with test} %check -%python_exec setup.py test +%python_exec -m unittest pulsectl.tests.all %endif %files %{python_files}