commit python-botocore for openSUSE:Factory
Hello community, here is the log from the commit of package python-botocore for openSUSE:Factory checked in at 2019-05-28 09:40:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-botocore (Old) and /work/SRC/openSUSE:Factory/.python-botocore.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-botocore" Tue May 28 09:40:16 2019 rev:42 rq:705434 version:1.12.156 Changes: -------- --- /work/SRC/openSUSE:Factory/python-botocore/python-botocore.changes 2019-05-22 10:55:04.991084240 +0200 +++ /work/SRC/openSUSE:Factory/.python-botocore.new.5148/python-botocore.changes 2019-05-28 09:40:18.033904979 +0200 @@ -1,0 +2,48 @@ +Sat May 25 15:32:05 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> + +- Version update to 1.12.156 (boo#1136184) + * api-change:``mediastore-data``: Update mediastore-data client to latest version + * api-change:``codedeploy``: Update codedeploy client to latest version + * api-change:``opsworkscm``: Update opsworkscm client to latest version +- from version 1.12.155 + * api-change:``waf-regional``: Update waf-regional client to latest version + * api-change:``ec2``: Update ec2 client to latest version +- from version 1.12.154 + * api-change:``efs``: Update efs client to latest version + * api-change:``ec2``: Update ec2 client to latest version + * api-change:``apigateway``: Update apigateway client to latest version + * api-change:``worklink``: Update worklink client to latest version + * api-change:``rds``: Update rds client to latest version + * api-change:``servicecatalog``: Update servicecatalog client to latest version + * api-change:``devicefarm``: Update devicefarm client to latest version + * api-change:``budgets``: Update budgets client to latest version +- from version 1.12.153 + * api-change:``datasync``: Update datasync client to latest version + * api-change:``alexaforbusiness``: Update alexaforbusiness client to latest version +- from version 1.12.152 + * api-change:``kafka``: Update kafka client to latest version + * api-change:``meteringmarketplace``: Update meteringmarketplace client to latest version + * api-change:``mediapackage-vod``: Update mediapackage-vod client to latest version +- from version 1.12.151 + * api-change:``appstream``: Update appstream client to latest version +- from 1.12.150 + * api-change:``medialive``: Update medialive client to latest version + * api-change:``s3``: Update s3 client to latest version +- from version 1.12.149 + * api-change:``ec2``: Update ec2 client to latest version + * api-change:``transcribe``: Update transcribe client to latest version + * api-change:``mediapackage``: Update mediapackage client to latest version + * api-change:``codepipeline``: Update codepipeline client to latest version + * enhancement:Environment Variables: Ignore env var credentials is values are + empty (`#1680 <https://github.com/boto/botocore/issues/1680>`__) + * api-change:``rds``: Update rds client to latest version +- from version 1.12.148 + * api-change:``comprehend``: Update comprehend client to latest version + * api-change:``chime``: Update chime client to latest version + * api-change:``storagegateway``: Update storagegateway client to latest version + * api-change:``ec2``: Update ec2 client to latest version +- Refresh patches for new version + + hide_py_pckgmgmt.patch +- Update Requires in spec file from setup.py + +------------------------------------------------------------------- Old: ---- botocore-1.12.147.tar.gz New: ---- botocore-1.12.156.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-botocore.spec ++++++ --- /var/tmp/diff_new_pack.kmNdRd/_old 2019-05-28 09:40:18.637904780 +0200 +++ /var/tmp/diff_new_pack.kmNdRd/_new 2019-05-28 09:40:18.637904780 +0200 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-botocore -Version: 1.12.147 +Version: 1.12.156 Release: 0 Summary: Python interface for AWS License: Apache-2.0 @@ -32,7 +32,7 @@ BuildRequires: %{python_module python-dateutil <= 3.0.0} BuildRequires: %{python_module python-dateutil >= 2.1} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module urllib3 < 1.25} +BuildRequires: %{python_module urllib3 < 1.26} BuildRequires: %{python_module urllib3 >= 1.20} BuildRequires: fdupes BuildRequires: python-rpm-macros ++++++ botocore-1.12.147.tar.gz -> botocore-1.12.156.tar.gz ++++++ ++++ 11404 lines of diff (skipped) ++++++ hide_py_pckgmgmt.patch ++++++ --- /var/tmp/diff_new_pack.kmNdRd/_old 2019-05-28 09:40:20.221904259 +0200 +++ /var/tmp/diff_new_pack.kmNdRd/_new 2019-05-28 09:40:20.225904257 +0200 @@ -1,6 +1,6 @@ -diff -Nru botocore-1.12.84.orig/setup.py botocore-1.12.84/setup.py ---- botocore-1.12.84.orig/setup.py 2019-01-24 00:03:29.000000000 +0100 -+++ botocore-1.12.84/setup.py 2019-01-24 11:52:15.619409887 +0100 +diff -Nru botocore-1.12.156.orig/setup.py botocore-1.12.156/setup.py +--- botocore-1.12.156.orig/setup.py 2019-05-24 20:11:40.000000000 +0200 ++++ botocore-1.12.156/setup.py 2019-05-25 17:15:57.371868069 +0200 @@ -23,31 +23,31 @@ raise RuntimeError("Unable to find version string.") @@ -31,7 +31,7 @@ -elif sys.version_info[:2] == (3, 3): - requires.append('urllib3>=1.20,<1.23') -else: -- requires.append('urllib3>=1.20,<1.25') +- requires.append('urllib3>=1.20,<1.26') +# if sys.version_info[:2] == (2, 6): +# # For python2.6 we have a few other dependencies. +# # First we need an ordered dictionary so we use the @@ -52,7 +52,7 @@ +# elif sys.version_info[:2] == (3, 3): +# requires.append('urllib3>=1.20,<1.23') +# else: -+# requires.append('urllib3>=1.20,<1.25') ++# requires.append('urllib3>=1.20,<1.26') setup(
participants (1)
-
root