mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/pytest: Updated for version 3.7.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
f5946705c1
commit
005d3ed7b2
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pytest
|
||||
VERSION=${VERSION:-3.6.2}
|
||||
VERSION=${VERSION:-3.7.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pytest"
|
||||
VERSION="3.6.2"
|
||||
VERSION="3.7.1"
|
||||
HOMEPAGE="http://pytest.org"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/a2/ec/415d0cccc1ed41cd7fdf69ad989da16a8d13057996371004cab4bafc48f3/pytest-3.6.2.tar.gz"
|
||||
MD5SUM="f773f6fd2e093f59a0939be028e570b3"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/1c/b5/336b6b600eb9d2a9b7c99b16be7913dfd1f68d23c82f5a78d774a239183f/pytest-3.7.1.tar.gz"
|
||||
MD5SUM="2704e16bb2c11af494167f80a7cd37c4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="setuptools-scm py six attrs pluggy more-itertools atomicwrites"
|
||||
|
|
Loading…
Reference in a new issue