From e7f0b9271265c5972fb021c97102f939eaf6a6c15611aae422617135df0dbe14 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 7 Mar 2024 18:02:41 +0000 Subject: [PATCH] Accepting request 1155911 from home:glaubitz:branches:devel:languages:python - Allow building with python-urllib3 >= 2.x OBS-URL: https://build.opensuse.org/request/show/1155911 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpretty?expand=0&rev=62 --- python-httpretty.changes | 5 +++++ python-httpretty.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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