Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-strawberry-graphql
Commits: c16f6b65 by Robin Candau at 2026-05-14T14:43:00+02:00 upgpkg: 0.315.5-1: New upstream release https://github.com/strawberry-graphql/strawberry/releases/tag/0.315.5 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-strawberry-graphql pkgdesc = A GraphQL library for Python that leverages type annotations - pkgver = 0.315.4 + pkgver = 0.315.5 pkgrel = 1 url = https://strawberry.rocks arch = any @@ -16,7 +16,7 @@ pkgbase = python-strawberry-graphql depends = python-rich depends = python-typing_extensions depends = python-pygments - source = python-strawberry-graphql-0.315.4.tar.gz::https://github.com/strawberry-graphql/strawberry/archive/refs/tags/0.315.4.tar.gz - sha256sums = 0ef4dc844008b068d37b874b23e2871c4f3c6d624ab4805e8151570464e366e6 + source = python-strawberry-graphql-0.315.5.tar.gz::https://github.com/strawberry-graphql/strawberry/archive/refs/tags/0.315.5.tar.gz + sha256sums = 4394eadf7348773f59b705b40cb62d33e3bbed434c9afc5e2948f565bf3ff9e7 pkgname = python-strawberry-graphql ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-strawberry-graphql _pkgname=strawberry -pkgver=0.315.4 +pkgver=0.315.5 pkgrel=1 pkgdesc="A GraphQL library for Python that leverages type annotations" url="https://strawberry.rocks" @@ -13,7 +13,7 @@ depends=('python' 'python-graphql-core' 'python-dateutil' 'python-packaging' 'python-cross-web' 'python-rich' 'python-typing_extensions' 'python-pygments') makedepends=('python-build' 'python-installer' 'python-uv-build') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/strawberry-graphql/strawberry/archive/refs/tags/${pkgver}.tar.gz") -sha256sums=('0ef4dc844008b068d37b874b23e2871c4f3c6d624ab4805e8151570464e366e6') +sha256sums=('4394eadf7348773f59b705b40cb62d33e3bbed434c9afc5e2948f565bf3ff9e7') build() { cd "${_pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-strawberry-graphql/-/commit/c16f6b65cb9cb1efe9005557542f326e6164eaa3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-strawberry-graphql/-/commit/c16f6b65cb9cb1efe9005557542f326e6164eaa3 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
