diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-29 20:21:13 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:18:42 +0700 |
commit | 9ba0c420b8894f356dd7d5c046e567127569becb (patch) | |
tree | 71675e7218d604d1066e9852e9caccd48066776c /python/python-mysql-replication | |
parent | d4df28b71c093e357e7457adb751b494f4eb91c8 (diff) |
python/python-mysql-replication: Updated for version 0.28.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-mysql-replication')
3 files changed, 9 insertions, 12 deletions
diff --git a/python/python-mysql-replication/python-mysql-replication.SlackBuild b/python/python-mysql-replication/python-mysql-replication.SlackBuild index c0d772f41871d..0bc42e67cb528 100644 --- a/python/python-mysql-replication/python-mysql-replication.SlackBuild +++ b/python/python-mysql-replication/python-mysql-replication.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-mysql-replication -# Copyright 2019-2021 Andrew Clemons, Wellington New Zealand +# Copyright 2019-2022 Andrew Clemons, Wellington New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python-mysql-replication SRCNAM=mysql-replication -VERSION=${VERSION:-0.26} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.28} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/python/python-mysql-replication/python-mysql-replication.info b/python/python-mysql-replication/python-mysql-replication.info index 0def7d95f2210..ca2d55a5600ee 100644 --- a/python/python-mysql-replication/python-mysql-replication.info +++ b/python/python-mysql-replication/python-mysql-replication.info @@ -1,8 +1,8 @@ PRGNAM="python-mysql-replication" -VERSION="0.26" -HOMEPAGE="https://github.com/noplay/python-mysql-replication" -DOWNLOAD="https://files.pythonhosted.org/packages/06/7a/a2d88f92b7eda9404e8e5974f628822f0e8f3bd9cb213c70b274c295bf22/mysql-replication-0.26.tar.gz" -MD5SUM="5e56dbd8031b1d926556b698141f8f14" +VERSION="0.28" +HOMEPAGE="https://github.com/julien-duponchelle/python-mysql-replication" +DOWNLOAD="https://files.pythonhosted.org/packages/b0/f7/c91d9360192fcb476621cdba78a8bf0e49817580f36814361afaca8baf66/mysql-replication-0.28.tar.gz" +MD5SUM="54be8f1e167df4cce9f3370faf830fec" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pymysql" diff --git a/python/python-mysql-replication/slack-desc b/python/python-mysql-replication/slack-desc index b12e5eee24812..4cec67a972f2e 100644 --- a/python/python-mysql-replication/slack-desc +++ b/python/python-mysql-replication/slack-desc @@ -13,7 +13,7 @@ python-mysql-replication: replication protocol build on top of PyMYSQL. This all python-mysql-replication: receive event like insert, update, delete with their datas and raw python-mysql-replication: SQL queries. python-mysql-replication: -python-mysql-replication: Homepage: https://github.com/noplay/python-mysql-replication -python-mysql-replication: +python-mysql-replication: Homepage: +python-mysql-replication: https://github.com/julien-duponchelle/python-mysql-replication python-mysql-replication: python-mysql-replication: |