From 3fa0dbf7990aa40b3cadd595e2bb9d3984d19225 Mon Sep 17 00:00:00 2001 From: Christian Schaefer Date: Mon, 11 May 2026 19:00:52 +0200 Subject: [PATCH] community/py3-transmission-rpc: upgrade to 7.0.11 --- community/py3-transmission-rpc/APKBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/community/py3-transmission-rpc/APKBUILD b/community/py3-transmission-rpc/APKBUILD index 9385ec86c27..fba783febda 100644 --- a/community/py3-transmission-rpc/APKBUILD +++ b/community/py3-transmission-rpc/APKBUILD @@ -1,14 +1,14 @@ # Contributor: Anjandev Momi # Maintainer: Anjandev Momi pkgname=py3-transmission-rpc -pkgver=7.0.3 -pkgrel=2 +pkgver=7.0.11 +pkgrel=0 pkgdesc="python module implementing the json-rpc client protocol for the BitTorrent client Transmission." url="https://transmission-rpc.readthedocs.io/" arch="noarch" license="MIT" depends="python3 py3-requests py3-typing-extensions" -makedepends="py3-poetry-core py3-gpep517" +makedepends="py3-poetry-core py3-setuptools py3-gpep517" checkdepends="py3-pytest py3-tz py3-yarl transmission-daemon" subpackages="$pkgname-pyc" source="$pkgname-$pkgver.tar.gz::https://github.com/trim21/transmission-rpc/archive/refs/tags/v$pkgver.tar.gz" @@ -27,7 +27,8 @@ check() { python3 -m venv --clear --without-pip --system-site-packages .testenv .testenv/bin/python3 -m installer .dist/*.whl - .testenv/bin/python3 -m pytest + .testenv/bin/python3 -m pytest \ + -k 'not test_real_add_torrent_http and not test_real_torrent_start_all' # skipping tests as fetching torrent files from the internet is blocked on some CI runners (aarch64 armhf loongarch64 ppc64le riscv64 armv7 s390x) kill "$(cat "$pidfile")" || true } @@ -38,5 +39,5 @@ package() { } sha512sums=" -e2ae967ba85e7cef8e57a8371245d2c1a8fb4da4fe2ac883aeff231cb35fc1565f4d197de59b4e744bd95938ba689dbeb9348f6e9390825d0a0f36614a2e6f09 py3-transmission-rpc-7.0.3.tar.gz +aee32a18a14c61419e73ce283c362d6254825a38083a002f908efd8270708607719121e4993797b0d96e5abbb495aef02f1734fa555301d1740f3640d9255fc7 py3-transmission-rpc-7.0.11.tar.gz "