Accepting request 1239341 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/1239341 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-s3transfer?expand=0&rev=34
This commit is contained in:
commit
1b7f43b1bf
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 20 11:02:04 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 0.11.1
|
||||
* bugfix:Dependencies: Update the floor version of botocore to 1.36.0 to match imports.
|
||||
- from version 0.11.0
|
||||
* feature:manager: Use CRC32 by default and support user provided full-object checksums.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 9 11:00:31 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-s3transfer
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,14 +18,14 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-s3transfer
|
||||
Version: 0.10.4
|
||||
Version: 0.11.1
|
||||
Release: 0
|
||||
Summary: Python S3 transfer manager
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/boto/s3transfer
|
||||
Source0: https://files.pythonhosted.org/packages/source/s/s3transfer/s3transfer-%{version}.tar.gz
|
||||
BuildRequires: %{python_module botocore >= 1.33.2}
|
||||
BuildRequires: %{python_module botocore >= 1.36.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@ -33,7 +33,7 @@ BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-requests
|
||||
Requires: (python-botocore >= 1.33.2 with python-botocore <= 2.0.0)
|
||||
Requires: (python-botocore >= 1.36.0 with python-botocore <= 2.0.0)
|
||||
BuildArch: noarch
|
||||
%if 0%{?sle_version} >= 150400
|
||||
Obsoletes: python3-s3transfer < %{version}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29edc09801743c21eb5ecbc617a152df41d3c287f67b615f73e5f750583666a7
|
||||
size 145287
|
3
s3transfer-0.11.1.tar.gz
Normal file
3
s3transfer-0.11.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f25c900a367c8b7f7d8f9c34edc87e300bde424f779dc9f0a8ae4f9df9264f6
|
||||
size 146952
|
Loading…
x
Reference in New Issue
Block a user