diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-11-14 16:40:35 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:42:45 +0700 |
commit | a1e8ad1d01d7f06778646f9d14d6648c7de1a219 (patch) | |
tree | 90c0db3eb0e6e8131b22553e6844eb8c8899d783 /python/pytest | |
parent | d08e4892388d9915f296fe1ad94fe49c9de32d31 (diff) |
python/pytest: Updated for version 3.0.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pytest')
-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 ba5f331e12f3..c31ea4e984a8 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:-3.0.3} +VERSION=${VERSION:-3.0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pytest/pytest.info b/python/pytest/pytest.info index bf07b230a72c..e10c92e4dd7c 100644 --- a/python/pytest/pytest.info +++ b/python/pytest/pytest.info @@ -1,8 +1,8 @@ PRGNAM="pytest" -VERSION="3.0.3" +VERSION="3.0.4" HOMEPAGE="http://pytest.org" -DOWNLOAD="https://pypi.python.org/packages/a0/2f/076c816e2402c4911ccee4b93ba0475145b7cffd0320ca8efa0add7c469c/pytest-3.0.3.tar.gz" -MD5SUM="b33b3b1f847d3745a78423762f6b7f6d" +DOWNLOAD="https://pypi.python.org/packages/2f/03/0c636d7191255e1737012e5f9c42368f11b55463aeea46fb1955892cab0d/pytest-3.0.4.tar.gz" +MD5SUM="0fbf3cf9f127ae34300e2c8bb002b6a6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="py" |