python/python3-pooch: Version bump to 1.8.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-06-06 16:49:44 -07:00 committed by Willy Sudiarto Raharjo
parent a981499ab3
commit 4456d46519
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 4 deletions

View file

@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-pooch
VERSION=${VERSION:-1.8.1}
VERSION=${VERSION:-1.8.2}
SRCNAM=${SRCNAM:-pooch}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -64,6 +64,9 @@ find -L . \
export SETUPTOOLS_SCM_PRETEND_VERSION=$VERSION
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages
python3 -m build --wheel --no-isolation
python3 -m installer --destdir=$PKG dist/*.whl

View file

@ -1,8 +1,8 @@
PRGNAM="python3-pooch"
VERSION="1.8.1"
VERSION="1.8.2"
HOMEPAGE="https://github.com/fatiando/pooch"
DOWNLOAD="https://github.com/fatiando/pooch/archive/refs/tags/v1.8.1/pooch-1.8.1.tar.gz"
MD5SUM="4c09e69a51b7a9f6640bbbb2cd853e24"
DOWNLOAD="https://github.com/fatiando/pooch/archive/refs/tags/v1.8.2/pooch-1.8.2.tar.gz"
MD5SUM="1c66938f0082821b4d550c6532b8b065"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-platformdirs python3-pandas"