Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-tblib
Commits: ca4e38fb by Jelle van der Waa at 2024-04-04T08:51:32+02:00 upgpkg: 1.7.0-7: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = python-tblib + pkgdesc = Python traceback fiddling library + pkgver = 1.7.0 + pkgrel = 7 + url = https://github.com/ionelmc/python-tblib + arch = any + license = BSD + makedepends = python-setuptools + makedepends = python-six + depends = python-six + source = https://github.com/ionelmc/python-tblib/archive/v1.7.0/python-tblib-1.7.0.tar.gz + sha512sums = 14745af9647262c4569ae578e2bd439b4fbc430735449bf3c4dbc99c6dd39706725ddbf5b6d6e078eee34f0ccb5d9a5f5143d133a2a0b171afa6975e21c30999 + b2sums = edbd9e475304b6486072ef86147a65c0a8f540dc821a0f7e8babd72386276246b64d3d04f4fbb89edb34164965746e999694fba5d5b65f71b8ce3e8cfddb0add + +pkgname = python-tblib ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-tblib _pyname=tblib pkgver=1.7.0 -pkgrel=6 +pkgrel=7 pkgdesc='Python traceback fiddling library' url='https://github.com/ionelmc/python-tblib' arch=('any') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tblib/-/commit/ca4e38fb752500b824dd2a01fd650396d16a09f5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tblib/-/commit/ca4e38fb752500b824dd2a01fd650396d16a09f5 You're receiving this email because of your account on gitlab.archlinux.org.
