Date: Sunday, January 10, 2021 @ 10:06:06 Author: felixonmars Revision: 817012
upgpkg: python-tqdm 4.55.2-1 Modified: python-tqdm/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-10 10:05:03 UTC (rev 817011) +++ PKGBUILD 2021-01-10 10:06:06 UTC (rev 817012) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-tqdm -pkgver=4.55.1 +pkgver=4.55.2 pkgrel=1 pkgdesc='Fast, Extensible Progress Meter' arch=('any') @@ -9,10 +9,10 @@ url='https://github.com/tqdm/tqdm' depends=('python') makedepends=('python-setuptools-scm') -checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-numpy' 'python-pandas' - 'python-tensorflow') +checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 'python-numpy' + 'python-pandas' 'python-tensorflow') source=("$pkgname-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz") -sha512sums=('b418b35a070ea24d8e4f6fd0a00d28c1147173ac5ad46a0c6281772c26e13b53765904064946ecf904e9e88bc435ccccc62aed471b3d191cda75075b5590d783') +sha512sums=('20bb4b1c45362417f3b1d3a8eef2de1fc3efc6cbf74d4958c68981b44236a5a41d62819e60076c5c90dcce4da9129c5479c85d00e1b5ec45081a860fbcae9d71') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
