Hello community, here is the log from the commit of package python-boto3 for openSUSE:Factory checked in at 2017-12-14 10:55:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-boto3 (Old) and /work/SRC/openSUSE:Factory/.python-boto3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-boto3" Thu Dec 14 10:55:07 2017 rev:9 rq:555397 version:1.4.8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-boto3/python-boto3.changes 2017-11-25 08:43:47.263790231 +0100 +++ /work/SRC/openSUSE:Factory/.python-boto3.new/python-boto3.changes 2017-12-14 10:55:17.201976966 +0100 @@ -1,0 +2,9 @@ +Thu Dec 7 16:54:02 UTC 2017 - [email protected] + +- specfile: + * updated version for botocore + +- update to version 1.4.8: + * enhancement:botocore: Raised minor version dependency for botocore + +------------------------------------------------------------------- Old: ---- boto3-1.4.7.tar.gz New: ---- boto3-1.4.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-boto3.spec ++++++ --- /var/tmp/diff_new_pack.jdEQjf/_old 2017-12-14 10:55:17.789948583 +0100 +++ /var/tmp/diff_new_pack.jdEQjf/_new 2017-12-14 10:55:17.793948390 +0100 @@ -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 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 ++++++ boto3-1.4.7.tar.gz -> boto3-1.4.8.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.4.7/PKG-INFO new/boto3-1.4.8/PKG-INFO --- old/boto3-1.4.7/PKG-INFO 2017-08-29 21:05:32.000000000 +0200 +++ new/boto3-1.4.8/PKG-INFO 2017-11-22 07:41:23.000000000 +0100 @@ -1,11 +1,12 @@ Metadata-Version: 1.1 Name: boto3 -Version: 1.4.7 +Version: 1.4.8 Summary: The AWS SDK for Python Home-page: https://github.com/boto/boto3 Author: Amazon Web Services Author-email: UNKNOWN License: Apache License 2.0 +Description-Content-Type: UNKNOWN Description: =============================== Boto 3 - The AWS SDK for Python =============================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.4.7/boto3/__init__.py new/boto3-1.4.8/boto3/__init__.py --- old/boto3-1.4.7/boto3/__init__.py 2017-08-29 21:05:31.000000000 +0200 +++ new/boto3-1.4.8/boto3/__init__.py 2017-11-22 07:41:23.000000000 +0100 @@ -17,7 +17,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.4.7' +__version__ = '1.4.8' # The default Boto3 session; autoloaded when needed. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.4.7/boto3.egg-info/PKG-INFO new/boto3-1.4.8/boto3.egg-info/PKG-INFO --- old/boto3-1.4.7/boto3.egg-info/PKG-INFO 2017-08-29 21:05:32.000000000 +0200 +++ new/boto3-1.4.8/boto3.egg-info/PKG-INFO 2017-11-22 07:41:23.000000000 +0100 @@ -1,11 +1,12 @@ Metadata-Version: 1.1 Name: boto3 -Version: 1.4.7 +Version: 1.4.8 Summary: The AWS SDK for Python Home-page: https://github.com/boto/boto3 Author: Amazon Web Services Author-email: UNKNOWN License: Apache License 2.0 +Description-Content-Type: UNKNOWN Description: =============================== Boto 3 - The AWS SDK for Python =============================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.4.7/boto3.egg-info/requires.txt new/boto3-1.4.8/boto3.egg-info/requires.txt --- old/boto3-1.4.7/boto3.egg-info/requires.txt 2017-08-29 21:05:32.000000000 +0200 +++ new/boto3-1.4.8/boto3.egg-info/requires.txt 2017-11-22 07:41:23.000000000 +0100 @@ -1,3 +1,3 @@ -botocore<1.8.0,>=1.7.0 +botocore<1.9.0,>=1.8.0 jmespath<1.0.0,>=0.7.1 s3transfer<0.2.0,>=0.1.10 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.4.7/setup.cfg new/boto3-1.4.8/setup.cfg --- old/boto3-1.4.7/setup.cfg 2017-08-29 21:05:32.000000000 +0200 +++ new/boto3-1.4.8/setup.cfg 2017-11-22 07:41:23.000000000 +0100 @@ -3,7 +3,7 @@ [metadata] requires-dist = - botocore>=1.7.0,<1.8.0 + botocore>=1.8.0,<1.9.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.1.10,<0.2.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.4.7/setup.py new/boto3-1.4.8/setup.py --- old/boto3-1.4.7/setup.py 2017-08-29 21:05:31.000000000 +0200 +++ new/boto3-1.4.8/setup.py 2017-11-22 07:41:23.000000000 +0100 @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.7.0,<1.8.0', + 'botocore>=1.8.0,<1.9.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.1.10,<0.2.0' ]
