Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-ijson
Commits: 7649b0df by Jelle van der Waa at 2023-12-01T09:57:22+01:00 upgpkg: 3.2.3-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = python-ijson + pkgdesc = Iterative JSON parser with Pythonic interface + pkgver = 3.2.3 + pkgrel = 1 + url = https://github.com/ICRAR/ijson + arch = x86_64 + license = BSD + makedepends = python-setuptools + makedepends = python-pytest + depends = python + depends = yajl + source = python-ijson-3.2.3.tar.gz::https://github.com/ICRAR/ijson/archive/v3.2.3.tar.gz + sha256sums = 261b1da6ddf0b49b5c0992ccf2a4d99deee0b75a6259fb7bcee1847661777a8d + +pkgname = python-ijson ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Grey Christoforo <first name [at] last name [dot] net> pkgname=python-ijson -pkgver=3.2.0 +pkgver=3.2.3 pkgrel=1 pkgdesc="Iterative JSON parser with Pythonic interface" arch=(x86_64) @@ -11,7 +11,7 @@ license=('BSD') depends=('python' 'yajl') makedepends=('python-setuptools' 'python-pytest') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ICRAR/ijson/archive/v${pkgver}.tar.gz") -sha256sums=('20e64b3786bc65f45e40e77413fdcd3e3b692ecbd361ef13d2319655f5b66675') +sha256sums=('261b1da6ddf0b49b5c0992ccf2a4d99deee0b75a6259fb7bcee1847661777a8d') build() { cd ijson-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-ijson/-/commit/7649b0df44e23fa75d29cf6522138a49ab63a005 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-ijson/-/commit/7649b0df44e23fa75d29cf6522138a49ab63a005 You're receiving this email because of your account on gitlab.archlinux.org.
