Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-proxy.py
Commits: 8e5d66ec by Jelle van der Waa at 2024-04-06T18:02:36+02:00 upgpkg: 2.4.4rc4-1: rebuild with python 3.12 (without tests) - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,27 @@ +pkgbase = python-proxy.py + pkgdesc = Lightweight HTTP, HTTPS, HTTP2 and WebSockets proxy server + pkgver = 2.4.4rc4 + pkgrel = 1 + url = https://github.com/abhinavsingh/proxy.py + arch = any + license = BSD + checkdepends = python-httpx + checkdepends = python-pytest + checkdepends = python-pytest-asyncio + checkdepends = python-pytest-cov + checkdepends = python-pytest-mock + checkdepends = python-requests + makedepends = python-build + makedepends = python-installer + 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 = https://files.pythonhosted.org/packages/source/p/proxy.py/proxy.py-2.4.4rc4.tar.gz + source = python-proxy.py-2.4.0_fix-asyncio-deprecationwarning.patch::https://github.com/abhinavsingh/proxy.py/commit/e0cc90d057b44ef506b88362d71f2c707db11db9.patch + sha256sums = cdb51b52a5e734d58ab3bf016a3e41cad9457e8ddd7902e58e28e923adeca7ca + sha256sums = e7e511215189c95d96f279fde344c4d7473b846f9c96a3fc0077985856e97bcc + +pkgname = python-proxy.py ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Jonas Witschel <[email protected]> pkgname=python-proxy.py _name=${pkgname#python-} -pkgver=2.4.3 -pkgrel=4 +pkgver=2.4.4rc4 +pkgrel=1 pkgdesc='Lightweight HTTP, HTTPS, HTTP2 and WebSockets proxy server' arch=('any') url='https://github.com/abhinavsingh/proxy.py' @@ -10,12 +10,12 @@ license=('BSD') depends=('python' 'python-setuptools') makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel') -checkdepends=('python-httpx' 'python-pytest' 'python-pytest-asyncio' 'python-pytest-cov' 'python-pytest-mock') +checkdepends=('python-httpx' 'python-pytest' 'python-pytest-asyncio' 'python-pytest-cov' 'python-pytest-mock' 'python-requests') optdepends=('python-httpx: Cloudflare DNS resolver plugin support' 'python-paramiko: proxy over SSH tunnel support') source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz" "python-proxy.py-2.4.0_fix-asyncio-deprecationwarning.patch::$url/commit/e0cc90d057b44ef506b88362d71f2c707db11db9.patch") -sha256sums=('6134e8f1282db1fd7fa1a4b7049e49307566851023b2ac312d9dd36e92f0c9b1' +sha256sums=('cdb51b52a5e734d58ab3bf016a3e41cad9457e8ddd7902e58e28e923adeca7ca' 'e7e511215189c95d96f279fde344c4d7473b846f9c96a3fc0077985856e97bcc') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-proxy.py/-/commit/8e5d66ecfd0f93aca1ba307c48aa1eb96fb4e440 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-proxy.py/-/commit/8e5d66ecfd0f93aca1ba307c48aa1eb96fb4e440 You're receiving this email because of your account on gitlab.archlinux.org.
