Browse Source
python/python3-iniconfig: Version bump to 2.1.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/288/head
Jeremy Hansen
7 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
python/python3-iniconfig/python3-iniconfig.SlackBuild
-
python/python3-iniconfig/python3-iniconfig.info
|
|
@ -3,7 +3,7 @@ |
|
|
|
# Slackware build script for python3-iniconfig |
|
|
|
|
|
|
|
# Copyright 2023 Isaac Yu <isaacyu@protonmail.com> |
|
|
|
# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.com> |
|
|
|
# Copyright 2023-2025 Jeremy Hansen <jebrhansen+SBo@gmail.com> |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-iniconfig |
|
|
|
SRCNAM=iniconfig |
|
|
|
VERSION=${VERSION:-2.0.0} |
|
|
|
VERSION=${VERSION:-2.1.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-iniconfig" |
|
|
|
VERSION="2.0.0" |
|
|
|
VERSION="2.1.0" |
|
|
|
HOMEPAGE="https://github.com/RonnyPfannschmidt/iniconfig" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/iniconfig/iniconfig-2.0.0.tar.gz" |
|
|
|
MD5SUM="3c030b3f51dcc3aca585de05635600e4" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/iniconfig/iniconfig-2.1.0.tar.gz" |
|
|
|
MD5SUM="437ede5b20b0ab2e76ca08f02b5c49dd" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-hatch_vcs" |
|
|
|