Date: Tuesday, October 11, 2022 @ 22:50:07
  Author: felixonmars
Revision: 1327730

upgpkg: python-responses 0.22.0-1

Modified:
  python-responses/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-11 20:47:04 UTC (rev 1327729)
+++ PKGBUILD    2022-10-11 22:50:07 UTC (rev 1327730)
@@ -1,18 +1,23 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=python-responses
-pkgver=0.21.0
+pkgver=0.22.0
 pkgrel=1
 pkgdesc='A utility library for mocking out the `requests` Python library.'
 arch=('any')
 license=('Apache')
 url='https://github.com/getsentry/responses'
-depends=('python-requests' 'python-biscuits' 'python-six')
+depends=('python-requests' 'python-urllib3' 'python-toml')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-localserver')
+checkdepends=('python-pytest' 'python-pytest-asyncio' 
'python-pytest-httpserver')
 
source=("https://github.com/getsentry/responses/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('9e82f0fb7d2a2a4ea071a6384584ba58ebde13504408f8bac351d24df206f0f6815ce3b6d7e013fb87b04d3a1cdccbe7a5287f56f4f9bfb3d4567ad2eeafa778')
+sha512sums=('361e59e02df36fac0fb0ba2a070b730e485ec94fe90490c271e4ac86fae7954a551bf2486714d95c91e9d0b011f06a9d10b0d6408fd4d03234e1224cca1e9d0e')
 
+prepare() {
+  cd responses-$pkgver
+  sed -i '/types-toml/d' setup.py
+}
+
 build() {
   cd responses-$pkgver
   python setup.py build

Reply via email to