Accepting request 908556 from home:glaubitz:branches:devel:languages:python:aws
- Update 0.5.0: * feature:Python: Dropped support for Python 2.7 - Disable Python2 builds for all SUSE distributions - Remove Python2 build dependencies from spec file OBS-URL: https://build.opensuse.org/request/show/908556 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-s3transfer?expand=0&rev=28
This commit is contained in:
parent
cc8435c7e5
commit
774dbcd4a5
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 27 09:40:00 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update 0.5.0:
|
||||
* feature:Python: Dropped support for Python 2.7
|
||||
- Disable Python2 builds for all SUSE distributions
|
||||
- Remove Python2 build dependencies from spec file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 19 16:27:18 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
@ -17,11 +17,9 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%if 0%{?suse_version} >= 1500
|
||||
%define skip_python2 1
|
||||
%endif
|
||||
Name: python-s3transfer
|
||||
Version: 0.4.2
|
||||
Version: 0.5.0
|
||||
Release: 0
|
||||
Summary: Python S3 transfer manager
|
||||
License: Apache-2.0
|
||||
@ -36,22 +34,12 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module urllib3}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
%if 0%{?suse_version} < 1500
|
||||
BuildRequires: %{python_module scandir}
|
||||
BuildRequires: python
|
||||
%endif
|
||||
%if %{with python2}
|
||||
BuildRequires: python2-futures >= 2.2.0
|
||||
%endif
|
||||
Requires: python-botocore <= 2.0.0
|
||||
Requires: python-botocore >= 1.12.36
|
||||
Requires: python-requests
|
||||
Requires: python-urllib3
|
||||
BuildArch: noarch
|
||||
%ifpython2
|
||||
Requires: python-futures <= 4.0.0
|
||||
Requires: python-futures >= 2.2.0
|
||||
%endif
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb022f4b16551edebbb31a377d3f09600dbada7363d8c5db7976e7f47732e1b2
|
||||
size 129664
|
3
s3transfer-0.5.0.tar.gz
Normal file
3
s3transfer-0.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50ed823e1dc5868ad40c8dc92072f757aa0e653a192845c94a3b676f4a62da4c
|
||||
size 133535
|
Loading…
Reference in New Issue
Block a user