14
0

- 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/package/show/devel:languages:python/python-python-mpd2?expand=0&rev=10
This commit is contained in:
2023-12-14 21:35:55 +00:00
committed by Git OBS Bridge
parent 5e258ccc77
commit 4164804241
4 changed files with 17 additions and 5 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f33c2cdb0d6baa74a36724f38c1c4a099a7ce2c8ec4a2bb7192150a5855df476
size 58269

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-mpd2
Version: 3.0.5
Version: 3.1.0
Release: 0
Summary: A Python MPD client library
License: LGPL-3.0-only