~alpine/aports

community/py3-mpv: upgrade to 1.0.1 v1 APPLIED

Alex McGrath: 1
 community/py3-mpv: upgrade to 1.0.1

 1 files changed, 5 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/4081/mbox | git am -3
Learn more about email & git

[PATCH] community/py3-mpv: upgrade to 1.0.1 Export this patch

---
 community/py3-mpv/APKBUILD | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/community/py3-mpv/APKBUILD b/community/py3-mpv/APKBUILD
index 2f46ffde67..60d52295b4 100644
--- a/community/py3-mpv/APKBUILD
+++ b/community/py3-mpv/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Alex McGrath <amk@amk.ie>
# Maintainer: Alex McGrath <amk@amk.ie>
pkgname=py3-mpv
pkgver=0.5.2
pkgrel=2
pkgver=1.0.1
pkgrel=0
pkgdesc="Python interface to the mpv media player"
url="https://github.com/jaseg/python-mpv"
arch="all"
@@ -21,4 +21,6 @@ package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="cd542b0866d6c75395f1ca00bb6df3981998dd801dcee97b15e080fe66e94270f15daa674f663aa6974dcf6aa425d6e17f8476031badeec035727b2b690816f3  python-mpv-0.5.2.tar.gz"
sha512sums="
16a6e93b63f30e535c1e3bd77702d7c703dd9c0a6a689f09e689663cac04e587bdc2135612062d791ffb38c709bc289d0297ebf9f1ddaf9b1771f25eae225f1b  python-mpv-1.0.1.tar.gz
"
-- 
2.36.1
i think the things that depend on this don't work with this new version yet, but i could be wrong

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/34572#note_237294
oh hm, I tested it with sublime music however i didnt try it with the other things that use it

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/34572#note_237297
castero does seem to require 0.5.2 in its requirements.txt jellyfin-mpv-shim doesnt specify a version but i havent been able to test it working either.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/34572#note_237298
castero seems to work fine, so i guess good enough :)

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/34572#note_237299