Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python/python3-dugong: Upgrade to 3.8.2. #8786

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions python/python3-dugong/README
Original file line number Diff line number Diff line change
@@ -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 changes: 2 additions & 1 deletion python/python3-dugong/python3-dugong.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand All @@ -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}
Expand Down
10 changes: 5 additions & 5 deletions python/python3-dugong/python3-dugong.info
Original file line number Diff line number Diff line change
@@ -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 changes: 1 addition & 1 deletion python/python3-dugong/slack-desc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down