[arch-commits] Commit in python-requests-unixsocket/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Tue Nov 30 21:13:17 UTC 2021
Date: Tuesday, November 30, 2021 @ 21:13:17
Author: felixonmars
Revision: 1058874
upgpkg: python-requests-unixsocket 0.2.0-5: Python 3.10 rebuild
Modified:
python-requests-unixsocket/trunk/PKGBUILD
----------+
PKGBUILD | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-30 21:13:12 UTC (rev 1058873)
+++ PKGBUILD 2021-11-30 21:13:17 UTC (rev 1058874)
@@ -4,7 +4,7 @@
pkgname=python-requests-unixsocket
_name="${pkgname#python-}"
pkgver=0.2.0
-pkgrel=4
+pkgrel=5
pkgdesc="Use requests to talk HTTP via a UNIX domain socket"
arch=('any')
depends=('python' 'python-requests' 'python-urllib3')
@@ -38,4 +38,3 @@
local site_packages=$(python -c "import site; print(site.getsitepackages()[0])")
rm -rf "$pkgdir$site_packages/${_name/-/_}/tests"
}
-
More information about the arch-commits
mailing list