diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-07-12 21:13:07 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-15 07:33:47 +0700 |
commit | 7d9193197174028d2499976a6c69d29efd50db2c (patch) | |
tree | e5f6dc8e6fef3ee7f11d2ea3a4a9c46d7f48cf01 /python/pytest | |
parent | 07feaa71b8ea1f32e3eb56a5012bae6c14539a0b (diff) | |
download | slackbuilds-7d9193197174028d2499976a6c69d29efd50db2c.tar.gz |
python/pytest: Updated for version 3.1.3.
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 0c49e663a1..6448ac55a9 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.2} +VERSION=${VERSION:-3.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pytest/pytest.info b/python/pytest/pytest.info index 2e75a5cd53..e45ea4eaf2 100644 --- a/python/pytest/pytest.info +++ b/python/pytest/pytest.info @@ -1,8 +1,8 @@ PRGNAM="pytest" -VERSION="3.1.2" +VERSION="3.1.3" HOMEPAGE="http://pytest.org" -DOWNLOAD="https://pypi.python.org/packages/72/2b/2d3155e01f45a5a04427857352ee88220ee39550b2bc078f9db3190aea46/pytest-3.1.2.tar.gz" -MD5SUM="c4d179f89043cc925e1c169d03128e02" +DOWNLOAD="https://pypi.python.org/packages/15/c8/6b42bf58f91d72416806472512bb67dabc6edb5a6a8ace29853ff940400a/pytest-3.1.3.tar.gz" +MD5SUM="35356e6e31cbd8318e8b2a8340a90b72" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="setuptools-scm py" |