14
0

Accepting request 969216 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/969216
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpd2?expand=0&rev=4
This commit is contained in:
2022-04-11 21:49:31 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 6 deletions

View File

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

3
python-mpd2-3.0.5.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Apr 11 13:08:14 UTC 2022 - Markéta Machová <mmachova@suse.com>
- 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 <mcepl@suse.com>

View File

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