Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
python-orjson
Commits:
603a688f by Christian Heusel at 2026-02-02T09:40:33+01:00
upgpkg: 3.11.6-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-orjson
pkgdesc = Fast, correct Python JSON library supporting dataclasses and
datetimes
- pkgver = 3.11.5
- pkgrel = 2
+ pkgver = 3.11.6
+ pkgrel = 1
url = https://github.com/ijl/orjson
arch = x86_64
license = Apache-2.0 OR MIT
@@ -17,8 +17,8 @@ pkgbase = python-orjson
depends = gcc-libs
depends = glibc
depends = python
- source =
https://github.com/ijl/orjson/archive/3.11.5/orjson-3.11.5.tar.gz
- sha512sums =
557460b3e0766a60ac74a77d9ede408424599dfb2f17cadd60f6c936c89068d379d46a4d197e2a2a04b0153306414535e4b796aff95060d3f3c8287518336017
- b2sums =
fe1bdf2722a4c3b0939ccdc74cdbe33668eb1724cf11608b252e0bd0da096cae45d5fb058bb4a84d4c69fd1cce5eae2f6b364854e490dd50c9034d7af16c6de5
+ source =
https://github.com/ijl/orjson/archive/3.11.6/orjson-3.11.6.tar.gz
+ sha512sums =
9f361bbd1e1c9ff1c75cb3f88e4c41991e7d0457ebf019483653dd8447c8812c9fdf75fbb4a7c660c308662b6107283a51a7c1fddc654108cc815d9e7c83f144
+ b2sums =
dea16a55d821c4563c87e00e38d47324cbc2750c1ca43725089bb3231264e065b457890212e9a136f77acfae9b90cbfcdd4260a7f5f2d643cffc7d8fd73963ff
pkgname = python-orjson
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_name=orjson
pkgname=python-orjson
-pkgver=3.11.5
-pkgrel=2
+pkgver=3.11.6
+pkgrel=1
pkgdesc="Fast, correct Python JSON library supporting dataclasses and
datetimes"
arch=(x86_64)
url="https://github.com/ijl/orjson"
@@ -28,8 +28,8 @@ checkdepends=(
python-xxhash
)
source=($url/archive/$pkgver/$_name-$pkgver.tar.gz)
-sha512sums=('557460b3e0766a60ac74a77d9ede408424599dfb2f17cadd60f6c936c89068d379d46a4d197e2a2a04b0153306414535e4b796aff95060d3f3c8287518336017')
-b2sums=('fe1bdf2722a4c3b0939ccdc74cdbe33668eb1724cf11608b252e0bd0da096cae45d5fb058bb4a84d4c69fd1cce5eae2f6b364854e490dd50c9034d7af16c6de5')
+sha512sums=('9f361bbd1e1c9ff1c75cb3f88e4c41991e7d0457ebf019483653dd8447c8812c9fdf75fbb4a7c660c308662b6107283a51a7c1fddc654108cc815d9e7c83f144')
+b2sums=('dea16a55d821c4563c87e00e38d47324cbc2750c1ca43725089bb3231264e065b457890212e9a136f77acfae9b90cbfcdd4260a7f5f2d643cffc7d8fd73963ff')
build() {
# Full LTO removes symbols from the resulting library.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-orjson/-/commit/603a688f28b5fefb4f75e70dd57f91ee38e1ce3a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-orjson/-/commit/603a688f28b5fefb4f75e70dd57f91ee38e1ce3a
You're receiving this email because of your account on gitlab.archlinux.org.