Hello community, here is the log from the commit of package python-boto3 for openSUSE:Factory checked in at 2019-06-25 22:16:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-boto3 (Old) and /work/SRC/openSUSE:Factory/.python-boto3.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-boto3" Tue Jun 25 22:16:34 2019 rev:30 rq:711563 version:1.9.172 Changes: -------- --- /work/SRC/openSUSE:Factory/python-boto3/python-boto3.changes 2019-06-18 14:50:33.389653776 +0200 +++ /work/SRC/openSUSE:Factory/.python-boto3.new.4615/python-boto3.changes 2019-06-25 22:16:35.564640980 +0200 @@ -1,0 +2,29 @@ +Thu Jun 20 12:39:52 UTC 2019 - John Paul Adrian Glaubitz <[email protected]> + +- Version update to 1.9.172 + * api-change:``eks``: [``botocore``] Update eks client to latest version +- from version 1.9.171 + * api-change:``ec2``: [``botocore``] Update ec2 client to latest version + * api-change:``resourcegroupstaggingapi``: [``botocore``] Update resourcegroupstaggingapi client to latest version +- from version 1.9.170 + * api-change:``neptune``: [``botocore``] Update neptune client to latest version + * api-change:``servicecatalog``: [``botocore``] Update servicecatalog client to latest version + * api-change:``robomaker``: [``botocore``] Update robomaker client to latest version + * bugfix:Paginator: [``botocore``] Fixes a bug where pagination tokens with three consecutive + underscores would result in a parsing failure. Resolves boto/boto3`#1984 + <https://github.com/boto/boto3/issues/1984>`__. +- from version 1.9.169 + * api-change:``cloudfront``: [``botocore``] Update cloudfront client to latest version + * api-change:``personalize``: [``botocore``] Update personalize client to latest version + * api-change:``ec2``: [``botocore``] Update ec2 client to latest version + * api-change:``appstream``: [``botocore``] Update appstream client to latest version +- from version 1.9.168 + * api-change:``appmesh``: [``botocore``] Update appmesh client to latest version + * api-change:``elasticache``: [``botocore``] Update elasticache client to latest version + * api-change:``ec2``: [``botocore``] Update ec2 client to latest version + * api-change:``guardduty``: [``botocore``] Update guardduty client to latest version +- from version 1.9.167 + * api-change:``servicecatalog``: [``botocore``] Update servicecatalog client to latest version +- Update BuildRequires and Requires in spec file from setup.py + +------------------------------------------------------------------- Old: ---- 1.9.166.tar.gz New: ---- 1.9.172.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-boto3.spec ++++++ --- /var/tmp/diff_new_pack.7cQcoB/_old 2019-06-25 22:16:36.704642736 +0200 +++ /var/tmp/diff_new_pack.7cQcoB/_new 2019-06-25 22:16:36.736642785 +0200 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-boto3 -Version: 1.9.166 +Version: 1.9.172 Release: 0 Summary: Amazon Web Services Library License: Apache-2.0 @@ -27,7 +27,7 @@ Source: https://github.com/boto/boto3/archive/%{version}.tar.gz # Related test dependencies BuildRequires: %{python_module botocore < 1.13.0} -BuildRequires: %{python_module botocore >= 1.12.166} +BuildRequires: %{python_module botocore >= 1.12.172} BuildRequires: %{python_module mock} BuildRequires: %{python_module nose} BuildRequires: %{python_module s3transfer < 0.3.0} @@ -37,7 +37,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-botocore < 1.13.0 -Requires: python-botocore >= 1.12.166 +Requires: python-botocore >= 1.12.172 Requires: python-jmespath < 1.0.0 Requires: python-jmespath >= 0.7.1 Requires: python-s3transfer < 0.3.0 ++++++ 1.9.166.tar.gz -> 1.9.172.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.9.166/.changes/1.9.167.json new/boto3-1.9.172/.changes/1.9.167.json --- old/boto3-1.9.166/.changes/1.9.167.json 1970-01-01 01:00:00.000000000 +0100 +++ new/boto3-1.9.172/.changes/1.9.167.json 2019-06-19 21:39:29.000000000 +0200 @@ -0,0 +1,7 @@ +[ + { + "category": "``servicecatalog``", + "description": "[``botocore``] Update servicecatalog client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.9.166/.changes/1.9.168.json new/boto3-1.9.172/.changes/1.9.168.json --- old/boto3-1.9.166/.changes/1.9.168.json 1970-01-01 01:00:00.000000000 +0100 +++ new/boto3-1.9.172/.changes/1.9.168.json 2019-06-19 21:39:29.000000000 +0200 @@ -0,0 +1,22 @@ +[ + { + "category": "``appmesh``", + "description": "[``botocore``] Update appmesh client to latest version", + "type": "api-change" + }, + { + "category": "``elasticache``", + "description": "[``botocore``] Update elasticache client to latest version", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] Update ec2 client to latest version", + "type": "api-change" + }, + { + "category": "``guardduty``", + "description": "[``botocore``] Update guardduty client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.9.166/.changes/1.9.169.json new/boto3-1.9.172/.changes/1.9.169.json --- old/boto3-1.9.166/.changes/1.9.169.json 1970-01-01 01:00:00.000000000 +0100 +++ new/boto3-1.9.172/.changes/1.9.169.json 2019-06-19 21:39:29.000000000 +0200 @@ -0,0 +1,22 @@ +[ + { + "category": "``cloudfront``", + "description": "[``botocore``] Update cloudfront client to latest version", + "type": "api-change" + }, + { + "category": "``personalize``", + "description": "[``botocore``] Update personalize client to latest version", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] Update ec2 client to latest version", + "type": "api-change" + }, + { + "category": "``appstream``", + "description": "[``botocore``] Update appstream client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.9.166/.changes/1.9.170.json new/boto3-1.9.172/.changes/1.9.170.json --- old/boto3-1.9.166/.changes/1.9.170.json 1970-01-01 01:00:00.000000000 +0100 +++ new/boto3-1.9.172/.changes/1.9.170.json 2019-06-19 21:39:29.000000000 +0200 @@ -0,0 +1,22 @@ +[ + { + "category": "``neptune``", + "description": "[``botocore``] Update neptune client to latest version", + "type": "api-change" + }, + { + "category": "``servicecatalog``", + "description": "[``botocore``] Update servicecatalog client to latest version", + "type": "api-change" + }, + { + "category": "``robomaker``", + "description": "[``botocore``] Update robomaker client to latest version", + "type": "api-change" + }, + { + "category": "Paginator", + "description": "[``botocore``] Fixes a bug where pagination tokens with three consecutive underscores would result in a parsing failure. Resolves boto/boto3`#1984 <https://github.com/boto/boto3/issues/1984>`__.", + "type": "bugfix" + } +] \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.9.166/.changes/1.9.171.json new/boto3-1.9.172/.changes/1.9.171.json --- old/boto3-1.9.166/.changes/1.9.171.json 1970-01-01 01:00:00.000000000 +0100 +++ new/boto3-1.9.172/.changes/1.9.171.json 2019-06-19 21:39:29.000000000 +0200 @@ -0,0 +1,12 @@ +[ + { + "category": "``ec2``", + "description": "[``botocore``] Update ec2 client to latest version", + "type": "api-change" + }, + { + "category": "``resourcegroupstaggingapi``", + "description": "[``botocore``] Update resourcegroupstaggingapi client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.9.166/.changes/1.9.172.json new/boto3-1.9.172/.changes/1.9.172.json --- old/boto3-1.9.166/.changes/1.9.172.json 1970-01-01 01:00:00.000000000 +0100 +++ new/boto3-1.9.172/.changes/1.9.172.json 2019-06-19 21:39:29.000000000 +0200 @@ -0,0 +1,7 @@ +[ + { + "category": "``eks``", + "description": "[``botocore``] Update eks client to latest version", + "type": "api-change" + } +] \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.9.166/CHANGELOG.rst new/boto3-1.9.172/CHANGELOG.rst --- old/boto3-1.9.166/CHANGELOG.rst 2019-06-11 20:28:17.000000000 +0200 +++ new/boto3-1.9.172/CHANGELOG.rst 2019-06-19 21:39:29.000000000 +0200 @@ -2,6 +2,52 @@ CHANGELOG ========= +1.9.172 +======= + +* api-change:``eks``: [``botocore``] Update eks client to latest version + + +1.9.171 +======= + +* api-change:``ec2``: [``botocore``] Update ec2 client to latest version +* api-change:``resourcegroupstaggingapi``: [``botocore``] Update resourcegroupstaggingapi client to latest version + + +1.9.170 +======= + +* api-change:``neptune``: [``botocore``] Update neptune client to latest version +* api-change:``servicecatalog``: [``botocore``] Update servicecatalog client to latest version +* api-change:``robomaker``: [``botocore``] Update robomaker client to latest version +* bugfix:Paginator: [``botocore``] Fixes a bug where pagination tokens with three consecutive underscores would result in a parsing failure. Resolves boto/boto3`#1984 <https://github.com/boto/boto3/issues/1984>`__. + + +1.9.169 +======= + +* api-change:``cloudfront``: [``botocore``] Update cloudfront client to latest version +* api-change:``personalize``: [``botocore``] Update personalize client to latest version +* api-change:``ec2``: [``botocore``] Update ec2 client to latest version +* api-change:``appstream``: [``botocore``] Update appstream client to latest version + + +1.9.168 +======= + +* api-change:``appmesh``: [``botocore``] Update appmesh client to latest version +* api-change:``elasticache``: [``botocore``] Update elasticache client to latest version +* api-change:``ec2``: [``botocore``] Update ec2 client to latest version +* api-change:``guardduty``: [``botocore``] Update guardduty client to latest version + + +1.9.167 +======= + +* api-change:``servicecatalog``: [``botocore``] Update servicecatalog client to latest version + + 1.9.166 ======= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.9.166/boto3/__init__.py new/boto3-1.9.172/boto3/__init__.py --- old/boto3-1.9.166/boto3/__init__.py 2019-06-11 20:28:17.000000000 +0200 +++ new/boto3-1.9.172/boto3/__init__.py 2019-06-19 21:39:29.000000000 +0200 @@ -17,7 +17,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.9.166' +__version__ = '1.9.172' # The default Boto3 session; autoloaded when needed. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.9.166/setup.cfg new/boto3-1.9.172/setup.cfg --- old/boto3-1.9.166/setup.cfg 2019-06-11 20:28:17.000000000 +0200 +++ new/boto3-1.9.172/setup.cfg 2019-06-19 21:39:29.000000000 +0200 @@ -3,6 +3,6 @@ [metadata] requires-dist = - botocore>=1.12.166,<1.13.0 + botocore>=1.12.172,<1.13.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.2.0,<0.3.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/boto3-1.9.166/setup.py new/boto3-1.9.172/setup.py --- old/boto3-1.9.166/setup.py 2019-06-11 20:28:17.000000000 +0200 +++ new/boto3-1.9.172/setup.py 2019-06-19 21:39:29.000000000 +0200 @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.12.166,<1.13.0', + 'botocore>=1.12.172,<1.13.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.2.0,<0.3.0' ]
