diff --git a/python-httpretty.changes b/python-httpretty.changes index a2d8fd0..1f53f46 100644 --- a/python-httpretty.changes +++ b/python-httpretty.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 7 13:24:32 UTC 2024 - John Paul Adrian Glaubitz + +- Allow building with python-urllib3 >= 2.x + ------------------------------------------------------------------- Fri Dec 29 12:33:24 UTC 2023 - Antonio Larrosa diff --git a/python-httpretty.spec b/python-httpretty.spec index f6b565c..377f02d 100644 --- a/python-httpretty.spec +++ b/python-httpretty.spec @@ -1,7 +1,7 @@ # # spec file for package python-httpretty # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -53,7 +53,7 @@ BuildRequires: %{python_module requests} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module sure} BuildRequires: %{python_module tornado} -BuildRequires: %{python_module urllib3 with %python-urllib3 < 2} +BuildRequires: %{python_module urllib3} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch