mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
python/pytest: Updated for version 3.2.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
0dfde17d8c
commit
55d23432ca
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.2.0}
|
||||
VERSION=${VERSION:-3.2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pytest"
|
||||
VERSION="3.2.0"
|
||||
VERSION="3.2.1"
|
||||
HOMEPAGE="http://pytest.org"
|
||||
DOWNLOAD="https://pypi.python.org/packages/41/ef/0ca241c759f607cde0f2d828492d92e18078a2e6b90b409206f53d9446b9/pytest-3.2.0.tar.gz"
|
||||
MD5SUM="f7c0ffc970b26bdf8e6ba1c67af2ea79"
|
||||
DOWNLOAD="https://pypi.python.org/packages/6d/9f/1fbd50be4deaa4007ef4ed8f84f888c6613c629e1f46e979ffb9d82a7324/pytest-3.2.1.tar.gz"
|
||||
MD5SUM="635976c2a9b2c2599d69fb0ad5abaf7d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="setuptools-scm py"
|
||||
|
|
Loading…
Reference in a new issue