diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-09-16 02:55:28 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-19 19:49:11 +0700 |
commit | 7e9a4e88cb380a8e35475f112ccf8a1859051e3a (patch) | |
tree | 39155dda1bbee215ce5f00af93b56ed7784f0e0c /python | |
parent | b504cab2d47a6cf9c80de5a71a4a843112d72668 (diff) |
python/pytest: Updated for version 2.7.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/pytest/pytest.SlackBuild | 4 | ||||
-rw-r--r-- | python/pytest/pytest.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/pytest/pytest.SlackBuild b/python/pytest/pytest.SlackBuild index 1d4bfcf9346a..c59138045ab0 100644 --- a/python/pytest/pytest.SlackBuild +++ b/python/pytest/pytest.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pytest -VERSION=${VERSION:-2.7.2} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.7.3} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/python/pytest/pytest.info b/python/pytest/pytest.info index dd59a52af823..34234fcb7d0f 100644 --- a/python/pytest/pytest.info +++ b/python/pytest/pytest.info @@ -1,8 +1,8 @@ PRGNAM="pytest" -VERSION="2.7.2" +VERSION="2.7.3" HOMEPAGE="http://pytest.org" -DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.7.2.tar.gz" -MD5SUM="dcd8e891474d605b81fc7fcc8711e95b" +DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.7.3.tar.gz" +MD5SUM="a1aa94933d545d4a26fa23f96a77a78a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="py" |