Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
python-graphql-core
Commits:
24c95ae3 by Maxime Gauduin at 2026-06-08T20:51:00+02:00
upgpkg: 3.2.11-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-graphql-core
pkgdesc = GraphQL base implementation for Python
- pkgver = 3.2.8
+ pkgver = 3.2.11
pkgrel = 1
url = https://github.com/graphql-python/graphql-core
arch = any
@@ -15,7 +15,8 @@ pkgbase = python-graphql-core
makedepends = python-setuptools
makedepends = python-wheel
depends = python
- source =
git+https://github.com/graphql-python/graphql-core.git#tag=a78b5482ca586d10ecaa718ba7ee95564451ffa4
- sha256sums =
6fd2537fb3c8e88ac36bd6f85999112f402c0c54c64f7c0bd781113d56e3bc6f
+ depends = python-typing_extensions
+ source =
git+https://github.com/graphql-python/graphql-core.git#tag=v3.2.11
+ sha256sums =
ba9ab96b7762b8d667726f077a3dc16dac7a53151928db8bb69a256b9b2f5bd7
pkgname = python-graphql-core
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <[email protected]>
pkgname=python-graphql-core
-pkgver=3.2.8
+pkgver=3.2.11
pkgrel=1
pkgdesc='GraphQL base implementation for Python'
url=https://github.com/graphql-python/graphql-core
@@ -9,6 +9,7 @@ arch=(any)
license=(MIT)
depends=(
python
+ python-typing_extensions
)
makedepends=(
git
@@ -23,14 +24,8 @@ checkdepends=(
python-pytest-asyncio
python-pytest-benchmark
)
-_tag=a78b5482ca586d10ecaa718ba7ee95564451ffa4
-source=(git+https://github.com/graphql-python/graphql-core.git#tag=${_tag})
-sha256sums=('6fd2537fb3c8e88ac36bd6f85999112f402c0c54c64f7c0bd781113d56e3bc6f')
-
-pkgver() {
- cd graphql-core
- git describe --tags | sed 's/^v//'
-}
+source=(git+https://github.com/graphql-python/graphql-core.git#tag=v${pkgver})
+sha256sums=('ba9ab96b7762b8d667726f077a3dc16dac7a53151928db8bb69a256b9b2f5bd7')
prepare() {
cd graphql-core
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-graphql-core/-/commit/24c95ae3a5c3113ae4d8420c8c732fe3f41e9912
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-graphql-core/-/commit/24c95ae3a5c3113ae4d8420c8c732fe3f41e9912
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