Date: Thursday, March 30, 2023 @ 03:30:46
  Author: felixonmars
Revision: 1430324

upgpkg: python-responses 0.23.0-1

Modified:
  python-responses/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-30 03:27:51 UTC (rev 1430323)
+++ PKGBUILD    2023-03-30 03:30:46 UTC (rev 1430324)
@@ -1,21 +1,22 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=python-responses
-pkgver=0.22.0
+pkgver=0.23.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-urllib3' 'python-toml')
+depends=('python-requests' 'python-urllib3' 'python-yaml')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-asyncio' 
'python-pytest-httpserver')
+checkdepends=('python-pytest' 'python-pytest-asyncio' 
'python-pytest-httpserver' 'python-tomli'
+              'python-tomli-w')
 
source=("https://github.com/getsentry/responses/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('361e59e02df36fac0fb0ba2a070b730e485ec94fe90490c271e4ac86fae7954a551bf2486714d95c91e9d0b011f06a9d10b0d6408fd4d03234e1224cca1e9d0e')
+sha512sums=('6a4d8f07eee0846c9507513002ff4cf157144c3d35790c888aa163409be01fc14331c8b4d1eae400d8d2fefa130a396f8739fbc12813b1d16b9e41af0fad535b')
 
 prepare() {
   cd responses-$pkgver
-  sed -i '/types-toml/d' setup.py
+  sed -i '/types-PyYAML/d' setup.py
 }
 
 build() {

Reply via email to