mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/pytest: Updated for version 2.7.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
3c9d02909f
commit
7e4ee91e50
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pytest
|
||||
VERSION=${VERSION:-2.7.1}
|
||||
VERSION=${VERSION:-2.7.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pytest"
|
||||
VERSION="2.7.1"
|
||||
VERSION="2.7.2"
|
||||
HOMEPAGE="http://pytest.org"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.7.1.tar.gz"
|
||||
MD5SUM="e972d691ff6779ffb4b594449bac3e43"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/p/pytest/pytest-2.7.2.tar.gz"
|
||||
MD5SUM="dcd8e891474d605b81fc7fcc8711e95b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="py"
|
||||
|
|
Loading…
Reference in a new issue