* update python-requestsexceptions to 1.4.0-12

This commit is contained in:
Alexander Baldeck 2024-12-05 13:51:51 +01:00
parent 2fa8500119
commit c05f831675
3 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,14 @@
pkgbase = python-requestsexceptions
pkgdesc = Import exceptions from potentially bundled packages in requests.
pkgver = 1.4.0
pkgrel = 12
url = https://github.com/openstack-infra/requestsexceptions
arch = any
license = Apache
makedepends = python-setuptools
makedepends = python-pbr
depends = python-requests
source = python-requestsexceptions-1.4.0.tar.gz::https://github.com/openstack-infra/requestsexceptions/archive/1.4.0.tar.gz
sha512sums = fb7cf432584963eee659b7294a11b4d0a1d1dd850bfccdac7a1d7014b6e97a5330553436df58c034088c8a2096b14bfe40ded7e128a5d8741114265c935cd02f
pkgname = python-requestsexceptions

View File

@ -0,0 +1,3 @@
[python-requestsexceptions]
source = "git"
git = "https://github.com/openstack-infra/requestsexceptions.git"

View File

@ -4,7 +4,7 @@
pkgname=python-requestsexceptions
pkgver=1.4.0
pkgrel=11
pkgrel=12
pkgdesc="Import exceptions from potentially bundled packages in requests."
arch=(any)
url="https://github.com/openstack-infra/requestsexceptions"