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..42882e2 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 @@ -16,10 +16,9 @@ # -%define skip_python2 1 -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} 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