Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-github3py
Commits: 78866bf4 by Jelle van der Waa at 2024-04-13T16:57:48+02:00 upgpkg: 4.0.1-2: rebuild with python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,19 @@ +pkgbase = python-github3py + pkgdesc = A comprehensive wrapper around the GitHub API (v3) + pkgver = 4.0.1 + pkgrel = 2 + url = https://github.com/sigmavirus24/github3.py + arch = any + license = BSD + makedepends = python-build + makedepends = python-installer + makedepends = python-hatchling + depends = python + depends = python-requests + depends = python-uritemplate + depends = python-dateutil + depends = python-jwcrypto + source = python-github3py-4.0.1.tar.gz::https://github.com/sigmavirus24/github3.py/archive/refs/tags/4.0.1.tar.gz + sha256sums = 7a1c3f157aa3b9e0973e957ac0b402c09a83d405247d278c10eb4c390977f132 + +pkgname = python-github3py ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-github3py pkgver=4.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="A comprehensive wrapper around the GitHub API (v3)" arch=("any") url="https://github.com/sigmavirus24/github3.py" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-github3py/-/commit/78866bf428e541d59710fb372c4b06a4844fd758 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-github3py/-/commit/78866bf428e541d59710fb372c4b06a4844fd758 You're receiving this email because of your account on gitlab.archlinux.org.
