SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-vcrpy-2.0.1-3.1.noarch.rpm :
Sat Dec 29 13:00:00 2018 mardnhAATTgmx.de
- Add patch:

* python-vcrpy-fix-tunnel-uri-generation.patch
Needed for python-pyvmomi

Wed Oct 24 14:00:00 2018 jengelhAATTinai.de
- Use noun phrase in summary and adjust descriptions.

Wed Oct 24 14:00:00 2018 tchvatalAATTsuse.com
- Version update to 2.0.1:

* Support python 3.7 (fix httplib2 and urllib2, thanks AATTfelixonmars)

Thu Jul 13 14:00:00 2017 sean.marlowAATTsuse.com
- Move vcrpy to single spec.

Thu Jun 8 14:00:00 2017 sean.marlowAATTsuse.com
- Changes from version 1.11.1:

* Bugfixes

* Add support for latest requests and urllib3 releases
- Changes from version 1.11.0:

* Allow injection of persistence methods

* Bugfixes

* Support python 3.6 + CI tests

* Support pytest-asyncio coroutines
- Changes from version 1.10.5:

* Added a fix to httplib2

* Fix an issue with aiohttp

* Add missing requirement yarl

* Remove duplicate mock triple
- Changes from version 1.10.3:

* Aiohttp bugfix

* Empty cassette body bugfix

Sun Sep 18 14:00:00 2016 mardnhAATTgmx.de
- Fix Source-URL
- Update to version 1.10.2:

* only version bump - no code changes
- Changes from version 1.10.1

* Move vcr.stubs.aiohttp_stub to a package

* Merge pull request #271 from lamenezes/fix-py2-setup

* Exclude aiohttp from python < 3 setup
- Changes from version 1.10.0:

* remove py26-flakes test

* fix flake8: ignore yield from syntax errors

* fix tox\'s flakes tests

* fix test_aiohttp

* fix tests

* remove async/await from aiohttp_stubs to support python 3.4

* add aiohttp to tests config

* add integration tests for aiohttp

* fix aiohttp_stubs.vcr_request error message

* fix aiohttp response closing

* remove CIMultiDictProxy from aiohttp_stubs.vcr_request

* add support for aiohttp

* Merge pull request #265 from adamchainz/readthedocs.io

* fix flaky test

* Convert readthedocs links for their .org -> .io migration for hosted projects
- Changes from version 1.9.0:

* unzip bodies before comparing. Fixes #261

* Merge pull request #247 from dedsm/boto3_support

* Running boto3 tests in travis

* Fixing pep8 errors in boto tests

* boto3 integration tests

* Adding support for boto3

* fix tests in stubs, requests ssl verification and httpbin+flask

* Removed requests usage from test

* Renamed inside2 to inside

* Fix flake8 issue

* Updated comments

* Added a note on the deepcopy

* Added regression test

* Move deepcopy higher to not mutate original headers
- Changes from version 1.8.0:

* missed a httpbin call

* Merge pull request #253 from jayvdb/no-pytest-localserver

* Remove pytest-localserver from test dependencies

* pep8

* Fix for Serialization errors with JSON adapter

* Use pytest-httpbin

* Add Python 3.5 and PyPy 3 to Travis

* Fix/ignore some flake errors

* Add test to make sure we can post chunked binary data

* Avoid concatenating bytes with strings

* Fix travis check for flakes

* allow filtering by response

* Exclude __pycache__ dirs & compiled files in sdist

* Fix Tornado support behavior for Tornado 3.

* Use tox-travis

* support python 3.4

* tests / docs for decode_compressed_response

* add decode_compressed_response option and filter

* Fix pyflakes and pep8 errors

* Use tox for Travis-CI

* Fix typo

* Add documentation for new features of filter_headers, filter_query_parameters and filter_post_data_parameters

* Update VCR params to use new filters.

* Add replace_post_data_parameters()

* Add replace_query_parameters()

* Add replace_headers()

* Add note and link for vcrpy-unittest.

* Blindly add modules to be documented

* Add PyPI badge.

* Rename waffle badge from \'ready\' to \'waffle\' which seems clearer.

* Split README.rst into appropriate docs sections

* Use sphinx_rtd_theme building docs locally

* Switch to default RtD theme

* Lint cleanup

* Fallback to importing from urllib3

Tue Jan 26 13:00:00 2016 bear454AATTopensuse.org
- Update to version 1.7.4:
1.7.4 [#217] Make use_cassette decorated functions actually return a value (thanks AATTbcen). [#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 AATTagriffis).
1.7.2 [#186] Get effective_url in tornado (thanks AATTmvschaik), [#187] Set request_time on Response object in tornado (thanks AATTabhinav).
1.7.1 [#183] Patch fetch_impl instead of the entire HTTPClient class for Tornado (thanks AATTabhinav).
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).
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 AATTabhinav), [#147] packaging fixes (thanks AATTgraingert), [#158] allow filtering post params in requests (thanks AATTMrJohz), [#140] add xmlrpclib support (thanks AATTDiaoul).
1.5.2 Fix crash when cassette path contains cassette library directory (thanks AATTgazpachoking).
1.5.0 Automatic cassette naming and ‘application/json’ post data filtering (thanks AATTmarco-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 AATTralphbean.
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).
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


 
ICM