Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
python-graphene
Commits:
c4119c63 by Maxime Gauduin at 2025-01-01T22:55:36+01:00
upgpkg: 3.4.3-1
- - - - -
80387758 by Maxime Gauduin at 2025-01-01T22:56:25+01:00
upgpkg: 3.4.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-graphene
pkgdesc = GraphQL framework for Python
- pkgver = 3.3.0
- pkgrel = 4
+ pkgver = 3.4.3
+ pkgrel = 1
url = https://graphene-python.org/
arch = any
license = MIT
@@ -10,7 +10,7 @@ pkgbase = python-graphene
depends = python-aniso8601
depends = python-graphql-core
depends = python-graphql-relay
- source =
python-graphene::git+https://github.com/graphql-python/graphene.git#tag=f5aba2c027df90e650accf136f3105eb601216c6
- sha512sums = SKIP
+ source =
python-graphene::git+https://github.com/graphql-python/graphene.git#tag=82903263080b3b7f22c2ad84319584d7a3b1a1f6
+ sha512sums =
6aca82c74222f0c70f1bbecb6781405e756456a6a1dbf63b21adebdafef2db93f3774662339b66d5cbe41d0f394b5d4289f5436a14bd75ee4fbc4bc997d195bf
pkgname = python-graphene
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Sven Schneider <[email protected]>
pkgname=python-graphene
-pkgver=3.3.0
-pkgrel=4
+pkgver=3.4.3
+pkgrel=1
pkgdesc='GraphQL framework for Python'
arch=(any)
url=https://graphene-python.org/
@@ -17,9 +17,9 @@ makedepends=(
git
python-setuptools
)
-_tag=f5aba2c027df90e650accf136f3105eb601216c6
+_tag=82903263080b3b7f22c2ad84319584d7a3b1a1f6
source=(python-graphene::git+https://github.com/graphql-python/graphene.git#tag=${_tag})
-sha512sums=(SKIP)
+sha512sums=('6aca82c74222f0c70f1bbecb6781405e756456a6a1dbf63b21adebdafef2db93f3774662339b66d5cbe41d0f394b5d4289f5436a14bd75ee4fbc4bc997d195bf')
pkgver() {
cd python-graphene
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-graphene/-/compare/985e2a91dc86bdc8225392d4b5932d028de80928...8038775853f90ea9338bcda40c45e706f64637b1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-graphene/-/compare/985e2a91dc86bdc8225392d4b5932d028de80928...8038775853f90ea9338bcda40c45e706f64637b1
You're receiving this email because of your account on gitlab.archlinux.org.