From e62bb99ccf0756c7f6c558fe7ba587e752aeb6777713cdc2ae2d5b851fff212c Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 5 Aug 2025 02:47:18 +0000 Subject: [PATCH] - Remove pin on urllib3. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gns3fy?expand=0&rev=10 --- python-gns3fy.changes | 5 +++++ python-gns3fy.spec | 8 ++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/python-gns3fy.changes b/python-gns3fy.changes index e750da2..f4be123 100644 --- a/python-gns3fy.changes +++ b/python-gns3fy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 5 02:47:04 UTC 2025 - Steve Kowalik + +- Remove pin on urllib3. + ------------------------------------------------------------------- Mon Jul 31 15:34:57 UTC 2023 - Dirk Müller diff --git a/python-gns3fy.spec b/python-gns3fy.spec index 1dfcb6d..a78223f 100644 --- a/python-gns3fy.spec +++ b/python-gns3fy.spec @@ -1,7 +1,7 @@ # # spec file for package python-gns3fy # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # Copyright (c) 2020, Martin Hauke # # All modifications and additions to the file contributed by third parties @@ -17,14 +17,11 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-gns3fy Version: 0.8.0 Release: 0 Summary: Python wrapper around GNS3 Server API License: MIT -Group: Development/Languages/Python URL: https://github.com/davidban77/gns3fy Source: https://github.com/davidban77/gns3fy/archive/v%{version}.tar.gz#/gns3fy-%{version}.tar.gz BuildRequires: %{python_module pip} @@ -39,7 +36,6 @@ 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 @@ -66,6 +62,6 @@ https://gns3-server.readthedocs.io/en/latest/ %license docs/content/about/license.md %doc README.md %{python_sitelib}/gns3fy -%{python_sitelib}/gns3fy-%{version}*-info +%{python_sitelib}/gns3fy-%{version}.dist-info %changelog