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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alexander Verbovetsky 2024-02-24 01:52:25 +07:00 committed by Willy Sudiarto Raharjo
parent 07e60b040a
commit 3da63ec83a
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for python3-pdfminer.six # Slackware build script for python3-pdfminer.six
# Copyright 2023, Alexander Verbovetsky, Moscow, Russia # Copyright 2023-2024, Alexander Verbovetsky, Moscow, Russia
# Copyright 2015-2016 Brenton Earl <brent@exitstatusone.com> # Copyright 2015-2016 Brenton Earl <brent@exitstatusone.com>
# All rights reserved. # All rights reserved.
# #
@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-pdfminer.six PRGNAM=python3-pdfminer.six
VERSION=${VERSION:-20221105} VERSION=${VERSION:-20231228}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="python3-pdfminer.six" PRGNAM="python3-pdfminer.six"
VERSION="20221105" VERSION="20231228"
HOMEPAGE="https://github.com/pdfminer/pdfminer.six" HOMEPAGE="https://github.com/pdfminer/pdfminer.six"
DOWNLOAD="https://github.com/pdfminer/pdfminer.six/archive/20221105/pdfminer.six-20221105.tar.gz" DOWNLOAD="https://github.com/pdfminer/pdfminer.six/archive/20231228/pdfminer.six-20231228.tar.gz"
MD5SUM="2fce670d2df8f37ccd5149c8ea77413e" MD5SUM="2df4a0dcdc6dba561e7f806ffc2ab2bf"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="cryptography typing-extensions" REQUIRES="cryptography python3-setuptools-git-versioning"
MAINTAINER="Alexander Verbovetsky" MAINTAINER="Alexander Verbovetsky"
EMAIL="alik@ejik.org" EMAIL="alik@ejik.org"