pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-responses
Module Name: pkgsrc
Committed By: adam
Date: Wed Sep 2 14:04:03 UTC 2026
Modified Files:
pkgsrc/net/py-responses: Makefile distinfo
Log Message:
py-responses: updated to 0.26.3
0.26.3
* Added a ``keep_headers`` argument to ``_recorder.record`` and
``Recorder.dump_to_file`` to preserve named headers (for example ``Date``)
that are otherwise stripped as verbose defaults, so a signed response can be
recorded and later verified. Matching is case-insensitive.
* Fixed the element type exposed by `CallList` so static type checkers infer
`Call` values when iterating, indexing, or filtering recorded calls.
* Fixed `query_string_matcher` (and the query matching auto-applied to a
registered URL's own query string) discarding blank-valued query params
(``b=``), which caused requests with an extra or missing blank param to
match incorrectly.
* Fixed `fragment_identifier_matcher` treating opaque fragments (those without
``=``, e.g. ``/users/5``) as always equal, so a required fragment matched a
different one or none at all.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/net/py-responses/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/net/py-responses/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/py-responses/Makefile
diff -u pkgsrc/net/py-responses/Makefile:1.51 pkgsrc/net/py-responses/Makefile:1.52
--- pkgsrc/net/py-responses/Makefile:1.51 Mon Jul 6 16:59:20 2026
+++ pkgsrc/net/py-responses/Makefile Wed Sep 2 14:04:03 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2026/07/06 16:59:20 adam Exp $
+# $NetBSD: Makefile,v 1.52 2026/09/02 14:04:03 adam Exp $
-DISTNAME= responses-0.26.2
+DISTNAME= responses-0.26.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/responses/}
@@ -13,14 +13,14 @@ LICENSE= apache-2.0
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-requests>=2.30.0:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-urllib3>=2.0.0:../../www/py-urllib3
-DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
+DEPENDS+= ${PYPKGPREFIX}-yaml>=0:../../textproc/py-yaml
TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=6.0.0:../../devel/py-coverage
-TEST_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-httpserver-[0-9]*:../../devel/py-test-httpserver
-TEST_DEPENDS+= ${PYPKGPREFIX}-tomli_w-[0-9]*:../../textproc/py-tomli_w
-TEST_DEPENDS+= ${PYPKGPREFIX}-types-yaml-[0-9]*:../../textproc/py-types-yaml
+TEST_DEPENDS+= ${PYPKGPREFIX}-flake8>=0:../../devel/py-flake8
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=0:../../devel/py-test-asyncio
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=0:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-httpserver>=0:../../devel/py-test-httpserver
+TEST_DEPENDS+= ${PYPKGPREFIX}-tomli_w>=0:../../textproc/py-tomli_w
+TEST_DEPENDS+= ${PYPKGPREFIX}-types-yaml>=0:../../textproc/py-types-yaml
USE_LANGUAGES= # none
Index: pkgsrc/net/py-responses/distinfo
diff -u pkgsrc/net/py-responses/distinfo:1.42 pkgsrc/net/py-responses/distinfo:1.43
--- pkgsrc/net/py-responses/distinfo:1.42 Mon Jul 6 16:59:20 2026
+++ pkgsrc/net/py-responses/distinfo Wed Sep 2 14:04:03 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.42 2026/07/06 16:59:20 adam Exp $
+$NetBSD: distinfo,v 1.43 2026/09/02 14:04:03 adam Exp $
-BLAKE2s (responses-0.26.2.tar.gz) = 4074ab9cb5d5c257013c1eb1f1b0c7215b3de4cb158d18cee117c4bad6d24ee9
-SHA512 (responses-0.26.2.tar.gz) = 16d774c99465914171c2d8e013d5c49f71d2dd1de6e040764dd6642b6ea2e70833e85e5e2f8e9a997ff24ec8ff0df04dc489f50fbe9728acdba65b8a04d5b3be
-Size (responses-0.26.2.tar.gz) = 84030 bytes
+BLAKE2s (responses-0.26.3.tar.gz) = 98ec872789942318102e01c8ffe68acd248d92406532291a4c8e8267de4f81a4
+SHA512 (responses-0.26.3.tar.gz) = be3a7ef464ce1e5df0f96e84b47ff48c8e17d7b84f489568bb3d002f7879219e70944209271d6f927ea9102a509aa8f3d196cced6ee1d18c4ffadae07a8a5788
+Size (responses-0.26.3.tar.gz) = 86335 bytes
Home |
Main Index |
Thread Index |
Old Index