Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-uri-template
Commits: c9bc05e7 by Jelle van der Waa at 2024-04-05T12:07:34+02:00 upgpkg: 1.3.0-2: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = python-uri-template + pkgdesc = An implementation of RFC 6570 URI Templates + pkgver = 1.3.0 + pkgrel = 2 + url = https://github.com/plinss/uri_template + arch = any + license = MIT + makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + makedepends = python-setuptools + makedepends = python-setuptools-scm + depends = python + source = python-uri-template::git+https://github.com/plinss/uri_template#commit=00135e0f819b6e5542ce60627dd7b20bdc5706c4 + b2sums = SKIP + +pkgname = python-uri-template ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-uri-template pkgver=1.3.0 -pkgrel=1 +pkgrel=2 pkgdesc='An implementation of RFC 6570 URI Templates' arch=('any') url='https://github.com/plinss/uri_template' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-uri-template/-/commit/c9bc05e7cdb628cb121aee87c4b1c8352c0b20e0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-uri-template/-/commit/c9bc05e7cdb628cb121aee87c4b1c8352c0b20e0 You're receiving this email because of your account on gitlab.archlinux.org.
