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

Levente Polyak anthraxx at archlinux.org
Wed Jan 20 22:55:53 UTC 2021


    Date: Wednesday, January 20, 2021 @ 22:55:53
  Author: anthraxx
Revision: 824027

upgpkg: python-socketio 5.0.4-1

Modified:
  python-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-20 22:44:02 UTC (rev 824026)
+++ PKGBUILD	2021-01-20 22:55:53 UTC (rev 824027)
@@ -1,20 +1,20 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=python-socketio
-pkgver=4.6.0
-pkgrel=3
+pkgver=5.0.4
+pkgrel=1
 pkgdesc='Python implementation of the Socket.IO realtime server'
 url='https://github.com/miguelgrinberg/python-socketio'
 arch=('any')
 license=('MIT')
-depends=('python' 'python-six' 'python-engineio')
+depends=('python' 'python-six' 'python-engineio' 'python-bidict')
 makedepends=('python-setuptools' 'python-sphinx' 'python-tornado')
 optdepends=('python-tornado: tornado asyncio webserver')
 checkdepends=('python-pytest' 'python-mock')
 options=('!makeflags')
 source=(https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('715f0529c44c8c2d895fdc8430acc80b37d8cf772be09bb37d215a85be11e3c2853b7d2cfb0836930695c18db5df6f5b54eb945d84db5980830c8e0773e972da')
-b2sums=('6148e661a21bb0076046d3ce35a9c18e2d9dd0fc50b7abef6f3446ba829a925812d1127f967bf709b6fbce3089143588c595d1c92e348e53c9ad1cebf9e31b11')
+sha512sums=('655d884edaf3404f231cc9c35f2e4a2300d92b144ea5f8933e33c4dd7fc8d973b53c47b9c17de65edf02add10dce8ded0efd34a7be65633a1cbb6e377137d4c9')
+b2sums=('387fbc93186c7185565bad4402bd2dd0ba427c590a94db5b3a87935fae009b8debc041589a8a19e6cb00182750cdd839a52666d529508838e1d6192bd4f2566e')
 
 build() {
   cd ${pkgbase}-${pkgver}



More information about the arch-commits mailing list