Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-graphene
Commits: 985e2a91 by Jelle van der Waa at 2024-12-30T16:14:15+01:00 Remove python-six dependency https://github.com/graphql-python/graphene/commit/8e7d76bbce3eb8755bf4f3beba8b9d8b026c6424 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-graphene pkgdesc = GraphQL framework for Python pkgver = 3.3.0 - pkgrel = 3 + pkgrel = 4 url = https://graphene-python.org/ arch = any license = MIT @@ -10,7 +10,6 @@ pkgbase = python-graphene depends = python-aniso8601 depends = python-graphql-core depends = python-graphql-relay - depends = python-six source = python-graphene::git+https://github.com/graphql-python/graphene.git#tag=f5aba2c027df90e650accf136f3105eb601216c6 sha512sums = SKIP ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-graphene pkgver=3.3.0 -pkgrel=3 +pkgrel=4 pkgdesc='GraphQL framework for Python' arch=(any) url=https://graphene-python.org/ @@ -12,7 +12,6 @@ depends=( python-aniso8601 python-graphql-core python-graphql-relay - python-six ) makedepends=( git View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-graphene/-/commit/985e2a91dc86bdc8225392d4b5932d028de80928 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-graphene/-/commit/985e2a91dc86bdc8225392d4b5932d028de80928 You're receiving this email because of your account on gitlab.archlinux.org.
