diff options
-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 6ade4f16c9..2613a6f8a7 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 500e8e5ad1..812a9996c5 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" |