Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-legacy-cgi
Commits: 213a438b by Carl Smedstad at 2025-03-27T09:12:54+01:00 upgpkg: 2.6.3-2: Upstream release https://github.com/jackrosenthal/legacy-cgi/commit/968c02eaa3c13188a448bacc17d3e1a994eb4c4d - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,17 +1,17 @@ pkgbase = python-legacy-cgi pkgdesc = Fork of the standard library cgi and cgitb modules, being deprecated in PEP-594 - pkgver = 2.6.2 - pkgrel = 1 + pkgver = 2.6.3 + pkgrel = 2 url = https://github.com/jackrosenthal/legacy-cgi arch = any license = PSF-2.0 checkdepends = python-pytest makedepends = python-build + makedepends = python-hatchling makedepends = python-installer - makedepends = python-poetry-core makedepends = python-wheel depends = python - source = https://github.com/jackrosenthal/legacy-cgi/archive/v2.6.2/python-legacy-cgi-2.6.2.tar.gz - sha256sums = cb47ba975c9d7b670e209e337d4bbabfa749652fd69f2efbee2038aaa6b17a5b + source = https://github.com/jackrosenthal/legacy-cgi/archive/v2.6.3/python-legacy-cgi-2.6.3.tar.gz + sha256sums = d0f28724be6ddd79fc4d3dbfe7b4849b8ba7ee1acc351366bb70485ffed5792c pkgname = python-legacy-cgi ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ pkgname=python-legacy-cgi _pkgname=${pkgname#python-} -pkgver=2.6.2 -pkgrel=1 +pkgver=2.6.3 +pkgrel=2 pkgdesc="Fork of the standard library cgi and cgitb modules, being deprecated in PEP-594" arch=('any') url="https://github.com/jackrosenthal/legacy-cgi" @@ -11,13 +11,13 @@ license=('PSF-2.0') depends=('python') makedepends=( 'python-build' + 'python-hatchling' 'python-installer' - 'python-poetry-core' 'python-wheel' ) checkdepends=('python-pytest') source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('cb47ba975c9d7b670e209e337d4bbabfa749652fd69f2efbee2038aaa6b17a5b') +sha256sums=('d0f28724be6ddd79fc4d3dbfe7b4849b8ba7ee1acc351366bb70485ffed5792c') build() { cd "$_pkgname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-legacy-cgi/-/commit/213a438bbf3a26b8bb5fe6dcfcdd5eea12b6330c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-legacy-cgi/-/commit/213a438bbf3a26b8bb5fe6dcfcdd5eea12b6330c You're receiving this email because of your account on gitlab.archlinux.org.
