14
0
forked from pool/python-vcrpy

Accepting request 356126 from home:bear454:branches:devel:languages:python

Update to v1.7.4

OBS-URL: https://build.opensuse.org/request/show/356126
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=3
This commit is contained in:
2016-01-27 13:57:19 +00:00
committed by Git OBS Bridge
parent 89ff96ae05
commit e2814f0eae
4 changed files with 32 additions and 9 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Jan 26 19:37:11 UTC 2016 - bear454@opensuse.org
- Update to version 1.7.4:
1.7.4 [#217] Make use_cassette decorated functions actually return a value (thanks @bcen). [#199] Fix path transfromation defaults. Better headers dictionary management.
1.7.3 [#188] additional_matchers kwarg on use_cassette. [#191] Actually support passing multiple before_record_request functions (thanks @agriffis).
1.7.2 [#186] Get effective_url in tornado (thanks @mvschaik), [#187] Set request_time on Response object in tornado (thanks @abhinav).
1.7.1 [#183] Patch fetch_impl instead of the entire HTTPClient class for Tornado (thanks @abhinav).
1.7.0 [#177] Properly support coroutine/generator decoration. [#178] Support distribute (thanks @graingert). [#163] Make compatibility between python2 and python3 recorded cassettes more robust (thanks @gward).
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.
1.6.0 [#120] Tornado support (thanks @abhinav), [#147] packaging fixes (thanks @graingert), [#158] allow filtering post params in requests (thanks @MrJohz), [#140] add xmlrpclib support (thanks @Diaoul).
1.5.2 Fix crash when cassette path contains cassette library directory (thanks @gazpachoking).
1.5.0 Automatic cassette naming and application/json post data filtering (thanks @marco-santamaria).
1.4.2 Fix a bug caused by requests 2.7 and chunked transfer encoding
1.4.1 Include README, tests, LICENSE in package. Thanks @ralphbean.
1.4.0 Filter post data parameters (thanks @eadmundo), support for posting files through requests, inject_cassette kwarg to access cassette from use_cassette decorated function, with_current_defaults actually works (thanks @samstav).
1.3.0 Fix/add support for urllib3 (thanks @aisch), fix default port for https (thanks @abhinav).
-------------------------------------------------------------------
Wed Feb 4 09:22:15 UTC 2015 - hpj@urpla.net