summaryrefslogtreecommitdiffstats
path: root/python/python-mysql-replication
diff options
context:
space:
mode:
author Andrew Clemons2022-03-29 09:21:13 +0200
committer Willy Sudiarto Raharjo2022-04-02 13:18:42 +0200
commit9ba0c420b8894f356dd7d5c046e567127569becb (patch)
tree71675e7218d604d1066e9852e9caccd48066776c /python/python-mysql-replication
parentd4df28b71c093e357e7457adb751b494f4eb91c8 (diff)
downloadslackbuilds-9ba0c420b8894f356dd7d5c046e567127569becb.tar.gz
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')
-rw-r--r--python/python-mysql-replication/python-mysql-replication.SlackBuild9
-rw-r--r--python/python-mysql-replication/python-mysql-replication.info8
-rw-r--r--python/python-mysql-replication/slack-desc4
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 c0d772f418..0bc42e67cb 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 0def7d95f2..ca2d55a560 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 b12e5eee24..4cec67a972 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: