diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-02-24 07:34:40 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-02 09:19:52 +0700 |
commit | a9b3ab427292df7a788558313611ac2c1abe290b (patch) | |
tree | ebcb9b78aba6cb872462700622161d5454a66ffc | |
parent | 73346c22dcde8613de6d3e0715759fd7e887f239 (diff) |
python/python3-orjson: Updated for version 3.9.15.
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 65acf1c2ae46..00879b827e3e 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 cc7eb4e6644b..928e98889a08 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" |