Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-tokenize-rt
Commits: c0c6048e by Jelle van der Waa at 2024-04-04T09:51:15+02:00 upgpkg: 5.2.0-2: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,17 @@ +pkgbase = python-tokenize-rt + pkgdesc = Wrapper around the stdlib `tokenize` which roundtrips + pkgver = 5.2.0 + pkgrel = 2 + url = https://github.com/asottile/tokenize-rt + arch = any + license = MIT + checkdepends = python-pytest + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools + makedepends = python-wheel + depends = python + source = https://github.com/asottile/tokenize-rt/archive/v5.2.0/tokenize-rt-5.2.0.tar.gz + b2sums = a81251b6b8b336a6b1b1095e0b31456e834196fc2174958299ac293e5fc979dcdd2b4fc9c7e2e231e73fd09e116d0538dadf9436b4efdcf1390b2db9a025a4b8 + +pkgname = python-tokenize-rt ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-tokenize-rt _name=${pkgname#python-} pkgver=5.2.0 -pkgrel=1 +pkgrel=2 pkgdesc='Wrapper around the stdlib `tokenize` which roundtrips' arch=('any') url=https://github.com/asottile/tokenize-rt View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tokenize-rt/-/commit/c0c6048e9af691d6453d1dd8c02044a321280603 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tokenize-rt/-/commit/c0c6048e9af691d6453d1dd8c02044a321280603 You're receiving this email because of your account on gitlab.archlinux.org.
