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

2019-11-04 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 08:14:19
  Author: felixonmars
Revision: 523638

Python 3.8 rebuild

Modified:
  python-pytest-aiohttp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 08:14:17 UTC (rev 523637)
+++ PKGBUILD2019-11-04 08:14:19 UTC (rev 523638)
@@ -3,7 +3,7 @@
 _pkgname=pytest-aiohttp
 pkgname=python-pytest-aiohttp
 pkgver=0.3.0
-pkgrel=3
+pkgrel=4
 pkgdesc='pytest plugin for aiohttp support'
 url='https://github.com/aio-libs/pytest-aiohttp'
 arch=('any')


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

2019-10-26 Thread Felix Yan via arch-commits
Date: Saturday, October 26, 2019 @ 20:52:54
  Author: felixonmars
Revision: 520651

Python 3.8 rebuild

Modified:
  python-pytest-aiohttp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 20:52:47 UTC (rev 520650)
+++ PKGBUILD2019-10-26 20:52:54 UTC (rev 520651)
@@ -3,7 +3,7 @@
 _pkgname=pytest-aiohttp
 pkgname=python-pytest-aiohttp
 pkgver=0.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc='pytest plugin for aiohttp support'
 url='https://github.com/aio-libs/pytest-aiohttp'
 arch=('any')


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

2018-07-17 Thread Felix Yan via arch-commits
Date: Wednesday, July 18, 2018 @ 01:45:59
  Author: felixonmars
Revision: 361201

Python 3.7 rebuild

Modified:
  python-pytest-aiohttp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 01:45:58 UTC (rev 361200)
+++ PKGBUILD2018-07-18 01:45:59 UTC (rev 361201)
@@ -3,7 +3,7 @@
 _pkgname=pytest-aiohttp
 pkgname=python-pytest-aiohttp
 pkgver=0.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='pytest plugin for aiohttp support'
 url='https://github.com/aio-libs/pytest-aiohttp'
 arch=('any')


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

2017-12-13 Thread Levente Polyak via arch-commits
Date: Wednesday, December 13, 2017 @ 20:59:20
  Author: anthraxx
Revision: 274301

upgpkg: python-pytest-aiohttp 0.3.0-1

Modified:
  python-pytest-aiohttp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-13 20:56:54 UTC (rev 274300)
+++ PKGBUILD2017-12-13 20:59:20 UTC (rev 274301)
@@ -2,7 +2,7 @@
 
 _pkgname=pytest-aiohttp
 pkgname=python-pytest-aiohttp
-pkgver=0.1.3
+pkgver=0.3.0
 pkgrel=1
 pkgdesc='pytest plugin for aiohttp support'
 url='https://github.com/aio-libs/pytest-aiohttp'
@@ -10,8 +10,8 @@
 license=('Apache')
 depends=('python' 'python-pytest' 'python-aiohttp' 'python-py')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/pytest-aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('042a9c5d0ef1df9339a649134b5098c6f798251b55e212590f42c7ca21c121b7')
-sha512sums=('0dc338e5d09704f764d83833fd33243a7713c1b12264efff09c19b1c3ad48acbef7bed44e9a942c9610b1bf26680b79b0667fb6222907d3a2425723713a4994d')
+sha256sums=('3fd27fa5dea3251e310cadc8848d179ea1fc487ac5aa0ce2d0aa911864e8f221')
+sha512sums=('85d0eea72de85269ee64af99c26b195fd135d75ae809a97f120784600d7cbe15d2e32b0285602a68d4800e1099a17725b54b8f53657962847ec1cd5ef2ff4b69')
 
 build() {
   cd ${_pkgname}-${pkgver}