diff --git a/boto3-1.4.7.tar.gz b/boto3-1.4.7.tar.gz deleted file mode 100644 index 0c275b4..0000000 --- a/boto3-1.4.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f79f77dca2280f7780f39d72a5088f4cf2b626c0921e7185ed6ac17abfdd7e6c -size 92914 diff --git a/boto3-1.4.8.tar.gz b/boto3-1.4.8.tar.gz new file mode 100644 index 0000000..0626609 --- /dev/null +++ b/boto3-1.4.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:332c6a17fd695581dd6f9ed825ce13c2d5ee3a6f5e1b079bed0ff7293809faf0 +size 92875 diff --git a/python-boto3.changes b/python-boto3.changes index 7a9a536..dbb1885 100644 --- a/python-boto3.changes +++ b/python-boto3.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Dec 7 16:54:02 UTC 2017 - arun@gmx.de + +- specfile: + * updated version for botocore + +- update to version 1.4.8: + * enhancement:botocore: Raised minor version dependency for botocore + ------------------------------------------------------------------- Fri Nov 24 10:30:12 UTC 2017 - mpluskal@suse.com diff --git a/python-boto3.spec b/python-boto3.spec index 272b80a..c2d92e0 100644 --- a/python-boto3.spec +++ b/python-boto3.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-boto3 -Version: 1.4.7 +Version: 1.4.8 Release: 0 Url: https://github.com/boto/boto3 Summary: Amazon Web Services Library @@ -29,8 +29,8 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-botocore < 1.8.0 -Requires: python-botocore >= 1.7.0 +Requires: python-botocore < 1.9.0 +Requires: python-botocore >= 1.8.0 %ifpython2 Requires: python2-futures BuildRequires: python2-futures