Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / python-jsonlines
Commits: bdedd6a6 by Felix Yan at 2023-11-24T08:25:55+02:00 upgpkg: 4.0.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,14 @@ +pkgbase = python-jsonlines + pkgdesc = Library with helpers for the jsonlines file format + pkgver = 4.0.0 + pkgrel = 1 + url = https://github.com/wbolster/jsonlines + arch = any + license = BSD + checkdepends = python-pytest + makedepends = python-setuptools + depends = python-attrs + source = https://github.com/wbolster/jsonlines/archive/4.0.0/python-jsonlines-4.0.0.tar.gz + sha512sums = d197163b4875dd5d30afdd8e5b9415d8faa3af2787bbecbc7a7f79aa28e775b2e119bffdf61699e132552af19ff97d6412fe83d328e4022acd920456addeb275 + +pkgname = python-jsonlines ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-jsonlines -pkgver=3.1.0 -pkgrel=2 +pkgver=4.0.0 +pkgrel=1 pkgdesc="Library with helpers for the jsonlines file format" url="https://github.com/wbolster/jsonlines" license=('BSD') @@ -11,7 +11,7 @@ depends=('python-attrs') makedepends=('python-setuptools') checkdepends=('python-pytest') source=("https://github.com/wbolster/jsonlines/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('f5fd35bbdc94106afbf8f837bcc3440348772f3b6011b2fb8d7cf86a8ec881c5350aebcd3ae85d45ec88b8deddc68c8e417eaf172f7777c009e42beb7f64ff61') +sha512sums=('d197163b4875dd5d30afdd8e5b9415d8faa3af2787bbecbc7a7f79aa28e775b2e119bffdf61699e132552af19ff97d6412fe83d328e4022acd920456addeb275') build() { cd jsonlines-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-jsonlines/-/commit/bdedd6a6adb669e021edd030a41a14042fa4107b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-jsonlines/-/commit/bdedd6a6adb669e021edd030a41a14042fa4107b You're receiving this email because of your account on gitlab.archlinux.org.
