summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author fourtysixandtwo2024-02-24 15:34:40 +0100
committer Willy Sudiarto Raharjo2024-03-02 03:19:52 +0100
commita9b3ab427292df7a788558313611ac2c1abe290b (patch)
treeebcb9b78aba6cb872462700622161d5454a66ffc /python
parent73346c22dcde8613de6d3e0715759fd7e887f239 (diff)
downloadslackbuilds-a9b3ab427292df7a788558313611ac2c1abe290b.tar.gz
python/python3-orjson: Updated for version 3.9.15.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-orjson/python3-orjson.SlackBuild2
-rw-r--r--python/python3-orjson/python3-orjson.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-orjson/python3-orjson.SlackBuild b/python/python3-orjson/python3-orjson.SlackBuild
index 65acf1c2ae..00879b827e 100644
--- a/python/python3-orjson/python3-orjson.SlackBuild
+++ b/python/python3-orjson/python3-orjson.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-orjson
SRCNAM=${PRGNAM#python3-*}
-VERSION=${VERSION:-3.9.14}
+VERSION=${VERSION:-3.9.15}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-orjson/python3-orjson.info b/python/python3-orjson/python3-orjson.info
index cc7eb4e664..928e98889a 100644
--- a/python/python3-orjson/python3-orjson.info
+++ b/python/python3-orjson/python3-orjson.info
@@ -1,8 +1,8 @@
PRGNAM="python3-orjson"
-VERSION="3.9.14"
+VERSION="3.9.15"
HOMEPAGE="https://github.com/ijl/orjson"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/o/orjson/orjson-3.9.14.tar.gz"
-MD5SUM="f9f42f45d596b027772d3360ceece383"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/o/orjson/orjson-3.9.15.tar.gz"
+MD5SUM="8b2412f4edb76cd08c7db8a652fb9cd0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-maturin"