Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-requestsexceptions


Commits:
9d33c958 by Jelle van der Waa at 2024-04-13T12:27:30+02:00
upgpkg: 1.4.0-11: rebuild with python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,14 @@
+pkgbase = python-requestsexceptions
+       pkgdesc = Import exceptions from potentially bundled packages in 
requests.
+       pkgver = 1.4.0
+       pkgrel = 11
+       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


=====================================
PKGBUILD
=====================================
@@ -3,13 +3,13 @@
 
 pkgname=python-requestsexceptions
 pkgver=1.4.0
-pkgrel=10
+pkgrel=11
 pkgdesc="Import exceptions from potentially bundled packages in requests."
 arch=('any')
 url="https://github.com/openstack-infra/requestsexceptions";
 license=('Apache')
 depends=('python-requests')
-makedepends=('python-pbr')
+makedepends=('python-setuptools' 'python-pbr')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/openstack-infra/requestsexceptions/archive/$pkgver.tar.gz";)
 
sha512sums=('fb7cf432584963eee659b7294a11b4d0a1d1dd850bfccdac7a1d7014b6e97a5330553436df58c034088c8a2096b14bfe40ded7e128a5d8741114265c935cd02f')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-requestsexceptions/-/commit/9d33c958cfbb10cb2b702ae982089d9c55c65dc7

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-requestsexceptions/-/commit/9d33c958cfbb10cb2b702ae982089d9c55c65dc7
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to