Accepting request 707817 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/707817 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pulsectl?expand=0&rev=3
This commit is contained in:
commit
c54be1ad9e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67d7dbaeea4f5fe6362f2deeb56ede0017339d692c246f74b99ddd92df15dca4
|
||||
size 32709
|
3
pulsectl-18.12.5.tar.gz
Normal file
3
pulsectl-18.12.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41db4dd19e7cd28e2609baf2b551f34991f1890024be119b6075a286abfb65d3
|
||||
size 35677
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 5 08:09:07 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- 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 <mcepl@suse.com>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user