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

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 14:37:48
  Author: foutrelis
Revision: 751956

upgpkg: python-trio 0.17.0-3: Python 3.9 rebuild

Modified:
  python-trio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 14:37:46 UTC (rev 751955)
+++ PKGBUILD2020-11-12 14:37:48 UTC (rev 751956)
@@ -2,7 +2,7 @@
 
 pkgname=python-trio
 pkgver=0.17.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A friendly Python library for async concurrency and I/O'
 arch=(any)
 url=https://github.com/python-trio/trio


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

2020-11-09 Thread Felix Yan via arch-commits
Date: Monday, November 9, 2020 @ 20:13:17
  Author: felixonmars
Revision: 748155

upgpkg: python-trio 0.17.0-2: Python 3.9 rebuild

Modified:
  python-trio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 20:13:15 UTC (rev 748154)
+++ PKGBUILD2020-11-09 20:13:17 UTC (rev 748155)
@@ -2,7 +2,7 @@
 
 pkgname=python-trio
 pkgver=0.17.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A friendly Python library for async concurrency and I/O'
 arch=(any)
 url=https://github.com/python-trio/trio


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

2020-09-20 Thread Maxime Gauduin via arch-commits
Date: Sunday, September 20, 2020 @ 08:35:26
  Author: alucryd
Revision: 710938

upgpkg: python-trio 0.17.0-1

Modified:
  python-trio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-20 08:35:12 UTC (rev 710937)
+++ PKGBUILD2020-09-20 08:35:26 UTC (rev 710938)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-trio
-pkgver=0.16.0
+pkgver=0.17.0
 pkgrel=1
 pkgdesc='A friendly Python library for async concurrency and I/O'
 arch=(any)
@@ -21,7 +21,7 @@
   python-setuptools
 )
 provides=(python-multio-provider)
-_tag=7ef6f09f79ec3ce3ba8c3658cfa79457c55952ed
+_tag=d0362a1a0c1d765f2e2f0e3db22df7ffe5d4380d
 source=(git+https://github.com/python-trio/trio.git#tag=${_tag})
 sha256sums=('SKIP')
 


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

2020-06-13 Thread Maxime Gauduin via arch-commits
Date: Saturday, June 13, 2020 @ 08:42:06
  Author: alucryd
Revision: 642840

upgpkg: python-trio 0.16.0-1

Modified:
  python-trio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-13 08:41:48 UTC (rev 642839)
+++ PKGBUILD2020-06-13 08:42:06 UTC (rev 642840)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-trio
-pkgver=0.15.1
+pkgver=0.16.0
 pkgrel=1
 pkgdesc='A friendly Python library for async concurrency and I/O'
 arch=(any)
@@ -21,7 +21,8 @@
   python-setuptools
 )
 provides=(python-multio-provider)
