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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 18:19:37
  Author: felixonmars
Revision: 521653

Python 3.8 rebuild

Modified:
  python-async-timeout/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 18:19:30 UTC (rev 521652)
+++ PKGBUILD2019-10-31 18:19:37 UTC (rev 521653)
@@ -6,7 +6,7 @@
 _pkgname=async-timeout
 pkgname=python-async-timeout
 pkgver=3.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Asyncio-compatible timeout class'
 url='https://github.com/aio-libs/async-timeout'
 arch=('any')


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

2019-10-25 Thread Evangelos Foutras via arch-commits
Date: Friday, October 25, 2019 @ 16:07:06
  Author: foutrelis
Revision: 519380

Python 3.8 rebuild

Modified:
  python-async-timeout/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 16:06:37 UTC (rev 519379)
+++ PKGBUILD2019-10-25 16:07:06 UTC (rev 519380)
@@ -6,7 +6,7 @@
 _pkgname=async-timeout
 pkgname=python-async-timeout
 pkgver=3.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Asyncio-compatible timeout class'
 url='https://github.com/aio-libs/async-timeout'
 arch=('any')


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

2018-10-15 Thread Levente Polyak via arch-commits
Date: Monday, October 15, 2018 @ 20:24:39
  Author: anthraxx
Revision: 394351

upgpkg: python-async-timeout 3.0.1-1

Modified:
  python-async-timeout/trunk/PKGBUILD

--+
 PKGBUILD |   19 +--
 1 file changed, 5 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-15 20:22:00 UTC (rev 394350)
+++ PKGBUILD2018-10-15 20:24:39 UTC (rev 394351)
@@ -5,8 +5,8 @@
 
 _pkgname=async-timeout
 pkgname=python-async-timeout
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.0.1
+pkgrel=1
 pkgdesc='Asyncio-compatible timeout class'
 url='https://github.com/aio-libs/async-timeout'
 arch=('any')
@@ -14,19 +14,10 @@
 depends=('python')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-asyncio' 
'python-pytest-aiohttp')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/async-timeout/archive/v${pkgver}.tar.gz
-
${pkgname}-python37.patch::https://github.com/aio-libs/async-timeout/pull/51.patch)
-sha256sums=('48341ca53e51d5e975154e14f3d75444355243482c7319bb95b727a487d92cc8'
-'1e0178049691d76ec8129a9c14cfcc5de39803168765fa1d7ddbb045da16548b')
-sha512sums=('23a697ef1aea14e74fdca2f1d18a0dd474caa623c452199da137db01692a28be9667f50d0253b61743fdff00bea2880fc59439f27ffc1a7257ce2d13fdab23a5'
-
'f0303da9e9b6b5f2dc311c19b9dc48f1726bdbf6796272e64ddc005df57b1d390fd9fffbf85938cb33445ad0d330485a4b5ec9153a1b5889146193d9cd8d00ab')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/async-timeout/archive/v${pkgver}.tar.gz)
+sha256sums=('d0a7a927ed6b922835e1b014dfcaa9982caccbb25131320582cc660af7c93949')
+sha512sums=('4fcf9bf199ac593e10a54800aabd6447425f2bcdf12bba3f16b7c4819e1d1b92c21f804007d003583e48cac3fd472e55ca805a5c25e238e78c3dfb217dc3f7a4')
 
-prepare() {
-  cd ${_pkgname}-${pkgver}
-  # https://github.com/aio-libs/async-timeout/pull/51
-  patch -p1 -i ../${pkgname}-python37.patch
-}
-
 build() {
   cd ${_pkgname}-${pkgver}
   python setup.py build


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

2018-07-17 Thread Eli Schwartz via arch-commits
Date: Wednesday, July 18, 2018 @ 05:31:55
  Author: eschwartz
Revision: 361745

upgpkg: python-async-timeout 3.0.0-2

python 3.7 rebuild

Modified:
  python-async-timeout/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 05:29:46 UTC (rev 361744)
+++ PKGBUILD2018-07-18 05:31:55 UTC (rev 361745)
@@ -6,7 +6,7 @@
 _pkgname=async-timeout
 pkgname=python-async-timeout
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Asyncio-compatible timeout class'
 url='https://github.com/aio-libs/async-timeout'
 arch=('any')
@@ -14,10 +14,19 @@
 depends=('python')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-asyncio' 
'python-pytest-aiohttp')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/async-timeout/archive/v${pkgver}.tar.gz)
-sha256sums=('48341ca53e51d5e975154e14f3d75444355243482c7319bb95b727a487d92cc8')
-sha512sums=('23a697ef1aea14e74fdca2f1d18a0dd474caa623c452199da137db01692a28be9667f50d0253b61743fdff00bea2880fc59439f27ffc1a7257ce2d13fdab23a5')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/async-timeout/archive/v${pkgver}.tar.gz
+
${pkgname}-python37.patch::https://github.com/aio-libs/async-timeout/pull/51.patch)
+sha256sums=('48341ca53e51d5e975154e14f3d75444355243482c7319bb95b727a487d92cc8'
+'1e0178049691d76ec8129a9c14cfcc5de39803168765fa1d7ddbb045da16548b')
+sha512sums=('23a697ef1aea14e74fdca2f1d18a0dd474caa623c452199da137db01692a28be9667f50d0253b61743fdff00bea2880fc59439f27ffc1a7257ce2d13fdab23a5'
+
'f0303da9e9b6b5f2dc311c19b9dc48f1726bdbf6796272e64ddc005df57b1d390fd9fffbf85938cb33445ad0d330485a4b5ec9153a1b5889146193d9cd8d00ab')
 
