Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-httpx-aiohttp
Commits: e195e0b0 by Carl Smedstad at 2025-10-15T21:49:19+02:00 upgpkg: 0.1.9-1: Upstream release https://github.com/karpetrosyan/httpx-aiohttp/releases/tag/0.1.9 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-httpx-aiohttp pkgdesc = aiohttp-powered httpx client - pkgver = 0.1.8 + pkgver = 0.1.9 pkgrel = 1 url = https://github.com/karpetrosyan/httpx-aiohttp arch = any @@ -23,7 +23,7 @@ pkgbase = python-httpx-aiohttp depends = python depends = python-aiohttp depends = python-httpx - source = git+https://github.com/karpetrosyan/httpx-aiohttp.git#tag=0.1.8 - b2sums = d6ff34a14839668eaa82d280cac0bc1444674c39c174e92cc866610ad976585b16e41105f37a630df3569d13901872eedd3606644ca25991dbadd7fc481098c1 + source = git+https://github.com/karpetrosyan/httpx-aiohttp.git#tag=0.1.9 + b2sums = 49ef6ea4b1332f41944ec6f224059bbb3604a6c0391d6daf8cf28b424b8bfd49571422487b43bdeb0f9f69057d03d02426d958b5f6be5260dfbdf464873a5036 pkgname = python-httpx-aiohttp ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=python-httpx-aiohttp -pkgver=0.1.8 +pkgver=0.1.9 pkgrel=1 pkgdesc='aiohttp-powered httpx client' arch=(any) @@ -32,7 +32,7 @@ checkdepends=( uvicorn ) source=("git+$url.git#tag=$pkgver") -b2sums=('d6ff34a14839668eaa82d280cac0bc1444674c39c174e92cc866610ad976585b16e41105f37a630df3569d13901872eedd3606644ca25991dbadd7fc481098c1') +b2sums=('49ef6ea4b1332f41944ec6f224059bbb3604a6c0391d6daf8cf28b424b8bfd49571422487b43bdeb0f9f69057d03d02426d958b5f6be5260dfbdf464873a5036') prepare() { cd "$srcdir/${pkgname#python-}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpx-aiohttp/-/commit/e195e0b01d466f33de231faa7e7c48750d40ed2b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-httpx-aiohttp/-/commit/e195e0b01d466f33de231faa7e7c48750d40ed2b You're receiving this email because of your account on gitlab.archlinux.org.
