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

Felix Yan felixonmars at archlinux.org
Tue Nov 26 19:13:02 UTC 2019


    Date: Tuesday, November 26, 2019 @ 19:13:02
  Author: felixonmars
Revision: 533535

upgpkg: python-responses 0.10.7-1

Modified:
  python-responses/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-26 19:06:46 UTC (rev 533534)
+++ PKGBUILD	2019-11-26 19:13:02 UTC (rev 533535)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-responses
-pkgver=0.10.6
-pkgrel=3
+pkgver=0.10.7
+pkgrel=1
 pkgdesc='A utility library for mocking out the `requests` Python library.'
 arch=('any')
 license=('Apache')
@@ -10,15 +10,9 @@
 depends=('python-requests' 'python-biscuits' 'python-six')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-pytest-cov' 'flake8' 'python-pytest-localserver')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/getsentry/responses/archive/$pkgver.tar.gz"
-        'pytest5.patch')
-sha512sums=('7fee4150de9b477ca2fb01e71ee9dffae0e3e2138502af54c39bb9291d950d5feb6a6f8db3e37a8a58b6561d625ae8e42a90921463ecb0c5a0f9213466047334'
-            '828e675cc27cf9c58b8e453053c8a4a12e560f07c77fa80aacd57decb2a8abb0ff9e91afdee11ff132bf15be1ae45c90b0ca09fdcdf97617532f835909f1ba2d')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/getsentry/responses/archive/$pkgver.tar.gz")
+sha512sums=('7c58d19ae4e16d6403c05c430b92e407ff12a90377bef09a63cd9da206651714217f77bf2a457cdc4d7aab017f64cd4251c195e7f09cf98efd3cc16755141a55')
 
-prepare() {
-  patch -Np1 -d responses-$pkgver <pytest5.patch
-}
-
 build() {
   cd "$srcdir"/responses-$pkgver
   python setup.py build



More information about the arch-commits mailing list