python3-orjson: update to 3.11.2.

This commit is contained in:
classabbyamp 2025-08-13 18:29:40 -04:00
parent 28aa988867
commit 5a729a6df7
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,6 +1,6 @@
# Template file for 'python3-orjson' # Template file for 'python3-orjson'
pkgname=python3-orjson pkgname=python3-orjson
version=3.11.1 version=3.11.2
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
build_helper="rust" build_helper="rust"
@ -13,7 +13,7 @@ license="Apache-2.0 OR MIT"
homepage="https://github.com/ijl/orjson" homepage="https://github.com/ijl/orjson"
changelog="https://raw.githubusercontent.com/ijl/orjson/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/ijl/orjson/master/CHANGELOG.md"
distfiles="https://github.com/ijl/orjson/archive/refs/tags/${version}.tar.gz" distfiles="https://github.com/ijl/orjson/archive/refs/tags/${version}.tar.gz"
checksum=60cc89e4a58b76e8477a862776c3e5fe37ddf8178cd2919ec3b698c84980b39c checksum=e8ceb69c8044767c7daa8052ddf82aa76545a79ea583e2aefa1011049da7369a
post_install() { post_install() {
vlicense LICENSE-MIT vlicense LICENSE-MIT