Files
python-awscli/python-awscli.spec

586 lines
22 KiB
RPMSpec

%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-awscli
Version: 2.34.31
Release: 1mamba
Summary: A unified command line interface to Amazon Web Services
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan@openmamba.org>
URL: https://aws.amazon.com/cli/
Source: https://github.com/aws/aws-cli.git/%{version}/aws-cli-%{version}.tar.bz2
Patch0: python-awscli-2.28.5-assertions.patch
Patch1: python-awscli-2.28.5-test-yaml.patch
License: Apache License 2.0
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
BuildRequires: (python3.11dist(colorama) < 0.4.7~~ with python3.11dist(colorama) >= 0.2.5)
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(awscrt)
BuildRequires: python3.11dist(distro)
BuildRequires: python3.11dist(docutils)
BuildRequires: python3.11dist(jmespath)
BuildRequires: python3.11dist(prompt-toolkit)
BuildRequires: python3.11dist(python-dateutil)
BuildRequires: python3.11dist(ruamel-yaml)
BuildRequires: python3.11dist(ruamel-yaml-clib)
BuildRequires: python3.11dist(urllib3)
BuildRequires: python3.11dist(wcwidth)
## AUTOBUILDREQ-END
BuildRequires: python-pep517-py3
%if "0%{?with_pyver}" == "03"
%define py_requires_append \
Obsoletes: python-awscli < 1.31.5
%endif
%if 0%{?with_pyver}
%pyver_package
%endif
%description
%{summary}.
%prep
%setup -q -n aws-cli-%{version}
%patch 0 -p1 -b .assertions
%patch 1 -p1 -b .test-yaml
# loosen awscrt version requirement
sed -i 's/awscrt==/awscrt>=/' pyproject.toml
sed -i "s|\(docutils\)>=.*[0-9]|\1|" pyproject.toml
sed -i "s|\(distro\)>=.*[0-9]|\1|" pyproject.toml
sed -i "s|\(python-dateutil\)>=.*[0-9]|\1|" pyproject.toml
sed -i "s|\(flit_core\)>=.*[0-9]|\1|" pyproject.toml
sed -i "s|\(jmespath\)>=.*[0-9]|\1|" pyproject.toml
sed -i "s|\(urllib3\)>=.*[0-9]|\1|" pyproject.toml
sed -i "s|\(ruamel.yaml\)>=.*[0-9]|\1|" pyproject.toml
sed -i "s|\(ruamel.yaml.clib\)>=.*[0-9]|\1|" pyproject.toml
sed -i "s|\(prompt-toolkit\)>=.*[0-9]|\1|" pyproject.toml
sed -i "s|\(wcwidth\)<0.3.0|\1|" pyproject.toml
%build
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
#%if "%{?with_pyver}" != "3"
## Rename any conflicting file outside of python site packages tree
#for f in %{_bindir}/pdm; do
# mv %{buildroot}${f}{,-%{?pyappend}}
#done
#%endif
%files %{?pyappend}
%defattr(-,root,root)
%{_bindir}/aws*
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
%dir %{python_sitelib}/%{pkgname}
%{python_sitelib}/%{pkgname}/*
%changelog
* Fri Apr 17 2026 Automatic Build System <autodist@openmamba.org> 2.34.31-1mamba
- automatic version update by autodist
* Tue Apr 14 2026 Automatic Build System <autodist@openmamba.org> 2.34.30-1mamba
- automatic version update by autodist
* Sat Apr 11 2026 Automatic Build System <autodist@openmamba.org> 2.34.29-1mamba
- automatic version update by autodist
* Fri Apr 10 2026 Automatic Build System <autodist@openmamba.org> 2.34.28-1mamba
- automatic version update by autodist
* Thu Apr 09 2026 Automatic Build System <autodist@openmamba.org> 2.34.27-1mamba
- automatic version update by autodist
* Wed Apr 08 2026 Automatic Build System <autodist@openmamba.org> 2.34.26-1mamba
- automatic version update by autodist
* Tue Apr 07 2026 Automatic Build System <autodist@openmamba.org> 2.34.25-1mamba
- automatic version update by autodist
* Sat Apr 04 2026 Automatic Build System <autodist@openmamba.org> 2.34.24-1mamba
- automatic version update by autodist
* Fri Apr 03 2026 Automatic Build System <autodist@openmamba.org> 2.34.23-1mamba
- automatic version update by autodist
* Thu Apr 02 2026 Automatic Build System <autodist@openmamba.org> 2.34.22-1mamba
- automatic version update by autodist
* Wed Apr 01 2026 Automatic Build System <autodist@openmamba.org> 2.34.21-1mamba
- automatic version update by autodist
* Tue Mar 31 2026 Automatic Build System <autodist@openmamba.org> 2.34.20-1mamba
- automatic version update by autodist
* Sat Mar 28 2026 Automatic Build System <autodist@openmamba.org> 2.34.19-1mamba
- automatic version update by autodist
* Fri Mar 27 2026 Automatic Build System <autodist@openmamba.org> 2.34.18-1mamba
- automatic version update by autodist
* Wed Mar 25 2026 Automatic Build System <autodist@openmamba.org> 2.34.17-1mamba
- automatic version update by autodist
* Wed Mar 25 2026 Automatic Build System <autodist@openmamba.org> 2.34.16-1mamba
- automatic version update by autodist
* Tue Mar 24 2026 Automatic Build System <autodist@openmamba.org> 2.34.15-1mamba
- automatic version update by autodist
* Sat Mar 21 2026 Automatic Build System <autodist@openmamba.org> 2.34.14-1mamba
- automatic version update by autodist
* Fri Mar 20 2026 Automatic Build System <autodist@openmamba.org> 2.34.13-1mamba
- automatic version update by autodist
* Thu Mar 19 2026 Automatic Build System <autodist@openmamba.org> 2.34.12-1mamba
- automatic version update by autodist
* Wed Mar 18 2026 Automatic Build System <autodist@openmamba.org> 2.34.11-1mamba
- automatic version update by autodist
* Tue Mar 17 2026 Automatic Build System <autodist@openmamba.org> 2.34.10-1mamba
- automatic version update by autodist
* Sat Mar 14 2026 Automatic Build System <autodist@openmamba.org> 2.34.9-1mamba
- automatic version update by autodist
* Fri Mar 13 2026 Automatic Build System <autodist@openmamba.org> 2.34.8-1mamba
- automatic version update by autodist
* Thu Mar 12 2026 Automatic Build System <autodist@openmamba.org> 2.34.7-1mamba
- automatic version update by autodist
* Wed Mar 11 2026 Automatic Build System <autodist@openmamba.org> 2.34.6-1mamba
- automatic version update by autodist
* Tue Mar 10 2026 Automatic Build System <autodist@openmamba.org> 2.34.5-1mamba
- automatic version update by autodist
* Sat Mar 07 2026 Automatic Build System <autodist@openmamba.org> 2.34.4-1mamba
- automatic version update by autodist
* Fri Mar 06 2026 Automatic Build System <autodist@openmamba.org> 2.34.3-1mamba
- automatic version update by autodist
* Thu Mar 05 2026 Automatic Build System <autodist@openmamba.org> 2.34.2-1mamba
- automatic version update by autodist
* Wed Mar 04 2026 Automatic Build System <autodist@openmamba.org> 2.34.1-1mamba
- automatic version update by autodist
* Sat Feb 28 2026 Automatic Build System <autodist@openmamba.org> 2.34.0-1mamba
- automatic version update by autodist
* Fri Feb 27 2026 Automatic Build System <autodist@openmamba.org> 2.33.31-1mamba
- automatic version update by autodist
* Thu Feb 26 2026 Automatic Build System <autodist@openmamba.org> 2.33.30-1mamba
- automatic version update by autodist
* Wed Feb 25 2026 Automatic Build System <autodist@openmamba.org> 2.33.29-1mamba
- automatic version update by autodist
* Tue Feb 24 2026 Automatic Build System <autodist@openmamba.org> 2.33.28-1mamba
- automatic version update by autodist
* Sat Feb 21 2026 Automatic Build System <autodist@openmamba.org> 2.33.27-1mamba
- automatic version update by autodist
* Fri Feb 20 2026 Automatic Build System <autodist@openmamba.org> 2.33.26-1mamba
- automatic version update by autodist
* Thu Feb 19 2026 Automatic Build System <autodist@openmamba.org> 2.33.25-1mamba
- automatic version update by autodist
* Wed Feb 18 2026 Automatic Build System <autodist@openmamba.org> 2.33.24-1mamba
- automatic version update by autodist
* Tue Feb 17 2026 Automatic Build System <autodist@openmamba.org> 2.33.23-1mamba
- automatic version update by autodist
* Fri Feb 13 2026 Automatic Build System <autodist@openmamba.org> 2.33.22-1mamba
- automatic version update by autodist
* Thu Feb 12 2026 Automatic Build System <autodist@openmamba.org> 2.33.21-1mamba
- automatic version update by autodist
* Thu Feb 12 2026 Automatic Build System <autodist@openmamba.org> 2.33.20-1mamba
- automatic version update by autodist
* Wed Feb 11 2026 Automatic Build System <autodist@openmamba.org> 2.33.19-1mamba
- automatic version update by autodist
* Tue Feb 10 2026 Automatic Build System <autodist@openmamba.org> 2.33.18-1mamba
- automatic version update by autodist
* Sat Feb 07 2026 Silvan Calarco <silvan@openmamba.org> 2.33.17-1mamba
- update to 2.33.17
* Wed Jan 28 2026 Automatic Build System <autodist@openmamba.org> 2.33.8-1mamba
- automatic version update by autodist
* Tue Jan 27 2026 Automatic Build System <autodist@openmamba.org> 2.33.7-1mamba
- automatic version update by autodist
* Sat Jan 24 2026 Automatic Build System <autodist@openmamba.org> 2.33.6-1mamba
- automatic version update by autodist
* Fri Jan 23 2026 Automatic Build System <autodist@openmamba.org> 2.33.5-1mamba
- automatic version update by autodist
* Thu Jan 22 2026 Automatic Build System <autodist@openmamba.org> 2.33.4-1mamba
- automatic version update by autodist
* Wed Jan 21 2026 Automatic Build System <autodist@openmamba.org> 2.33.3-1mamba
- automatic version update by autodist
* Sat Jan 17 2026 Automatic Build System <autodist@openmamba.org> 2.33.2-1mamba
- automatic version update by autodist
* Fri Jan 16 2026 Automatic Build System <autodist@openmamba.org> 2.33.1-1mamba
- automatic version update by autodist
* Thu Jan 15 2026 Automatic Build System <autodist@openmamba.org> 2.33.0-1mamba
- automatic version update by autodist
* Wed Jan 14 2026 Automatic Build System <autodist@openmamba.org> 2.32.34-1mamba
- automatic version update by autodist
* Tue Jan 13 2026 Automatic Build System <autodist@openmamba.org> 2.32.33-1mamba
- automatic version update by autodist
* Sat Jan 10 2026 Automatic Build System <autodist@openmamba.org> 2.32.32-1mamba
- automatic version update by autodist
* Thu Jan 08 2026 Automatic Build System <autodist@openmamba.org> 2.32.31-1mamba
- automatic version update by autodist
* Wed Jan 07 2026 Automatic Build System <autodist@openmamba.org> 2.32.30-1mamba
- automatic version update by autodist
* Tue Jan 06 2026 Automatic Build System <autodist@openmamba.org> 2.32.29-1mamba
- automatic version update by autodist
* Sat Jan 03 2026 Silvan Calarco <silvan@openmamba.org> 2.32.28-2mamba
- relax version requirement for prompt-toolkit
* Sat Jan 03 2026 Automatic Build System <autodist@openmamba.org> 2.32.28-1mamba
- automatic version update by autodist
* Wed Dec 31 2025 Automatic Build System <autodist@openmamba.org> 2.32.26-1mamba
- automatic version update by autodist
* Tue Dec 30 2025 Automatic Build System <autodist@openmamba.org> 2.32.25-1mamba
- automatic version update by autodist
* Sat Dec 27 2025 Automatic Build System <autodist@openmamba.org> 2.32.24-1mamba
- automatic version update by autodist
* Wed Dec 24 2025 Automatic Build System <autodist@openmamba.org> 2.32.23-1mamba
- automatic version update by autodist
* Tue Dec 23 2025 Automatic Build System <autodist@openmamba.org> 2.32.22-1mamba
- automatic version update by autodist
* Sun Dec 21 2025 Automatic Build System <autodist@openmamba.org> 2.32.21-1mamba
- automatic version update by autodist
* Fri Dec 19 2025 Automatic Build System <autodist@openmamba.org> 2.32.20-1mamba
- automatic version update by autodist
* Thu Dec 18 2025 Automatic Build System <autodist@openmamba.org> 2.32.19-1mamba
- automatic version update by autodist
* Tue Dec 16 2025 Automatic Build System <autodist@openmamba.org> 2.32.17-1mamba
- automatic version update by autodist
* Sat Dec 13 2025 Automatic Build System <autodist@openmamba.org> 2.32.16-2mamba
- automatic version update by autodist
* Sat Dec 13 2025 Automatic Build System <autodist@openmamba.org> 2.32.16-1mamba
- automatic version update by autodist
* Fri Dec 12 2025 Automatic Build System <autodist@openmamba.org> 2.32.15-1mamba
- automatic version update by autodist
* Wed Dec 10 2025 Automatic Build System <autodist@openmamba.org> 2.32.13-1mamba
- automatic version update by autodist
* Tue Dec 09 2025 Automatic Build System <autodist@openmamba.org> 2.32.12-1mamba
- automatic version update by autodist
* Sat Dec 06 2025 Automatic Build System <autodist@openmamba.org> 2.32.11-1mamba
- automatic version update by autodist
* Fri Dec 05 2025 Automatic Build System <autodist@openmamba.org> 2.32.10-1mamba
- automatic version update by autodist
* Thu Dec 04 2025 Automatic Build System <autodist@openmamba.org> 2.32.9-1mamba
- automatic version update by autodist
* Wed Dec 03 2025 Automatic Build System <autodist@openmamba.org> 2.32.8-1mamba
- automatic version update by autodist
* Mon Dec 01 2025 Automatic Build System <autodist@openmamba.org> 2.32.7-1mamba
- automatic version update by autodist
* Thu Nov 27 2025 Automatic Build System <autodist@openmamba.org> 2.32.6-1mamba
- automatic version update by autodist
* Wed Nov 26 2025 Automatic Build System <autodist@openmamba.org> 2.32.5-1mamba
- automatic version update by autodist
* Tue Nov 25 2025 Automatic Build System <autodist@openmamba.org> 2.32.4-1mamba
- automatic version update by autodist
* Sat Nov 22 2025 Automatic Build System <autodist@openmamba.org> 2.32.3-1mamba
- automatic version update by autodist
* Fri Nov 21 2025 Automatic Build System <autodist@openmamba.org> 2.32.2-1mamba
- automatic version update by autodist
* Thu Nov 20 2025 Automatic Build System <autodist@openmamba.org> 2.32.1-1mamba
- automatic version update by autodist
* Wed Nov 19 2025 Automatic Build System <autodist@openmamba.org> 2.31.39-2mamba
- automatic version update by autodist
* Wed Nov 19 2025 Automatic Build System <autodist@openmamba.org> 2.31.39-1mamba
- automatic version update by autodist
* Tue Nov 18 2025 Automatic Build System <autodist@openmamba.org> 2.31.38-1mamba
- automatic version update by autodist
* Sat Nov 15 2025 Automatic Build System <autodist@openmamba.org> 2.31.37-1mamba
- automatic version update by autodist
* Fri Nov 14 2025 Automatic Build System <autodist@openmamba.org> 2.31.36-1mamba
- automatic version update by autodist
* Thu Nov 13 2025 Automatic Build System <autodist@openmamba.org> 2.31.35-1mamba
- automatic version update by autodist
* Thu Nov 06 2025 Automatic Build System <autodist@openmamba.org> 2.31.30-1mamba
- automatic version update by autodist
* Wed Nov 05 2025 Automatic Build System <autodist@openmamba.org> 2.31.29-1mamba
- automatic version update by autodist
* Tue Nov 04 2025 Automatic Build System <autodist@openmamba.org> 2.31.28-1mamba
- automatic version update by autodist
* Sat Nov 01 2025 Automatic Build System <autodist@openmamba.org> 2.31.27-1mamba
- automatic version update by autodist
* Fri Oct 31 2025 Automatic Build System <autodist@openmamba.org> 2.31.26-1mamba
- automatic version update by autodist
* Thu Oct 30 2025 Automatic Build System <autodist@openmamba.org> 2.31.25-1mamba
- automatic version update by autodist
* Wed Oct 29 2025 Automatic Build System <autodist@openmamba.org> 2.31.24-1mamba
- automatic version update by autodist
* Tue Oct 28 2025 Automatic Build System <autodist@openmamba.org> 2.31.23-1mamba
- automatic version update by autodist
* Sat Oct 25 2025 Automatic Build System <autodist@openmamba.org> 2.31.22-1mamba
- automatic version update by autodist
* Fri Oct 24 2025 Automatic Build System <autodist@openmamba.org> 2.31.21-1mamba
- automatic version update by autodist
* Thu Oct 23 2025 Automatic Build System <autodist@openmamba.org> 2.31.20-1mamba
- automatic version update by autodist
* Wed Oct 22 2025 Automatic Build System <autodist@openmamba.org> 2.31.19-1mamba
- automatic version update by autodist
* Sat Oct 18 2025 Automatic Build System <autodist@openmamba.org> 2.31.18-1mamba
- automatic version update by autodist
* Fri Oct 17 2025 Automatic Build System <autodist@openmamba.org> 2.31.17-1mamba
- automatic version update by autodist
* Thu Oct 16 2025 Automatic Build System <autodist@openmamba.org> 2.31.16-1mamba
- automatic version update by autodist
* Wed Oct 15 2025 Automatic Build System <autodist@openmamba.org> 2.31.15-2mamba
- automatic version update by autodist
* Wed Oct 15 2025 Automatic Build System <autodist@openmamba.org> 2.31.15-1mamba
- automatic version update by autodist
* Tue Oct 14 2025 Automatic Build System <autodist@openmamba.org> 2.31.14-1mamba
- automatic version update by autodist
* Sat Oct 11 2025 Automatic Build System <autodist@openmamba.org> 2.31.13-1mamba
- automatic version update by autodist
* Fri Oct 10 2025 Automatic Build System <autodist@openmamba.org> 2.31.12-2mamba
- automatic version update by autodist
* Fri Oct 10 2025 Automatic Build System <autodist@openmamba.org> 2.31.12-1mamba
- automatic version update by autodist
* Thu Oct 09 2025 Automatic Build System <autodist@openmamba.org> 2.31.11-1mamba
- automatic version update by autodist
* Wed Oct 08 2025 Automatic Build System <autodist@openmamba.org> 2.31.10-1mamba
- automatic version update by autodist
* Tue Oct 07 2025 Automatic Build System <autodist@openmamba.org> 2.31.9-1mamba
- automatic version update by autodist
* Sat Oct 04 2025 Automatic Build System <autodist@openmamba.org> 2.31.8-1mamba
- automatic version update by autodist
* Fri Oct 03 2025 Automatic Build System <autodist@openmamba.org> 2.31.7-1mamba
- automatic version update by autodist
* Thu Oct 02 2025 Automatic Build System <autodist@openmamba.org> 2.31.6-1mamba
- automatic version update by autodist
* Wed Oct 01 2025 Automatic Build System <autodist@openmamba.org> 2.31.5-1mamba
- automatic version update by autodist
* Tue Sep 30 2025 Automatic Build System <autodist@openmamba.org> 2.31.4-1mamba
- automatic version update by autodist
* Sat Sep 27 2025 Automatic Build System <autodist@openmamba.org> 2.31.3-1mamba
- automatic version update by autodist
* Fri Sep 26 2025 Automatic Build System <autodist@openmamba.org> 2.31.2-2mamba
- automatic version update by autodist
* Fri Sep 26 2025 Automatic Build System <autodist@openmamba.org> 2.31.2-1mamba
- automatic version update by autodist
* Thu Sep 25 2025 Automatic Build System <autodist@openmamba.org> 2.31.1-1mamba
- automatic version update by autodist
* Wed Sep 24 2025 Automatic Build System <autodist@openmamba.org> 2.31.0-1mamba
- automatic version update by autodist
* Tue Sep 23 2025 Automatic Build System <autodist@openmamba.org> 2.30.7-1mamba
- automatic version update by autodist
* Sat Sep 20 2025 Automatic Build System <autodist@openmamba.org> 2.30.6-1mamba
- automatic version update by autodist
* Fri Sep 19 2025 Automatic Build System <autodist@openmamba.org> 2.30.5-1mamba
- automatic version update by autodist
* Thu Sep 18 2025 Automatic Build System <autodist@openmamba.org> 2.30.4-1mamba
- automatic version update by autodist
* Wed Sep 17 2025 Automatic Build System <autodist@openmamba.org> 2.30.3-1mamba
- automatic version update by autodist
* Tue Sep 16 2025 Automatic Build System <autodist@openmamba.org> 2.30.2-1mamba
- automatic version update by autodist
* Mon Sep 15 2025 Automatic Build System <autodist@openmamba.org> 2.30.1-1mamba
- automatic version update by autodist
* Thu Sep 11 2025 Automatic Build System <autodist@openmamba.org> 2.29.0-1mamba
- automatic version update by autodist
* Tue Sep 09 2025 Automatic Build System <autodist@openmamba.org> 2.28.26-1mamba
- automatic version update by autodist
* Sat Sep 06 2025 Automatic Build System <autodist@openmamba.org> 2.28.25-1mamba
- automatic version update by autodist
* Fri Sep 05 2025 Automatic Build System <autodist@openmamba.org> 2.28.24-1mamba
- automatic version update by autodist
* Fri Sep 05 2025 Automatic Build System <autodist@openmamba.org> 2.28.23-1mamba
- automatic version update by autodist
* Wed Sep 03 2025 Automatic Build System <autodist@openmamba.org> 2.28.22-1mamba
- automatic version update by autodist
* Sat Aug 30 2025 Automatic Build System <autodist@openmamba.org> 2.28.21-1mamba
- automatic version update by autodist
* Fri Aug 29 2025 Automatic Build System <autodist@openmamba.org> 2.28.20-1mamba
- automatic version update by autodist
* Thu Aug 28 2025 Automatic Build System <autodist@openmamba.org> 2.28.19-1mamba
- automatic version update by autodist
* Wed Aug 27 2025 Automatic Build System <autodist@openmamba.org> 2.28.18-1mamba
- automatic version update by autodist
* Tue Aug 26 2025 Automatic Build System <autodist@openmamba.org> 2.28.17-1mamba
- automatic version update by autodist
* Sun Aug 24 2025 Automatic Build System <autodist@openmamba.org> 2.28.16-1mamba
- automatic version update by autodist
* Sat Aug 23 2025 Automatic Build System <autodist@openmamba.org> 2.28.15-1mamba
- automatic version update by autodist
* Fri Aug 22 2025 Automatic Build System <autodist@openmamba.org> 2.28.14-1mamba
- automatic version update by autodist
* Thu Aug 21 2025 Automatic Build System <autodist@openmamba.org> 2.28.13-1mamba
- automatic version update by autodist
* Sun Aug 17 2025 Automatic Build System <autodist@openmamba.org> 2.28.11-1mamba
- automatic version update by autodist
* Sat Aug 16 2025 Automatic Build System <autodist@openmamba.org> 2.28.10-1mamba
- automatic version update by autodist
* Fri Aug 15 2025 Automatic Build System <autodist@openmamba.org> 2.28.9-1mamba
- automatic version update by autodist
* Wed Aug 13 2025 Automatic Build System <autodist@openmamba.org> 2.28.8-1mamba
- automatic version update by autodist
* Wed Aug 13 2025 Automatic Build System <autodist@openmamba.org> 2.28.7-1mamba
- automatic version update by autodist
* Tue Aug 12 2025 Automatic Build System <autodist@openmamba.org> 2.28.6-1mamba
- automatic version update by autodist
* Fri Aug 08 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 2.28.5-1mamba
- update to 2.28.5
* Wed Dec 04 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.36.15-1mamba
- update to 1.36.15
* Mon Apr 01 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.31.5-3mamba
- relax version requirements for docutils, s3transfer, colorama, rsa
* Tue Feb 13 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.31.5-2mamba
- relax version requirement for python-botocore
* Fri Dec 01 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.31.5-1mamba
- update to 1.31.5
* Tue Jan 11 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.22.32-1mamba
- update to 1.22.32
* Tue Aug 24 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.20.27-1mamba
- update to 1.20.27
* Sun Aug 23 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.18.124-2mamba
- require python-s3transfer-py3
* Sun Aug 23 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.18.124-1mamba
- update to 1.18.124
* Mon Dec 21 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.12-1mamba
- package created using the webbuild interface