forked from pool/python-vcrpy
Accepting request 508400 from home:seanmarlow:branches:devel:languages:python
Update version to 1.11.1 OBS-URL: https://build.opensuse.org/request/show/508400 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=5
This commit is contained in:
@@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 8 19:05:41 UTC 2017 - sean.marlow@suse.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 12:23:44 UTC 2016 - mardnh@gmx.de
|
Sun Sep 18 12:23:44 UTC 2016 - mardnh@gmx.de
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-vcrpy
|
# spec file for package python-vcrpy
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2015 LISA GmbH, Bingen, Germany.
|
# Copyright (c) 2015 LISA GmbH, Bingen, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-vcrpy
|
Name: python-vcrpy
|
||||||
Version: 1.10.2
|
Version: 1.11.1
|
||||||
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
|
||||||
@@ -29,7 +29,7 @@ BuildRequires: python-PyYAML
|
|||||||
BuildRequires: python-contextlib2
|
BuildRequires: python-contextlib2
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-mock
|
BuildRequires: python-mock
|
||||||
BuildRequires: python-pytest-localserver
|
BuildRequires: python-pytest
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
BuildRequires: python-six
|
BuildRequires: python-six
|
||||||
BuildRequires: python-wrapt
|
BuildRequires: python-wrapt
|
||||||
@@ -60,7 +60,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
|||||||
#python setup.py test
|
#python setup.py test
|
||||||
# Integration tests require internet access;
|
# Integration tests require internet access;
|
||||||
# fail with 'Temporary failure in name resolution'
|
# fail with 'Temporary failure in name resolution'
|
||||||
PYTHONPATH=$PYTHONPATH:.:./tests py.test-2.7 tests/unit
|
PYTHONPATH=$PYTHONPATH:.:./tests py.test-2.7 -k "not testing_connect" tests/unit
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:31de3b31c9681944b423078b16179b9f5218d4bc242b1c31b25c04c47728a497
|
|
||||||
size 61001
|
|
3
vcrpy-1.11.1.tar.gz
Normal file
3
vcrpy-1.11.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e9849a5e7fd9cbd8913ccba624160d57fded2b0f686d250ae8c59227dd51a9a6
|
||||||
|
size 326239
|
Reference in New Issue
Block a user