Skip to content

Commit

Permalink
python/python3-async-timeout: Updated for version 5.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-a-r0ni committed Dec 3, 2024
1 parent e5fe738 commit 49aa69d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions python/python3-async-timeout/python3-async-timeout.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=python3-async-timeout
VERSION=${VERSION:-4.0.3}
VERSION=${VERSION:-5.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

SRCNAM=async-timeout
SRCNAM=async_timeout

if [ -z "$ARCH" ]; then
case "$( uname -m )" in
Expand Down
6 changes: 3 additions & 3 deletions python/python3-async-timeout/python3-async-timeout.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="python3-async-timeout"
VERSION="4.0.3"
VERSION="5.0.1"
HOMEPAGE="https://github.com/aio-libs/async-timeout"
DOWNLOAD="https://github.com/aio-libs/async-timeout/releases/download/v4.0.3/async-timeout-4.0.3.tar.gz"
MD5SUM="9bf7b764a7310cb063c1c261c21342e4"
DOWNLOAD="https://github.com/aio-libs/async-timeout/releases/download/v5.0.1/async_timeout-5.0.1.tar.gz"
MD5SUM="566a39011e87cb8044ee75369e69b327"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-typing-extensions"
Expand Down

0 comments on commit 49aa69d

Please sign in to comment.