Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-pipcl
Commits: f8523277 by Robin Candau at 2026-07-09T13:05:01+02:00 upgpkg: 12-1: New upstream release https://github.com/ArtifexSoftware/pipcl/releases/tag/v12 - - - - - 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 = 11 + pkgver = 12 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-11.tar.gz::https://github.com/ArtifexSoftware/pipcl/archive/refs/tags/v11.tar.gz - sha256sums = 889dc6649653cc8dc66d37ea03e4f6824303cf64f159fb158c2fba10b0205c7d + source = python-pipcl-12.tar.gz::https://github.com/ArtifexSoftware/pipcl/archive/refs/tags/v12.tar.gz + sha256sums = b0f5b04b6992fbd10d1517dcde9b4e12b20bafd42b32e3f180c73a08df2ea021 pkgname = python-pipcl ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-pipcl _pkgname=${pkgname#python-} -pkgver=11 +pkgver=12 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=('889dc6649653cc8dc66d37ea03e4f6824303cf64f159fb158c2fba10b0205c7d') +sha256sums=('b0f5b04b6992fbd10d1517dcde9b4e12b20bafd42b32e3f180c73a08df2ea021') build() { cd "${_pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pipcl/-/commit/f852327704aceea58b6e3dc8405648261d55b3c6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pipcl/-/commit/f852327704aceea58b6e3dc8405648261d55b3c6 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
