diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-06-05 19:12:00 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-06 07:56:24 +0700 |
commit | 7bd2bfafaea38275028d7e44c319cbdfe5b0b734 (patch) | |
tree | 2740c9dbc219b19ae9143a2c676e9641e317bf7d /python | |
parent | 708cebf57dfa7a4db916e21f5b2f8cc56074df41 (diff) |
python/pytest: Updated for version 3.1.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-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 82394394d518..1b431bdb483c 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 7c7c77d9275c..10ff7544b9c9 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" |