python/python3-statsmodels: Update for 0.14.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3ca05513c7
commit
22a0ae1e7a
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python3-statsmodels
|
||||
|
||||
# Copyright 2020-2023 Isaac Yu <isaacyu@protonmail.com>
|
||||
# Copyright 2020-2024 Isaac Yu <isaacyu@protonmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -29,8 +29,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-statsmodels
|
||||
VERSION=${VERSION:-0.14.0}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-0.14.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-statsmodels"
|
||||
VERSION="0.14.0"
|
||||
VERSION="0.14.1"
|
||||
HOMEPAGE="http://statsmodels.sourceforge.net/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/s/statsmodels/statsmodels-0.14.0.tar.gz"
|
||||
MD5SUM="d3f242780e36f88d8d7a6aea86c6ba4a"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/s/statsmodels/statsmodels-0.14.1.tar.gz"
|
||||
MD5SUM="4e0f1ecd898349d9f23ee496bb6ba7ba"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-pandas python3-patsy python3-scipy python3-setuptools-scm-opt"
|
||||
|
|
Loading…
Reference in New Issue