From 992918554e74440a16f07cd4bd32c9a4fd17928e27a58ec6194236fadfa581dc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 31 Jul 2023 15:35:08 +0000 Subject: [PATCH] - pin to urllib3 < 2 for the testsuite OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gns3fy?expand=0&rev=8 --- python-gns3fy.changes | 5 +++++ python-gns3fy.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-gns3fy.changes b/python-gns3fy.changes index f4137c5..e750da2 100644 --- a/python-gns3fy.changes +++ b/python-gns3fy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 31 15:34:57 UTC 2023 - Dirk Müller + +- pin to urllib3 < 2 for the testsuite + ------------------------------------------------------------------- Wed Sep 28 21:27:49 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-gns3fy.spec b/python-gns3fy.spec index 1c8ca67..1dfcb6d 100644 --- a/python-gns3fy.spec +++ b/python-gns3fy.spec @@ -1,7 +1,7 @@ # # spec file for package python-gns3fy # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2020, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -39,6 +39,7 @@ BuildRequires: %{python_module pydantic >= 1.0} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests >= 2.22} BuildRequires: %{python_module requests-mock} +BuildRequires: %{python_module urllib3 < 2} # /SECTION %python_subpackages