aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpglaum <p@pglaum.de>2021-02-04 08:15:45 +0100
committerLeo <thinkabit.ukim@gmail.com>2021-02-04 16:26:52 +0000
commit05af5308fcd157813ae8613b46e7ff18d37bdb52 (patch)
tree6ddb227fd111515ee78d69ca2e2815a191fb197a
parente939d69a2bf0659ad8a5a69e3fbf961da9ae49e1 (diff)
testing/py3-guessit: upgrade to 3.3.0
-rw-r--r--testing/py3-guessit/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-guessit/APKBUILD b/testing/py3-guessit/APKBUILD
index 67388a15b36..7496e01913c 100644
--- a/testing/py3-guessit/APKBUILD
+++ b/testing/py3-guessit/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Philipp Glaum <p@pglaum.de>
pkgname=py3-guessit
_pkgname=guessit
-pkgver=3.2.0
+pkgver=3.3.0
pkgrel=0
pkgdesc="Library for guessing information from video filenames"
url="https://pypi.org/project/guessit/"
arch="noarch !mips !mips64"
license="LGPL-3.0-only"
depends="python3 py3-rebulk py3-babelfish py3-dateutil py3-six py3-setuptools"
-checkdepends="py3-pytest py3-pytest-benchmark py3-yaml"
+checkdepends="py3-pip py3-pytest py3-pytest-benchmark py3-yaml"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
@@ -26,4 +26,4 @@ package() {
rm -rf "$pkgdir"/usr/lib/python3*/site-packages/guessit/test
}
-sha512sums="5eaa0ad8cdf60812bebf10af51f62095baa70f48b66a052002fceb0d705daab3b8bcd2cb0fc3d18b63b9f4aa8118b9d85283bebdcfdb8ed4204e1b7e2b5ae78c guessit-3.2.0.tar.gz"
+sha512sums="5569572ed6d7910b320e1742b902325baf3f3455598e17a7e3bb36ae5da0e450d4bc2db0b1651a8d4df7354e0624216c1093aace48ef607b3146933fbb83a918 guessit-3.3.0.tar.gz"