diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-11-28 01:36:50 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-30 15:53:21 +0700 |
commit | 50d8c83eb3264091ecc8ce5f2ba623288fc40547 (patch) | |
tree | 71eaa0e6bd74f3c39f56215ab7b4c070c811704e | |
parent | 62245097f26a7ac843caf86d2ac41de7fcdfb2fe (diff) |
python/python3-orjson: Updated for version 3.10.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-orjson/python3-orjson.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-orjson/python3-orjson.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-orjson/python3-orjson.SlackBuild b/python/python3-orjson/python3-orjson.SlackBuild index 3737cb43d152b..90d62343c2124 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.10.11} +VERSION=${VERSION:-3.10.12} 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 d0da31c228bf3..db1891a40c9d4 100644 --- a/python/python3-orjson/python3-orjson.info +++ b/python/python3-orjson/python3-orjson.info @@ -1,8 +1,8 @@ PRGNAM="python3-orjson" -VERSION="3.10.11" +VERSION="3.10.12" HOMEPAGE="https://github.com/ijl/orjson" -DOWNLOAD="https://files.pythonhosted.org/packages/source/o/orjson/orjson-3.10.11.tar.gz" -MD5SUM="1e750c4999b3522265c93a30c091aa8e" +DOWNLOAD="https://files.pythonhosted.org/packages/source/o/orjson/orjson-3.10.12.tar.gz" +MD5SUM="2394ae22a54384f8f5b6569a69c78bc9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-maturin" |