diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-08-29 04:59:45 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-03 07:48:41 +0700 |
commit | 9e646ff778ab10ea9ed12a46b2412d744c27b67b (patch) | |
tree | 835e73254053495ddcfb5fb723e010006e60db1c /python/pytest | |
parent | 2ba32921795ac40477b6b3209abac14d61c9c243 (diff) | |
download | slackbuilds-9e646ff778ab10ea9ed12a46b2412d744c27b67b.tar.gz |
python/pytest: Updated for version 3.0.1.
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 a3daa2f912..a7c65ca84c 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.0} +VERSION=${VERSION:-3.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pytest/pytest.info b/python/pytest/pytest.info index ba1b2a0009..4c6b7d2692 100644 --- a/python/pytest/pytest.info +++ b/python/pytest/pytest.info @@ -1,8 +1,8 @@ PRGNAM="pytest" -VERSION="3.0.0" +VERSION="3.0.1" HOMEPAGE="http://pytest.org" -DOWNLOAD="https://pypi.python.org/packages/3a/13/d7adc921371b07999426d9ed8b95eb67c7bab25e88839c6f4f642bf0fb4e/pytest-3.0.0.tar.gz" -MD5SUM="5c7eef3def7499fd3de2db0e3013f7b0" +DOWNLOAD="https://pypi.python.org/packages/48/60/ac0e3482d1c57ace39b709c765b9e04f4478f38ab53be4dce4fa5e478f16/pytest-3.0.1.tar.gz" +MD5SUM="6e736a6d7bc854b25d44a60bcba5f2f9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="py" |