Next | Query returned 25 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2018-07-24 12:09:22 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-requests-mock: updated to 1.5.2

1.5.2:
Prelude
Fix py.test plugin with py.test < 3.0

Bug Fixes
Fixed a bug relating to how the pytest version was being discovered that meant \ 
new versions of pytest were being treated as old versions and would receive bad \ 
configuration.
The py.test plugin was broken when using py.test < 3.0. The version of \ 
py.test that ships in EPEL is only 2.7 so we need to make sure we support at \ 
least that version.

1.5.1:
New Features
The stream parameter is recorded when the request is sent and available in \ 
request history in the same was as parameters like verify or timeout.
   2018-05-17 12:30:04 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-requests-mock: updated to 1.5.0

1.5.0
* Add release note describe repository migration
* Add pytest plugin
* Include release-notes in documentation
* Another attempt at circleci tags
* Only try and push to pypi on a tag
* Update all pypi.python.org URLs to pypi.org
* Add pypi upload configuration to circleci
* Move tests outside of package to top level directory
* Remove zuul.yaml as we're not using zuul anymore
* Add CircleCI badge to README
* Remove links to launchpad bug reporting
* Remove .gitreview
* Unpin sphinx dependency
* Add circleci testing configuration
* Use set literals throughout project
* Prefer https:// links over http:// in docs and comments
* Fix last\_request examples
* Fix spelling mistakes
* Move Zuul jobs in-tree
   2017-12-10 09:45:40 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-requests-mock: updated to 1.4.0

1.4.0
-----
* allow an adapter to be passed to a Mocker object
* Rename [wheel] section to [bdist\_wheel] as the former is legacy
* Include license file in the generated wheel package
* Add testing for newer Python versions 3.5 and 3.6
* Return a separate copy for each call to decorator
* Add string representation to \_RequestObjectProxy
   2017-05-19 16:56:40 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Add missing dependency on py-pdr. Bump revision.
   2017-05-10 19:54:10 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
requests-mock provides a building block to stub out the HTTP requests portions
of your testing code. You should checkout the docs for more information.

Next | Query returned 25 messages, browsing 21 to 30 | previous