diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/mypy/mypy.SlackBuild | 4 | ||||
-rw-r--r-- | python/mypy/mypy.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/mypy/mypy.SlackBuild b/python/mypy/mypy.SlackBuild index 41235bbd5670..66f6599b07f1 100644 --- a/python/mypy/mypy.SlackBuild +++ b/python/mypy/mypy.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for mypy # Written by Tim Dickson dickson.tim@googlemail.com -# Copyright (c) 2018-23 Tim Dickson, Scotland +# Copyright (c) 2018-24 Tim Dickson, Scotland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mypy -VERSION=${VERSION:-1.7.1} +VERSION=${VERSION:-1.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/mypy/mypy.info b/python/mypy/mypy.info index 2aee3afad5c8..80807956bae8 100644 --- a/python/mypy/mypy.info +++ b/python/mypy/mypy.info @@ -1,8 +1,8 @@ PRGNAM="mypy" -VERSION="1.7.1" +VERSION="1.8.0" HOMEPAGE="https://github.com/python/mypy" -DOWNLOAD="https://files.pythonhosted.org/packages/ae/30/05a7c016431b3fdbaf0bcf663aee7c5e4b3d2293cd4e0568140cecae4967/mypy-1.7.1.tar.gz" -MD5SUM="757e3689f448c4afbd0ac3a696b7f52b" +DOWNLOAD="https://files.pythonhosted.org/packages/16/22/25fac51008f0a4b2186da0dba3039128bd75d3fab8c07acd3ea5894f95cc/mypy-1.8.0.tar.gz" +MD5SUM="7554d8421e6822de6c2c97fb33314c54" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="typing-extensions mypy_extensions" |