mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
python/jsonschema: Updated for version 2.5.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
44aefe2e06
commit
268fb6eb04
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for jsonschema
|
||||
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=jsonschema
|
||||
VERSION=${VERSION:-2.5.0}
|
||||
VERSION=${VERSION:-2.5.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jsonschema"
|
||||
VERSION="2.5.0"
|
||||
VERSION="2.5.1"
|
||||
HOMEPAGE="https://github.com/Julian/jsonschema"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/j/jsonschema/jsonschema-2.5.0.tar.gz"
|
||||
MD5SUM="9fe4ce3e364fbdf05d0461128f804d3a"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/j/jsonschema/jsonschema-2.5.1.tar.gz"
|
||||
MD5SUM="374e848fdb69a3ce8b7e778b47c30640"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools functools32"
|
||||
|
|
Loading…
Reference in a new issue