+prepare() {
+  cd ${_pkgname}-${pkgver}
+  # https://github.com/aio-libs/async-timeout/pull/51
+  patch -p1 -i ../${pkgname}-python37.patch
+}
+
 build() {
   cd ${_pkgname}-${pkgver}
   python setup.py build


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

2018-05-08 Thread Levente Polyak via arch-commits
Date: Wednesday, May 9, 2018 @ 00:01:42
  Author: anthraxx
Revision: 319737

upgpkg: python-async-timeout 3.0.0-1

Modified:
  python-async-timeout/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-08 23:57:59 UTC (rev 319736)
+++ PKGBUILD2018-05-09 00:01:42 UTC (rev 319737)
@@ -5,7 +5,7 @@
 
 _pkgname=async-timeout
 pkgname=python-async-timeout
-pkgver=2.0.1
+pkgver=3.0.0
 pkgrel=1
 pkgdesc='Asyncio-compatible timeout class'
 url='https://github.com/aio-libs/async-timeout'
@@ -15,8 +15,8 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-asyncio' 
'python-pytest-aiohttp')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/async-timeout/archive/v${pkgver}.tar.gz)
-sha256sums=('75a300199bb1bc11bb79a9ba7525a547ea0d3109000660e4ca57d4069b4544c3')
-sha512sums=('e3f3565cd5eb467b3e51a9e839d5a08002815e42cc442cba7db240dd265d1d9b21ae5ec4705a126aef46ec9ab4a3aa280a78ed012b222ea516f051228260455d')
+sha256sums=('48341ca53e51d5e975154e14f3d75444355243482c7319bb95b727a487d92cc8')
+sha512sums=('23a697ef1aea14e74fdca2f1d18a0dd474caa623c452199da137db01692a28be9667f50d0253b61743fdff00bea2880fc59439f27ffc1a7257ce2d13fdab23a5')
 
 build() {
   cd ${_pkgname}-${pkgver}


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

2018-03-14 Thread Levente Polyak via arch-commits
Date: Thursday, March 15, 2018 @ 02:33:28
  Author: anthraxx
Revision: 307901

upgpkg: python-async-timeout 2.0.1-1

Modified:
  python-async-timeout/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-15 02:31:55 UTC (rev 307900)
+++ PKGBUILD2018-03-15 02:33:28 UTC (rev 307901)
@@ -5,7 +5,7 @@
 
 _pkgname=async-timeout
 pkgname=python-async-timeout
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc='Asyncio-compatible timeout class'
 url='https://github.com/aio-libs/async-timeout'
@@ -15,8 +15,8 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-asyncio' 
'python-pytest-aiohttp')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/async-timeout/archive/v${pkgver}.tar.gz)
-sha256sums=('6209cdbaacdd592978f53e4c9466a423e72f26c226a15d0d46791f856aca1a0f')
-sha512sums=('e491308752cdba7c5fb569e59722b2bdb14a1a5f16866ad17b2546c55cee8782b00b16122e6c46dca704ff42459d454d3bfa8cfd8faffb2a6fc251f0080f975c')
+sha256sums=('75a300199bb1bc11bb79a9ba7525a547ea0d3109000660e4ca57d4069b4544c3')
+sha512sums=('e3f3565cd5eb467b3e51a9e839d5a08002815e42cc442cba7db240dd265d1d9b21ae5ec4705a126aef46ec9ab4a3aa280a78ed012b222ea516f051228260455d')
 
 build() {
   cd ${_pkgname}-${pkgver}
@@ -31,7 +31,7 @@
 
 package() {
   cd ${_pkgname}-${pkgver}
-  python setup.py install --skip-build -O1 --root="${pkgdir}"
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
 }
 
 # vim: ts=2 sw=2 et:


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

2017-10-09 Thread Levente Polyak
Date: Monday, October 9, 2017 @ 18:41:37
  Author: anthraxx
Revision: 262235

upgpkg: python-async-timeout 2.0.0-1

Modified:
  python-async-timeout/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-09 18:24:41 UTC (rev 262234)
+++ PKGBUILD2017-10-09 18:41:37 UTC (rev 262235)
@@ -5,7 +5,7 @@
 
 _pkgname=async-timeout
 pkgname=python-async-timeout
-pkgver=1.4.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc='Asyncio-compatible timeout class'
 url='https://github.com/aio-libs/async-timeout'
@@ -13,9 +13,10 @@
 license=('Apache')
 depends=('python')
 makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-asyncio' 
'python-pytest-aiohttp')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/async-timeout/archive/v${pkgver}.tar.gz)
-sha256sums=('627366ef67f2a5dcab7e7d672794db3c70bddaac13d200a21883c37578b85221')
-sha512sums=('82b67cdc0bf791936a3d775cfa7594d7ef6a21c3b0b5390901577aa4a4f24435b7fcabf9550fbfb36ee5739df0d9c98e4cda4d1e3f71eb8e2c5a8f2afd1ce48b')
+sha256sums=('6209cdbaacdd592978f53e4c9466a423e72f26c226a15d0d46791f856aca1a0f')
+sha512sums=('e491308752cdba7c5fb569e59722b2bdb14a1a5f16866ad17b2546c55cee8782b00b16122e6c46dca704ff42459d454d3bfa8cfd8faffb2a6fc251f0080f975c')
 
 build() {
   cd ${_pkgname}-${pkgver}
@@ -22,6 +23,12 @@
   python setup.py build
 }
 
