summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis2017-06-05 19:12:00 +0200
committer Willy Sudiarto Raharjo2017-06-06 02:56:24 +0200
commit7bd2bfafaea38275028d7e44c319cbdfe5b0b734 (patch)
tree2740c9dbc219b19ae9143a2c676e9641e317bf7d
parent708cebf57dfa7a4db916e21f5b2f8cc56074df41 (diff)
downloadslackbuilds-7bd2bfafaea38275028d7e44c319cbdfe5b0b734.tar.gz
python/pytest: Updated for version 3.1.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--python/pytest/pytest.SlackBuild2
-rw-r--r--python/pytest/pytest.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/pytest/pytest.SlackBuild b/python/pytest/pytest.SlackBuild
index 82394394d5..1b431bdb48 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.1.0}
+VERSION=${VERSION:-3.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/pytest/pytest.info b/python/pytest/pytest.info
index 7c7c77d927..10ff7544b9 100644
--- a/python/pytest/pytest.info
+++ b/python/pytest/pytest.info
@@ -1,8 +1,8 @@
PRGNAM="pytest"
-VERSION="3.1.0"
+VERSION="3.1.1"
HOMEPAGE="http://pytest.org"
-DOWNLOAD="https://pypi.python.org/packages/50/e2/a28d4c5e4520a0427bc5141703f3296184742e7cb2722ce71fd61020c417/pytest-3.1.0.tar.gz"
-MD5SUM="11b609d38edff58bceca8c18efe19078"
+DOWNLOAD="https://pypi.python.org/packages/96/51/8fa6bdb9c80e21a90e162f6774da2506497ef0c92afae8ba654c3a5ce4c3/pytest-3.1.1.tar.gz"
+MD5SUM="dfb110518cacc5b26ec5dd79877feb16"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="setuptools-scm py"