From 2c715fd9976c027b6421c79988f9013d6776ec56 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 26 Oct 2021 07:07:21 +0000 Subject: python-pyliblo: rebuilt against Python 3.10 --- python-pyliblo/build/python-pyliblo.SlackBuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-pyliblo/build/python-pyliblo.SlackBuild b/python-pyliblo/build/python-pyliblo.SlackBuild index 59927334..7d43bf07 100755 --- a/python-pyliblo/build/python-pyliblo.SlackBuild +++ b/python-pyliblo/build/python-pyliblo.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. # 0.10.0-2: 28/oct/2020 by Eric Hameleers # * Rebuilt against Python3.9. +# 0.10.0-3: 26/oct/2021 by Eric Hameleers +# * Rebuilt against Python3.10. # # Run 'sh python-pyliblo.SlackBuild' to build a Slackware package. # The package (.t?z) and .txt file as well as build logs are created in /tmp . @@ -45,7 +47,7 @@ PRGNAM=python-pyliblo SRCNAM=pyliblo VERSION=${VERSION:-0.10.0} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} NUMJOBS=${NUMJOBS:-" -j$(nproc) "} TAG=${TAG:-alien} -- cgit v1.2.3-65-gdbad