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

2020-11-26 Thread Felix Yan via arch-commits
Date: Thursday, November 26, 2020 @ 17:36:56
  Author: felixonmars
Revision: 763688

upgpkg: python-h2 4.0.0-1

Modified:
  python-h2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-26 17:34:32 UTC (rev 763687)
+++ PKGBUILD2020-11-26 17:36:56 UTC (rev 763688)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-h2
-pkgver=3.2.0
-pkgrel=4
+pkgver=4.0.0
+pkgrel=1
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')
 license=('MIT')
@@ -9,9 +9,9 @@
 url="https://hyper.rtfd.org";
 depends=('python-hpack' 'python-hyperframe')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-hypothesis')
+checkdepends=('python-pytest-runner' 'python-hypothesis')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-hyper/hyper-h2/archive/v$pkgver.tar.gz";)
-sha512sums=('103a4ea2cd29037ce03ae676864125b4111c7d31a82bbbe7028557da886d88fb5363d885f08d5d3f68dfa29013b7b03350cc0cb4d9dddf32735e98dae5d7fc7c')
+sha512sums=('84578174a13782897f9286c62d450eaf11aa71c01c96b8660179cd2df77618dc1a6c4b354b2bc5731cd21c4709c8c0a8282a859a98c4a62a7295b6dfd1b5cfb2')
 
 build() {
   cd hyper-h2-$pkgver
@@ -20,7 +20,7 @@
 
 check() {
   cd hyper-h2-$pkgver
-  python -m pytest
+  python setup.py pytest
 }
 
 package() {


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

2020-11-11 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 15:12:43
  Author: foutrelis
Revision: 750980

upgpkg: python-h2 3.2.0-4: Python 3.9 rebuild

Modified:
  python-h2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 15:12:42 UTC (rev 750979)
+++ PKGBUILD2020-11-11 15:12:43 UTC (rev 750980)
@@ -2,7 +2,7 @@
 
 pkgname=python-h2
 pkgver=3.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')
 license=('MIT')


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

2020-11-09 Thread Felix Yan via arch-commits
Date: Monday, November 9, 2020 @ 16:48:48
  Author: felixonmars
Revision: 747558

upgpkg: python-h2 3.2.0-3: Python 3.9 rebuild

Modified:
  python-h2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 16:48:46 UTC (rev 747557)
+++ PKGBUILD2020-11-09 16:48:48 UTC (rev 747558)
@@ -2,7 +2,7 @@
 
 pkgname=python-h2
 pkgver=3.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')
 license=('MIT')


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

2020-02-26 Thread Felix Yan via arch-commits
Date: Wednesday, February 26, 2020 @ 22:08:43
  Author: felixonmars
Revision: 583386

upgpkg: python-h2 3.2.0-2: remove python2 sibling

Modified:
  python-h2/trunk/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 10 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-26 22:08:17 UTC (rev 583385)
+++ PKGBUILD2020-02-26 22:08:43 UTC (rev 583386)
@@ -1,54 +1,30 @@
 # Maintainer: Felix Yan 
 
-pkgbase=python-h2
-pkgname=('python-h2' 'python2-h2')
+pkgname=python-h2
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')
 license=('MIT')
 url="https://hyper.rtfd.org";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-hpack' 
'python2-hpack'
- 'python-hyperframe' 'python2-hyperframe' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-hypothesis'
-  'python2-hypothesis')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-hyper/hyper-h2/archive/v$pkgver.tar.gz";)
+depends=('python-hpack' 'python-hyperframe')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-hypothesis')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/python-hyper/hyper-h2/archive/v$pkgver.tar.gz";)
 
sha512sums=('103a4ea2cd29037ce03ae676864125b4111c7d31a82bbbe7028557da886d88fb5363d885f08d5d3f68dfa29013b7b03350cc0cb4d9dddf32735e98dae5d7fc7c')
 
-prepare() {
-  cp -a hyper-h2-$pkgver{,-py2}
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
 build() {
-  cd "$srcdir"/hyper-h2-$pkgver
+  cd hyper-h2-$pkgver
   python setup.py build
-
-  cd "$srcdir"/hyper-h2-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/hyper-h2-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/hyper-h2-$pkgver-py2
-  python2 setup.py pytest
+  cd hyper-h2-$pkgver
+  python -m pytest
 }
 
-package_python-h2() {
-  depends=('python-hpack' 'python-hyperframe')
-
+package() {
   cd hyper-h2-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
-
-package_python2-h2() {
-  depends=('python2-hpack' 'python2-hyperframe' 'python2-enum34')
-
-  cd hyper-h2-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}


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

2020-02-18 Thread Felix Yan via arch-commits
Date: Tuesday, February 18, 2020 @ 18:40:30
  Author: felixonmars
Revision: 576091

upgpkg: python-h2 3.2.0-1

Modified:
  python-h2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-18 18:39:19 UTC (rev 576090)
+++ PKGBUILD2020-02-18 18:40:30 UTC (rev 576091)
@@ -2,8 +2,8 @@
 
 pkgbase=python-h2
 pkgname=('python-h2' 'python2-h2')
-pkgver=3.1.1
-pkgrel=3
+pkgver=3.2.0
+pkgrel=1
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')
 license=('MIT')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-hypothesis'
   'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-hyper/hyper-h2/archive/v$pkgver.tar.gz";)
-sha512sums=('153c450ef918cc7cdb5d8efe61692a646925e76e6255ef46f679091590681be7d1f9319b37f6521c56207cf35e7d9e56951e4e3b55a24fe89d9e6aa28591957b')
+sha512sums=('103a4ea2cd29037ce03ae676864125b4111c7d31a82bbbe7028557da886d88fb5363d885f08d5d3f68dfa29013b7b03350cc0cb4d9dddf32735e98dae5d7fc7c')
 
 prepare() {
   cp -a hyper-h2-$pkgver{,-py2}


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

2019-11-01 Thread Felix Yan via arch-commits
Date: Friday, November 1, 2019 @ 13:54:25
  Author: felixonmars
Revision: 521958

Python 3.8 rebuild

Modified:
  python-h2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-01 13:54:23 UTC (rev 521957)
+++ PKGBUILD2019-11-01 13:54:25 UTC (rev 521958)
@@ -3,7 +3,7 @@
 pkgbase=python-h2
 pkgname=('python-h2' 'python2-h2')
 pkgver=3.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')
 license=('MIT')


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 20:17:03
  Author: felixonmars
Revision: 519832

Python 3.8 rebuild

Modified:
  python-h2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 20:17:00 UTC (rev 519831)
+++ PKGBUILD2019-10-25 20:17:03 UTC (rev 519832)
@@ -3,7 +3,7 @@
 pkgbase=python-h2
 pkgname=('python-h2' 'python2-h2')
 pkgver=3.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')
 license=('MIT')


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

2019-08-03 Thread Felix Yan via arch-commits
Date: Saturday, August 3, 2019 @ 14:17:06
  Author: felixonmars
Revision: 497128

upgpkg: python-h2 3.1.1-1

Modified:
  python-h2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-03 12:55:41 UTC (rev 497127)
+++ PKGBUILD2019-08-03 14:17:06 UTC (rev 497128)
@@ -2,7 +2,7 @@
 
 pkgbase=python-h2
 pkgname=('python-h2' 'python2-h2')
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-hypothesis'
   'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-hyper/hyper-h2/archive/v$pkgver.tar.gz";)
-sha512sums=('b24357e22cec849c4050c77488cf9fd6f50fe5091553c3efc5e6d5c719bc15fd1d89bb9fddee06e1b9815c37100d9f5da798921f10887a9f03ec1b9da736ef8d')
+sha512sums=('153c450ef918cc7cdb5d8efe61692a646925e76e6255ef46f679091590681be7d1f9319b37f6521c56207cf35e7d9e56951e4e3b55a24fe89d9e6aa28591957b')
 
 prepare() {
   cp -a hyper-h2-$pkgver{,-py2}


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

2019-06-18 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 18, 2019 @ 20:19:47
  Author: arojas
Revision: 482190

https

Modified:
  python-h2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-18 20:19:14 UTC (rev 482189)
+++ PKGBUILD2019-06-18 20:19:47 UTC (rev 482190)
@@ -7,7 +7,7 @@
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')
 license=('MIT')
-url="http://hyper.rtfd.org";
+url="https://hyper.rtfd.org";
 makedepends=('python-setuptools' 'python2-setuptools' 'python-hpack' 
'python2-hpack'
  'python-hyperframe' 'python2-hyperframe' 'python2-enum34')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-hypothesis'


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

2019-01-22 Thread Felix Yan via arch-commits
Date: Wednesday, January 23, 2019 @ 06:31:28
  Author: felixonmars
Revision: 427143

upgpkg: python-h2 3.1.0-1

Modified:
  python-h2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-23 06:31:12 UTC (rev 427142)
+++ PKGBUILD2019-01-23 06:31:28 UTC (rev 427143)
@@ -2,8 +2,8 @@
 
 pkgbase=python-h2
 pkgname=('python-h2' 'python2-h2')
-pkgver=3.0.1
-pkgrel=2
+pkgver=3.1.0
+pkgrel=1
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')
 license=('MIT')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-hypothesis'
   'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-hyper/hyper-h2/archive/v$pkgver.tar.gz";)
-sha512sums=('5d98b4fb654c20f6b9e6918bb71b88a42a3027bae795f31c32c2b5cc4428774457c44a194f9c819f99b9cfd01753a6e6d8edb6c162020ff463602452d8e9057c')
+sha512sums=('b24357e22cec849c4050c77488cf9fd6f50fe5091553c3efc5e6d5c719bc15fd1d89bb9fddee06e1b9815c37100d9f5da798921f10887a9f03ec1b9da736ef8d')
 
 prepare() {
   cp -a hyper-h2-$pkgver{,-py2}


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

2018-07-08 Thread Evangelos Foutras via arch-commits
Date: Sunday, July 8, 2018 @ 14:12:22
  Author: foutrelis
Revision: 354941

Python 3.7 rebuild

Modified:
  python-h2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-08 14:12:02 UTC (rev 354940)
+++ PKGBUILD2018-07-08 14:12:22 UTC (rev 354941)
@@ -4,7 +4,7 @@
 pkgbase=python-h2
 pkgname=('python-h2' 'python2-h2')
 pkgver=3.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')
 license=('MIT')


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

2017-07-25 Thread Felix Yan
Date: Tuesday, July 25, 2017 @ 07:53:32
  Author: felixonmars
Revision: 246308

upgpkg: python-h2 3.0.1-1

Modified:
  python-h2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-25 07:45:45 UTC (rev 246307)
+++ PKGBUILD2017-07-25 07:53:32 UTC (rev 246308)
@@ -3,7 +3,7 @@
 
 pkgbase=python-h2
 pkgname=('python-h2' 'python2-h2')
-pkgver=2.6.1
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')
@@ -10,11 +10,11 @@
 license=('MIT')
 url="http://hyper.rtfd.org";
 makedepends=('python-setuptools' 'python2-setuptools' 'python-hpack' 
'python2-hpack'
- 'python-hyperframe' 'python2-hyperframe' 'python2-enum34' 'git')
+ 'python-hyperframe' 'python2-hyperframe' 'python2-enum34')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-hypothesis'
   'python2-hypothesis')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-hyper/hyper-h2/archive/v$pkgver.tar.gz";)
-sha512sums=('88bff9e893b04cff52bf7ce850718a3e690206834d77a81f692a9f361ef24b9833cec5fe12650a50744eef8e3450930fb12f1b119fe1b39de9e06ef15df6a2c5')
+sha512sums=('5d98b4fb654c20f6b9e6918bb71b88a42a3027bae795f31c32c2b5cc4428774457c44a194f9c819f99b9cfd01753a6e6d8edb6c162020ff463602452d8e9057c')
 
 prepare() {
   cp -a hyper-h2-$pkgver{,-py2}


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

2017-03-17 Thread Felix Yan
Date: Friday, March 17, 2017 @ 08:49:05
  Author: felixonmars
Revision: 216899

upgpkg: python-h2 2.6.1-1

Modified:
  python-h2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 08:48:07 UTC (rev 216898)
+++ PKGBUILD2017-03-17 08:49:05 UTC (rev 216899)
@@ -3,7 +3,7 @@
 
 pkgbase=python-h2
 pkgname=('python-h2' 'python2-h2')
-pkgver=2.6.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')
@@ -13,28 +13,28 @@
  'python-hyperframe' 'python2-hyperframe' 'python2-enum34' 'git')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-hypothesis'
   'python2-hypothesis')
-source=("git+https://github.com/python-hyper/hyper-h2.git#tag=v$pkgver";)
-sha512sums=('SKIP')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-hyper/hyper-h2/archive/v$pkgver.tar.gz";)
+sha512sums=('88bff9e893b04cff52bf7ce850718a3e690206834d77a81f692a9f361ef24b9833cec5fe12650a50744eef8e3450930fb12f1b119fe1b39de9e06ef15df6a2c5')
 
 prepare() {
-  cp -a hyper-h2{,-py2}
+  cp -a hyper-h2-$pkgver{,-py2}
 
   export LC_CTYPE=en_US.UTF-8
 }
 
 build() {
-  cd "$srcdir"/hyper-h2
+  cd "$srcdir"/hyper-h2-$pkgver
   python setup.py build
 
-  cd "$srcdir"/hyper-h2-py2
+  cd "$srcdir"/hyper-h2-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/hyper-h2
+  cd "$srcdir"/hyper-h2-$pkgver
   python setup.py pytest
 
-  cd "$srcdir"/hyper-h2-py2
+  cd "$srcdir"/hyper-h2-$pkgver-py2
   python2 setup.py pytest
 }
 
@@ -41,7 +41,7 @@
 package_python-h2() {
   depends=('python-hpack' 'python-hyperframe')
 
-  cd hyper-h2
+  cd hyper-h2-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
@@ -49,7 +49,7 @@
 package_python2-h2() {
   depends=('python2-hpack' 'python2-hyperframe' 'python2-enum34')
 
-  cd hyper-h2-py2
+  cd hyper-h2-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2017-03-14 Thread Felix Yan
Date: Tuesday, March 14, 2017 @ 09:15:49
  Author: felixonmars
Revision: 216194

upgpkg: python-h2 2.6.0-1

Modified:
  python-h2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-14 09:09:38 UTC (rev 216193)
+++ PKGBUILD2017-03-14 09:15:49 UTC (rev 216194)
@@ -3,7 +3,7 @@
 
 pkgbase=python-h2
 pkgname=('python-h2' 'python2-h2')
-pkgver=2.5.2
+pkgver=2.6.0
 pkgrel=1
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')


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

2017-02-08 Thread Felix Yan
Date: Wednesday, February 8, 2017 @ 08:25:10
  Author: felixonmars
Revision: 211167

upgpkg: python-h2 2.5.2-1

Modified:
  python-h2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-08 08:19:13 UTC (rev 211166)
+++ PKGBUILD2017-02-08 08:25:10 UTC (rev 211167)
@@ -3,7 +3,7 @@
 
 pkgbase=python-h2
 pkgname=('python-h2' 'python2-h2')
-pkgver=2.5.1
+pkgver=2.5.2
 pkgrel=1
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')
@@ -32,10 +32,10 @@
 
 check() {
   cd "$srcdir"/hyper-h2
-  python setup.py ptr
+  python setup.py pytest
 
   cd "$srcdir"/hyper-h2-py2
-  python2 setup.py ptr
+  python2 setup.py pytest
 }
 
 package_python-h2() {


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

2016-12-27 Thread Felix Yan
Date: Tuesday, December 27, 2016 @ 10:06:38
  Author: felixonmars
Revision: 203035

upgpkg: python-h2 2.5.1-1

python 3.6 rebuild

Modified:
  python-h2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-27 10:03:34 UTC (rev 203034)
+++ PKGBUILD2016-12-27 10:06:38 UTC (rev 203035)
@@ -3,8 +3,8 @@
 
 pkgbase=python-h2
 pkgname=('python-h2' 'python2-h2')
-pkgver=2.4.1
-pkgrel=2
+pkgver=2.5.1
+pkgrel=1
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')
 license=('MIT')


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

2016-12-24 Thread Felix Yan
Date: Sunday, December 25, 2016 @ 05:51:58
  Author: felixonmars
Revision: 201841

Python 3.6 rebuild

Modified:
  python-h2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-25 05:50:52 UTC (rev 201840)
+++ PKGBUILD2016-12-25 05:51:58 UTC (rev 201841)
@@ -4,7 +4,7 @@
 pkgbase=python-h2
 pkgname=('python-h2' 'python2-h2')
 pkgver=2.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')
 license=('MIT')


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 09:34:29
  Author: felixonmars
Revision: 187580

upgpkg: python-h2 2.4.1-1

Modified:
  python-h2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 08:41:01 UTC (rev 187579)
+++ PKGBUILD2016-08-26 09:34:29 UTC (rev 187580)
@@ -3,7 +3,7 @@
 
 pkgbase=python-h2
 pkgname=('python-h2' 'python2-h2')
-pkgver=2.4.0
+pkgver=2.4.1
 pkgrel=1
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')


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

2016-07-01 Thread Felix Yan
Date: Friday, July 1, 2016 @ 14:41:16
  Author: felixonmars
Revision: 181691

upgpkg: python-h2 2.4.0-1

Modified:
  python-h2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-01 14:36:52 UTC (rev 181690)
+++ PKGBUILD2016-07-01 14:41:16 UTC (rev 181691)
@@ -3,7 +3,7 @@
 
 pkgbase=python-h2
 pkgname=('python-h2' 'python2-h2')
-pkgver=2.3.1
+pkgver=2.4.0
 pkgrel=1
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')


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

2016-05-12 Thread Felix Yan
Date: Thursday, May 12, 2016 @ 10:54:02
  Author: fyan
Revision: 174912

upgpkg: python-h2 2.3.1-1

Modified:
  python-h2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 08:52:37 UTC (rev 174911)
+++ PKGBUILD2016-05-12 08:54:02 UTC (rev 174912)
@@ -3,7 +3,7 @@
 
 pkgbase=python-h2
 pkgname=('python-h2' 'python2-h2')
-pkgver=2.3.0
+pkgver=2.3.1
 pkgrel=1
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')


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

2016-04-26 Thread Felix Yan
Date: Tuesday, April 26, 2016 @ 15:59:43
  Author: fyan
Revision: 171894

upgpkg: python-h2 2.3.0-1

Modified:
  python-h2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-26 13:54:12 UTC (rev 171893)
+++ PKGBUILD2016-04-26 13:59:43 UTC (rev 171894)
@@ -3,7 +3,7 @@
 
 pkgbase=python-h2
 pkgname=('python-h2' 'python2-h2')
-pkgver=2.2.4
+pkgver=2.3.0
 pkgrel=1
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')


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

2016-04-25 Thread Felix Yan
Date: Tuesday, April 26, 2016 @ 04:31:12
  Author: fyan
Revision: 171868

upgpkg: python-h2 2.2.4-1

Modified:
  python-h2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-26 01:26:37 UTC (rev 171867)
+++ PKGBUILD2016-04-26 02:31:12 UTC (rev 171868)
@@ -3,7 +3,7 @@
 
 pkgbase=python-h2
 pkgname=('python-h2' 'python2-h2')
-pkgver=2.2.3
+pkgver=2.2.4
 pkgrel=1
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')


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

2016-04-13 Thread Felix Yan
Date: Wednesday, April 13, 2016 @ 14:31:34
  Author: fyan
Revision: 170813

upgpkg: python-h2 2.2.3-1

Modified:
  python-h2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-13 12:28:28 UTC (rev 170812)
+++ PKGBUILD2016-04-13 12:31:34 UTC (rev 170813)
@@ -3,7 +3,7 @@
 
 pkgbase=python-h2
 pkgname=('python-h2' 'python2-h2')
-pkgver=2.2.2
+pkgver=2.2.3
 pkgrel=1
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')


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

2016-04-05 Thread Felix Yan
Date: Wednesday, April 6, 2016 @ 02:55:38
  Author: fyan
Revision: 169540

upgpkg: python-h2 2.2.2-1

Modified:
  python-h2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-05 15:49:19 UTC (rev 169539)
+++ PKGBUILD2016-04-06 00:55:38 UTC (rev 169540)
@@ -3,7 +3,7 @@
 
 pkgbase=python-h2
 pkgname=('python-h2' 'python2-h2')
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')


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

2016-03-23 Thread Felix Yan
Date: Thursday, March 24, 2016 @ 07:42:07
  Author: fyan
Revision: 168153

upgpkg: python-h2 2.2.1-1

Modified:
  python-h2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-24 06:36:48 UTC (rev 168152)
+++ PKGBUILD2016-03-24 06:42:07 UTC (rev 168153)
@@ -3,7 +3,7 @@
 
 pkgbase=python-h2
 pkgname=('python-h2' 'python2-h2')
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')


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

2016-03-23 Thread Felix Yan
Date: Wednesday, March 23, 2016 @ 16:17:11
  Author: fyan
Revision: 168127

upgpkg: python-h2 2.2.0-1

Modified:
  python-h2/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-23 15:02:04 UTC (rev 168126)
+++ PKGBUILD2016-03-23 15:17:11 UTC (rev 168127)
@@ -3,7 +3,7 @@
 
 pkgbase=python-h2
 pkgname=('python-h2' 'python2-h2')
-pkgver=2.1.3
+pkgver=2.2.0
 pkgrel=1
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')
@@ -18,6 +18,8 @@
 
 prepare() {
   cp -a hyper-h2{,-py2}
+
+  export LC_CTYPE=en_US.UTF-8
 }
 
 build() {


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

2016-03-19 Thread Felix Yan
Date: Thursday, March 17, 2016 @ 06:52:23
  Author: fyan
Revision: 166945

upgpkg: python-h2 2.1.3-1

Modified:
  python-h2/trunk/PKGBUILD

--+
 PKGBUILD |   19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-17 05:49:28 UTC (rev 166944)
+++ PKGBUILD2016-03-17 05:52:23 UTC (rev 166945)
@@ -3,7 +3,7 @@
 
 pkgbase=python-h2
 pkgname=('python-h2' 'python2-h2')
-pkgver=2.1.2
+pkgver=2.1.3
 pkgrel=1
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')
@@ -17,23 +17,22 @@
 sha512sums=('SKIP')
 
 prepare() {
-  sed -i 's/enum34>=1.0.4, <1.1/enum34>=1.0.4, <1.2/' hyper-h2/setup.py
   cp -a hyper-h2{,-py2}
 }
 
 build() {
-  cd "$srcdir/hyper-h2"
+  cd "$srcdir"/hyper-h2
   python setup.py build
 
-  cd "$srcdir/hyper-h2-py2"
+  cd "$srcdir"/hyper-h2-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir/hyper-h2"
+  cd "$srcdir"/hyper-h2
   python setup.py ptr
 
-  cd "$srcdir/hyper-h2-py2"
+  cd "$srcdir"/hyper-h2-py2
   python2 setup.py ptr
 }
 
@@ -41,8 +40,8 @@
   depends=('python-hpack' 'python-hyperframe')
 
   cd hyper-h2
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-h2() {
@@ -49,6 +48,6 @@
   depends=('python2-hpack' 'python2-hyperframe' 'python2-enum34')
 
   cd hyper-h2-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 01:51:39
  Author: fyan
Revision: 162148

upgpkg: python-h2 2.1.2-1

Modified:
  python-h2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-17 23:23:20 UTC (rev 162147)
+++ PKGBUILD2016-02-18 00:51:39 UTC (rev 162148)
@@ -3,7 +3,7 @@
 
 pkgbase=python-h2
 pkgname=('python-h2' 'python2-h2')
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')