Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0002-Do-not-test-patron.patch | Do not test patron | Mathieu Parent <sathieu@debian.org> | not-needed | 2018-12-02 | ||
0004-skip-randomly-failing-test-using-concurrency.patch | skip randomly failing test using concurrency | Santiago Vila <sanvila@debian.org> | invalid | upstream | 2019-04-18 | |
0003-spec_helper-drop-codeclimate-stuff.patch | spec_helper: drop codeclimate stuff | Antonio Terceiro <terceiro@debian.org> | not-needed | 2021-03-07 | ||
0004-Fix-tests-with-excon-0.63.patch | Fix tests with excon >= 0.63 In this version an 'Accept' header has been added in excon [1] and needs to be added to the default headers to merge too. This should fix #801 and with the version check being backwards compatible [1] https://github.com/excon/excon/blame/master/lib/excon/constants.rb#L141 |
Daniel Leidert <daniel.leidert@wgdd.de> | no | 2020-03-30 | ||
0005-Skip-failing-faraday-tests.patch | Skip failing faraday tests | Antonio Terceiro <terceiro@debian.org> | not-needed | 2021-03-07 | ||
0006-Add-ruby3.0-support.patch | Add ruby3.0 support | Lucas Kanashiro <kanashiro@ubuntu.com> | no | debian | backport, https://github.com/vcr/vcr/commit/b38369dcace0 | 2021-11-05 |
0007-spec-fix-passing-options-under-ruby3.0.patch | spec: fix passing options under ruby3.0 | Antonio Terceiro <terceiro@debian.org> | no | 2022-08-28 | ||
0008-Make-VCR-Cassette-Migrator-compatible-with-newer-psy.patch | Make VCR::Cassette::Migrator compatible with newer psych | =?utf-8?q?C=C3=A9dric_Boutillier?= <boutil@debian.org> | no | debian | https://github.com/vcr/vcr/commit/6a90f8a1909cccc03c7c74e04a7f14ba92c88e0b | 2022-11-13 |
0009-disable-shared-example-for-tests-failing-on-ipv6-onl.patch | disable shared example for tests failing on ipv6-only machines | =?utf-8?q?C=C3=A9dric_Boutillier?= <boutil@debian.org> | not-needed | 2022-11-13 | ||
0010-fix-FTBFS-with-ruby-rspec-3.12.patch | Fix keyword argument expectation failures on Ruby 3.0+ =================================================================== |
Jean byroot Boussier <jean.boussier+github@shopify.com> | no | upstream, https://github.com/vcr/vcr/pull/925 | 2023-01-03 | |
0011-use-fiber-local-for-global_hook_disabled_requests.patch | Use fiber-local for global_hook_disabled_requests Previously the finalizer being registered failed on Ruby trunk because finalizers are passed an argument and the lambda didn't accept one. I think it's simpler here to just use a fiber-local variable and have our array cleaned up automatically when the thread exits without need of a finalizer. =================================================================== |
John Hawthorn <john@hawthorn.email> | no | debian | upstream, https://github.com/vcr/vcr/pull/907 | 2021-10-13 |
0012-set-request-options-for-em-http-request-to-not-set-headers.patch | Set request options for em-http-request to not set headers * Needed because was match very explicitly on headers =================================================================== |
Jimmy Bradshaw <james.g.bradshaw@gmail.com> | no | upstream, https://github.com/vcr/vcr/pull/883/commits/f9b9557004a6865b469a8f44d9c5655ba4a492a3 | 2023-01-04 |