mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/pytest: Updated for version 3.2.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
723fb62ee7
commit
7dad370760
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.3}
|
||||
VERSION=${VERSION:-3.2.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pytest"
|
||||
VERSION="3.2.3"
|
||||
VERSION="3.2.5"
|
||||
HOMEPAGE="http://pytest.org"
|
||||
DOWNLOAD="https://pypi.python.org/packages/53/d0/208853c09be8377e6d4de7c0df875ef7ef37189373d76a74b65b44e50528/pytest-3.2.3.tar.gz"
|
||||
MD5SUM="698f8929e095a1c37876b5567943be79"
|
||||
DOWNLOAD="https://pypi.python.org/packages/1f/f8/8cd74c16952163ce0db0bd95fdd8810cbf093c08be00e6e665ebf0dc3138/pytest-3.2.5.tar.gz"
|
||||
MD5SUM="6dbe9bb093883f75394a689a1426ac6f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="setuptools-scm py"
|
||||
|
|
Loading…
Reference in a new issue