Date: Sunday, May 7, 2023 @ 18:04:52
  Author: arojas
Revision: 1459385

upgpkg: python-engineio 4.4.1-1: Update to 4.4.1

Modified:
  python-engineio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-07 17:28:05 UTC (rev 1459384)
+++ PKGBUILD    2023-05-07 18:04:52 UTC (rev 1459385)
@@ -1,13 +1,13 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=python-engineio
-pkgver=4.4.0
-pkgrel=2
+pkgver=4.4.1
+pkgrel=1
 pkgdesc='Python implementation of the Engine.IO realtime server'
 url='https://github.com/miguelgrinberg/python-engineio'
 arch=('any')
 license=('MIT')
-depends=('python' 'python-six' 'python-urllib3' 'python-websocket-client' 
'python-websockets' 'python-requests')
+depends=('python' 'python-websocket-client' 'python-websockets' 
'python-requests')
 optdepends=('python-eventlet: eventlet driver'
             'python-aiohttp: aiohttp driver'
             'python-tornado: tornado driver'
@@ -19,8 +19,8 @@
 checkdepends=('python-pytest' 'python-pytest-runner')
 options=('!makeflags')
 
source=(https://github.com/miguelgrinberg/python-engineio/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('b7995aaf2583ec58ac87f048608653ade3846dd103616ee90b3dc12cc7e27c7d37959cd3e1ebf6e138395ff6fad8cd011407b6660258715e513bf72c8a3e1f6f')
-b2sums=('4cf40802fddcce2e53e205bdbe73bdf0ec822e15581fe4a9939b8d05c3eb6ba82a99d089d4708169b197aa79e5b5f14001ff86f72025fc6d96c99ed6d73fe620')
+sha512sums=('a903ae4f5a4679f6d46fda09901b637ef8dcf2896ece8781460d27aab7c8da606e16a89ac5dea94c156d8196a7e931626b2310b41ddc61d4241b5e004ad2ca64')
+b2sums=('4ae5dd9887f4d3a70d4983d2a0f0de29b1a54d30961bfc430b8850ff4af73fa1cd9abad6caeb8248a44def42b02e26ecb0632dd9b4d57e2a7f44b33762659304')
 
 build() {
   cd ${pkgname}-${pkgver}

Reply via email to