diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-02-11 06:08:41 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-12 17:44:28 +0700 |
commit | 6d92e558edd196997bdf09eefec3b80c8fcc2cb7 (patch) | |
tree | 3845136ee99d9543c46b31236bbef548e0138abc | |
parent | e109885c887992a9d7b384f368d004e8324e39f3 (diff) | |
download | slackbuilds-6d92e558edd196997bdf09eefec3b80c8fcc2cb7.tar.gz |
python/pytest: Updated for version 2.6.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | python/pytest/pytest.SlackBuild | 2 | ||||
-rw-r--r-- | python/pytest/pytest.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/pytest/pytest.SlackBuild b/python/pytest/pytest.SlackBuild index c67b91762c..2dae14e906 100644 --- a/python/pytest/pytest.SlackBuild +++ b/python/pytest/pytest.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pytest -VERSION=${VERSION:-2.5.2} +VERSION=${VERSION:-2.6.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pytest/pytest.info b/python/pytest/pytest.info index 4851c213ed..63b20cf661 100644 --- a/python/pytest/pytest.info +++ b/python/pytest/pytest.info @@ -1,8 +1,8 @@ PRGNAM="pytest" -VERSION="2.5.2" +VERSION="2.6.4" HOMEPAGE="http://pytest.org" -DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.5.2.tar.gz" -MD5SUM="8ea3d1939e81514ccba9ba0e9566b5be" +DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.6.4.tar.gz" +MD5SUM="14341e122f7e9031a0948eb6b01a2640" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="py" |