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

2020-11-12 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 19:05:29
  Author: felixonmars
Revision: 753335

upgpkg: python-pytest-trio 0.7.0-3: Python 3.9 rebuild

Modified:
  python-pytest-trio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 19:05:02 UTC (rev 753334)
+++ PKGBUILD2020-11-12 19:05:29 UTC (rev 753335)
@@ -2,7 +2,7 @@
 
 pkgname=python-pytest-trio
 pkgver=0.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Pytest plugin for Trio'
 arch=(any)
 url=https://github.com/python-trio/pytest-trio


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

2020-10-16 Thread Maxime Gauduin via arch-commits
Date: Friday, October 16, 2020 @ 06:40:00
  Author: alucryd
Revision: 724322

upgpkg: python-pytest-trio 0.7.0-1

Modified:
  python-pytest-trio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-16 06:36:21 UTC (rev 724321)
+++ PKGBUILD2020-10-16 06:40:00 UTC (rev 724322)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-pytest-trio
-pkgver=0.6.0
+pkgver=0.7.0
 pkgrel=1
 pkgdesc='Pytest plugin for Trio'
 arch=(any)
@@ -25,7 +25,8 @@
   python-pytest-cov
   python-trio-asyncio
 )
-source=(git+https://github.com/python-trio/pytest-trio.git#tag=8a719e611fa1f6d3facfb718192bc51fe55a2482)
+_tag=51035fd839f873b470b33bac8bac6b7c1434b5b1
+source=(git+https://github.com/python-trio/pytest-trio.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {


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

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

upgpkg: python-pytest-trio 0.6.0-1

Modified:
  python-pytest-trio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-28 08:07:08 UTC (rev 636184)
+++ PKGBUILD2020-05-28 08:09:13 UTC (rev 636185)
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=python-pytest-trio
-pkgver=0.5.2
-pkgrel=2
+pkgver=0.6.0
+pkgrel=1
 pkgdesc='Pytest plugin for Trio'
 arch=(any)
 url=https://github.com/python-trio/pytest-trio
@@ -25,9 +25,15 @@
   python-pytest-cov
   python-trio-asyncio
 )
-source=(git+https://github.com/python-trio/pytest-trio.git#tag=v${pkgver})
+source=(git+https://github.com/python-trio/pytest-trio.git#tag=8a719e611fa1f6d3facfb718192bc51fe55a2482)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd pytest-trio
+
+  git describe --tags | sed 's/^v//'
+}
+
 build() {
   cd pytest-trio
   sed -i '/pytest.RemovedInPytest4Warning/d' pytest_trio/_tests/conftest.py


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

2019-11-09 Thread Felix Yan via arch-commits
Date: Sunday, November 10, 2019 @ 02:34:47
  Author: felixonmars
Revision: 524920

Python 3.8 rebuild

Modified:
  python-pytest-trio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-10 02:33:54 UTC (rev 524919)
+++ PKGBUILD2019-11-10 02:34:47 UTC (rev 524920)
@@ -2,7 +2,7 @@
 
 pkgname=python-pytest-trio
 pkgver=0.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Pytest plugin for Trio'
 arch=(any)
 url=https://github.com/python-trio/pytest-trio


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

2019-11-09 Thread Felix Yan via arch-commits
Date: Sunday, November 10, 2019 @ 02:33:54
  Author: felixonmars
Revision: 524919

remove broken warnings temporarily

Modified:
  python-pytest-trio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-10 00:14:22 UTC (rev 524918)
+++ PKGBUILD2019-11-10 02:33:54 UTC (rev 524919)
@@ -30,6 +30,7 @@
 
 build() {
   cd pytest-trio
+  sed -i '/pytest.RemovedInPytest4Warning/d' pytest_trio/_tests/conftest.py
 
   python setup.py build
 }