From b71b17dc4ff7febaf12d678bb34bc4bdae102f2b Mon Sep 17 00:00:00 2001 From: Sarah Ottinger Date: Mon, 29 Mar 2021 19:27:20 -0700 Subject: [PATCH] responses bump --- mingw-w64-python-responses/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-responses/PKGBUILD b/mingw-w64-python-responses/PKGBUILD index 10864cdf3b..41abf6bffc 100644 --- a/mingw-w64-python-responses/PKGBUILD +++ b/mingw-w64-python-responses/PKGBUILD @@ -3,8 +3,8 @@ _realname=responses pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=0.13.1 -pkgrel=2 +pkgver=0.13.2 +pkgrel=1 pkgdesc='A utility library for mocking out the `requests` Python library. (mingw-w64)' arch=('any') url="https://github.com/getsentry/responses" @@ -13,7 +13,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python-biscuits" "${MINGW_PACKAGE_PREFIX}-pyth makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") checkdepends=("${MINGW_PACKAGE_PREFIX}-mypy" "${MINGW_PACKAGE_PREFIX}-python-flake8" "${MINGW_PACKAGE_PREFIX}-python-pytest-cov" "${MINGW_PACKAGE_PREFIX}-python-pytest-localserver" "${MINGW_PACKAGE_PREFIX}-python-pytest-runner") source=("${_realname}-$pkgver.tar.gz::https://github.com/getsentry/responses/archive/$pkgver.tar.gz") -sha256sums=('d0ac7985031533f83c78dc2b80b4fe575f4c0cee319f5e9b162ac020ebe8015c') +sha256sums=('0c3a53ebcb85a4999ce456f82ddae292d48bd105977f898a7a9488e64364aecf') prepare() { cd "$srcdir"