[arch-commits] Commit in python-pycares/trunk (PKGBUILD)
Daniel M. Capella
polyzen at gemini.archlinux.org
Tue Jun 21 20:38:52 UTC 2022
Date: Tuesday, June 21, 2022 @ 20:38:52
Author: polyzen
Revision: 1238863
upgpkg: python-pycares 4.2.0-1
Modified:
python-pycares/trunk/PKGBUILD
----------+
PKGBUILD | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-21 19:45:32 UTC (rev 1238862)
+++ PKGBUILD 2022-06-21 20:38:52 UTC (rev 1238863)
@@ -1,8 +1,8 @@
# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
pkgname=python-pycares
-pkgver=4.1.2
-pkgrel=3
+pkgver=4.2.0
+pkgrel=1
pkgdesc='Python interface for c-ares'
arch=('x86_64')
url=https://github.com/saghul/pycares
@@ -9,11 +9,11 @@
license=('MIT')
depends=('c-ares' 'python-cffi')
makedepends=('python-setuptools')
-#checkdepends=('python-idna')
+checkdepends=('python-idna')
optdepends=('python-idna')
source=("https://files.pythonhosted.org/packages/source/p/pycares/pycares-$pkgver.tar.gz")
-sha256sums=('03490be0e7b51a0c8073f877bec347eff31003f64f57d9518d419d9369452837')
-b2sums=('0996030aa19aac737a7d1e98561bc4b99d6e99c97e989a823b4e4222de895e8fcf49bbfa76e39cfe59a39394c64f8f60e3da1b157cd3a62d4e2f1e8e71607f59')
+sha256sums=('b286649597791cd53072b2f3383cc38fc14a8ab016b78cb04bdcaa6ecce3b8ce')
+b2sums=('6b272c26e2e91706f208262d53d1ad909be47b14a2f5ac912ec8851f98e2d621698194ecc1962a8e921abd7ea09f08d9e766324ecca4628f3ad61b73ff48e2b5')
build() {
cd pycares-$pkgver
@@ -20,9 +20,8 @@
PYCARES_USE_SYSTEM_LIB=1 python setup.py build
}
-# Test failures: test_custom_resolvconf, test_getaddrinfo{,2..4},
-# gethostbyaddr{,6}, gethostbyname{,_small_timeout},
-# test_getnameinfo
+# Test failures: test_custom_resolvconf, test_getaddrinfo{,2..5},
+# gethostbyaddr{,6}, test_getnameinfo
#check() {
# cd pycares-$pkgver
# mkdir -p temp
More information about the arch-commits
mailing list