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

Felix Yan felixonmars at gemini.archlinux.org
Sat Jul 17 09:52:22 UTC 2021


    Date: Saturday, July 17, 2021 @ 09:52:22
  Author: felixonmars
Revision: 978101

upgpkg: python-tenacity 8.0.0-1

Modified:
  python-tenacity/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-17 09:51:01 UTC (rev 978100)
+++ PKGBUILD	2021-07-17 09:52:22 UTC (rev 978101)
@@ -1,18 +1,18 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-tenacity
-pkgver=7.0.0
+pkgver=8.0.0
 pkgrel=1
 pkgdesc='Retry code until it succeeeds'
 arch=('any')
 license=('Apache')
 url='https://github.com/jd/tenacity'
-depends=('python-six')
+depends=('python')
 optdepends=('python-tornado: for Tornado coroutines support')
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-tornado' 'python-typeguard')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jd/tenacity/archive/$pkgver.tar.gz")
-sha512sums=('5ddab25d5c47cac262ced01ae00122c05f547f66c72170267fe2b618fbd7c257a9c5a617f973a8c518f5f952988ef834dd21b54e6e7f8925d91b5d0e5081096b')
+source=("https://github.com/jd/tenacity/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('994d056c5d0585f67d2fa74c7e3a9aa9c83a473c6aaa33e0282ed619523af6dc9a1e685e9d7621d7ad7855904b2ffab0e05fa4b084eb3f5d7bca9c97fbbdece2')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 




More information about the arch-commits mailing list