diff options
author | henesy <henesy.dev@gmail.com> | 2024-11-18 19:44:21 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-20 08:17:51 +0700 |
commit | 102c0cf79a79e8130d27812a54cfe19302de472b (patch) | |
tree | 091a69e45fb2fdd37bb428591e42034a525a1cd0 /python/python3-dugong | |
parent | 0cca4b8c13679d6e9aa3dccdd9b42624babb86cb (diff) |
python/python3-dugong: Upgrade to 3.8.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-dugong')
-rw-r--r-- | python/python3-dugong/README | 2 | ||||
-rw-r--r-- | python/python3-dugong/python3-dugong.SlackBuild | 3 | ||||
-rw-r--r-- | python/python3-dugong/python3-dugong.info | 10 | ||||
-rw-r--r-- | python/python3-dugong/slack-desc | 2 |
4 files changed, 10 insertions, 7 deletions
diff --git a/python/python3-dugong/README b/python/python3-dugong/README index 6b6ee0f6717b7..a543cb0b8f75b 100644 --- a/python/python3-dugong/README +++ b/python/python3-dugong/README @@ -1,3 +1,5 @@ The Python Dugong module provides an API for communicating with HTTP 1.1 servers. It is an alternative to the standard library's http.client (formerly httplib) module. + +As of May 2, 2022 this project is no longer actively developed. diff --git a/python/python3-dugong/python3-dugong.SlackBuild b/python/python3-dugong/python3-dugong.SlackBuild index bebd5b4fb80a7..cc5b0f9cf7fd8 100644 --- a/python/python3-dugong/python3-dugong.SlackBuild +++ b/python/python3-dugong/python3-dugong.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for "python3-dugong". +# Copyright 2024 Sean Hinchee # Copyright 2015-2016 Marcel Saegebarth <marc@mos6581.de> # All rights reserved. # @@ -28,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-dugong SRCNAM=python-dugong -VERSION=${VERSION:-3.7} +VERSION=${VERSION:-3.8.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-dugong/python3-dugong.info b/python/python3-dugong/python3-dugong.info index 3d9b35f3abd04..7947deda99693 100644 --- a/python/python3-dugong/python3-dugong.info +++ b/python/python3-dugong/python3-dugong.info @@ -1,10 +1,10 @@ PRGNAM="python3-dugong" -VERSION="3.7" +VERSION="3.8.2" HOMEPAGE="https://github.com/python-dugong/python-dugong/" -DOWNLOAD="https://github.com/python-dugong/python-dugong/archive/release-3.7/python-dugong-release-3.7.tar.gz" -MD5SUM="1af55f3cb0afa3c415d43b82ec19b12a" +DOWNLOAD="https://github.com/python-dugong/python-dugong/archive/release-3.8.2/python-dugong-release-3.8.2.tar.gz" +MD5SUM="12312304a0f64707f3f1e15302f8332e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Marcel Saegebarth" -EMAIL="marc@mos6581.de" +MAINTAINER="Sean Hinchee" +EMAIL="henesy.dev@gmail.com" diff --git a/python/python3-dugong/slack-desc b/python/python3-dugong/slack-desc index 61ec13efe86d0..524b0435dd01f 100644 --- a/python/python3-dugong/slack-desc +++ b/python/python3-dugong/slack-desc @@ -12,7 +12,7 @@ python3-dugong: The Python Dugong module provides an API for communicating with python3-dugong: HTTP 1.1 servers. It is an alternative to the standard library's python3-dugong: http.client (formerly httplib) module. python3-dugong: -python3-dugong: Homepage: https://bitbucket.org/nikratio/python-dugong/ +python3-dugong: Homepage: https://github.com/python-dugong/python-dugong python3-dugong: python3-dugong: python3-dugong: |