From 5e24e2e3d7c43aadb265706b3e7bf99b5ca9b740 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Thu, 12 Jan 2023 19:07:33 -0800 Subject: python/yarl: Updated for version 1.8.2. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/yarl/yarl.SlackBuild | 7 ++----- python/yarl/yarl.info | 6 +++--- 2 files changed, 5 insertions(+), 8 deletions(-) (limited to 'python') diff --git a/python/yarl/yarl.SlackBuild b/python/yarl/yarl.SlackBuild index b15c6b0bea..54e5cda386 100644 --- a/python/yarl/yarl.SlackBuild +++ b/python/yarl/yarl.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for yarl -# Copyright 2019-2022 Isaac Yu +# Copyright 2019-2023 Isaac Yu # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=yarl -VERSION=${VERSION:-1.8.1} +VERSION=${VERSION:-1.8.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -37,9 +37,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/python/yarl/yarl.info b/python/yarl/yarl.info index 03e01025c8..418c33ec13 100644 --- a/python/yarl/yarl.info +++ b/python/yarl/yarl.info @@ -1,8 +1,8 @@ PRGNAM="yarl" -VERSION="1.8.1" +VERSION="1.8.2" HOMEPAGE="https://yarl.readthedocs.io/en/stable/" -DOWNLOAD="https://github.com/aio-libs/yarl/archive/v1.8.1/yarl-1.8.1.tar.gz" -MD5SUM="60391cb3392b9448345cbc52832b27f4" +DOWNLOAD="https://github.com/aio-libs/yarl/archive/v1.8.2/yarl-1.8.2.tar.gz" +MD5SUM="b2378006de42c5c203642cd729232da8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-multidict" -- cgit v1.2.3