python/python3-anyio: Update for 3.6.2

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-10-19 12:55:48 -07:00 committed by Willy Sudiarto Raharjo
parent 7729f94d93
commit 44a7c7cb29
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-anyio
VERSION=${VERSION:-3.6.1}
VERSION=${VERSION:-3.6.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -87,7 +87,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 LICENSE PKG-INFO README.rst $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE README.rst $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View File

@ -1,8 +1,8 @@
PRGNAM="python3-anyio"
VERSION="3.6.1"
VERSION="3.6.2"
HOMEPAGE="https://github.com/agronholm/anyio"
DOWNLOAD="https://files.pythonhosted.org/packages/source/a/anyio/anyio-3.6.1.tar.gz"
MD5SUM="04263a93b14e836678363e561347dc58"
DOWNLOAD="https://files.pythonhosted.org/packages/source/a/anyio/anyio-3.6.2.tar.gz"
MD5SUM="2a2b45a9324f7dfd3b351452f8097a3c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-sniffio"