aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-guessit/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-07-19 15:53:59 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-07-19 15:53:59 -0300
commit74224e4f6203f1ea00212a72339f9b2339360682 (patch)
tree54b3ee25be01ee221e1a3cd88b348082be8a6565 /testing/py3-guessit/APKBUILD
parent20cedb661f2b0ff82e9aebd4bd10c9fc2f5e8a6c (diff)
testing/py3-guessit: upgrade to 3.3.1
Diffstat (limited to 'testing/py3-guessit/APKBUILD')
-rw-r--r--testing/py3-guessit/APKBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/testing/py3-guessit/APKBUILD b/testing/py3-guessit/APKBUILD
index 4c984f832a2..d2fa574e325 100644
--- a/testing/py3-guessit/APKBUILD
+++ b/testing/py3-guessit/APKBUILD
@@ -1,15 +1,15 @@
# Contributor: Philipp Glaum <p@pglaum.de>
# Maintainer: Philipp Glaum <p@pglaum.de>
pkgname=py3-guessit
-pkgver=3.3.0
-pkgrel=1
+pkgver=3.3.1
+pkgrel=0
pkgdesc="Library for guessing information from video filenames"
url="https://pypi.org/project/guessit/"
arch="noarch !mips64"
license="LGPL-3.0-only"
depends="python3 py3-rebulk py3-babelfish py3-dateutil py3-six py3-setuptools"
makedepends="py3-wheel py3-pytest-runner"
-checkdepends="py3-pip py3-pytest py3-pytest-benchmark py3-yaml"
+checkdepends="py3-pytest py3-pytest-benchmark py3-yaml"
source="https://files.pythonhosted.org/packages/source/g/guessit/guessit-$pkgver.tar.gz"
builddir="$srcdir/guessit-$pkgver"
@@ -26,4 +26,6 @@ package() {
rm -rf "$pkgdir"/usr/lib/python3*/site-packages/guessit/test
}
-sha512sums="5569572ed6d7910b320e1742b902325baf3f3455598e17a7e3bb36ae5da0e450d4bc2db0b1651a8d4df7354e0624216c1093aace48ef607b3146933fbb83a918 guessit-3.3.0.tar.gz"
+sha512sums="
+42c87525ea2d9c808e30b50db674862f5362f26b95ba5e6bc163df03a261d9b24daf4b4d525677d3e6d53e8e7f637c3d9e0ba3f25f4397e0658b618f50a3248b guessit-3.3.1.tar.gz
+"