diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2019-11-06 06:40:00 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-09 12:51:15 +0700 |
commit | dc5ab4248c8b293872d99a7687750c0d66cbb727 (patch) | |
tree | ac930dba96b62dabebe486de809c6a1265d48764 | |
parent | f92c96c9aa2e77b056c15ab64ee48f16206f4ed9 (diff) |
python/traitlets: Updated for version 4.3.3.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
-rw-r--r-- | python/traitlets/traitlets.SlackBuild | 2 | ||||
-rw-r--r-- | python/traitlets/traitlets.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/traitlets/traitlets.SlackBuild b/python/traitlets/traitlets.SlackBuild index 6ade4f16c9ad..2613a6f8a701 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.2} +VERSION=${VERSION:-4.3.3} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} diff --git a/python/traitlets/traitlets.info b/python/traitlets/traitlets.info index 500e8e5ad1d5..812a9996c51f 100644 --- a/python/traitlets/traitlets.info +++ b/python/traitlets/traitlets.info @@ -1,8 +1,8 @@ PRGNAM="traitlets" -VERSION="4.3.2" +VERSION="4.3.3" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/ipython/traitlets/archive/4.3.2/traitlets-4.3.2.tar.gz" -MD5SUM="0b5b7986aef676d12f31a16cbbe3ed92" +DOWNLOAD="https://github.com/ipython/traitlets/archive/4.3.3/traitlets-4.3.3.tar.gz" +MD5SUM="7469c5aef78ced2eb7f7f19cdf1d9e87" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="enum34 ipython_genutils six python3-six" |