Accepting request 526213 from devel:languages:python

- Update to version 1.4.7
  + botocore: Raised minor version dependency for botocore
- From 1.4.6
  + Logging: Switch log levels from INFO to DEBUG (#1208)
- From 1.4.5
  + s3: Add a LifecycleConfiguration resource to resolve issues with the
    existing Lifecycle resource.

- Update to version 1.4.4

OBS-URL: https://build.opensuse.org/request/show/526213
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-boto3?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2017-09-15 20:31:20 +00:00 committed by Git OBS Bridge
parent 40662c975d
commit dbf2fbbff7
4 changed files with 21 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:518f724c4758e5a5bed114fbcbd1cf470a15306d416ff421a025b76f1d390939
size 92251

3
boto3-1.4.7.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f79f77dca2280f7780f39d72a5088f4cf2b626c0921e7185ed6ac17abfdd7e6c
size 92914

View File

@ -1,9 +1,20 @@
-------------------------------------------------------------------
Thu Sep 14 19:10:54 UTC 2017 - rjschwei@suse.com
- Update to version 1.4.7
+ botocore: Raised minor version dependency for botocore
- From 1.4.6
+ Logging: Switch log levels from INFO to DEBUG (#1208)
- From 1.4.5
+ s3: Add a LifecycleConfiguration resource to resolve issues with the
existing Lifecycle resource.
-------------------------------------------------------------------
Thu May 11 01:10:44 UTC 2017 - toddrme2178@gmail.com
- Implement single-spec version
- Update source URL.
- Update to version 1.4.3
- Update to version 1.4.4
* feature:``s3``: Add ability to disable thread use with ``use_threads`` option
* bugfix:Resource: Fix resource hashing.

View File

@ -18,20 +18,20 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-boto3
Version: 1.4.4
Version: 1.4.7
Release: 0
Url: https://github.com/boto/boto3
Summary: Amazon Web Services Library
License: Apache-2.0
Group: Development/Languages/Python
Source: https://files.pythonhosted.org/packages/source/b/boto3/boto3-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module futures}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module futures}
Requires: python-botocore < 1.6.0
Requires: python-botocore >= 1.5.0
Requires: python-botocore < 1.8.0
Requires: python-botocore >= 1.7.0
Requires: python-futures
Requires: python-jmespath < 1.0.0
Requires: python-jmespath >= 0.7.1