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

Felix Yan felixonmars at archlinux.org
Sun Aug 20 17:03:59 UTC 2017


    Date: Sunday, August 20, 2017 @ 17:03:58
  Author: felixonmars
Revision: 252746

upgpkg: python-treq 17.8.0-1

Modified:
  python-treq/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-20 14:44:02 UTC (rev 252745)
+++ PKGBUILD	2017-08-20 17:03:58 UTC (rev 252746)
@@ -3,7 +3,7 @@
 
 pkgbase=python-treq
 pkgname=('python-treq' 'python2-treq')
-pkgver=17.7.0
+pkgver=17.8.0
 pkgrel=1
 pkgdesc="A requests-like API built on top of twisted.web's Agent"
 arch=('any')
@@ -16,11 +16,9 @@
              'python2-httpbin')
 checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 'python2-pytest-runner')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/twisted/treq/archive/release-$pkgver.tar.gz")
-sha512sums=('6e38dbf7a005b2d1cd4947cee0f30711ce16cc7731c53de4e489a533a3d76edfdd37b13ce603400c2f66a52378f3a23818248c36c6f940dc5fa10614480627b2')
+sha512sums=('10378398c2ef70c260bc741ded2c9af98305146c765e65d7b2d81d73913f5a82e820043483b4c51ea6ffb1cca3f7535d86de0bd63d7d6bdb5831c96f929c465c')
 
 prepare() {
-  sed -e '1iimport os' -e '/childFDs=/i env=os.environ,' -i treq-release-$pkgver/src/treq/test/local_httpbin/parent.py
-
   cp -a treq-release-$pkgver{,-py2}
 }
 



More information about the arch-commits mailing list