summaryrefslogtreecommitdiffstats
path: root/python/python3-seaborn
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-seaborn')
-rw-r--r--python/python3-seaborn/README2
-rw-r--r--python/python3-seaborn/python3-seaborn.SlackBuild2
-rw-r--r--python/python3-seaborn/python3-seaborn.info6
3 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-seaborn/README b/python/python3-seaborn/README
index 9876d09fac..2364d99803 100644
--- a/python/python3-seaborn/README
+++ b/python/python3-seaborn/README
@@ -2,5 +2,5 @@ Seaborn is a Python data visualization library based on matplotlib.
It provides a high-level interface for drawing attractive and
informative statistical graphics.
-scipy3 and python3-statsmodels (both optional) provide advanced
+python3-scipy and python3-statsmodels (both optional) provide advanced
statistical plot functions.
diff --git a/python/python3-seaborn/python3-seaborn.SlackBuild b/python/python3-seaborn/python3-seaborn.SlackBuild
index 18d9c47811..8339c0f248 100644
--- a/python/python3-seaborn/python3-seaborn.SlackBuild
+++ b/python/python3-seaborn/python3-seaborn.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-seaborn
-VERSION=${VERSION:-0.12.1}
+VERSION=${VERSION:-0.12.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-seaborn/python3-seaborn.info b/python/python3-seaborn/python3-seaborn.info
index 464a5a1eb0..0dd3ea745f 100644
--- a/python/python3-seaborn/python3-seaborn.info
+++ b/python/python3-seaborn/python3-seaborn.info
@@ -1,8 +1,8 @@
PRGNAM="python3-seaborn"
-VERSION="0.12.1"
+VERSION="0.12.2"
HOMEPAGE="https://seaborn.pydata.org/"
-DOWNLOAD="https://github.com/mwaskom/seaborn/archive/v0.12.1/seaborn-0.12.1.tar.gz"
-MD5SUM="8f7e319e96f01512b896cae3038b8d67"
+DOWNLOAD="https://github.com/mwaskom/seaborn/archive/v0.12.2/seaborn-0.12.2.tar.gz"
+MD5SUM="0e6508b2fa65bd7c3321910e6ad4a887"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-matplotlib python3-pandas python3-build python3-flit_core"