forked from pool/python-vcrpy
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
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 6 09:30:05 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- 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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 18 11:25:25 UTC 2023 - pgajdos@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-vcrpy
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2015 LISA GmbH, Bingen, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-vcrpy
|
||||
Version: 5.1.0
|
||||
Version: 6.0.1
|
||||
Release: 0
|
||||
Summary: Python module to mock and replay HTTP interactions
|
||||
License: MIT
|
||||
@@ -31,15 +31,17 @@ BuildRequires: %{python_module pytest-httpbin}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
# gh#kevin1024/vcrpy#688
|
||||
BuildRequires: %{python_module urllib3 < 2}
|
||||
BuildRequires: %{python_module urllib3 < 2 if %python-base < 3.10}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: %{python_module wrapt}
|
||||
BuildRequires: %{python_module yarl}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-PyYAML
|
||||
Requires: python-urllib3 < 2
|
||||
Requires: python-wrapt
|
||||
%if 0%{python_version_nodots} < 310
|
||||
Requires: python-urllib3 < 2
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
Requires: python-yarl
|
||||
%python_subpackages
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bbf1532f2618a04f11bce2a99af3a9647a32c880957293ff91e0a5f187b6b3d2
|
||||
size 84576
|
3
vcrpy-6.0.1.tar.gz
Normal file
3
vcrpy-6.0.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e023fee7f892baa0bbda2f7da7c8ac51165c1c6e38ff8688683a12a4bde9278
|
||||
size 84836
|
Reference in New Issue
Block a user