Path to this page:
Subject: CVS commit: pkgsrc/devel/py-requests-mock
From: Adam Ciarcinski
Date: 2021-04-28 12:27:09
Message id: 20210428102709.9D068FA95@cvs.NetBSD.org
Log Message:
py-requests-mock: updated to 1.9.0
1.9.0
=====
New Features
------------
- Add python type hints for python 3.
Bug Fixes
---------
- Issue 144 - When performing a read we handled an empty byte return as an \
indication to close the file pointer. This is not true when you actually ask for \
a zero byte read so we should allow it.
- Fix: When you have a non url-safe character in your URL it is quoted by \
requests however requests-mock just treated it as a normal string.
Files: