14
0
forked from pool/python-vcrpy

Accepting request 428455 from home:mnhauke

- Fix Source-URL
- Update to version 1.10.2

OBS-URL: https://build.opensuse.org/request/show/428455
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=4
This commit is contained in:
2016-09-21 11:08:59 +00:00
committed by Git OBS Bridge
parent e2814f0eae
commit f0c1dbc82b
4 changed files with 91 additions and 11 deletions

View File

@@ -1,3 +1,85 @@
-------------------------------------------------------------------
Sun Sep 18 12:23:44 UTC 2016 - mardnh@gmx.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 19:37:11 UTC 2016 - bear454@opensuse.org