From 3e6b80d17fcc7ed27233a0b21a445b3e4174a209 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jul 10 2020 18:31:23 +0000 Subject: Add docker[ssh] subpackage https://fedoraproject.org/wiki/Changes/PythonExtras --- diff --git a/python-docker.spec b/python-docker.spec index a41b3a1..0293307 100644 --- a/python-docker.spec +++ b/python-docker.spec @@ -15,7 +15,7 @@ Name: python-%{srcname} Version: 4.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Python library for the Docker Engine API License: ASL 2.0 URL: https://pypi.org/project/%{srcname} @@ -89,6 +89,8 @@ It lets you do anything the docker command does, but from within Python apps – run containers, manage containers, manage Swarms, etc. %endif # with_python3 +%{?python_extras_subpkg:%python_extras_subpkg -n python3-%{srcname} -i %{python3_sitelib}/*.egg-info ssh} + %prep %setup -n %{srcname}-%{version} rm -fr docker.egg-info @@ -138,6 +140,9 @@ cp -avr tests/ %{buildroot}%{_libexecdir}/installed-tests/%{name}/ %endif # tests %changelog +* Fri Jul 10 2020 Miro Hrončok - 4.2.1-2 +- Add docker[ssh] subpackage + * Thu Jun 18 2020 Tomas Tomecek - 4.2.1-1 - new upstream release: 4.2.1