Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-gherkin
Commits: 099ccc22 by Carl Smedstad at 2025-10-09T09:35:23+02:00 upgpkg: 36.0.0-1: Upstream release https://github.com/cucumber/gherkin/releases/tag/v36.0.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-gherkin pkgdesc = A parser and compiler for the Gherkin language - pkgver = 35.1.0 + pkgver = 36.0.0 pkgrel = 1 url = https://github.com/cucumber/gherkin arch = any @@ -12,7 +12,7 @@ pkgbase = python-gherkin makedepends = python-wheel depends = python depends = python-typing_extensions - source = https://github.com/cucumber/gherkin/archive/v35.1.0/python-gherkin-35.1.0.tar.gz - sha256sums = 934f9b5d7862a60ba83779b90e419b8894bc8df34d59bc168a2a8b8d6d87ab60 + source = https://github.com/cucumber/gherkin/archive/v36.0.0/python-gherkin-36.0.0.tar.gz + sha256sums = b8cb003138caed1101ee27bced8abf1f847121b240708237dde6c88ae2ebd39a pkgname = python-gherkin ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=python-gherkin -pkgver=35.1.0 +pkgver=36.0.0 pkgrel=1 pkgdesc="A parser and compiler for the Gherkin language" arch=('any') @@ -19,7 +19,7 @@ makedepends=( ) checkdepends=('python-pytest') source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('934f9b5d7862a60ba83779b90e419b8894bc8df34d59bc168a2a8b8d6d87ab60') +sha256sums=('b8cb003138caed1101ee27bced8abf1f847121b240708237dde6c88ae2ebd39a') build() { cd "${pkgname#python-}-$pkgver/python" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-gherkin/-/commit/099ccc22b6d7a56dad1c01ea37fe6304f61be53a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-gherkin/-/commit/099ccc22b6d7a56dad1c01ea37fe6304f61be53a You're receiving this email because of your account on gitlab.archlinux.org.
