python/python-mysql-replication: Updated for version 1.0.5.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2024-01-01 12:39:20 +09:00 committed by Willy Sudiarto Raharjo
parent 7baa1543b1
commit 9e3e24e921
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
# Slackware build script for python-mysql-replication
# Copyright 2019-2022 Andrew Clemons, Wellington New Zealand
# Copyright 2022-2023 Andrew Clemons, Tokyo Japan
# Copyright 2022-2024 Andrew Clemons, Tokyo Japan
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python-mysql-replication
SRCNAM=mysql-replication
VERSION=${VERSION:-0.43.0}
VERSION=${VERSION:-1.0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python-mysql-replication"
VERSION="0.43.0"
VERSION="1.0.5"
HOMEPAGE="https://github.com/julien-duponchelle/python-mysql-replication"
DOWNLOAD="https://files.pythonhosted.org/packages/0b/61/02672cf7865c4658c2562f07b2df5cda60b8c4c8b0f2d1cd83037d174fbb/mysql-replication-0.43.0.tar.gz"
MD5SUM="778bbcfc5d802a0998a0dcf39cc03074"
DOWNLOAD="https://files.pythonhosted.org/packages/source/m/mysql-replication/mysql-replication-1.0.5.tar.gz"
MD5SUM="de7cb81809d12e8ba0d649c063e1056e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pymysql"