-source=(git+https://github.com/python-trio/trio.git#tag=9f4b571141c15a41860e09570865fd7a041a4e5d)
+_tag=7ef6f09f79ec3ce3ba8c3658cfa79457c55952ed
+source=(git+https://github.com/python-trio/trio.git#tag=${_tag})
 sha256sums=('SKIP')
 
 pkgver() {


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

2020-05-28 Thread Maxime Gauduin via arch-commits
Date: Thursday, May 28, 2020 @ 08:09:58
  Author: alucryd
Revision: 636189

upgpkg: python-trio 0.15.1-1

Modified:
  python-trio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-28 08:09:44 UTC (rev 636188)
+++ PKGBUILD2020-05-28 08:09:58 UTC (rev 636189)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-trio
-pkgver=0.14.0
+pkgver=0.15.1
 pkgrel=1
 pkgdesc='A friendly Python library for async concurrency and I/O'
 arch=(any)
@@ -21,7 +21,7 @@
   python-setuptools
 )
 provides=(python-multio-provider)
-source=(git+https://github.com/python-trio/trio.git#tag=7fa11bdbcfee1c65d0bff590337ed4355ebbe44b)
+source=(git+https://github.com/python-trio/trio.git#tag=9f4b571141c15a41860e09570865fd7a041a4e5d)
 sha256sums=('SKIP')
 
 pkgver() {


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

2020-05-05 Thread Maxime Gauduin via arch-commits
Date: Tuesday, May 5, 2020 @ 11:14:52
  Author: alucryd
Revision: 624917

upgpkg: python-trio 0.14.0-1

Modified:
  python-trio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 11:14:34 UTC (rev 624916)
+++ PKGBUILD2020-05-05 11:14:52 UTC (rev 624917)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-trio
-pkgver=0.13.0
+pkgver=0.14.0
 pkgrel=1
 pkgdesc='A friendly Python library for async concurrency and I/O'
 arch=(any)
@@ -21,7 +21,7 @@
   python-setuptools
 )
 provides=(python-multio-provider)
-source=(git+https://github.com/python-trio/trio.git#tag=d47e018d84862eecd9a896bf127159436a473494)
+source=(git+https://github.com/python-trio/trio.git#tag=7fa11bdbcfee1c65d0bff590337ed4355ebbe44b)
 sha256sums=('SKIP')
 
 pkgver() {


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

2019-11-11 Thread Maxime Gauduin via arch-commits
Date: Monday, November 11, 2019 @ 12:16:52
  Author: alucryd
Revision: 526671

upgpkg: python-trio 0.13.0-1

Modified:
  python-trio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-11 12:16:13 UTC (rev 526670)
+++ PKGBUILD2019-11-11 12:16:52 UTC (rev 526671)
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-trio
-pkgver=0.12.1
-pkgrel=3
+pkgver=0.13.0
+pkgrel=1
 pkgdesc='A friendly Python library for async concurrency and I/O'
 arch=(any)
 url=https://github.com/python-trio/trio
@@ -21,9 +21,15 @@
   python-setuptools
 )
 provides=(python-multio-provider)
-source=(git+https://github.com/python-trio/trio.git#tag=v${pkgver})
+source=(git+https://github.com/python-trio/trio.git#tag=d47e018d84862eecd9a896bf127159436a473494)
 sha256sums=('SKIP')
 
+pkgver() {
+  cd trio
+
+  git describe --tags | sed 's/^v//'
+}
+
 build() {
   cd trio
 


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Sunday, November 3, 2019 @ 21:49:18
  Author: felixonmars
Revision: 522710

Python 3.8 rebuild

Modified:
  python-trio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 21:49:14 UTC (rev 522709)
+++ PKGBUILD2019-11-03 21:49:18 UTC (rev 522710)
@@ -2,7 +2,7 @@
 
 pkgname=python-trio
 pkgver=0.12.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A friendly Python library for async concurrency and I/O'
 arch=(any)
 url=https://github.com/python-trio/trio


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

2019-10-26 Thread Evangelos Foutras via arch-commits
Date: Saturday, October 26, 2019 @ 14:44:16
  Author: foutrelis
Revision: 520361

Python 3.8 rebuild

Modified:
  python-trio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 14:43:27 UTC (rev 520360)
+++ PKGBUILD2019-10-26 14:44:16 UTC (rev 520361)
@@ -2,7 +2,7 @@
 
 pkgname=python-trio
 pkgver=0.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A friendly Python library for async concurrency and I/O'
 arch=(any)
 url=https://github.com/python-trio/trio


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

2019-08-01 Thread Maxime Gauduin via arch-commits
Date: Thursday, August 1, 2019 @ 19:36:34
  Author: alucryd
Revision: 496467

upgpkg: python-trio 0.12.1-1

Modified:
  python-trio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-01 19:35:46 UTC (rev 496466)
+++ PKGBUILD2019-08-01 19:36:34 UTC (rev 496467)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-trio
-pkgver=0.11.0
+pkgver=0.12.1
 pkgrel=1
 pkgdesc='A friendly Python library for async concurrency and I/O'
 arch=(any)
@@ -22,7 +22,7 @@
 )
 provides=(python-multio-provider)
 source=(git+https://github.com/python-trio/trio.git#tag=v${pkgver})
-sha256sums=(SKIP)
+sha256sums=('SKIP')
 
 build() {
   cd trio