[arch-commits] Commit in python-graphene/trunk (PKGBUILD)

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 17:34:53
  Author: foutrelis
Revision: 752683

upgpkg: python-graphene 3.0.0b6-3: Python 3.9 rebuild

Modified:
  python-graphene/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 17:34:52 UTC (rev 752682)
+++ PKGBUILD2020-11-12 17:34:53 UTC (rev 752683)
@@ -3,7 +3,7 @@
 
 pkgname=python-graphene
 pkgver=3.0.0b6
-pkgrel=2
+pkgrel=3
 pkgdesc='GraphQL framework for Python'
 arch=(any)
 url=https://graphene-python.org/


[arch-commits] Commit in python-graphene/trunk (PKGBUILD)

2020-10-22 Thread Maxime Gauduin via arch-commits
Date: Thursday, October 22, 2020 @ 06:31:31
  Author: alucryd
Revision: 728782

upgpkg: python-graphene 3.0.0b6-1

Modified:
  python-graphene/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-22 06:31:12 UTC (rev 728781)
+++ PKGBUILD2020-10-22 06:31:31 UTC (rev 728782)
@@ -2,7 +2,7 @@
 # Contributor: Sven Schneider 
 
 pkgname=python-graphene
-pkgver=3.0.0b5
+pkgver=3.0.0b6
 pkgrel=1
 pkgdesc='GraphQL framework for Python'
 arch=(any)
@@ -18,7 +18,7 @@
   git
   python-setuptools
 )
-_tag=29dd3f83916826eb302cf346dd7e73abe7f2517a
+_tag=84582eb3749a3f56968facfc4c7d41f5887a9b0a
 source=(git+https://github.com/graphql-python/graphene.git#tag=${_tag})
 sha512sums=(SKIP)
 


[arch-commits] Commit in python-graphene/trunk (PKGBUILD)

2020-10-16 Thread Maxime Gauduin via arch-commits
Date: Friday, October 16, 2020 @ 06:34:04
  Author: alucryd
Revision: 724318

upgpkg: python-graphene 3.0.0b5-1

Modified:
  python-graphene/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-16 06:12:23 UTC (rev 724317)
+++ PKGBUILD2020-10-16 06:34:04 UTC (rev 724318)
@@ -2,7 +2,7 @@
 # Contributor: Sven Schneider 
 
 pkgname=python-graphene
-pkgver=3.0.0b2
+pkgver=3.0.0b5
 pkgrel=1
 pkgdesc='GraphQL framework for Python'
 arch=(any)
@@ -18,7 +18,8 @@
   git
   python-setuptools
 )
-source=(git+https://github.com/graphql-python/graphene.git#tag=df67e691298fd06568e22215cfb5901c883ed4e1)
+_tag=29dd3f83916826eb302cf346dd7e73abe7f2517a
+source=(git+https://github.com/graphql-python/graphene.git#tag=${_tag})
 sha512sums=(SKIP)
 
 pkgver() {


[arch-commits] Commit in python-graphene/trunk (PKGBUILD)

2020-05-30 Thread Maxime Gauduin via arch-commits
Date: Saturday, May 30, 2020 @ 13:30:36
  Author: alucryd
Revision: 637425

upgpkg: python-graphene 3.0.0b2-1

Modified:
  python-graphene/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-30 13:28:54 UTC (rev 637424)
+++ PKGBUILD2020-05-30 13:30:36 UTC (rev 637425)
@@ -2,8 +2,8 @@
 # Contributor: Sven Schneider 
 
 pkgname=python-graphene
-pkgver=2.1.3
-pkgrel=2
+pkgver=3.0.0b2
+pkgrel=1
 pkgdesc='GraphQL framework for Python'
 arch=(any)
 url=https://graphene-python.org/
@@ -18,9 +18,15 @@
   git
   python-setuptools
 )
-source=(git+https://github.com/graphql-python/graphene.git#tag=v${pkgver})
+source=(git+https://github.com/graphql-python/graphene.git#tag=df67e691298fd06568e22215cfb5901c883ed4e1)
 sha512sums=(SKIP)
 
+pkgver() {
+  cd graphene
+
+  git describe --tags | sed 's/^v//'
+}
+
 build() {
   cd graphene
 


[arch-commits] Commit in python-graphene/trunk (PKGBUILD)

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 02:33:15
  Author: felixonmars
Revision: 523015

Python 3.8 rebuild

Modified:
  python-graphene/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 02:32:21 UTC (rev 523014)
+++ PKGBUILD2019-11-04 02:33:15 UTC (rev 523015)
@@ -3,7 +3,7 @@
 
 pkgname=python-graphene
 pkgver=2.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc='GraphQL framework for Python'
 arch=(any)
 url=https://graphene-python.org/