Browse Source

python/python3-dugong: Upgrade to 3.8.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/258/head
henesy 11 months ago
committed by Willy Sudiarto Raharjo
parent
commit
102c0cf79a
  1. 2
      python/python3-dugong/README
  2. 3
      python/python3-dugong/python3-dugong.SlackBuild
  3. 10
      python/python3-dugong/python3-dugong.info
  4. 2
      python/python3-dugong/slack-desc

2
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.

3
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}

10
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"

2
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:

Loading…
Cancel
Save