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

Felix Yan felixonmars at archlinux.org
Tue Feb 12 10:08:29 UTC 2019


    Date: Tuesday, February 12, 2019 @ 10:08:27
  Author: felixonmars
Revision: 431864

upgpkg: python-pytest-httpbin 1.0.0-1

Modified:
  python-pytest-httpbin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-12 10:02:12 UTC (rev 431863)
+++ PKGBUILD	2019-02-12 10:08:27 UTC (rev 431864)
@@ -2,24 +2,21 @@
 
 pkgbase=python-pytest-httpbin
 pkgname=('python-pytest-httpbin' 'python2-pytest-httpbin')
-pkgver=0.3.0
-pkgrel=3
+pkgver=1.0.0
+pkgrel=1
 pkgdesc='A py.test fixture for httpbining code'
 arch=('any')
 license=('MIT')
 url='https://github.com/kevin1024/pytest-httpbin'
 makedepends=('python-pytest' 'python2-pytest' 'python-six' 'python2-six' 'httpbin' 'python2-httpbin')
-checkdepends=('python-requests' 'python2-requests' 'python-pytest-runner' 'python2-pytest-runner')
+checkdepends=('python-requests' 'python2-requests' 'python-pytest-runner' 'python2-pytest-runner'
+              'python2-ipaddress')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/kevin1024/pytest-httpbin/archive/v$pkgver.tar.gz"
-        "https://github.com/kevin1024/pytest-httpbin/pull/50/commits/65068a2632e51701d8dc97fc2e6d29086749b79a.patch"
         LICENSE)
-sha512sums=('fdfd6ac9350151544852908f9a165ad4cde9135ffc86bdda8b2ecae21d3850ae20720b3fa150086e9501ac6138def5c63e05c7caf73be82c866220fab82de89a'
-            'cbc6a0135704372e948e16040679337cedc34f388189f2c1652ef94b74012eb5f1a0d94ae91f0cf4a1a9a4156f46b0956707cd5f33aca102bcd88b2d01207930'
+sha512sums=('2794134cc005cb969752e0c1119459d3f1e106f679942880a6b9ff507f2ee31c8ac4146a9c01b9a920368ea516443954b1b7044f7b1c270fe251f7d36adf7661'
             '949cb93164ce92e0a5acc184cca2da5580e31def2d153771ebfa386030fa2da65bcd48670780096d2cefe3e631dc755fc3024ae417f2d1bb3333bd85a39baf22')
 
 prepare() {
-  # https://github.com/kevin1024/pytest-httpbin/issues/49
-  patch -p1 -d pytest-httpbin-$pkgver < 65068a2632e51701d8dc97fc2e6d29086749b79a.patch
   cp -a pytest-httpbin-$pkgver{,-py2}
 }
 



More information about the arch-commits mailing list