From 65099c4a636b8a63b3265f075a4a62e9a8e5745d105dce5b3ead5b44eaa5809c Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 23 May 2023 12:34:38 +0000 Subject: [PATCH] - Stick with urllib3 < 2 due to boto. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-environ-config?expand=0&rev=6 --- python-environ-config.changes | 5 +++++ python-environ-config.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-environ-config.changes b/python-environ-config.changes index 2ed7bde..635038f 100644 --- a/python-environ-config.changes +++ b/python-environ-config.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 23 12:34:02 UTC 2023 - Steve Kowalik + +- Stick with urllib3 < 2 due to boto. + ------------------------------------------------------------------- Fri Dec 9 16:48:49 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-environ-config.spec b/python-environ-config.spec index b5cd03a..c46e789 100644 --- a/python-environ-config.spec +++ b/python-environ-config.spec @@ -1,7 +1,7 @@ # # spec file for package python-environ-config # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,13 +16,11 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-environ-config Version: 22.1.0 Release: 0 Summary: Boilerplate-free configuration with env variables License: MIT -Group: Development/Languages/Python URL: https://github.com/hynek/environ_config Source: https://files.pythonhosted.org/packages/source/e/environ-config/environ-config-%{version}.tar.gz BuildRequires: %{python_module setuptools} @@ -36,6 +34,7 @@ BuildRequires: %{python_module attrs >= 17.4.0} BuildRequires: %{python_module boto3} BuildRequires: %{python_module moto} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module urllib3 < 2} # /SECTION %python_subpackages