Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-fqdn
Commits: e6b616b0 by Jelle van der Waa at 2024-04-05T11:55:58+02:00 upgpkg: 1.5.1-3: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = python-fqdn + pkgdesc = RFC-compliant FQDN validation and manipulation for Python + pkgver = 1.5.1 + pkgrel = 3 + url = https://github.com/ypcrts/fqdn + arch = any + license = MPL2 + checkdepends = python-pytest + makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + makedepends = python-setuptools + depends = python + source = python-fqdn::git+https://github.com/ypcrts/fqdn#commit=3a4feda3414bde7b3386e995ed1d2ed36607d4cf + b2sums = SKIP + +pkgname = python-fqdn ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-fqdn pkgver=1.5.1 -pkgrel=2 +pkgrel=3 pkgdesc='RFC-compliant FQDN validation and manipulation for Python' arch=('any') url='https://github.com/ypcrts/fqdn' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fqdn/-/commit/e6b616b0b68fb9dbd20913b0f8af5e0eaf548897 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fqdn/-/commit/e6b616b0b68fb9dbd20913b0f8af5e0eaf548897 You're receiving this email because of your account on gitlab.archlinux.org.
