Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-asyncpg
Commits: 103d388a by Biswapriyo Nath at 2025-01-03T15:27:48+00:00 Drop async-timeout and typing_extensions dependencies * async_timeout is required for python < 3.11 https://github.com/MagicStack/asyncpg/commit/327f2a7a306a23768a43be43b61c7a059afd155b * typing_extensions was removed in the following commit. https://github.com/MagicStack/asyncpg/commit/87ab14315ef867df68861f35b7e2cc3158d65afd - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -17,8 +17,6 @@ pkgbase = python-asyncpg makedepends = python-wheel depends = glibc depends = python - depends = python-async-timeout - depends = python-typing_extensions source = git+https://github.com/MagicStack/asyncpg.git#tag=v0.30.0 source = git+https://github.com/MagicStack/py-pgproto sha256sums = 9f9812ecd04ec04484d440a8e21436db91946867c2ec91303742db88f52ea9cf ===================================== PKGBUILD ===================================== @@ -12,8 +12,6 @@ license=(Apache-2.0) depends=( glibc python - python-async-timeout - python-typing_extensions ) makedepends=( cython View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-asyncpg/-/commit/103d388a627d70ffceacd213f4903f2073a07e75 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-asyncpg/-/commit/103d388a627d70ffceacd213f4903f2073a07e75 You're receiving this email because of your account on gitlab.archlinux.org.
