Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / python-python-socks
Commits: 257a6a73 by Chih-Hsuan Yen at 2023-10-18T00:32:19+08:00 upgpkg: 2.4.3-1; bumped for anyio 4.x support [1] The maintainer Jonas Witschel is kind of inactive [2], so I go ahead. [1] https://github.com/romis2012/python-socks/commit/55db35754fa47a10a0ad81bccf565c732ac0591b [2] https://lists.archlinux.org/archives/list/[email protected]/thread/LU2NYJAB65U72XN5W5G3VFIC73E6RE2X/ - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,35 @@ +pkgbase = python-python-socks + pkgdesc = Core proxy client (SOCKS4, SOCKS5, HTTP) functionality for Python + pkgver = 2.4.3 + pkgrel = 1 + url = https://github.com/romis2012/python-socks + arch = any + license = APACHE + checkdepends = python-anyio + checkdepends = python-async-timeout + checkdepends = python-curio + checkdepends = python-flask + checkdepends = python-pytest + checkdepends = python-pytest-asyncio + checkdepends = python-pytest-trio + checkdepends = python-trio + checkdepends = python-yarl + checkdepends = python-trustme + checkdepends = python-tiny-proxy + makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools + makedepends = python-wheel + depends = python + optdepends = python-anyio: anyio support + optdepends = python-async-timeout: asyncio support + optdepends = python-curio: curio support + optdepends = python-trio: trio support + provides = python-python_socks + replaces = python-python_socks + source = git+https://github.com/romis2012/python-socks.git?signed#tag=298d27f26676b0914360754de71e6d344c272ae2 + validpgpkeys = 706A8935FED55F3BFB7C188B5EEAD7400A5D80ED + sha512sums = SKIP + +pkgname = python-python-socks ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Jonas Witschel <[email protected]> pkgname=python-python-socks -pkgver=2.4.2 -_tag=92d9c090295b59f486a47d7d2e4f9f33f8d29136 # git rev-parse "v$pkgver" +pkgver=2.4.3 +_tag=298d27f26676b0914360754de71e6d344c272ae2 # git rev-parse "v$pkgver" pkgrel=1 pkgdesc='Core proxy client (SOCKS4, SOCKS5, HTTP) functionality for Python' arch=('any') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-python-socks/-/commit/257a6a73ca1ff77db8147c0281350f4136b9d805 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-python-socks/-/commit/257a6a73ca1ff77db8147c0281350f4136b9d805 You're receiving this email because of your account on gitlab.archlinux.org.
