forked from pool/python-python-mpd2
Accepting request 1133207 from devel:languages:python
- update to 3.1.0: * fixed multiple use of "group" in list command * fix unmount command not working * added binarylimit command * Implement abstract socket support * missing import / wrong variable * also test python3.12 * asyncio: fix race condition in command queue OBS-URL: https://build.opensuse.org/request/show/1133207 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpd2?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6f1bffd93b9a32fc018a9bbf3487505b52e0d757ec34066905c60a912d492384
|
|
||||||
size 57963
|
|
3
python-mpd2-3.1.0.tar.gz
Normal file
3
python-mpd2-3.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f33c2cdb0d6baa74a36724f38c1c4a099a7ce2c8ec4a2bb7192150a5855df476
|
||||||
|
size 58269
|
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 14 21:35:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.1.0:
|
||||||
|
* fixed multiple use of "group" in list command
|
||||||
|
* fix unmount command not working
|
||||||
|
* added binarylimit command
|
||||||
|
* Implement abstract socket support
|
||||||
|
* missing import / wrong variable
|
||||||
|
* also test python3.12
|
||||||
|
* asyncio: fix race condition in command queue
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 11 13:08:14 UTC 2022 - Markéta Machová <mmachova@suse.com>
|
Mon Apr 11 13:08:14 UTC 2022 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-python-mpd2
|
# spec file for package python-python-mpd2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,10 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define skip_python2 1
|
%{?sle15_python_module_pythons}
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
Name: python-python-mpd2
|
Name: python-python-mpd2
|
||||||
Version: 3.0.5
|
Version: 3.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Python MPD client library
|
Summary: A Python MPD client library
|
||||||
License: LGPL-3.0-only
|
License: LGPL-3.0-only
|
||||||
|
Reference in New Issue
Block a user