David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-arrow
Commits: 5a1c58af by David Runge at 2024-04-05T22:24:49+02:00 Add nvchecker integration Signed-off-by: David Runge <[email protected]> - - - - - 27c447e0 by David Runge at 2024-04-05T22:25:27+02:00 upgpkg: 1.3.0-3: Rebuild against Python 3.12 - - - - - 3 changed files: - .SRCINFO - + .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-arrow pkgdesc = Better dates and times for Python pkgver = 1.3.0 - pkgrel = 2 + pkgrel = 3 url = https://arrow.readthedocs.io arch = any license = Apache-2.0 ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,3 @@ +[python-arrow] +source = "pypi" +pypi = "arrow" ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=python-arrow _name="${pkgname#python-}" pkgver=1.3.0 -pkgrel=2 +pkgrel=3 pkgdesc='Better dates and times for Python' arch=(any) url=https://arrow.readthedocs.io View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-arrow/-/compare/37ff1a30baa32eb776375e85e70f7214b38bf814...27c447e0c5770c43e0f6f99bfe0ed7aecaefa426 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-arrow/-/compare/37ff1a30baa32eb776375e85e70f7214b38bf814...27c447e0c5770c43e0f6f99bfe0ed7aecaefa426 You're receiving this email because of your account on gitlab.archlinux.org.
