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:
@@ -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
|
Tue Jan 26 19:37:11 UTC 2016 - bear454@opensuse.org
|
||||||
|
|
||||||
|
@@ -17,19 +17,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
|
||||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
||||||
%else
|
|
||||||
BuildArch: noarch
|
|
||||||
%endif
|
|
||||||
Name: python-vcrpy
|
Name: python-vcrpy
|
||||||
Version: 1.7.4
|
Version: 1.10.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Automatically mock your HTTP interactions to simplify and speed up testing
|
Summary: Automatically mock your HTTP interactions to simplify and speed up testing
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/kevin1024/vcrpy
|
Url: https://github.com/kevin1024/vcrpy
|
||||||
Source: https://pypi.python.org/packages/source/v/vcrpy/vcrpy-%{version}.tar.gz
|
Source: https://pypi.io/packages/source/v/vcrpy/vcrpy-%{version}.tar.gz
|
||||||
BuildRequires: python-PyYAML
|
BuildRequires: python-PyYAML
|
||||||
BuildRequires: python-contextlib2
|
BuildRequires: python-contextlib2
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
@@ -44,6 +39,7 @@ Requires: python-mock
|
|||||||
Requires: python-six
|
Requires: python-six
|
||||||
Requires: python-wrapt
|
Requires: python-wrapt
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Record your test suite's HTTP interactions and replay them during future test
|
Record your test suite's HTTP interactions and replay them during future test
|
||||||
@@ -68,6 +64,8 @@ PYTHONPATH=$PYTHONPATH:.:./tests py.test-2.7 tests/unit
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{python_sitelib}/*
|
%doc LICENSE.txt README.rst
|
||||||
|
%{python_sitelib}/vcr
|
||||||
|
%{python_sitelib}/vcrpy-%{version}-py%{py_ver}.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
3
vcrpy-1.10.2.tar.gz
Normal file
3
vcrpy-1.10.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:31de3b31c9681944b423078b16179b9f5218d4bc242b1c31b25c04c47728a497
|
||||||
|
size 61001
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bb64924fd072982c712ca0822499937019caa33d758a9c47e5483ea36c45cb47
|
|
||||||
size 80652
|
|
Reference in New Issue
Block a user