python/python3-pdfminer.six: Updated for version 20240706.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alexander Verbovetsky 2024-07-13 06:22:00 +07:00 committed by Willy Sudiarto Raharjo
parent ae3b849062
commit c26731675a
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-pdfminer.six
VERSION=${VERSION:-20231228}
VERSION=${VERSION:-20240706}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-pdfminer.six"
VERSION="20231228"
VERSION="20240706"
HOMEPAGE="https://github.com/pdfminer/pdfminer.six"
DOWNLOAD="https://github.com/pdfminer/pdfminer.six/archive/20231228/pdfminer.six-20231228.tar.gz"
MD5SUM="2df4a0dcdc6dba561e7f806ffc2ab2bf"
DOWNLOAD="https://github.com/pdfminer/pdfminer.six/archive/20240706/pdfminer.six-20240706.tar.gz"
MD5SUM="7b6e98471239dde4bbdfb910b13ffa05"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="cryptography python3-setuptools-git-versioning"