Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-execnet
Commits: 9277b394 by Antonio Rojas at 2024-11-29T20:24:14+01:00 upgpkg: 2.1.1-1: 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.0.2 - pkgrel = 4 + pkgver = 2.1.1 + pkgrel = 1 url = https://codespeak.net/execnet arch = any license = MIT @@ -16,6 +16,6 @@ pkgbase = python-execnet makedepends = python-hatch-vcs depends = python source = git+https://github.com/pytest-dev/execnet.git#commit=030839490f85dad2a2d58f1fe17bdf16f09c4e8e - sha512sums = SKIP + sha512sums = d6971ebdb31e70c4a1fb6f554f30376f3e9bf91c083be0e222299d22a13b2e8ca821795e44123863ee5dad9c98ca45c8cac1f38be478a7d46a2310aa0d2be5c7 pkgname = python-execnet ===================================== PKGBUILD ===================================== @@ -1,9 +1,9 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=python-execnet -pkgver=2.0.2 +pkgver=2.1.1 _commit=030839490f85dad2a2d58f1fe17bdf16f09c4e8e -pkgrel=4 +pkgrel=1 pkgdesc="Rapid multi-Python deployment" arch=('any') license=('MIT') @@ -23,7 +23,7 @@ checkdepends=( 'python-pytest-timeout' ) source=("git+https://github.com/pytest-dev/execnet.git#commit=$_commit") -sha512sums=('SKIP') +sha512sums=('d6971ebdb31e70c4a1fb6f554f30376f3e9bf91c083be0e222299d22a13b2e8ca821795e44123863ee5dad9c98ca45c8cac1f38be478a7d46a2310aa0d2be5c7') build() { cd execnet View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-execnet/-/commit/9277b394e1ec99c6234e834d692e1812479899f5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-execnet/-/commit/9277b394e1ec99c6234e834d692e1812479899f5 You're receiving this email because of your account on gitlab.archlinux.org.