git » python-pytest.git » commit e3ab100

upgpkg: 2.7.3-1

author Felix Yan
2015-09-16 03:12:08 UTC
committer Felix Yan
2015-09-16 03:12:08 UTC
parent 412c84096ff98cea6150724b87c7a880ec5dff15

upgpkg: 2.7.3-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 7562b38..6961427 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=2.7.2
+pkgver=2.7.3
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -12,7 +12,7 @@ url="http://pytest.org/"
 makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py')
 checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-twisted' 'python2-twisted' 'python-mock' 'python2-mock' 'python-yaml' 'python2-yaml' 'python-pexpect' 'python2-pexpect')
 source=("https://pypi.python.org/packages/source/p/pytest/pytest-$pkgver.tar.gz")
-sha512sums=('5474a4fe58437a4971fb21b1b37dad3c08e18e5d154931ff23e597f881100a3515bf0cf71d06b143465594ad2a91a96f84f4836d84c39691143c8d88ca7a4360')
+sha512sums=('ad9b57f202c60c247dd4753fb8391e3e88b390e34de678ea12384d81d76693dd37e04f11f6da19a6eda2c74a73db23789856ccaa325d32b4beb6bff86d9e4173')
 
 prepare() {
   cp -a pytest-${pkgver}{,-py2}