diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-03-22 00:07:41 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-25 20:03:54 +0700 |
commit | d84494f552c339650379aa8cd205393631ebec7a (patch) | |
tree | 872ab46c277b0c16e6d7afc70e41add2cf23808d /python/pytest | |
parent | 282eeef0ea995d8fde238e6103cca754e96bce7d (diff) |
python/pytest: Updated for version 2.9.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 3897525c5f18..8e6f64868296 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:-2.9.0} +VERSION=${VERSION:-2.9.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pytest/pytest.info b/python/pytest/pytest.info index 48fa928b0311..b6db0a26b169 100644 --- a/python/pytest/pytest.info +++ b/python/pytest/pytest.info @@ -1,8 +1,8 @@ PRGNAM="pytest" -VERSION="2.9.0" +VERSION="2.9.1" HOMEPAGE="http://pytest.org" -DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.9.0.tar.gz" -MD5SUM="75ca2e51eb1d6a62d46a977b9dbb1abf" +DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.9.1.tar.gz" +MD5SUM="05165740ea50928e4e971378630163ec" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="py" |