aboutsummaryrefslogtreecommitdiff
path: root/python/python3-iniconfig
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-iniconfig')
-rw-r--r--python/python3-iniconfig/README5
-rw-r--r--python/python3-iniconfig/python3-iniconfig.SlackBuild4
-rw-r--r--python/python3-iniconfig/python3-iniconfig.info6
-rw-r--r--python/python3-iniconfig/slack-desc2
4 files changed, 11 insertions, 6 deletions
diff --git a/python/python3-iniconfig/README b/python/python3-iniconfig/README
index c87311dd9e..3c790e2a7e 100644
--- a/python/python3-iniconfig/README
+++ b/python/python3-iniconfig/README
@@ -1,3 +1,5 @@
+iniconfig (brain-dead simple config-ini parsing)
+
iniconfig is a small and simple INI-file parser module having a unique
set of features:
@@ -7,3 +9,6 @@ set of features:
* raises errors with proper line-numbers
* no bells and whistles like automatic substitutions
* iniconfig raises an Error if two sections have the same name.
+
+NOTE: Unable to support newer versions due to requiring newer version
+of python than is available in Slackware 15.0 (python 3.10).
diff --git a/python/python3-iniconfig/python3-iniconfig.SlackBuild b/python/python3-iniconfig/python3-iniconfig.SlackBuild
index 627971c624..f490d0a83c 100644
--- a/python/python3-iniconfig/python3-iniconfig.SlackBuild
+++ b/python/python3-iniconfig/python3-iniconfig.SlackBuild
@@ -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}
diff --git a/python/python3-iniconfig/python3-iniconfig.info b/python/python3-iniconfig/python3-iniconfig.info
index 22ab77f8f8..1b6972c2ac 100644
--- a/python/python3-iniconfig/python3-iniconfig.info
+++ b/python/python3-iniconfig/python3-iniconfig.info
@@ -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"
diff --git a/python/python3-iniconfig/slack-desc b/python/python3-iniconfig/slack-desc
index 9f9f9ae109..a67421ab7e 100644
--- a/python/python3-iniconfig/slack-desc
+++ b/python/python3-iniconfig/slack-desc
@@ -6,7 +6,7 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-python3-iniconfig: python3-iniconfig (ini file parsing)
+python3-iniconfig: python3-iniconfig (brain-dead simple config-ini parsing)
python3-iniconfig:
python3-iniconfig: iniconfig is a small and simple INI-file parser module.
python3-iniconfig: