Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-astral
Commits: ad522848 by Jelle van der Waa at 2024-04-06T18:28:35+02:00 upgpkg: 3.2-3: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = python-astral + pkgdesc = Python calculations for the position of the sun and moon + pkgver = 3.2 + pkgrel = 3 + url = https://github.com/sffjunkie/astral + arch = any + license = APACHE + makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-poetry-core + depends = python-requests + source = git+https://github.com/sffjunkie/astral.git#tag=0be1187d09aadfdadc1b7331b918082213764b5d + sha256sums = SKIP + +pkgname = python-astral ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=python-astral pkgver=3.2 -pkgrel=2 +pkgrel=3 pkgdesc='Python calculations for the position of the sun and moon' arch=(any) url=https://github.com/sffjunkie/astral View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-astral/-/commit/ad5228486b60999569e970c39cfab29aa682f432 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-astral/-/commit/ad5228486b60999569e970c39cfab29aa682f432 You're receiving this email because of your account on gitlab.archlinux.org.