+check() {
+  cd ${_pkgname}-${pkgver}
+  PYTHONPATH=. py.test tests
+}
+
+
 package() {
   cd ${_pkgname}-${pkgver}
   python setup.py install --skip-build -O1 --root="${pkgdir}"


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

2017-09-11 Thread Levente Polyak
Date: Monday, September 11, 2017 @ 14:36:02
  Author: anthraxx
Revision: 256929

upgpkg: python-async-timeout 1.4.0-1

Modified:
  python-async-timeout/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-11 14:20:57 UTC (rev 256928)
+++ PKGBUILD2017-09-11 14:36:02 UTC (rev 256929)
@@ -5,7 +5,7 @@
 
 _pkgname=async-timeout
 pkgname=python-async-timeout
-pkgver=1.3.0
+pkgver=1.4.0
 pkgrel=1
 pkgdesc='Asyncio-compatible timeout class'
 url='https://github.com/aio-libs/async-timeout'
@@ -14,8 +14,8 @@
 depends=('python')
 makedepends=('python-setuptools')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/async-timeout/archive/v${pkgver}.tar.gz)
-sha256sums=('31b7d8e5c89870d0002c6faad79e39fcae9228523b33d3d0c84c0330b91c4b59')
-sha512sums=('b2f8fee2589f46d67adefd30378f9d7b1a6d92f371ffbbe7b82fb9a34b9948c8d857a81152a097531ec7a6388a7bd1a1d55451bd104aa62c1df7af7fecaf7e14')
+sha256sums=('627366ef67f2a5dcab7e7d672794db3c70bddaac13d200a21883c37578b85221')
+sha512sums=('82b67cdc0bf791936a3d775cfa7594d7ef6a21c3b0b5390901577aa4a4f24435b7fcabf9550fbfb36ee5739df0d9c98e4cda4d1e3f71eb8e2c5a8f2afd1ce48b')
 
 build() {
   cd ${_pkgname}-${pkgver}


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

2017-08-23 Thread Levente Polyak
Date: Wednesday, August 23, 2017 @ 21:06:49
  Author: anthraxx
Revision: 253105

upgpkg: python-async-timeout 1.3.0-1

Modified:
  python-async-timeout/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-23 20:53:37 UTC (rev 253104)
+++ PKGBUILD2017-08-23 21:06:49 UTC (rev 253105)
@@ -5,8 +5,8 @@
 
 _pkgname=async-timeout
 pkgname=python-async-timeout
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
 pkgdesc='Asyncio-compatible timeout class'
 url='https://github.com/aio-libs/async-timeout'
 arch=('any')
@@ -14,8 +14,8 @@
 depends=('python')
 makedepends=('python-setuptools')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/async-timeout/archive/v${pkgver}.tar.gz)
-sha256sums=('840ca2fb8237faa2251ecccdd8b5180d6f9f2d92df6068e77ea823642fcc75d4')
-sha512sums=('f7109447ad7565f0caf0b0d561c934e0a79db471aeb78e5030e2e959af67749044e08bfb29ab32d10e8a9ca7dabb3194ac12cee18d3b1b4d7c3663221bade052')
+sha256sums=('31b7d8e5c89870d0002c6faad79e39fcae9228523b33d3d0c84c0330b91c4b59')
+sha512sums=('b2f8fee2589f46d67adefd30378f9d7b1a6d92f371ffbbe7b82fb9a34b9948c8d857a81152a097531ec7a6388a7bd1a1d55451bd104aa62c1df7af7fecaf7e14')
 
 build() {
   cd ${_pkgname}-${pkgver}