George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / python-proxy.py
Commits: 7269731a by George Rawlinson at 2026-07-04T03:15:00+00:00 upgpkg: 2.4.10-4 https://archlinux.org/todo/python-pkg_resources-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-proxy.py pkgdesc = Lightweight HTTP, HTTPS, HTTP2 and WebSockets proxy server pkgver = 2.4.10 - pkgrel = 3 + pkgrel = 4 url = https://github.com/abhinavsingh/proxy.py arch = any license = BSD-3-Clause @@ -13,10 +13,10 @@ pkgbase = python-proxy.py makedepends = git makedepends = python-build makedepends = python-installer + makedepends = python-setuptools makedepends = python-setuptools-scm makedepends = python-wheel depends = python - depends = python-setuptools optdepends = python-httpx: Cloudflare DNS resolver plugin support optdepends = python-paramiko: proxy over SSH tunnel support source = python-proxy.py::git+https://github.com/abhinavsingh/proxy.py#tag=v2.4.10 ===================================== PKGBUILD ===================================== @@ -3,19 +3,19 @@ pkgname=python-proxy.py pkgver=2.4.10 -pkgrel=3 +pkgrel=4 pkgdesc='Lightweight HTTP, HTTPS, HTTP2 and WebSockets proxy server' arch=(any) url=https://github.com/abhinavsingh/proxy.py license=(BSD-3-Clause) depends=( python - python-setuptools ) makedepends=( git python-build python-installer + python-setuptools python-setuptools-scm python-wheel ) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-proxy.py/-/commit/7269731a61566cfd6eb0c1c0b35ccc2eca69d72d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-proxy.py/-/commit/7269731a61566cfd6eb0c1c0b35ccc2eca69d72d You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
