aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2022-12-10 21:23:06 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-12 16:39:15 +0700
commited011af6d1a2b4141913a63cc248fb56637572f6 (patch)
tree1bcb76b001ff0172365068e31019d0069591c146 /python
parentad341a5ce780d7a7c3dd65d6986a92583151f149 (diff)
downloadslackbuilds-ed011af6d1a2b4141913a63cc248fb56637572f6.tar.xz
python/python3-pathspec: Updated for version 0.10.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-pathspec/python3-pathspec.SlackBuild2
-rw-r--r--python/python3-pathspec/python3-pathspec.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-pathspec/python3-pathspec.SlackBuild b/python/python3-pathspec/python3-pathspec.SlackBuild
index 70c57fc1a3a1..5d9a90519d44 100644
--- a/python/python3-pathspec/python3-pathspec.SlackBuild
+++ b/python/python3-pathspec/python3-pathspec.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-pathspec
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
-VERSION=${VERSION:-0.10.2}
+VERSION=${VERSION:-0.10.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-pathspec/python3-pathspec.info b/python/python3-pathspec/python3-pathspec.info
index f0dd75a1d2ac..13107a9d3296 100644
--- a/python/python3-pathspec/python3-pathspec.info
+++ b/python/python3-pathspec/python3-pathspec.info
@@ -1,8 +1,8 @@
PRGNAM="python3-pathspec"
-VERSION="0.10.2"
+VERSION="0.10.3"
HOMEPAGE="https://github.com/cpburnz/python-pathspec"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pathspec/pathspec-0.10.2.tar.gz"
-MD5SUM="28c87c3581b10152c4581d10fe33f765"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pathspec/pathspec-0.10.3.tar.gz"
+MD5SUM="d89408b52aff020ac768a14c0ef1c7de"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build python3-installer wheel"