Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-gherkin
Commits: 71fef856 by Carl Smedstad at 2026-01-03T17:09:20+01:00 upgpkg: 37.0.1-1: Upstream release https://github.com/cucumber/gherkin/releases/tag/v37.0.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-gherkin pkgdesc = A parser and compiler for the Gherkin language - pkgver = 37.0.0 - pkgrel = 2 + pkgver = 37.0.1 + pkgrel = 1 url = https://github.com/cucumber/gherkin arch = any license = MIT @@ -12,7 +12,7 @@ pkgbase = python-gherkin makedepends = python-wheel depends = python depends = python-typing_extensions - source = https://github.com/cucumber/gherkin/archive/v37.0.0/python-gherkin-37.0.0.tar.gz - sha256sums = a8f75223396d2827ae79f3d427c1fd5df10db89bfaa5100cabea7e3777ccc2ab + source = https://github.com/cucumber/gherkin/archive/v37.0.1/python-gherkin-37.0.1.tar.gz + b2sums = 0ae0594cc73c135417f95f1f0896427f46428ce5b0bb13b5524c9d32470c7226def0b72b949d221f6dc6fe97da8364de38d51cb0d4a3bea78fbadec7240d380c pkgname = python-gherkin ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=python-gherkin -pkgver=37.0.0 -pkgrel=2 +pkgver=37.0.1 +pkgrel=1 pkgdesc="A parser and compiler for the Gherkin language" arch=('any') url="https://github.com/cucumber/gherkin" @@ -19,7 +19,7 @@ makedepends=( ) checkdepends=('python-pytest') source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('a8f75223396d2827ae79f3d427c1fd5df10db89bfaa5100cabea7e3777ccc2ab') +b2sums=('0ae0594cc73c135417f95f1f0896427f46428ce5b0bb13b5524c9d32470c7226def0b72b949d221f6dc6fe97da8364de38d51cb0d4a3bea78fbadec7240d380c') build() { cd "${pkgname#python-}-$pkgver/python" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-gherkin/-/commit/71fef85614ee3396ad9f097266833b895738b87c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-gherkin/-/commit/71fef85614ee3396ad9f097266833b895738b87c You're receiving this email because of your account on gitlab.archlinux.org.
