summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Isaac Yu2022-09-14 10:36:29 +0200
committer Willy Sudiarto Raharjo2022-09-17 04:00:09 +0200
commit2cc7b2609da83756f531085edfac6e0de0fc526f (patch)
tree190787dd492c6070c4606893992d6e4e8749456a /python
parentc59c36992778186201e71a227f775ed8b82c3963 (diff)
downloadslackbuilds-2cc7b2609da83756f531085edfac6e0de0fc526f.tar.gz
python/python3-fastjsonschema: Updated for version 2.16.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild6
-rw-r--r--python/python3-fastjsonschema/python3-fastjsonschema.info8
2 files changed, 7 insertions, 7 deletions
diff --git a/python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild b/python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild
index 66602a533d..43a33e9218 100644
--- a/python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild
+++ b/python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild
@@ -25,12 +25,12 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-fastjsonschema
-VERSION=${VERSION:-2.16.1}
+VERSION=${VERSION:-2.16.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-SRCNAM=fastjsonschema
+SRCNAM=python-fastjsonschema
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -88,7 +88,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- LICENSE PKG-INFO README.rst \
+ LICENSE README.rst \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/python/python3-fastjsonschema/python3-fastjsonschema.info b/python/python3-fastjsonschema/python3-fastjsonschema.info
index 52cbcf1e5f..aabce1cbf3 100644
--- a/python/python3-fastjsonschema/python3-fastjsonschema.info
+++ b/python/python3-fastjsonschema/python3-fastjsonschema.info
@@ -1,8 +1,8 @@
PRGNAM="python3-fastjsonschema"
-VERSION="2.16.1"
-HOMEPAGE="https://horejsek.github.io/python-fastjsonschema/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/f/fastjsonschema/fastjsonschema-2.16.1.tar.gz"
-MD5SUM="47f95d27c8d9af9376a27e4eda1b65ac"
+VERSION="2.16.2"
+HOMEPAGE="https://github.com/horejsek/python-fastjsonschema"
+DOWNLOAD="https://github.com/horejsek/python-fastjsonschema/archive/v2.16.2/python-fastjsonschema-2.16.2.tar.gz"
+MD5SUM="87022c96833e0aadf3e3888722559095"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""