Sync from SUSE:SLFO:Main python-boto3 revision 9e9429fe6cfe767fe45a1d24dcdf2a53

This commit is contained in:
2025-06-27 15:34:30 +02:00
parent c6ffed4b4b
commit 79902032e4
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 28 09:57:58 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
- phase out %jobs macro (boo#1237231)
-------------------------------------------------------------------
Thu Oct 24 10:51:18 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -17,6 +17,11 @@
%{?sle15_python_module_pythons}
%if 0%{suse_version} < 1600
%define pytestjobs %{?jobs: -n %jobs}
%else
%define pytestjobs -n ${RPM_BUILD_NCPUS:-1}
%endif
Name: python-boto3
Version: 1.35.47
Release: 0
@@ -75,7 +80,7 @@ http://boto3.readthedocs.org/en/latest/
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest %{?jobs: -n %jobs} --ignore tests/integration -k "not no_bare_six_imports"
%pytest %{?pytestjobs} --ignore tests/integration -k "not no_bare_six_imports"
%files %{python_files}
%license LICENSE