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

Felix Yan felixonmars at archlinux.org
Sun Aug 18 18:04:37 UTC 2019


    Date: Sunday, August 18, 2019 @ 18:04:37
  Author: felixonmars
Revision: 500099

upgpkg: python-tenacity 5.1.1-1

Modified:
  python-tenacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-18 17:59:28 UTC (rev 500098)
+++ PKGBUILD	2019-08-18 18:04:37 UTC (rev 500099)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-tenacity
-pkgver=5.0.4
+pkgver=5.1.1
 pkgrel=1
 pkgdesc='Retry code until it succeeeds'
 arch=('any')
@@ -9,12 +9,12 @@
 url='https://github.com/jd/tenacity'
 depends=('python-six')
 optdepends=('python-tornado: for Tornado coroutines support')
-makedepends=('python-pbr')
+makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-tornado')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/jd/tenacity/archive/$pkgver.tar.gz")
-sha512sums=('576ce7be803de2b86325c38792cf23780fa0e805687e4fc76a73d1d0c9857b175c8eac1a179f7f001c3009109d3cfef8b34999c3a05c512fef4287c7abb4b656')
+sha512sums=('572abdff0a92fc49f1a0d0edbed301b727b8ec3eed53eb543cb2eb20964db9d75603e81dd143a26df54fa0ee6b189d8a7bbab627782496f673942adf2a2f859d')
 
-export PBR_VERSION=$pkgver
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
 build() {
   cd tenacity-$pkgver



More information about the arch-commits mailing list