2024-01-06 11:04:54 +01:00
|
|
|
|
Name: python-docker
|
2024-01-06 11:04:57 +01:00
|
|
|
|
Version: 7.0.0
|
|
|
|
|
Release: 1mamba
|
2024-01-06 11:04:54 +01:00
|
|
|
|
Summary: An API client for docker written in Python
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
Vendor: openmamba
|
|
|
|
|
Distribution: openmamba
|
2024-01-06 11:04:54 +01:00
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 11:04:54 +01:00
|
|
|
|
URL: https://github.com/docker/docker-py
|
2024-01-06 11:04:55 +01:00
|
|
|
|
Source: https://pypi.debian.net/docker/docker-%{version}.tar.gz
|
|
|
|
|
#Source: https://github.com/docker/docker-py/archive/%{version}.tar.gz
|
2024-01-06 11:04:54 +01:00
|
|
|
|
License: Apache License 2.0
|
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 11:04:56 +01:00
|
|
|
|
BuildRequires: libpython311-devel
|
|
|
|
|
BuildRequires: python3.11dist(packaging)
|
|
|
|
|
BuildRequires: python3.11dist(requests)
|
|
|
|
|
BuildRequires: python3.11dist(urllib3)
|
2024-01-06 11:04:54 +01:00
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 11:04:56 +01:00
|
|
|
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
2024-01-06 11:04:54 +01:00
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
A Python library for the Docker Remote API.
|
|
|
|
|
It does everything the docker command does, but from within Python – run containers, manage them, pull/push images, etc.
|
|
|
|
|
|
|
|
|
|
%if 0%{?with_pyver}
|
|
|
|
|
%pyver_package
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%prep
|
2024-01-06 11:04:55 +01:00
|
|
|
|
%setup -q -n docker-%{version}
|
2024-01-06 11:04:54 +01:00
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
%{__python} setup.py install \
|
|
|
|
|
-O1 --skip-build \
|
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
|
--install-headers=%{python_inc} \
|
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
2024-01-06 11:04:54 +01:00
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 11:04:54 +01:00
|
|
|
|
%dir %{python_sitearch}/docker-%{version}-py*.egg-info
|
|
|
|
|
%{python_sitearch}/docker-%{version}-py*.egg-info/*
|
2024-01-06 11:04:54 +01:00
|
|
|
|
%doc LICENSE README.md
|
|
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 11:04:57 +01:00
|
|
|
|
* Sat Dec 09 2023 Automatic Build System <autodist@mambasoft.it> 7.0.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:56 +01:00
|
|
|
|
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 6.1.3-2mamba
|
|
|
|
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
|
|
|
|
|
2024-01-06 11:04:56 +01:00
|
|
|
|
* Fri Jun 02 2023 Automatic Build System <autodist@mambasoft.it> 6.1.3-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:56 +01:00
|
|
|
|
* Fri May 12 2023 Automatic Build System <autodist@mambasoft.it> 6.1.2-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:55 +01:00
|
|
|
|
* Mon May 08 2023 Automatic Build System <autodist@mambasoft.it> 6.1.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:55 +01:00
|
|
|
|
* Sat May 06 2023 Automatic Build System <autodist@mambasoft.it> 6.1.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:55 +01:00
|
|
|
|
* Tue Apr 11 2023 Automatic Build System <autodist@mambasoft.it> 6.0.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Mon Oct 11 2021 Automatic Build System <autodist@mambasoft.it> 5.0.3-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Wed Sep 01 2021 Automatic Build System <autodist@mambasoft.it> 5.0.2-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
|
|
* Tue Aug 31 2021 Automatic Build System <autodist@mambasoft.it> 5.0.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Mon Aug 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.0-2mamba
|
|
|
|
|
- rebuilt for python3
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Wed Apr 07 2021 Automatic Build System <autodist@mambasoft.it> 5.0.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Thu Feb 25 2021 Automatic Build System <autodist@mambasoft.it> 4.4.4-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 4.4.3-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Fri Dec 25 2020 Automatic Build System <autodist@mambasoft.it> 4.4.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Thu Dec 03 2020 Automatic Build System <autodist@mambasoft.it> 4.4.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Sat Aug 22 2020 Automatic Build System <autodist@mambasoft.it> 4.3.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Tue Aug 11 2020 Automatic Build System <autodist@mambasoft.it> 4.3.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Wed Jul 01 2020 Automatic Build System <autodist@mambasoft.it> 4.2.2-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Wed Jun 03 2020 Automatic Build System <autodist@mambasoft.it> 4.2.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Thu Feb 06 2020 Automatic Build System <autodist@mambasoft.it> 4.2.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Fri Oct 04 2019 Automatic Build System <autodist@mambasoft.it> 4.1.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Fri Jun 21 2019 Automatic Build System <autodist@mambasoft.it> 4.0.2-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Tue May 21 2019 Automatic Build System <autodist@mambasoft.it> 4.0.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Tue Apr 02 2019 Automatic Build System <autodist@mambasoft.it> 3.7.2-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Sat Jan 12 2019 Automatic Build System <autodist@mambasoft.it> 3.7.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Tue Dec 04 2018 Automatic Build System <autodist@mambasoft.it> 3.6.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Mon Oct 22 2018 Automatic Build System <autodist@mambasoft.it> 3.5.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Sat Aug 11 2018 Automatic Build System <autodist@mambasoft.it> 3.5.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Tue Jul 03 2018 Automatic Build System <autodist@mambasoft.it> 3.4.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Wed Jun 20 2018 Automatic Build System <autodist@mambasoft.it> 3.4.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Fri Apr 27 2018 Automatic Build System <autodist@mambasoft.it> 3.3.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Sat Mar 31 2018 Automatic Build System <autodist@mambasoft.it> 3.2.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Fri Mar 30 2018 Automatic Build System <autodist@mambasoft.it> 3.2.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Thu Mar 22 2018 Automatic Build System <autodist@mambasoft.it> 3.1.4-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Wed Mar 21 2018 Automatic Build System <autodist@mambasoft.it> 3.1.3-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Thu Mar 08 2018 Automatic Build System <autodist@mambasoft.it> 3.1.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Sat Feb 17 2018 Automatic Build System <autodist@mambasoft.it> 3.0.1-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Mon Dec 25 2017 Automatic Build System <autodist@mambasoft.it> 2.7.0-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Mon Feb 06 2017 Automatic Build System <autodist@mambasoft.it> 2.0.2-1mamba
|
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
2024-01-06 11:04:54 +01:00
|
|
|
|
* Sat Oct 15 2016 Davide Madrisan <davide.madrisan@gmail.com> 1.10.3-1mamba
|
|
|
|
|
- package created using the webbuild interface
|