summaryrefslogtreecommitdiffstats
path: root/development/jupyter_events
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2023-01-11 14:08:30 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-14 08:50:00 +0700
commit7b84bc5032c60df60106b1060b10a129af8657f2 (patch)
treefa583f56989fbf8f8e4f024899dc6773fd39f066 /development/jupyter_events
parent0885886a4e1a98aa0b64f3869fd29b65df2b3400 (diff)
downloadslackbuilds-7b84bc5032c60df60106b1060b10a129af8657f2.tar.gz
slackbuilds-7b84bc5032c60df60106b1060b10a129af8657f2.tar.xz
development/jupyter_events: Updated for version 0.6.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter_events')
-rw-r--r--development/jupyter_events/jupyter_events.SlackBuild4
-rw-r--r--development/jupyter_events/jupyter_events.info8
2 files changed, 6 insertions, 6 deletions
diff --git a/development/jupyter_events/jupyter_events.SlackBuild b/development/jupyter_events/jupyter_events.SlackBuild
index 5b17efeeb0..8196bb020a 100644
--- a/development/jupyter_events/jupyter_events.SlackBuild
+++ b/development/jupyter_events/jupyter_events.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for jupyter_events
-# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
+# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jupyter_events
-VERSION=${VERSION:-0.5.0}
+VERSION=${VERSION:-0.6.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/development/jupyter_events/jupyter_events.info b/development/jupyter_events/jupyter_events.info
index 69839dea73..f31c1b1a89 100644
--- a/development/jupyter_events/jupyter_events.info
+++ b/development/jupyter_events/jupyter_events.info
@@ -1,10 +1,10 @@
PRGNAM="jupyter_events"
-VERSION="0.5.0"
+VERSION="0.6.2"
HOMEPAGE="https://jupyter.org"
-DOWNLOAD="https://github.com/jupyter/jupyter_events/releases/download/v0.5.0/jupyter_events-0.5.0.tar.gz"
-MD5SUM="bcbda358be761ede04209c0b112523e2"
+DOWNLOAD="https://github.com/jupyter/jupyter_events/releases/download/v0.6.2/jupyter_events-0.6.2.tar.gz"
+MD5SUM="c0ee00fe6cdd85b2f66729f278faefc4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-json-logger python3-jsonschema traitlets python3-hatchling"
+REQUIRES="python3-json-logger python3-jsonschema traitlets python3-hatchling python3-rfc3339_validator python3-rfc3986_validator"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"