diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-09-14 01:36:29 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-17 09:00:09 +0700 |
commit | 2cc7b2609da83756f531085edfac6e0de0fc526f (patch) | |
tree | 190787dd492c6070c4606893992d6e4e8749456a /python/python3-fastjsonschema | |
parent | c59c36992778186201e71a227f775ed8b82c3963 (diff) |
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/python3-fastjsonschema')
-rw-r--r-- | python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild | 6 | ||||
-rw-r--r-- | python/python3-fastjsonschema/python3-fastjsonschema.info | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild b/python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild index 66602a533d7c..43a33e9218f7 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 52cbcf1e5f36..aabce1cbf3de 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="" |