Changelog for
python-vcrpy-1.7.3-6.1.noarch.rpm :
Tue Oct 6 14:00:00 2015 hpjAATTurpla.net
- Update to version 1.7.3:
* [#188] additional_matchers kwarg on use_casstte
* [#191] Actually support passing multiple before_record_request functions
(thanks AATTagriffis)
- Update to version 1.7.2:
* [#186] Get effective_url in tornado (thanks AATTmvschaik)
* [#187] Set request_time on Response object in tornado (thanks AATTabhinav)
- Update to version 1.7.1:
* [#183] Patch fetch_impl instead of the entire HTTPClient class for Tornado
(thanks AATTabhinav)
- Update to version 1.7.0:
* [#177] Properly support coroutine/generator decoration.
* [#178] Support distribute (thanks AATTgraingert)
* [#163] Make compatibility between python2 and python3 recorded cassettes
more robust (thanks AATTgward)
- Update to version 1.6.1:
* [#169] Support conditional requirements in old versions of pip, Fix RST
parse errors generated by pandoc
* [Tornado] Fix unsupported features exception not being raised
* [#166] content-aware body matcher
- Update to version 1.6.0:
* [#120] Tornado support (thanks AATTabhinav)
* [#147] packaging fixes (thanks AATTgraingert)
* [#158] allow filtering post params in requests (thanks AATTMrJohz)
* [#140] add xmlrpclib support (thanks AATTDiaoul)
- Update to version 1.5.2:
* Fix crash when cassette path contains cassette library directory
(thanks AATTgazpachoking)
- Update to version 1.5.0:
* Automatic cassette naming and ‘application/json’ post data filtering
(thanks AATTmarco-santamaria)
- Update to version 1.4.2:
* Fix a bug caused by requests 2.7 and chunked transfer encoding
- Update to version 1.4.1:
* Include README, tests, LICENSE in package. Thanks AATTralphbean
- Update to version 1.4.0:
* Filter post data parameters (thanks AATTeadmundo)
* support for posting files through requests, inject_cassette kwarg to
access cassette from use_cassette decorated function, with_current_defaults
actually works (thanks AATTsamstav)
- Update to version 1.3.0:
* Fix/add support for urllib3 (thanks AATTaisch)
* fix default port for https (thanks AATTabhinav)
Wed Feb 4 13:00:00 2015 hpjAATTurpla.net
- Update to version 1.2.0:
* Add custom_patches argument to VCR/Cassette objects to allow
users to stub custom classes when cassettes become active.
- Changes from version 2.1.4:
* Add force reset around calls to actual connection from stubs,
to ensure compatibility with the version of httplib/urlib2 in
python 2.7.9.
- Changes from version 1.1.3:
* Fix python3 headers field
* Fix boto test
* Fix new_episodes record mode
* Fix Windows connectionpool
* Stub bug
* Add support for requests 2.5
Tue Nov 4 13:00:00 2014 hpjAATTurpla.net
- version 1.1.2: initial build