diff --git a/python/python-requestsexceptions/.SRCINFO b/python/python-requestsexceptions/.SRCINFO new file mode 100644 index 0000000000..c40a6f9f78 --- /dev/null +++ b/python/python-requestsexceptions/.SRCINFO @@ -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 diff --git a/python/python-requestsexceptions/.nvchecker.toml b/python/python-requestsexceptions/.nvchecker.toml new file mode 100644 index 0000000000..c52c5c6dd8 --- /dev/null +++ b/python/python-requestsexceptions/.nvchecker.toml @@ -0,0 +1,3 @@ +[python-requestsexceptions] +source = "git" +git = "https://github.com/openstack-infra/requestsexceptions.git" diff --git a/python/python-requestsexceptions/PKGBUILD b/python/python-requestsexceptions/PKGBUILD index d30ecf72a1..f65a27cffd 100644 --- a/python/python-requestsexceptions/PKGBUILD +++ b/python/python-requestsexceptions/PKGBUILD @@ -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"