Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (11m)  pkgsrc-2024Q1 (19d)  pkgsrc-2023Q4 (66d)  pkgsrc-2023Q2 (98d)  pkgsrc-2023Q3 (178d) 

2024-06-06 06:21:20 UTC Now

2021-04-28 10:27:09 UTC MAIN commitmail json YAML

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.

(adam)