diff options
Diffstat (limited to 'python/python3-cssselect')
-rw-r--r-- | python/python3-cssselect/python3-cssselect.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-cssselect/python3-cssselect.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-cssselect/python3-cssselect.SlackBuild b/python/python3-cssselect/python3-cssselect.SlackBuild index 2910a6ff0c..bc975bde8e 100644 --- a/python/python3-cssselect/python3-cssselect.SlackBuild +++ b/python/python3-cssselect/python3-cssselect.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-cssselect -# Copyright 2024 Jeremy Hansen <jebrhansen+SBo@gmail.com> +# Copyright 2024-2025 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-cssselect -VERSION=${VERSION:-1.2.0} +VERSION=${VERSION:-1.3.0} SRCNAM=${SRCNAM:-cssselect} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-cssselect/python3-cssselect.info b/python/python3-cssselect/python3-cssselect.info index 9d4327ce75..e95b77679d 100644 --- a/python/python3-cssselect/python3-cssselect.info +++ b/python/python3-cssselect/python3-cssselect.info @@ -1,8 +1,8 @@ PRGNAM="python3-cssselect" -VERSION="1.2.0" +VERSION="1.3.0" HOMEPAGE="https://cssselect.readthedocs.io/" -DOWNLOAD="https://github.com/scrapy/cssselect/archive/refs/tags/v1.2.0/cssselect-1.2.0.tar.gz" -MD5SUM="c7ef140d72659f327f2001574cb5e2a3" +DOWNLOAD="https://github.com/scrapy/cssselect/archive/refs/tags/v1.3.0/cssselect-1.3.0.tar.gz" +MD5SUM="c38d71a7b419a8c9af47cbae38965e1b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build python3-wheel" |