diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-11-10 10:47:34 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-17 18:43:05 +0700 |
commit | 1ca686dbb90feb78b6db4d44c5a7730cde8a237e (patch) | |
tree | 4789f97232d01ce3a8719cf2fed40be3490520a2 | |
parent | dae9385a5279b972506bacdced1b48c2ccc75afb (diff) | |
download | slackbuilds-1ca686dbb90feb78b6db4d44c5a7730cde8a237e.tar.gz |
python/pytest: Updated for version 3.10.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | python/pytest/pytest.SlackBuild | 2 | ||||
-rw-r--r-- | python/pytest/pytest.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/pytest/pytest.SlackBuild b/python/pytest/pytest.SlackBuild index 802b045b00..92c8d7e0fa 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.7.1} +VERSION=${VERSION:-3.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pytest/pytest.info b/python/pytest/pytest.info index b4f1b5eefb..76d21cab21 100644 --- a/python/pytest/pytest.info +++ b/python/pytest/pytest.info @@ -1,10 +1,10 @@ PRGNAM="pytest" -VERSION="3.7.1" +VERSION="3.10.0" HOMEPAGE="http://pytest.org" -DOWNLOAD="https://files.pythonhosted.org/packages/1c/b5/336b6b600eb9d2a9b7c99b16be7913dfd1f68d23c82f5a78d774a239183f/pytest-3.7.1.tar.gz" -MD5SUM="2704e16bb2c11af494167f80a7cd37c4" +DOWNLOAD="https://files.pythonhosted.org/packages/ec/d1/8e96334154a20f8bf8924b7a67227a3af30c87cf0d8239f9885fc8bca385/pytest-3.10.0.tar.gz" +MD5SUM="254b410235a0725d82bbbd441f2c9c3d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="setuptools-scm py six attrs pluggy more-itertools atomicwrites" +REQUIRES="setuptools-scm py six attrs pluggy more-itertools atomicwrites funcsigs pathlib2" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |