From 620bab7ef98df4085e097a1abc61b9125ba1d985 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 20 Feb 2022 01:17:16 +0700 Subject: python/python3-semantic-version: Updated for version 2.9.0. Signed-off-by: Willy Sudiarto Raharjo --- python/python3-semantic-version/python3-semantic-version.SlackBuild | 6 +++--- python/python3-semantic-version/python3-semantic-version.info | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'python/python3-semantic-version') diff --git a/python/python3-semantic-version/python3-semantic-version.SlackBuild b/python/python3-semantic-version/python3-semantic-version.SlackBuild index d2240a9264..fc52cdb23a 100644 --- a/python/python3-semantic-version/python3-semantic-version.SlackBuild +++ b/python/python3-semantic-version/python3-semantic-version.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-semantic-version -# Copyright 2021 Willy Sudiarto Raharjo +# Copyright 2021-2022 Willy Sudiarto Raharjo # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-semantic-version SRCNAM=python-semanticversion -VERSION=${VERSION:-2.8.5} +VERSION=${VERSION:-2.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -83,7 +83,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CREDITS ChangeLog LICENSE README.rst *.txt $PKG/usr/doc/$PRGNAM-$VERSION +cp -a CREDITS ChangeLog LICENSE README.rst $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/python3-semantic-version/python3-semantic-version.info b/python/python3-semantic-version/python3-semantic-version.info index 244767d2d6..190ba73b6e 100644 --- a/python/python3-semantic-version/python3-semantic-version.info +++ b/python/python3-semantic-version/python3-semantic-version.info @@ -1,8 +1,8 @@ PRGNAM="python3-semantic-version" -VERSION="2.8.5" +VERSION="2.9.0" HOMEPAGE="https://github.com/rbarrois/python-semanticversion/" -DOWNLOAD="https://github.com/rbarrois/python-semanticversion/archive/2.8.5/python-semanticversion-2.8.5.tar.gz" -MD5SUM="fbba9237b5dcb991bb30c0bb5317a58f" +DOWNLOAD="https://github.com/rbarrois/python-semanticversion/archive/2.9.0/python-semanticversion-2.9.0.tar.gz" +MD5SUM="9957eafc0d85d2d38c6748520839c7ca" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3