14
0
forked from pool/python-vcrpy

46 Commits

Author SHA256 Message Date
f3875b9757 Accepting request 1235176 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1235176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vcrpy?expand=0&rev=18
2025-01-06 15:05:52 +00:00
e7fc728490 - Update to 7.0.0
* Drop support for python 3.8 (major version bump) - thanks @jairhenrique
  * Various linting and test fixes - thanks @jairhenrique
  * Bugfix for urllib2>=2.3.0 - missing version_string (#888)
  * Bugfix for asyncio.run - thanks @alekeik1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=44
2025-01-06 12:44:06 +00:00
5f28e40d36 Accepting request 1219096 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1219096
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vcrpy?expand=0&rev=17
2024-10-30 16:34:46 +00:00
2c1f516f15 - Update to 6.0.2
* Ensure body is consumed only once (#846) - thanks @sathieu
  * Permit urllib3 2.x for non-PyPy Python >=3.10
  * Fix typos in test commands - thanks @chuckwondo
  * Several test and workflow improvements - thanks @hartwork and @graingert

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=42
2024-10-29 17:04:48 +00:00
eb75391a5b Accepting request 1144835 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1144835
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vcrpy?expand=0&rev=16
2024-02-07 17:50:22 +00:00
a87a926746 Accepting request 1144515 from home:mcalabkova:branches:devel:languages:python
- Update to 6.0.1
  * BREAKING: Fix issue with httpx support (thanks @parkerhancock) in #784.
  * BREAKING: Drop support for `boto` (vcrpy still supports boto3, but is dropping the deprecated `boto` support in this release. (thanks @jairhenrique)
  * Fix compatibility issue with Python 3.12 (thanks @hartwork)
  * Drop simplejson (fixes some compatibility issues) (thanks @jairhenrique)
  * Run CI on Python 3.12 and PyPy 3.9-3.10 (thanks @mgorny)
  * Various linting and docs improvements (thanks @jairhenrique)
  * Tornado fixes (thanks @graingert)

OBS-URL: https://build.opensuse.org/request/show/1144515
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=40
2024-02-07 08:50:48 +00:00
e7b0a9b9f7 Accepting request 1112019 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1112019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vcrpy?expand=0&rev=15
2023-09-20 11:27:03 +00:00
1cd0c348e3 Accepting request 1111951 from home:pgajdos:python
- version update to 5.1.0
  * Use ruff for linting (instead of current flake8/isort/pyflakes) - thanks @jairhenrique
  * Enable rule B (flake8-bugbear) on ruff - thanks @jairhenrique
  * Configure read the docs V2 - thanks @jairhenrique
  * Fix typo in docs - thanks @quasimik
  * Make json.loads of Python >=3.6 decode bytes by itself - thanks @hartwork
  * Fix body matcher for chunked requests (fixes #734) - thanks @hartwork
  * Fix query param filter for aiohttp (fixes #517) - thanks @hartwork and @salomvary
  * Remove unnecessary dependency on six. - thanks @charettes
  * build(deps): update sphinx requirement from <7 to <8 - thanks @jairhenrique
  * Add action to validate docs - thanks @jairhenrique
  * Add editorconfig file - thanks @jairhenrique
  * Drop iscoroutinefunction fallback function for unsupported python thanks @jairhenrique
- for changelog for older releases refer to https://github.com/kevin1024/vcrpy/releases
- six is not required

OBS-URL: https://build.opensuse.org/request/show/1111951
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=38
2023-09-18 15:12:51 +00:00
9d3ecddcce Accepting request 1093358 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1093358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vcrpy?expand=0&rev=14
2023-06-16 14:54:56 +00:00
5c1708d0e8 Accepting request 1093289 from devel:languages:python:mailman:backports
- Use sle15_python_module_pythons

OBS-URL: https://build.opensuse.org/request/show/1093289
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=36
2023-06-15 20:02:53 +00:00
dafafbf5c2 Accepting request 1088694 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1088694
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vcrpy?expand=0&rev=13
2023-05-24 18:22:23 +00:00
9a37894ea1 Accepting request 1088692 from home:bnavigator:branches:devel:languages:python
- Restrict urllib3 < 2 -- gh#kevin1024/vcrpy#688

OBS-URL: https://build.opensuse.org/request/show/1088692
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=34
2023-05-23 14:44:33 +00:00
0cfa99299d Accepting request 1009893 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1009893
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vcrpy?expand=0&rev=12
2022-10-12 16:24:37 +00:00
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
82b458add5 Accepting request 914455 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/914455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vcrpy?expand=0&rev=11
2021-08-27 19:43:42 +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
c606a294cf Accepting request 830210 from devel:languages:python
- 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/request/show/830210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vcrpy?expand=0&rev=10
2020-08-29 18:42:46 +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
e6a46d9cee Accepting request 795684 from devel:languages:python
- 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/request/show/795684
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vcrpy?expand=0&rev=9
2020-04-21 11:07:06 +00:00
Tomáš Chvátal
6a06c7676f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=27 2020-04-20 07:52:04 +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
1824cb599b Accepting request 778779 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/778779
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vcrpy?expand=0&rev=8
2020-02-25 15:03:49 +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
6d5e8b6c8d OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=23 2020-02-24 09:34:30 +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
14da2e84eb Accepting request 772328 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/772328
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vcrpy?expand=0&rev=7
2020-02-09 19:49:06 +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
5fe59ba78e Accepting request 745107 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/745107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vcrpy?expand=0&rev=6
2019-11-27 12:50:59 +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
551f25012d Accepting request 731252 from devel:languages:python
- 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/request/show/731252
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vcrpy?expand=0&rev=5
2019-09-17 11:38:56 +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
df3b71b871 Accepting request 695151 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/695151
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vcrpy?expand=0&rev=4
2019-04-18 07:56:50 +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
df2874d193 Accepting request 662049 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/662049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vcrpy?expand=0&rev=3
2018-12-31 08:47:11 +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
ca54b8f15d Accepting request 644399 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/644399
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vcrpy?expand=0&rev=2
2018-10-26 09:08:39 +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
4b55b7de04 Accepting request 519533 from devel:languages:python
Add python-vcrpy to factory.

OBS-URL: https://build.opensuse.org/request/show/519533
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vcrpy?expand=0&rev=1
2017-08-30 14:23:52 +00:00
d3d03a467c Accepting request 519243 from home:seanmarlow:branches:devel:languages:python
Use source distribution from PyPi (py2pack).

OBS-URL: https://build.opensuse.org/request/show/519243
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vcrpy?expand=0&rev=7
2017-08-29 12:55:12 +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