Accepting request 768868 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/768868 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-s3transfer?expand=0&rev=11
This commit is contained in:
commit
18b4efcb64
@ -1,6 +1,6 @@
|
||||
diff -Nru s3transfer-0.2.0.orig/setup.py s3transfer-0.2.0/setup.py
|
||||
--- s3transfer-0.2.0.orig/setup.py 2019-02-07 00:14:54.000000000 +0100
|
||||
+++ s3transfer-0.2.0/setup.py 2019-02-13 13:26:03.879007918 +0100
|
||||
diff -Nru s3transfer-0.3.2.orig/setup.py s3transfer-0.3.2/setup.py
|
||||
--- s3transfer-0.3.2.orig/setup.py 2020-01-23 20:10:38.000000000 +0100
|
||||
+++ s3transfer-0.3.2/setup.py 2020-01-27 17:03:58.370465807 +0100
|
||||
@@ -10,15 +10,15 @@
|
||||
VERSION_RE = re.compile(r'''__version__ = ['"]([0-9.]+)['"]''')
|
||||
|
||||
@ -30,12 +30,12 @@ diff -Nru s3transfer-0.2.0.orig/setup.py s3transfer-0.2.0/setup.py
|
||||
include_package_data=True,
|
||||
- install_requires=requires,
|
||||
- extras_require={
|
||||
- ':python_version=="2.6" or python_version=="2.7"': [
|
||||
- ':python_version=="2.7"': [
|
||||
- 'futures>=2.2.0,<4.0.0']
|
||||
- },
|
||||
+ # install_requires=requires,
|
||||
+ # extras_require={
|
||||
+ # ':python_version=="2.6" or python_version=="2.7"': [
|
||||
+ # ':python_version=="2.7"': [
|
||||
+ # 'futures>=2.2.0,<4.0.0']
|
||||
+ # },
|
||||
license="Apache License 2.0",
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 27 16:10:36 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 0.3.2
|
||||
* bugfix:s3: Fixes boto/botocore`#1916 <https://github.com/boto/botocore/issues/1916>`__
|
||||
- from version 0.3.1
|
||||
* enhancement:TransferManager: Expose client and config properties
|
||||
* enhancement:Tags: Add support for Tagging and TaggingDirective
|
||||
- from version 0.3.0
|
||||
* feature:Python: Dropped support for Python 2.6 and 3.3.
|
||||
- Refresh patches for new version
|
||||
+ hide_py_pckgmgmt.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 11:58:09 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-s3transfer
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-s3transfer
|
||||
Version: 0.2.1
|
||||
Version: 0.3.2
|
||||
Release: 0
|
||||
Summary: Python S3 transfer manager
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6efc926738a3cd576c2a79725fed9afde92378aa5c6a957e3af010cb019fac9d
|
||||
size 119635
|
3
s3transfer-0.3.2.tar.gz
Normal file
3
s3transfer-0.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4924e10451cc37901945806423d16c2c2040a6530645a614ed87e995ccec764c
|
||||
size 118876
|
Loading…
Reference in New Issue
Block a user