14
0
forked from pool/python-vcrpy
Commit Graph

19 Commits

Author SHA256 Message Date
c37d03a40f Accepting request 1009857 from home:yarunachalam:branches:devel:languages:python
- Update to version 4.2.1 
  * Fix a bug where the first request in a redirect chain was not being recorded with aiohttp
  * Various typos and small fixes, thanks @jairhenrique, @timgates42

OBS-URL: https://build.opensuse.org/request/show/1009857
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=32
2022-10-11 18:09:14 +00:00
465f98d123 Accepting request 914399 from home:glaubitz:branches:devel:languages:python
- Update to 4.1.1:
  * Fix HTTPX support for versions greater than 0.15 (thanks @jairhenrique)
  * Include a trailing newline on json cassettes (thanks @AaronRobson)

OBS-URL: https://build.opensuse.org/request/show/914399
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=31
2021-08-26 21:44:30 +00:00
e9b47c09a5 - Update to 4.1.0:
* Add support for httpx!! (thanks @herdigiorgi)
  * Add the new allow_playback_repeats option (thanks @tysonholub)
  * Several aiohttp improvements (cookie support, multiple headers with same
    key) (Thanks @pauloromeira)
  * Use enums for record modes (thanks @aaronbannin)
  * Bugfix: Do not redirect on 304 in aiohttp (Thanks @royjs)
  * Bugfix: Fix test suite by switching to mockbin (thanks @jairhenrique)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=29
2020-08-28 07:55:14 +00:00
Tomáš Chvátal
044a9f3b51 - Remove patch 0001-Revert-v4.0.x-Remove-legacy-python-and-add-python3.8.patch
as we dropped py2 integration support on Tumbleweed

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=26
2020-04-20 07:51:47 +00:00
Tomáš Chvátal
af828b6722 Accepting request 778778 from home:mcalabkova:branches:devel:languages:python
* Enable python2 again since it breaks many packages
- Fix locale on Leap

OBS-URL: https://build.opensuse.org/request/show/778778
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=24
2020-02-24 14:45:05 +00:00
Tomáš Chvátal
781344b0a9 Accepting request 778703 from home:mcalabkova:branches:devel:languages:python
- Added patch 0001-Revert-v4.0.x-Remove-legacy-python-and-add-python3.8.patch
  * Enable python2 again since it breaks many packages.

OBS-URL: https://build.opensuse.org/request/show/778703
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=22
2020-02-24 09:27:05 +00:00
db41a13fba Accepting request 772119 from home:mcalabkova:branches:devel:languages:python
- update to version 4.0.2
  * Remove Python2 support
  * Add Python 3.8 TravisCI support
  * Correct mock imports

OBS-URL: https://build.opensuse.org/request/show/772119
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=20
2020-02-08 11:01:08 +00:00
Tomáš Chvátal
043186f91d Accepting request 744999 from home:mnhauke
- Update to version 2.1.1
  * Format code with black
  * Improve documentation about custom matchers
  * Fix exception when body is empty
  * Fix yarl and python3.5 version issue
  * Fix header matcher for boto3

OBS-URL: https://build.opensuse.org/request/show/744999
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=18
2019-11-04 08:23:15 +00:00
Tomáš Chvátal
de2b6ee921 - Update to 2.1.0:
* Add a rewind method to reset a cassette (thanks @khamidou)
  * New error message with more details on why the cassette failed to play a request (thanks @arthurHamon2, @neozenith)
  * Handle connect tunnel URI (thanks @jeking3)
  * Drop support to python 3.4
  * Add deprecation warning on python 2.7, next major release will drop python 2.7 support
- Drop merged patch python-vcrpy-fix-tunnel-uri-generation.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=16
2019-09-16 10:53:19 +00:00
163b59d63e Accepting request 695150 from home:mcepl:branches:devel:languages:python
- Test suite just doesn't work. gh#kevin1024/vcrpy#427

OBS-URL: https://build.opensuse.org/request/show/695150
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=14
2019-04-17 12:23:43 +00:00
b7c77023e8 Accepting request 661969 from home:mnhauke
- Add patch:
  * python-vcrpy-fix-tunnel-uri-generation.patch
    Needed for python-pyvmomi

OBS-URL: https://build.opensuse.org/request/show/661969
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=12
2018-12-30 08:43:29 +00:00
Tomáš Chvátal
1ab003c88b Accepting request 644377 from home:jengelh:branches:devel:languages:python
- Use noun phrase in summary and adjust descriptions.

OBS-URL: https://build.opensuse.org/request/show/644377
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=10
2018-10-24 18:01:16 +00:00
Tomáš Chvátal
a5129e415b - Version update to 2.0.1:
* Support python 3.7 (fix httplib2 and urllib2, thanks @felixonmars)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=9
2018-10-24 13:32:46 +00:00
Thomas Bechtold
6f4a711ce3 Accepting request 510418 from home:seanmarlow:branches:devel:languages:python
Convert to single spec.

OBS-URL: https://build.opensuse.org/request/show/510418
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=6
2017-07-17 05:03:38 +00:00
9b2ec82f35 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
2017-07-06 11:31:44 +00:00
f0c1dbc82b 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
2016-09-21 11:08:59 +00:00
e2814f0eae 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
2016-01-27 13:57:19 +00:00
Denisart Benjamin
89ff96ae05 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=2 2015-02-09 15:57:39 +00:00
Denisart Benjamin
1eb843ce1f Accepting request 284884 from home:frispete:python
cleaned up spec

OBS-URL: https://build.opensuse.org/request/show/284884
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=1
2015-02-09 15:55:41 +00:00