pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-httpserver



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Feb 15 13:23:58 UTC 2026

Modified Files:
        pkgsrc/devel/py-test-httpserver: Makefile PLIST distinfo

Log Message:
py-test-httpserver: updated to 1.1.5

1.1.5

New Features

- Add ``bake()`` method to ``HTTPServer`` for creating pre-configured
  request expectation proxies (``BakedHTTPServer``). This allows sharing
  common keyword arguments (e.g. ``method``, ``headers``) across multiple
  ``expect_request()`` calls with last-wins merging semantics.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-test-httpserver/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-test-httpserver/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-test-httpserver/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-test-httpserver/Makefile
diff -u pkgsrc/devel/py-test-httpserver/Makefile:1.13 pkgsrc/devel/py-test-httpserver/Makefile:1.14
--- pkgsrc/devel/py-test-httpserver/Makefile:1.13       Thu Feb 12 11:11:03 2026
+++ pkgsrc/devel/py-test-httpserver/Makefile    Sun Feb 15 13:23:58 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2026/02/12 11:11:03 adam Exp $
+# $NetBSD: Makefile,v 1.14 2026/02/15 13:23:58 adam Exp $
 
-DISTNAME=      pytest_httpserver-1.1.4
+DISTNAME=      pytest_httpserver-1.1.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest_httpserver/}

Index: pkgsrc/devel/py-test-httpserver/PLIST
diff -u pkgsrc/devel/py-test-httpserver/PLIST:1.4 pkgsrc/devel/py-test-httpserver/PLIST:1.5
--- pkgsrc/devel/py-test-httpserver/PLIST:1.4   Sun Sep 28 19:40:17 2025
+++ pkgsrc/devel/py-test-httpserver/PLIST       Sun Feb 15 13:23:58 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2025/09/28 19:40:17 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2026/02/15 13:23:58 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -7,6 +7,9 @@ ${PYSITELIB}/${WHEEL_INFODIR}/licenses/L
 ${PYSITELIB}/pytest_httpserver/__init__.py
 ${PYSITELIB}/pytest_httpserver/__init__.pyc
 ${PYSITELIB}/pytest_httpserver/__init__.pyo
+${PYSITELIB}/pytest_httpserver/bake.py
+${PYSITELIB}/pytest_httpserver/bake.pyc
+${PYSITELIB}/pytest_httpserver/bake.pyo
 ${PYSITELIB}/pytest_httpserver/blocking_httpserver.py
 ${PYSITELIB}/pytest_httpserver/blocking_httpserver.pyc
 ${PYSITELIB}/pytest_httpserver/blocking_httpserver.pyo

Index: pkgsrc/devel/py-test-httpserver/distinfo
diff -u pkgsrc/devel/py-test-httpserver/distinfo:1.12 pkgsrc/devel/py-test-httpserver/distinfo:1.13
--- pkgsrc/devel/py-test-httpserver/distinfo:1.12       Thu Feb 12 11:11:03 2026
+++ pkgsrc/devel/py-test-httpserver/distinfo    Sun Feb 15 13:23:58 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2026/02/12 11:11:03 adam Exp $
+$NetBSD: distinfo,v 1.13 2026/02/15 13:23:58 adam Exp $
 
-BLAKE2s (pytest_httpserver-1.1.4.tar.gz) = 55386910d3dce1368fb7b3b3b23425764a4cd085e5758729e7d127cb940082a2
-SHA512 (pytest_httpserver-1.1.4.tar.gz) = 7e94a60113000bb8c91bed4c95f822333ea013b3eb51f969d3033c0c0b7feb146f98821f09b33efbe1304387995ea453296f208732f30c028a1869b8b1b70764
-Size (pytest_httpserver-1.1.4.tar.gz) = 8295814 bytes
+BLAKE2s (pytest_httpserver-1.1.5.tar.gz) = 8abdbe36f4f1a09846827d9b60acf584effcae86cc296a42f26f2919a71d7f03
+SHA512 (pytest_httpserver-1.1.5.tar.gz) = 1a5ee0b65922db6623b0f93f7b0f2d4d223ab6f21705bf94f62135695c5e85ce2528fc6cfe7f833fd1170aad092ce924e060c4a47666cadec3fbbdd5a3f67daa
+Size (pytest_httpserver-1.1.5.tar.gz) = 70974 bytes



Home | Main Index | Thread Index | Old Index