python/python3-patsy: Update for 0.5.6

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2024-01-05 20:09:51 -08:00 committed by Willy Sudiarto Raharjo
parent c32e67b1af
commit 289161cab2
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-patsy
VERSION=${VERSION:-0.5.5}
VERSION=${VERSION:-0.5.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-patsy"
VERSION="0.5.5"
VERSION="0.5.6"
HOMEPAGE="https://patsy.readthedocs.org/en/latest/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/patsy/patsy-0.5.5.tar.gz"
MD5SUM="34093cf25d393a214da7e462f3835fdf"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/patsy/patsy-0.5.6.tar.gz"
MD5SUM="9bc092cff4f71eb4e77ed4ba15e567b1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-numpy"