From 4164804241fb5f71eb64670477f23ce4039a7f927177dcff94d3615da2fe72b4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 14 Dec 2023 21:35:55 +0000 Subject: [PATCH 1/2] - 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 --- python-mpd2-3.0.5.tar.gz | 3 --- python-mpd2-3.1.0.tar.gz | 3 +++ python-python-mpd2.changes | 12 ++++++++++++ python-python-mpd2.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 python-mpd2-3.0.5.tar.gz create mode 100644 python-mpd2-3.1.0.tar.gz diff --git a/python-mpd2-3.0.5.tar.gz b/python-mpd2-3.0.5.tar.gz deleted file mode 100644 index 5a42bcd..0000000 --- a/python-mpd2-3.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f1bffd93b9a32fc018a9bbf3487505b52e0d757ec34066905c60a912d492384 -size 57963 diff --git a/python-mpd2-3.1.0.tar.gz b/python-mpd2-3.1.0.tar.gz new file mode 100644 index 0000000..6fe79e7 --- /dev/null +++ b/python-mpd2-3.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f33c2cdb0d6baa74a36724f38c1c4a099a7ce2c8ec4a2bb7192150a5855df476 +size 58269 diff --git a/python-python-mpd2.changes b/python-python-mpd2.changes index 4ba4e78..07251fb 100644 --- a/python-python-mpd2.changes +++ b/python-python-mpd2.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Dec 14 21:35:04 UTC 2023 - Dirk Müller + +- 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á diff --git a/python-python-mpd2.spec b/python-python-mpd2.spec index 23e4e5c..1847534 100644 --- a/python-python-mpd2.spec +++ b/python-python-mpd2.spec @@ -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 From 7e44a29061fb993a2d40efe83b060ee3135ada2085462da56500b3d2a0f3522b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 14 Dec 2023 21:36:20 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-mpd2?expand=0&rev=11 --- python-python-mpd2.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-python-mpd2.spec b/python-python-mpd2.spec index 1847534..42882e2 100644 --- a/python-python-mpd2.spec +++ b/python-python-mpd2.spec @@ -16,8 +16,7 @@ # -%define skip_python2 1 -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} Name: python-python-mpd2 Version: 3.1.0 Release: 0