15
0

- 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
This commit is contained in:
2023-05-23 12:34:38 +00:00
committed by Git OBS Bridge
parent 4f9a276d2c
commit 65099c4a63
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 23 12:34:02 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Stick with urllib3 < 2 due to boto.
-------------------------------------------------------------------
Fri Dec 9 16:48:49 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@@ -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