[arch-commits] Commit in python-pycares/trunk (PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Wed Feb 5 03:10:37 UTC 2020


    Date: Wednesday, February 5, 2020 @ 03:10:37
  Author: polyzen
Revision: 562714

upgpkg: python-pycares 3.1.1-1

Modified:
  python-pycares/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-05 02:53:27 UTC (rev 562713)
+++ PKGBUILD	2020-02-05 03:10:37 UTC (rev 562714)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella <polyzen at archlinux.org>
 
 pkgname=python-pycares
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 pkgdesc='Python interface for c-ares'
 arch=('x86_64')
@@ -9,9 +9,10 @@
 license=('MIT')
 depends=('python-cffi') # c-ares is bundled
 makedepends=('python-setuptools')
+#checkdepends=('python-idna')
 optdepends=('python-idna')
 source=("https://files.pythonhosted.org/packages/source/p/pycares/pycares-$pkgver.tar.gz")
-sha256sums=('663c000625725d3a63466a674df4ee7f62bf8ca1ae8a0b87a6411eb811e0e794')
+sha256sums=('18dfd4fd300f570d6c4536c1d987b7b7673b2a9d14346592c5d6ed716df0d104')
 
 build() {
   cd pycares-$pkgver
@@ -18,7 +19,7 @@
   python setup.py build
 }
 
-# 10 tests fail
+# test_query_any fails https://github.com/saghul/pycares/issues/108
 #check() {
 #  cd pycares-$pkgver
 #  mkdir -p temp



More information about the arch-commits mailing list