diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-05-24 16:42:01 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-28 09:11:28 +0700 |
commit | 22a8991dbb9b2f14533031dcee1548e578a4c8fe (patch) | |
tree | 5e8cec4d63ca3e88b186298f327ee220d7d61249 /python/python3-openpyxl | |
parent | ff18f95494311ae8a15113a97bfb6f5e45a9f4a6 (diff) |
python/python3-openpyxl: Updated for version 3.0.10.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-openpyxl')
-rw-r--r-- | python/python3-openpyxl/python3-openpyxl.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-openpyxl/python3-openpyxl.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-openpyxl/python3-openpyxl.SlackBuild b/python/python3-openpyxl/python3-openpyxl.SlackBuild index 7b2235489f2c..2981e56fac75 100644 --- a/python/python3-openpyxl/python3-openpyxl.SlackBuild +++ b/python/python3-openpyxl/python3-openpyxl.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-openpyxl -VERSION=${VERSION:-3.0.9} +VERSION=${VERSION:-3.0.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -84,7 +84,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a *.rst *.txt doc/*.rst doc/*.txt doc/charts/*.rst $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS.rst CONTRIBUTING.txt LICENCE.rst README.rst $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/python3-openpyxl/python3-openpyxl.info b/python/python3-openpyxl/python3-openpyxl.info index 442007e7e2ae..d6219f518999 100644 --- a/python/python3-openpyxl/python3-openpyxl.info +++ b/python/python3-openpyxl/python3-openpyxl.info @@ -1,8 +1,8 @@ PRGNAM="python3-openpyxl" -VERSION="3.0.9" +VERSION="3.0.10" HOMEPAGE="https://openpyxl.readthedocs.org/" -DOWNLOAD="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/3.0.9/openpyxl-3.0.9.tar.bz2" -MD5SUM="0259a3ffa6d2269c7e1609e3074b8923" +DOWNLOAD="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/3.0.10/openpyxl-3.0.10.tar.bz2" +MD5SUM="f825fc5e687d082970ca526449a90084" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="et_xmlfile" |