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