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

Felix Yan felixonmars at archlinux.org
Wed Apr 11 09:07:05 UTC 2018


    Date: Wednesday, April 11, 2018 @ 09:07:03
  Author: felixonmars
Revision: 315698

upgpkg: python-tox 3.0.0-1

Modified:
  python-tox/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-11 07:12:55 UTC (rev 315697)
+++ PKGBUILD	2018-04-11 09:07:03 UTC (rev 315698)
@@ -6,7 +6,7 @@
 
 pkgbase=python-tox
 pkgname=(python-tox python2-tox)
-pkgver=2.9.1
+pkgver=3.0.0
 pkgrel=1
 pkgdesc='Python virtualenv management and testing tool'
 arch=('any')
@@ -14,9 +14,10 @@
 license=('GPL2')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 'python-virtualenv'
              'python2-virtualenv' 'python-pluggy' 'python2-pluggy')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pytest-mock'
+              'python2-pytest-mock')
 source=("https://pypi.io/packages/source/t/tox/tox-$pkgver.tar.gz")
-sha512sums=('ff19b2bb7ac963379f1cccd4973ad9eb4dabfbda976cde7caba50ad010d8fa57c1cba91d63e3e0512e44cc7d350bc9270fbd9b30db1bd55f7d9c239e7623d066')
+sha512sums=('3bce42561a032b9d1bcc6086093ab79e2ba84ca55b4a6b646485ed3ec4a5b7349d8fc4e47758d2dd7998fc943824a99a251447e13b9ccc396b9d2d87f367f6cd')
 
 prepare() {
   find tox-$pkgver -name "*.pyc" -delete



More information about the arch-commits mailing list