David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-requests
Commits: 82ece825 by David Runge at 2024-04-04T10:30:54+02:00 Switch to correct SPDX license identifier Signed-off-by: David Runge <[email protected]> - - - - - 4a8f8e91 by David Runge at 2024-04-04T10:33:17+02:00 upgpkg: 2.31.0-2: Rebuild against Python 3.12 (without checks for bootstrapping) - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,10 +1,10 @@ pkgbase = python-requests pkgdesc = Python HTTP for Humans pkgver = 2.31.0 - pkgrel = 1 + pkgrel = 2 url = https://requests.readthedocs.io/ arch = any - license = Apache + license = Apache-2.0 checkdepends = python-pysocks checkdepends = python-pytest-httpbin checkdepends = python-pytest-mock ===================================== PKGBUILD ===================================== @@ -3,11 +3,11 @@ pkgname=python-requests pkgver=2.31.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python HTTP for Humans" arch=('any') url="https://requests.readthedocs.io/" -license=('Apache') +license=('Apache-2.0') depends=('python-charset-normalizer' 'python-idna' 'python-urllib3') makedepends=(python-build python-installer python-setuptools python-wheel) checkdepends=( View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-requests/-/compare/acbc9ae86e5bcbb03a9a333f94b53c3cdf812a07...4a8f8e91fc6d16c5bbcb2b4283a3ec51ea29bba9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-requests/-/compare/acbc9ae86e5bcbb03a9a333f94b53c3cdf812a07...4a8f8e91fc6d16c5bbcb2b4283a3ec51ea29bba9 You're receiving this email because of your account on gitlab.archlinux.org.
