forked from pool/python-docker
Accepting request 1176158 from home:ojkastl_buildservice:Branch_devel_languages_python
- backport patches to fix errors with requests 2.32.x: * 2a059a9f19c7b37c6c71c233754c6845e325d1ec.patch * e33e0a437ecd895158c8cb4322a0cdad79312636.patch OBS-URL: https://build.opensuse.org/request/show/1176158 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docker?expand=0&rev=56
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-docker
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -24,6 +24,12 @@ Summary: A Python library for the Docker Engine API
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/docker/docker-py
|
||||
Source: https://files.pythonhosted.org/packages/source/d/docker/docker-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM e33e0a437ecd895158c8cb4322a0cdad79312636.patch -- based on commit e33e0a4
|
||||
# https://github.com/docker/docker-py/commit/e33e0a437ecd895158c8cb4322a0cdad79312636.patch
|
||||
Patch1: e33e0a437ecd895158c8cb4322a0cdad79312636.patch
|
||||
# PATCH-FIX-UPSTREAM 2a059a9f19c7b37c6c71c233754c6845e325d1ec.patch -- based on commit 2a059a9
|
||||
# https://github.com/docker/docker-py/commit/2a059a9f19c7b37c6c71c233754c6845e325d1ec.patch
|
||||
Patch2: 2a059a9f19c7b37c6c71c233754c6845e325d1ec.patch
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools >= 45}
|
||||
BuildRequires: %{python_module setuptools_scm >= 6.2}
|
||||
|
||||
Reference in New Issue
Block a user