Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-engineio
Commits: ba91fbee by Jelle van der Waa at 2024-12-30T17:50:42+01:00 Drop python-six make dependency https://github.com/miguelgrinberg/python-engineio/blob/ac82dca7c1064a40c267674301c32d155c9d4469/CHANGES.md?plain=1#L198 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-engineio pkgdesc = Python implementation of the Engine.IO realtime server pkgver = 4.9.1 - pkgrel = 2 + pkgrel = 3 url = https://github.com/miguelgrinberg/python-engineio arch = any license = MIT @@ -13,7 +13,6 @@ pkgbase = python-engineio makedepends = python-gevent-websocket makedepends = python-installer makedepends = python-setuptools - makedepends = python-six makedepends = python-sphinx makedepends = python-tornado makedepends = python-urllib3 ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=python-engineio pkgver=4.9.1 -pkgrel=2 +pkgrel=3 pkgdesc='Python implementation of the Engine.IO realtime server' url='https://github.com/miguelgrinberg/python-engineio' arch=(any) @@ -28,7 +28,6 @@ makedepends=( python-gevent-websocket python-installer python-setuptools - python-six python-sphinx python-tornado python-urllib3 View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-engineio/-/commit/ba91fbee172942b2666e3b9431dd83c7843642f5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-engineio/-/commit/ba91fbee172942b2666e3b9431dd83c7843642f5 You're receiving this email because of your account on gitlab.archlinux.org.
