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.16.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/6d0ec4f1c954
branches: trunk
changeset: 769885:6d0ec4f1c954
user: adam <adam%pkgsrc.org@localhost>
date: Mon Nov 22 09:17:31 2021 +0000
description:
py-responses: updated to 0.16.0
0.16.0
------
* Fixed regression with `stream` parameter deprecation, requests.session() and cookie handling.
* Replaced adhoc URL parsing with `urllib.parse`.
* Added ``match`` parameter to ``add_callback`` method
* Added `responses.matchers.fragment_identifier_matcher`. This matcher allows you
to match request URL fragment identifier.
* Improved test coverage.
* Fixed failing test in python 2.7 when `python-future` is also installed.
diffstat:
net/py-responses/Makefile | 4 ++--
net/py-responses/PLIST | 7 ++++++-
net/py-responses/distinfo | 8 ++++----
3 files changed, 12 insertions(+), 7 deletions(-)
diffs (50 lines):
diff -r 2722477120e7 -r 6d0ec4f1c954 net/py-responses/Makefile
--- a/net/py-responses/Makefile Mon Nov 22 09:15:31 2021 +0000
+++ b/net/py-responses/Makefile Mon Nov 22 09:17:31 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2021/11/02 10:17:06 adam Exp $
+# $NetBSD: Makefile,v 1.25 2021/11/22 09:17:31 adam Exp $
-DISTNAME= responses-0.15.0
+DISTNAME= responses-0.16.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/responses/}
diff -r 2722477120e7 -r 6d0ec4f1c954 net/py-responses/PLIST
--- a/net/py-responses/PLIST Mon Nov 22 09:15:31 2021 +0000
+++ b/net/py-responses/PLIST Mon Nov 22 09:17:31 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2021/09/19 10:45:51 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/11/22 09:17:31 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -7,10 +7,15 @@
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/responses/__init__.py
${PYSITELIB}/responses/__init__.pyc
+${PYSITELIB}/responses/__init__.pyi
${PYSITELIB}/responses/__init__.pyo
${PYSITELIB}/responses/matchers.py
${PYSITELIB}/responses/matchers.pyc
+${PYSITELIB}/responses/matchers.pyi
${PYSITELIB}/responses/matchers.pyo
+${PYSITELIB}/responses/test_matchers.py
+${PYSITELIB}/responses/test_matchers.pyc
+${PYSITELIB}/responses/test_matchers.pyo
${PYSITELIB}/responses/test_responses.py
${PYSITELIB}/responses/test_responses.pyc
${PYSITELIB}/responses/test_responses.pyo
diff -r 2722477120e7 -r 6d0ec4f1c954 net/py-responses/distinfo
--- a/net/py-responses/distinfo Mon Nov 22 09:15:31 2021 +0000
+++ b/net/py-responses/distinfo Mon Nov 22 09:17:31 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2021/11/02 10:17:06 adam Exp $
+$NetBSD: distinfo,v 1.26 2021/11/22 09:17:31 adam Exp $
-BLAKE2s (responses-0.15.0.tar.gz) = af9ea722b8cc8eef2ea74bfe42a43f9db9f211a590fa03a2640ef3922a3c4385
-SHA512 (responses-0.15.0.tar.gz) = 50b3dd5ae210cdaa0259265b8e22b92c267d238fd4ce3bf5e3a92d009fcfc2e4c448e4dbcc29ec6beaee9aa2e01ce21365aad8abac3ac8215e6eda6bad740cd6
-Size (responses-0.15.0.tar.gz) = 37965 bytes
+BLAKE2s (responses-0.16.0.tar.gz) = 99b8ff66513f913896e5ea3ef365e74bf394378a4795647dfe0862d8bc69843f
+SHA512 (responses-0.16.0.tar.gz) = b2363cd7c9aad84bfce814fe815663babfe584fa390f95a1d5e01118c8749e98777bf283a7200ea96a7ce5fa1ad6d85ee329e4bd999f3dca0317476b7e976f12
+Size (responses-0.16.0.tar.gz) = 41943 bytes
Home |
Main Index |
Thread Index |
Old Index