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