[arch-commits] Commit in python-tenacity/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri May 1 12:44:44 UTC 2020


    Date: Friday, May 1, 2020 @ 12:44:44
  Author: felixonmars
Revision: 623816

upgpkg: python-tenacity 6.2.0-1

Modified:
  python-tenacity/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-01 12:43:56 UTC (rev 623815)
+++ PKGBUILD	2020-05-01 12:44:44 UTC (rev 623816)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-tenacity
-pkgver=6.1.0
+pkgver=6.2.0
 pkgrel=1
 pkgdesc='Retry code until it succeeeds'
 arch=('any')
@@ -10,9 +10,9 @@
 depends=('python-six')
 optdepends=('python-tornado: for Tornado coroutines support')
 makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-runner' 'python-tornado')
+checkdepends=('python-pytest-runner' 'python-tornado' 'python-typeguard')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/jd/tenacity/archive/$pkgver.tar.gz")
-sha512sums=('41c256f14bb7f0ccf3439a7752b44a9110518e9953213501659a27cfe8a716c7ffa4e174e70f3467c8c98fc52ceae3036a20a32079210e5035f68a345d2ccda0')
+sha512sums=('0cabbaeedf45ff5a6c8855b459a47d30e7c69fbfdde8b213878af9fa1f6bf576cc2f733629a599bdbb2e2e68efe3e687876d926070b87615f4c61e042965597d')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 



More information about the arch-commits mailing list