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

Levente Polyak anthraxx at archlinux.org
Sat Jan 12 00:53:09 UTC 2019


    Date: Saturday, January 12, 2019 @ 00:53:08
  Author: anthraxx
Revision: 422704

upgpkg: python-socketio 3.1.1-1

Modified:
  python-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-12 00:41:58 UTC (rev 422703)
+++ PKGBUILD	2019-01-12 00:53:08 UTC (rev 422704)
@@ -2,7 +2,7 @@
 
 pkgbase=python-socketio
 pkgname=('python-socketio' 'python2-socketio')
-pkgver=2.1.2
+pkgver=3.1.1
 pkgrel=1
 pkgdesc='Python implementation of the Socket.IO realtime server'
 url='https://github.com/miguelgrinberg/python-socketio'
@@ -14,8 +14,8 @@
               'python2-pytest' 'python2-mock')
 options=('!makeflags')
 source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}.tar.gz)
-sha256sums=('410e56a46aa08a6f254b506dd6c3e438341a45679886f3d81684fcc8b743fc3d')
-sha512sums=('a7247a367bc7f89ab02e5099d18250d1c5e36502126631dccfaab6b26fbc72d72e3464ff1f05ea12efe1f0ab5d0bfaae2c38e0c809590284313466058c480b0f')
+sha256sums=('ec3afd7353b7e96394034f6061bdebf3ab6cbe02baee9e36c16d881022867899')
+sha512sums=('74f729cc45fe6b5fb796572ad3dcd2730fc6f81a2235a53b114df23406eabe679cb73d4f41f7261d39426ed3d95fc7946d621c2cd9a07da629aa91346e9cf820')
 
 prepare() {
   cp -ra ${pkgbase}-${pkgver}{,-py2}
@@ -39,10 +39,6 @@
   (cd ${pkgbase}-${pkgver}
     py.test -k 'not test_logger'
   )
-  msg2 'Checking python2...'
-  (cd ${pkgbase}-${pkgver}-py2
-    py.test2 -k 'not test_logger'
-  )
 }
 
 package_python-socketio() {



More information about the arch-commits mailing list