David Runge pushed to branch main at Arch Linux / Packaging / Packages /
python-orjson
Commits:
a40185c6 by David Runge at 2023-10-27T00:18:35+02:00
upgpkg: 3.9.10-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-orjson
pkgdesc = Fast, correct Python JSON library supporting dataclasses and
datetimes
- pkgver = 3.9.9
+ pkgver = 3.9.10
pkgrel = 1
url = https://github.com/ijl/orjson
arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = python-orjson
depends = gcc-libs
depends = glibc
depends = python
- source = https://github.com/ijl/orjson/archive/3.9.9/orjson-3.9.9.tar.gz
- sha512sums =
13deed965f150ce0ec0220ccd6cf32c4d38df8449a72d8b1959f948e21e845b2db424c1d09d457336dcf8281a910aaed52fe44854325b89494fd0a58d79b28e1
- b2sums =
d0da2143e164105cb2ec7a60f824af1600ee36802277ef0af559ca13c7d5d2714f359562ee023fc78021d729029c1126c28bf7739edd7395cac44c1166dee104
+ source =
https://github.com/ijl/orjson/archive/3.9.10/orjson-3.9.10.tar.gz
+ sha512sums =
a2d186f20e23e3ec60c0e0c833d38c6478626a7b3646620e038538d0cf20241ce2c46f28023f056ddad55dff8cbc5b41df4861b1caeec4dcffd6003dc00e9487
+ b2sums =
957d08aff69a30a8c060e08b2c90682c48f19450e37ba8c9c0edb5d09c87f4e5c022e9c14d6c90f30953f587f6d92a5dacfb1d6c8b3a17ed59be1db2aa12ca9f
pkgname = python-orjson
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_name=orjson
pkgname=python-orjson
-pkgver=3.9.9
+pkgver=3.9.10
pkgrel=1
pkgdesc="Fast, correct Python JSON library supporting dataclasses and
datetimes"
arch=(x86_64)
@@ -30,8 +30,8 @@ checkdepends=(
python-xxhash
)
source=($url/archive/$pkgver/$_name-$pkgver.tar.gz)
-sha512sums=('13deed965f150ce0ec0220ccd6cf32c4d38df8449a72d8b1959f948e21e845b2db424c1d09d457336dcf8281a910aaed52fe44854325b89494fd0a58d79b28e1')
-b2sums=('d0da2143e164105cb2ec7a60f824af1600ee36802277ef0af559ca13c7d5d2714f359562ee023fc78021d729029c1126c28bf7739edd7395cac44c1166dee104')
+sha512sums=('a2d186f20e23e3ec60c0e0c833d38c6478626a7b3646620e038538d0cf20241ce2c46f28023f056ddad55dff8cbc5b41df4861b1caeec4dcffd6003dc00e9487')
+b2sums=('957d08aff69a30a8c060e08b2c90682c48f19450e37ba8c9c0edb5d09c87f4e5c022e9c14d6c90f30953f587f6d92a5dacfb1d6c8b3a17ed59be1db2aa12ca9f')
build() {
cd $_name-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-orjson/-/commit/a40185c6042d019bb2a7a77c56a6f23ee4c2fdea
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-orjson/-/commit/a40185c6042d019bb2a7a77c56a6f23ee4c2fdea
You're receiving this email because of your account on gitlab.archlinux.org.