Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-pipcl
Commits: baba3b75 by Robin Candau at 2026-07-01T15:01:23+02:00 upgpkg: 11-1: New upstream release https://github.com/ArtifexSoftware/pipcl/releases/tag/v11 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-pipcl pkgdesc = Python packaging operations for use by a setup.py - pkgver = 10 + pkgver = 11 pkgrel = 1 url = https://github.com/ArtifexSoftware/pipcl arch = any @@ -11,7 +11,7 @@ pkgbase = python-pipcl makedepends = python-wheel depends = python depends = python-packaging - source = python-pipcl-10.tar.gz::https://github.com/ArtifexSoftware/pipcl/archive/refs/tags/v10.tar.gz - sha256sums = 7284c478590408a4ef7cb5017b990f01f1f17fadc2060f04f393e2166ff28e03 + source = python-pipcl-11.tar.gz::https://github.com/ArtifexSoftware/pipcl/archive/refs/tags/v11.tar.gz + sha256sums = 889dc6649653cc8dc66d37ea03e4f6824303cf64f159fb158c2fba10b0205c7d pkgname = python-pipcl ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-pipcl _pkgname=${pkgname#python-} -pkgver=10 +pkgver=11 pkgrel=1 pkgdesc="Python packaging operations for use by a setup.py" url="https://github.com/ArtifexSoftware/pipcl" @@ -12,7 +12,7 @@ depends=('python' 'python-packaging') makedepends=('python-build' 'python-installer' 'python-wheel') checkdepends=('python-pytest') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz") -sha256sums=('7284c478590408a4ef7cb5017b990f01f1f17fadc2060f04f393e2166ff28e03') +sha256sums=('889dc6649653cc8dc66d37ea03e4f6824303cf64f159fb158c2fba10b0205c7d') build() { cd "${_pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pipcl/-/commit/baba3b752de53c3a5bbfbd2bf56c0eb48ad02d76 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pipcl/-/commit/baba3b752de53c3a5bbfbd2bf56c0eb48ad02d76 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
