summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-10-25 21:11:22 +0000
committer Eric Hameleers <alien@slackware.com>2021-10-25 21:11:22 +0000
commit128673a809320ccf8313455088c1b44843c494cf (patch)
tree3673ad46219764cba3c7c7164c8149996aaaf6c7
parentb748a75439ed31951dea9cc1f5c072ef93424e78 (diff)
downloadasb-128673a809320ccf8313455088c1b44843c494cf.tar.gz
asb-128673a809320ccf8313455088c1b44843c494cf.tar.xz
python-pathlib2: updated to 2.3.6 for a rebuild against Python 3.10
-rwxr-xr-xpython-pathlib2/build/python-pathlib2.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/python-pathlib2/build/python-pathlib2.SlackBuild b/python-pathlib2/build/python-pathlib2.SlackBuild
index 94ca94df..f25c5f66 100755
--- a/python-pathlib2/build/python-pathlib2.SlackBuild
+++ b/python-pathlib2/build/python-pathlib2.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2020 Eric Hameleers, Eindhoven, NL
+# Copyright 2020, 2021 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -35,6 +35,8 @@
# * Initial build.
# 2.3.5-2: 28/oct/2020 by Eric Hameleers <alien@slackware.com>
# * Rebuilt for Python3.9 in -current.
+# 2.3.6-1: 25/oct/2021 by Eric Hameleers <alien@slackware.com>
+# * Rebuilt for Python3.10 in -current.
#
# Run 'sh python-pathlib2.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -44,8 +46,8 @@
PRGNAM=python-pathlib2
SRCNAM=pathlib2
-VERSION=${VERSION:-2.3.5}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-2.3.6}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}