python3-mpd2: update to 3.1.1.

This commit is contained in:
Brihadeesh S 2025-08-06 13:04:28 +05:30 committed by Duncan Overbruck
parent 4405cd3d47
commit 1c99da5160

View file

@ -1,7 +1,7 @@
# Template file for 'python3-mpd2' # Template file for 'python3-mpd2'
pkgname=python3-mpd2 pkgname=python3-mpd2
version=3.0.4 version=3.1.1
revision=5 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3" depends="python3"
@ -10,8 +10,8 @@ short_desc="Python3 MPD client library"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="https://github.com/Mic92/python-mpd2" homepage="https://github.com/Mic92/python-mpd2"
distfiles="https://github.com/Mic92/python-mpd2/archive/v${version}.tar.gz" distfiles="https://github.com/Mic92/python-mpd2/archive/refs/tags/v${version}.tar.gz"
checksum=05ac5d339932f5d0557cb10c43bf4f1df74937f660125cf7fdd0f1691da98278 checksum=9c8485c8900af294b7287fd5fb061c0cc34827ef13e26d5728ae6a24afe56d4b
do_check() { do_check() {
python3 -m unittest mpd.tests python3 -m unittest mpd.tests