diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-07-01 13:43:44 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-07 06:54:23 +0700 |
commit | 32bdf1a129782fa32f7632e9ab4d260006b80214 (patch) | |
tree | 6053524ebfac206cf31b43ba3374c10d7e823e16 | |
parent | 788ef54b8f44568aaeff05d67058737aa22dcc68 (diff) | |
download | slackbuilds-32bdf1a129782fa32f7632e9ab4d260006b80214.tar.gz |
python/pytest: Updated for version 3.6.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | python/pytest/pytest.SlackBuild | 2 | ||||
-rw-r--r-- | python/pytest/pytest.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/pytest/pytest.SlackBuild b/python/pytest/pytest.SlackBuild index 608276b8b6..b8b7758e8b 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.5.0} +VERSION=${VERSION:-3.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pytest/pytest.info b/python/pytest/pytest.info index 841bd5b2e1..9aa7d96f1e 100644 --- a/python/pytest/pytest.info +++ b/python/pytest/pytest.info @@ -1,10 +1,10 @@ PRGNAM="pytest" -VERSION="3.5.0" +VERSION="3.6.2" HOMEPAGE="http://pytest.org" -DOWNLOAD="https://pypi.python.org/packages/2d/56/6019153cdd743300c5688ab3b07702355283e53c83fbf922242c053ffb7b/pytest-3.5.0.tar.gz" -MD5SUM="b8e13a4091f07ff1fda081cf40ff99f1" +DOWNLOAD="https://files.pythonhosted.org/packages/a2/ec/415d0cccc1ed41cd7fdf69ad989da16a8d13057996371004cab4bafc48f3/pytest-3.6.2.tar.gz" +MD5SUM="f773f6fd2e093f59a0939be028e570b3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="setuptools-scm py six attrs pluggy more-itertools" +REQUIRES="setuptools-scm py six attrs pluggy more-itertools atomicwrites" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |