Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-cross-web
Commits: 53912ac1 by Robin Candau at 2026-04-13T16:34:58+02:00 upgpkg: 0.6.0-1: New upstream release https://github.com/usecross/cross-web/releases/tag/0.6.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-cross-web pkgdesc = A universal web framework adapter for Python that lets you write code once and use it across multiple web frameworks - pkgver = 0.5.0 - pkgrel = 2 + pkgver = 0.6.0 + pkgrel = 1 url = https://github.com/usecross/cross-web arch = any license = MIT @@ -21,7 +21,7 @@ pkgbase = python-cross-web depends = python-django depends = python-aiohttp depends = python-sanic - source = python-cross-web-0.5.0.tar.gz::https://github.com/usecross/cross-web/archive/refs/tags/0.5.0.tar.gz - sha256sums = d617ee53aaee47e657ecffba44879c3b9b92c330d5fd96cea1298387e67cc6d3 + source = python-cross-web-0.6.0.tar.gz::https://github.com/usecross/cross-web/archive/refs/tags/0.6.0.tar.gz + sha256sums = 3351a83db39791d79b21c97b1bac3c97ce222b5eca545489c03362a6230bdb76 pkgname = python-cross-web ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ pkgname=python-cross-web _pkgname=cross-web -pkgver=0.5.0 -pkgrel=2 +pkgver=0.6.0 +pkgrel=1 pkgdesc="A universal web framework adapter for Python that lets you write code once and use it across multiple web frameworks" url="https://github.com/usecross/cross-web" arch=('any') @@ -13,7 +13,7 @@ depends=('python' 'python-typing_extensions' 'python-fastapi' 'python-starlette' makedepends=('python-build' 'python-installer' 'python-hatchling' 'python-wheel') checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-django' 'python-httpx' 'python-python-multipart') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz") -sha256sums=('d617ee53aaee47e657ecffba44879c3b9b92c330d5fd96cea1298387e67cc6d3') +sha256sums=('3351a83db39791d79b21c97b1bac3c97ce222b5eca545489c03362a6230bdb76') build() { cd "${_pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cross-web/-/commit/53912ac15b46a29c96ed366201d7151ac85ce728 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cross-web/-/commit/53912ac15b46a29c96ed366201d7151ac85ce728 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
