2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-06-01 07:22:36 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-requests-mock: updated to 1.9.3
1.9.3
* Release note for 1.9.3 type annotations
* Additional improvements to response matching type stubs
* Improve MockerCore type stubs
|
2021-05-05 06:51:30 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-requests-mock: updated to 1.9.2
1.9.2
* Add release note for urlquote fix
* Simple tests to ensure character encoding works
* Use requests to quote URLs
* Remove circleci badge from README
|
2021-04-29 09:44:58 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-requests-mock: updated to 1.9.1
1.9.1
* Restore py.typed file to enable types
|
2021-04-28 12:27:09 by Adam Ciarcinski | Files touched by this commit (3) | |
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.
|
2020-05-16 18:35:25 by Adam Ciarcinski | Files touched by this commit (7) |
Log message:
pytest from versioned deps.
|
2020-05-13 16:37:43 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-requests-mock: updated to 1.8.0
1.8.0
* Remove requests 2.3 compatibility code
* Add release notes for reset function
* Add release note for session scoped mock
* Allow passing session as postiional argument
* Create bound method instead of a wrapper
* Added reset\_mock to \_RequestHistoryTracker and Adapter
* doc on session Mockers
* doc on nesting Mockers
* fix README.rst typo
* suggest Mocker for users unfamiliar with adapters
* update examples to mount adapter on 'mock://'
* fix global/session mock interactions and real\_http
* Added installation instructions
* Add release note for nested mocking
* fix redirects and mock nesting
* Mark IOReader object closed when using a stream
* Add the default response reason if not set
* Don't check that proxies are set in test
* Add StackOverflow tag to README
* Mention pytest fixture on the README
* Add background information to pytest doc
* docs: update examples to match Read the Docs
* Expose real\_http as a public property
* fix py27 error
* easier session scoped mock
|
2019-10-21 23:45:40 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Switch sphinx to versioned deps.
|