diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-05-23 19:38:13 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-27 07:28:50 +0700 |
commit | 9118b79960245b052b81891bcdfdde25e2cc72e2 (patch) | |
tree | 42fb5ff758570fd5686c08a9c8c9244e2f096b91 /python/pytest | |
parent | 3d46c439b5aa7bc6eaa043590b4c8a6963c80077 (diff) | |
download | slackbuilds-9118b79960245b052b81891bcdfdde25e2cc72e2.tar.gz |
python/pytest: Updated for version 3.1.0.
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 696942c91a..82394394d5 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.7} +VERSION=${VERSION:-3.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pytest/pytest.info b/python/pytest/pytest.info index f7d4ca47a6..74c5329667 100644 --- a/python/pytest/pytest.info +++ b/python/pytest/pytest.info @@ -1,8 +1,8 @@ PRGNAM="pytest" -VERSION="3.0.7" +VERSION="3.1.0" HOMEPAGE="http://pytest.org" -DOWNLOAD="https://pypi.python.org/packages/00/e9/f77dcd80bdb2e52760f38dbd904016da018ab4373898945da744e5e892e9/pytest-3.0.7.tar.gz" -MD5SUM="89c60546507dc7eb6e9e40a6e9f720bd" +DOWNLOAD="https://pypi.python.org/packages/50/e2/a28d4c5e4520a0427bc5141703f3296184742e7cb2722ce71fd61020c417/pytest-3.1.0.tar.gz" +MD5SUM="11b609d38edff58bceca8c18efe19078" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="py" |