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

Kyle Keen kkeen at archlinux.org
Thu Aug 27 10:20:26 UTC 2020


    Date: Thursday, August 27, 2020 @ 10:20:26
  Author: kkeen
Revision: 689261

upgpkg: python-irc 19.0.0-1

Modified:
  python-irc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-27 09:37:07 UTC (rev 689260)
+++ PKGBUILD	2020-08-27 10:20:26 UTC (rev 689261)
@@ -4,7 +4,7 @@
 # Contributor: Stefano Esposito <ragnarok at email.it>
 
 pkgname=python-irc
-pkgver=18.0.0
+pkgver=19.0.0
 pkgrel=1
 pkgdesc="IRC (Internet Relay Chat) protocol client library for Python"
 depends=('python-six' 'python-pytz' 'python-more-itertools' 'python-jaraco'
@@ -15,7 +15,7 @@
 url="https://pypi.python.org/pypi/irc"
 license=('LGPL')
 source=("https://files.pythonhosted.org/packages/source/i/irc/irc-$pkgver.tar.gz")
-md5sums=('05293a0348d519efdaa6bb0c85393973')
+md5sums=('efa8cbcf8e577e7f15552622a2ae280a')
 
 build() {
   cd "$srcdir/irc-$pkgver"
@@ -26,7 +26,9 @@
 check() {
   cd "$srcdir/irc-$pkgver"
   export LC_ALL=en_US.UTF-8
-  python3 setup.py test
+  #python3 setup.py test
+  # all 19.0.0 did was remove the explicit VERSION string
+  # in his typical style, this part of the API is still required for tests
 }
 
 package() {



More information about the arch-commits mailing list