pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-responses py-responses: updated to 0.10.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6380ab620126
branches:  trunk
changeset: 411994:6380ab620126
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Feb 25 09:06:23 2020 +0000

description:
py-responses: updated to 0.10.11

0.10.11
- Fixed invalid README formatted.
- Fixed string formatting in error message.

0.10.10
- Added Python 3.8 support
- Remove Python 3.4 from test suite matrix.
- The `response.request` object now has a `params` attribute that contains the query string parameters from the request that was captured.
- `add_passthru` now supports `re` pattern objects to match URLs.
- ConnectionErrors raised by responses now include more details on the request that was attempted and the mocks registered.

diffstat:

 net/py-responses/Makefile |   4 ++--
 net/py-responses/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 8732fda1f60a -r 6380ab620126 net/py-responses/Makefile
--- a/net/py-responses/Makefile Tue Feb 25 08:56:58 2020 +0000
+++ b/net/py-responses/Makefile Tue Feb 25 09:06:23 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2019/12/30 17:51:49 adam Exp $
+# $NetBSD: Makefile,v 1.11 2020/02/25 09:06:23 adam Exp $
 
-DISTNAME=      responses-0.10.9
+DISTNAME=      responses-0.10.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/responses/}
diff -r 8732fda1f60a -r 6380ab620126 net/py-responses/distinfo
--- a/net/py-responses/distinfo Tue Feb 25 08:56:58 2020 +0000
+++ b/net/py-responses/distinfo Tue Feb 25 09:06:23 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2019/12/30 17:51:49 adam Exp $
+$NetBSD: distinfo,v 1.11 2020/02/25 09:06:23 adam Exp $
 
-SHA1 (responses-0.10.9.tar.gz) = ab4c5a60d1b6d58bb1b42551956a7a49306ab913
-RMD160 (responses-0.10.9.tar.gz) = 5f23100ac52422999fd58a554e5f2b7715e4d7a2
-SHA512 (responses-0.10.9.tar.gz) = 3499d69d97061cc35041319aa1b9ecf48c296815f2db3f64cecc1ca66b5db61a4c85f93c9e26dc24451ccb53ce165a9d7b7013ca009005058013001c46cd8e9e
-Size (responses-0.10.9.tar.gz) = 23372 bytes
+SHA1 (responses-0.10.11.tar.gz) = 0ad5e38ea5c11a3ff448d58bbe3deedb36365f57
+RMD160 (responses-0.10.11.tar.gz) = 07de24832a25ec9ee8b2398cd8f025b2129fdd80
+SHA512 (responses-0.10.11.tar.gz) = f0971c4a052e9d40111d6870b9b3ab2bd8a7568124607ea4b1e2cd654e2a6cff216d1a180b4c9f50b3b2088b187861cc149c9962e0d68e82f016306e2b560c7b
+Size (responses-0.10.11.tar.gz) = 24381 bytes



Home | Main Index | Thread Index | Old Index