Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3-SoCo: update to 0.29.1. #47292

Merged
merged 1 commit into from
Dec 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions srcpkgs/python3-SoCo/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Template file for 'python3-SoCo'
pkgname=python3-SoCo
version=0.18.1
revision=6
version=0.29.1
revision=1
build_style=python3-module
pycompile_module="soco"
hostmakedepends="python3-setuptools"
depends="python3-xmltodict python3-requests"
depends="python3-xmltodict python3-requests python3-ifaddr python3-appdirs python3-lxml"
checkdepends="${depends} python3-pytest python3-requests-mock"
short_desc="Python3 bindings for programmatic control of Sonos speakers"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://python-soco.com"
distfiles="https://github.com/SoCo/SoCo/archive/v${version}.tar.gz"
checksum=2ebe6c8953a0a871a43190938c17b9a053124e6115ca2d05138c4394ab1260bd
checksum=333002822c36c510f2d075cfe0a8f3dbe2992f3ee04ed1d222dc02eeadf987fa

post_install() {
vlicense LICENSE.rst
Expand Down