Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-execnet
Commits: 539bb429 by Antonio Rojas at 2024-11-29T20:29:59+01:00 upgpkg: 2.1.1-3: Update to 2.1.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-execnet pkgdesc = Rapid multi-Python deployment pkgver = 2.1.1 - pkgrel = 2 + pkgrel = 3 url = https://codespeak.net/execnet arch = any license = MIT @@ -15,7 +15,7 @@ pkgbase = python-execnet makedepends = python-hatchling makedepends = python-hatch-vcs depends = python - source = git+https://github.com/pytest-dev/execnet.git#commit=030839490f85dad2a2d58f1fe17bdf16f09c4e8e - sha512sums = d6971ebdb31e70c4a1fb6f554f30376f3e9bf91c083be0e222299d22a13b2e8ca821795e44123863ee5dad9c98ca45c8cac1f38be478a7d46a2310aa0d2be5c7 + source = git+https://github.com/pytest-dev/execnet.git#tag=v2.1.1 + sha512sums = 5886ff851fe868337a259988b55029f6becdae8a5282d636f647180dd3aedc23d134352e6081b5c28abf2cd26fa2a2ead68de49608d5bff50b2d3d80b1bcdb04 pkgname = python-execnet ===================================== PKGBUILD ===================================== @@ -2,8 +2,7 @@ pkgname=python-execnet pkgver=2.1.1 -_commit=030839490f85dad2a2d58f1fe17bdf16f09c4e8e -pkgrel=2 +pkgrel=3 pkgdesc="Rapid multi-Python deployment" arch=('any') license=('MIT') @@ -22,8 +21,8 @@ checkdepends=( 'python-pytest' 'python-pytest-timeout' ) -source=("git+https://github.com/pytest-dev/execnet.git#commit=$_commit") -sha512sums=('d6971ebdb31e70c4a1fb6f554f30376f3e9bf91c083be0e222299d22a13b2e8ca821795e44123863ee5dad9c98ca45c8cac1f38be478a7d46a2310aa0d2be5c7') +source=("git+https://github.com/pytest-dev/execnet.git#tag=v$pkgver") +sha512sums=('5886ff851fe868337a259988b55029f6becdae8a5282d636f647180dd3aedc23d134352e6081b5c28abf2cd26fa2a2ead68de49608d5bff50b2d3d80b1bcdb04') build() { cd execnet View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-execnet/-/commit/539bb429d26fa1aaf74911fc9e433589bf8bf163 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-execnet/-/commit/539bb429d26fa1aaf74911fc9e433589bf8bf163 You're receiving this email because of your account on gitlab.archlinux.org.