summaryrefslogtreecommitdiffstats
path: root/python/traitlets
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2017-04-15 19:24:17 +0200
committer Willy Sudiarto Raharjo2017-04-22 03:10:25 +0200
commit70ecd2bf055b7f13871cd3aa0561bf3e933199de (patch)
tree73df01600c81eb220de6ebd612bc51445a9b0775 /python/traitlets
parentab97ae5e276e96dd04228ff85d4270dcb8c37b3b (diff)
downloadslackbuilds-70ecd2bf055b7f13871cd3aa0561bf3e933199de.tar.gz
python/traitlets: Updated for version 4.3.2.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'python/traitlets')
-rw-r--r--python/traitlets/traitlets.SlackBuild2
-rw-r--r--python/traitlets/traitlets.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/traitlets/traitlets.SlackBuild b/python/traitlets/traitlets.SlackBuild
index b3c012e56f..0a32158723 100644
--- a/python/traitlets/traitlets.SlackBuild
+++ b/python/traitlets/traitlets.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=traitlets
-VERSION=${VERSION:-4.3.1}
+VERSION=${VERSION:-4.3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/traitlets/traitlets.info b/python/traitlets/traitlets.info
index e6ad3b229f..09f1cb170a 100644
--- a/python/traitlets/traitlets.info
+++ b/python/traitlets/traitlets.info
@@ -1,8 +1,8 @@
PRGNAM="traitlets"
-VERSION="4.3.1"
+VERSION="4.3.2"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://github.com/ipython/traitlets/archive/4.3.1/traitlets-4.3.1.tar.gz"
-MD5SUM="146a4885ea64079f62a33b2049841543"
+DOWNLOAD="https://github.com/ipython/traitlets/archive/4.3.2/traitlets-4.3.2.tar.gz"
+MD5SUM="0b5b7986aef676d12f31a16cbbe3ed92"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="enum34 ipython_genutils six"