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

Felix Yan felixonmars at archlinux.org
Thu Mar 18 11:23:18 UTC 2021


    Date: Thursday, March 18, 2021 @ 11:23:18
  Author: felixonmars
Revision: 894384

upgpkg: python-responses 0.13.0-1

Modified:
  python-responses/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-18 11:15:45 UTC (rev 894383)
+++ PKGBUILD	2021-03-18 11:23:18 UTC (rev 894384)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-responses
-pkgver=0.12.1
+pkgver=0.13.0
 pkgrel=1
 pkgdesc='A utility library for mocking out the `requests` Python library.'
 arch=('any')
@@ -9,15 +9,11 @@
 url='https://github.com/getsentry/responses'
 depends=('python-requests' 'python-biscuits' 'python-six')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-pytest-cov' 'flake8' 'python-pytest-localserver')
+checkdepends=('mypy' 'python-pytest-runner' 'python-pytest-cov' 'flake8'
+              'python-pytest-localserver')
 source=("https://github.com/getsentry/responses/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('f99e9a127328bd000c78d160fdd0cf8288999c47c933b185e9cce323697f2728ec28dc6dd8a4e29b55797e7fff94076190165bc63e1bc36e050027f875d95775')
+sha512sums=('49d08eba5b49884cb9a09bac7f544a480ac9a324746b9aec642854a68c7139fe9d2f6f3e5f06e957764fd514944699db58040e83df82b9f9571adcac854f7f2b')
 
-prepare() {
-  cd responses-$pkgver
-  sed -i 's/, < 5.0.0//' setup.py
-}
-
 build() {
   cd responses-$pkgver
   python setup.py build



More information about the arch-commits mailing list