summaryrefslogtreecommitdiffstats
path: root/python/python3-seaborn
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2022-12-30 14:31:36 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-31 09:14:37 +0700
commit37fd60cc14eba4a94b05049f7c4a6d1240fd627e (patch)
treedeb337441a2276f1ada188c7076ea85762e812a2 /python/python3-seaborn
parentc90c44391dd3073312c1ff1d63ce6d805539ca9f (diff)
downloadslackbuilds-37fd60cc14eba4a94b05049f7c4a6d1240fd627e.tar.gz
slackbuilds-37fd60cc14eba4a94b05049f7c4a6d1240fd627e.tar.xz
python/python3-seaborn: Updated for 0.12.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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"