[packages/python3-botocore] - updated to 1.42.63
qboosh
qboosh at pld-linux.org
Mon Mar 9 17:37:39 CET 2026
commit b4852015d1add2edd57a006de1bf10464611f253
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Mar 9 17:37:42 2026 +0100
- updated to 1.42.63
python3-botocore.spec | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/python3-botocore.spec b/python3-botocore.spec
index 437ae6a..8d5b1af 100644
--- a/python3-botocore.spec
+++ b/python3-botocore.spec
@@ -2,18 +2,18 @@
# Conditional build:
%bcond_without doc # Sphinx documentation
%bcond_with lowmem # non-parallel Sphinx (parallel is memory-hungry, non-parallel is slow)
-%bcond_with tests # unit/functional tests (need some S3 credentials)
+%bcond_without tests # unit/functional tests
Summary: Low-level, data-driven core of boto 3
Summary(pl.UTF-8): Niskopoziomowy, oparty na danych rdzeń boto 3
Name: python3-botocore
-Version: 1.34.152
-Release: 3
+Version: 1.42.63
+Release: 1
License: Apache v2.0
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/botocore/
Source0: https://files.pythonhosted.org/packages/source/b/botocore/botocore-%{version}.tar.gz
-# Source0-md5: cbc9cde1929764067bfc4d4261a321eb
+# Source0-md5: 2671b119f2af3986737278ace929d616
URL: https://pypi.org/project/botocore/
BuildRequires: python3-dateutil >= 2.1
BuildRequires: python3-dateutil < 3
@@ -69,9 +69,16 @@ Dokumentacja API modułu Pythona botocore.
%py3_build
%if %{with tests}
+# leak tests fail for me
+SKIP="TestDoesNotLeakMemory"
+%ifnarch %{x8664} x32 aarch64
+# these fail with 32-bit time_t
+SKIP="$SKIP or test_parse_epoch_beyond_2038 or test_parse_epoch_negative_time"
+%endif
+# integration tests require some S3 credentials
PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
PYTHONPATH=$(pwd) \
-%{__python3} -m pytest tests
+%{__python3} -m pytest tests --ignore tests/integration -k "not ($SKIP)"
%endif
%if %{with doc}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-botocore.git/commitdiff/b4852015d1add2edd57a006de1bf10464611f253
More information about the pld-cvs-commit
mailing list