diff --git a/python-mpd2-3.0.4.tar.gz b/python-mpd2-3.0.4.tar.gz deleted file mode 100644 index 0c72503..0000000 --- a/python-mpd2-3.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a67834e22d97e7cd77f8951c8baf87c149285c67d67d73550ce034302561ae5 -size 57445 diff --git a/python-mpd2-3.0.5.tar.gz b/python-mpd2-3.0.5.tar.gz new file mode 100644 index 0000000..5a42bcd --- /dev/null +++ b/python-mpd2-3.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1bffd93b9a32fc018a9bbf3487505b52e0d757ec34066905c60a912d492384 +size 57963 diff --git a/python-python-mpd2.changes b/python-python-mpd2.changes index 343f892..4ba4e78 100644 --- a/python-python-mpd2.changes +++ b/python-python-mpd2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Apr 11 13:08:14 UTC 2022 - Markéta Machová + +- Update to 3.0.5 + * python 3.10 compatibility + * fixes for using idle in async + * use python's internal mock library instead of external mock + * expose connection status in async (connected property) + ------------------------------------------------------------------- Tue Oct 19 17:17:54 UTC 2021 - Matej Cepl diff --git a/python-python-mpd2.spec b/python-python-mpd2.spec index 7be0d29..23e4e5c 100644 --- a/python-python-mpd2.spec +++ b/python-python-mpd2.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-mpd2 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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.4 +Version: 3.0.5 Release: 0 Summary: A Python MPD client library License: LGPL-3.0-only @@ -27,7 +27,6 @@ Group: Development/Languages/Python URL: https://github.com/Mic92/python-mpd2 Source: https://files.pythonhosted.org/packages/source/p/python-mpd2/python-mpd2-%{version}.tar.gz BuildRequires: %{python_module Twisted} -BuildRequires: %{python_module mock} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros