flexget: 3.15.42-1

This commit is contained in:
devome 2025-05-14 00:21:16 +08:00
parent d64bf1c859
commit 17fa7c84c5
2 changed files with 8 additions and 11 deletions

View file

@ -1,19 +1,16 @@
pkgbase = flexget
pkgdesc = FlexGet is a program aimed to automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more.
pkgver = 3.15.41
pkgver = 3.15.42
pkgrel = 1
url = https://github.com/Flexget/Flexget
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-pytest-xdist
checkdepends = python-ruff
checkdepends = python-vcrpy
makedepends = python-build
makedepends = python-hatchling
makedepends = python-hatch-requirements-txt
makedepends = python-installer
makedepends = python-wheel
depends = python-aniso8601
depends = python-apscheduler
depends = python-attrs
@ -91,13 +88,13 @@ pkgbase = flexget
optdepends = python-telegram-bot: telegram plugin
optdepends = python-transmission-rpc: transmission plugin
options = !strip
source = flexget-3.15.41.tar.gz::https://github.com/Flexget/Flexget/archive/v3.15.41.tar.gz
source = flexget-3.15.42.tar.gz::https://github.com/Flexget/Flexget/archive/v3.15.42.tar.gz
source = flexget.service
source = flexget@.service
source = flexget.user.service
source = flexget.sysusers
source = flexget.tmpfiles
sha256sums = 0905607bcc42a09ee067f989fbc837a6dda69e05f88a931c5705122e212f04f8
sha256sums = f89fd7ae5cc4579e3bff4ff95c9006e443cf3c6dbb10a66fffbdece06b206912
sha256sums = b7578417ab5f671def7021133ae68900d82aaa81b5e80a2fec4d85e46eb1f8e9
sha256sums = b9d354f6095aafe7a29cb8e90239b662a2584903a85fe3770f2b99bb8bdfff4a
sha256sums = 799921777b3714f074deaafbdd241ea7b99a0eccd65931708fd81457286f4f49

View file

@ -9,7 +9,7 @@
_pkgname=Flexget
pkgname=${_pkgname,,}
pkgver=3.15.41
pkgver=3.15.42
pkgrel=1
pkgdesc="FlexGet is a program aimed to automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
arch=(any)
@ -88,8 +88,8 @@ depends=(
"python-zstandard"
"python-zxcvbn"
)
makedepends=('python-build' 'python-hatchling' 'python-hatch-requirements-txt' 'python-installer' 'python-wheel')
checkdepends=('python-pytest' 'python-pytest-xdist' 'python-ruff' 'python-vcrpy')
makedepends=('python-build' 'python-hatchling' 'python-installer')
checkdepends=('python-pytest' 'python-pytest-xdist' 'python-vcrpy')
optdepends=(
"flexget-webui-v1: webui v1"
"flexget-webui: webui v2"
@ -104,7 +104,7 @@ source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
"${pkgname}.user.service"
"${pkgname}.sysusers"
"${pkgname}.tmpfiles")
sha256sums=('0905607bcc42a09ee067f989fbc837a6dda69e05f88a931c5705122e212f04f8'
sha256sums=('f89fd7ae5cc4579e3bff4ff95c9006e443cf3c6dbb10a66fffbdece06b206912'
'b7578417ab5f671def7021133ae68900d82aaa81b5e80a2fec4d85e46eb1f8e9'
'b9d354f6095aafe7a29cb8e90239b662a2584903a85fe3770f2b99bb8bdfff4a'
'799921777b3714f074deaafbdd241ea7b99a0eccd65931708fd81457286f4f49'
@ -126,7 +126,7 @@ check() {
## There are actually a large number of test errors currently, but they are still forcibly packaged.
## Please pay attention to distinguishing whether the errors affect your settings.
echo "==> Running tests..."
echo "==> There are actually a large number of test errors currently, but they are still forcibly packaged..."
echo "==> There are actually a large number of test errors currently, but still forcibly packaged..."
echo "==> Please pay attention to distinguishing whether the errors affect your settings..."
export PYTHONPATH="$PWD/tmp_install$_site_packages/:$PYTHONPATH:$PWD/tests"
pytest -k "not (test_archives or test_decompress or test_telegram \