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

Daniel M. Capella polyzen at archlinux.org
Thu Dec 19 06:10:23 UTC 2019


    Date: Thursday, December 19, 2019 @ 06:10:23
  Author: polyzen
Revision: 538281

upgpkg: python-pycares 3.1.0-1

Modified:
  python-pycares/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-19 04:19:08 UTC (rev 538280)
+++ PKGBUILD	2019-12-19 06:10:23 UTC (rev 538281)
@@ -1,8 +1,8 @@
 # Maintainer: Daniel M. Capella <polyzen at archlinux.org>
 
 pkgname=python-pycares
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.1.0
+pkgrel=1
 pkgdesc='Python interface for c-ares'
 arch=('x86_64')
 url=https://github.com/saghul/pycares
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 optdepends=('python-idna')
 source=("https://files.pythonhosted.org/packages/source/p/pycares/pycares-$pkgver.tar.gz")
-sha256sums=('b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd')
+sha256sums=('663c000625725d3a63466a674df4ee7f62bf8ca1ae8a0b87a6411eb811e0e794')
 
 build() {
   cd pycares-$pkgver
@@ -18,7 +18,7 @@
   python setup.py build
 }
 
-# 11 tests fail
+# 10 tests fail
 #check() {
 #  cd pycares-$pkgver
 #  mkdir -p temp



More information about the arch-commits mailing list