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

Levente Polyak anthraxx at archlinux.org
Mon Aug 24 22:02:48 UTC 2020


    Date: Monday, August 24, 2020 @ 22:02:47
  Author: anthraxx
Revision: 687859

upgpkg: python-engineio 3.13.2-1

Modified:
  python-engineio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-24 21:57:38 UTC (rev 687858)
+++ PKGBUILD	2020-08-24 22:02:47 UTC (rev 687859)
@@ -1,13 +1,13 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=python-engineio
-pkgver=3.13.1
+pkgver=3.13.2
 pkgrel=1
 pkgdesc='Python implementation of the Engine.IO realtime server'
 url='https://github.com/miguelgrinberg/python-engineio'
 arch=('any')
 license=('MIT')
-depends=('python-six' 'python-urllib3' 'python-websocket-client' 'python-websockets')
+depends=('python' 'python-six' 'python-urllib3' 'python-websocket-client' 'python-websockets')
 optdepends=('python-eventlet: eventlet driver'
             'python-aiohttp: aiohttp driver'
             'python-tornado: tornado driver'
@@ -18,8 +18,8 @@
 checkdepends=('python-mock' 'python-pytest' 'python-pytest-runner')
 options=('!makeflags')
 source=(https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('261c3db434caaa1972f40ae6877782cb7d7ebb23dc45c39a27efce3e33def3a3016b6b814880f45253ea8b70cc4694585248eec9a87c7bed0460e7dd59b17269')
-b2sums=('233e5a796451826138a74a1ea98258bf558d4225639d95609d36a02b654df7d616f125b74ecde96faaf9af60ccd3e508030feb833f1cd48197a406f9d842ed19')
+sha512sums=('712b7f9646d0a8aa470d0f373ccfa4baf4e37eba6583def4325037a33e066819f3dbcb8cc6544ba2878a784e8ca22f67f490a7aa18f6c8f45c660900a1946561')
+b2sums=('5b63d660ba82f94dd784f5aea7e651a05cf914049ab99f9aef36972efbe4978832f7225e7d77098d5319f437ac77216c44d11efa5f353745b8d4c285c24560e8')
 
 build() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list