Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-jiter
Commits: a385e5e3 by Carl Smedstad at 2026-02-14T23:06:41+01:00 upgpkg: 0.13.0-2: gcc-libs deprecation https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-jiter pkgdesc = Fast iterable JSON parser pkgver = 0.13.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/pydantic/jiter arch = x86_64 license = MIT @@ -11,8 +11,8 @@ pkgbase = python-jiter makedepends = python-installer makedepends = python-maturin makedepends = python-wheel - depends = gcc-libs depends = glibc + depends = libgcc depends = python source = https://github.com/pydantic/jiter/archive/v0.13.0/python-jiter-0.13.0.tar.gz b2sums = e9136cfe9e9d183ee06efffc12e945f693f4e94e8ac1d398e10eaa9422db4fe63e49a439dba0324f9e627283acaccbd455cd43411f4e37c256747fd602562127 ===================================== PKGBUILD ===================================== @@ -3,14 +3,14 @@ pkgname=python-jiter pkgver=0.13.0 -pkgrel=1 +pkgrel=2 pkgdesc="Fast iterable JSON parser" arch=(x86_64) url="https://github.com/pydantic/jiter" license=(MIT) depends=( - gcc-libs glibc + libgcc python ) makedepends=( View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-jiter/-/commit/a385e5e3e01ae6faff67e077e5d92caf452df5ce -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-jiter/-/commit/a385e5e3e01ae6faff67e077e5d92caf452df5ce You're receiving this email because of your account on gitlab.archlinux.org.
