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

Jelle van der Waa jelle at archlinux.org
Sun May 22 21:17:38 UTC 2016


    Date: Sunday, May 22, 2016 @ 23:17:37
  Author: jelle
Revision: 176114

upgpkg: python-mock 2.0.0-1

Modified:
  python-mock/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-22 21:09:36 UTC (rev 176113)
+++ PKGBUILD	2016-05-22 21:17:37 UTC (rev 176114)
@@ -4,8 +4,8 @@
 
 pkgbase=python-mock
 pkgname=(python2-mock python-mock)
-pkgver=1.3.0
-pkgrel=3
+pkgver=2.0.0
+pkgrel=1
 pkgdesc='Mocking and Patching Library for Testing'
 url='http://www.voidspace.org.uk/python/mock/'
 makedepends=('python2' 'python' 'python-setuptools' 'python2-setuptools')
@@ -13,7 +13,7 @@
 license=('BSD')
 arch=('any')
 source=("http://pypi.python.org/packages/source/m/mock/mock-$pkgver.tar.gz")
-md5sums=('73ee8a4afb3ff4da1b4afa287f39fdeb')
+md5sums=('0febfafd14330c9dcaa40de2d82d40ad')
 
 build() {
   cd "$srcdir"
@@ -48,6 +48,6 @@
   python -m unittest discover
   
   # Does not run because of self.assertRaisesRegex() usage in unitests, which is self.assertRaisesRegexp() in Python 2.7
-  #echo 'python2 tests'
+  echo 'python2 tests'
   #python2 -m unittest discover
 }



More information about the arch-commits mailing list