Hello community,
here is the log from the commit of package python-botocore for openSUSE:Factory
checked in at 2019-06-25 22:16:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-botocore (Old)
and /work/SRC/openSUSE:Factory/.python-botocore.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-botocore"
Tue Jun 25 22:16:28 2019 rev:44 rq:711562 version:1.12.172
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-botocore/python-botocore.changes
2019-06-18 14:50:15.637661925 +0200
+++
/work/SRC/openSUSE:Factory/.python-botocore.new.4615/python-botocore.changes
2019-06-25 22:16:29.756632036 +0200
@@ -1,0 +2,29 @@
+Thu Jun 20 12:22:05 UTC 2019 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Version update to 1.12.172
+ * api-change:``eks``: Update eks client to latest version
+- from version 1.12.171
+ * api-change:``ec2``: Update ec2 client to latest version
+ * api-change:``resourcegroupstaggingapi``: Update resourcegroupstaggingapi
client to latest version
+- from version 1.12.170
+ * api-change:``neptune``: Update neptune client to latest version
+ * api-change:``servicecatalog``: Update servicecatalog client to latest
version
+ * api-change:``robomaker``: Update robomaker client to latest version
+ * bugfix:Paginator: 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.12.169
+ * api-change:``cloudfront``: Update cloudfront client to latest version
+ * api-change:``personalize``: Update personalize client to latest version
+ * api-change:``ec2``: Update ec2 client to latest version
+ * api-change:``appstream``: Update appstream client to latest version
+- from version 1.12.168
+ * api-change:``appmesh``: Update appmesh client to latest version
+ * api-change:``elasticache``: Update elasticache client to latest version
+ * api-change:``ec2``: Update ec2 client to latest version
+ * api-change:``guardduty``: Update guardduty client to latest version
+- from version 1.12.167
+ * api-change:``servicecatalog``: Update servicecatalog client to latest
version
+- Fix typo in spec file comment
+- Remove bundled cacert.pem
+
+-------------------------------------------------------------------
Old:
----
botocore-1.12.166.tar.gz
New:
----
botocore-1.12.172.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-botocore.spec ++++++
--- /var/tmp/diff_new_pack.A7KNim/_old 2019-06-25 22:16:31.112634124 +0200
+++ /var/tmp/diff_new_pack.A7KNim/_new 2019-06-25 22:16:31.160634198 +0200
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-botocore
-Version: 1.12.166
+Version: 1.12.172
Release: 0
Summary: Python interface for AWS
License: Apache-2.0
@@ -64,7 +64,9 @@
%prep
%setup -q -n botocore-%{version}
%patch0 -p1
-# remove bundeled 3rd party Python modules
+# remove bundled cacert.pem
+rm botocore/cacert.pem
+# remove bundled 3rd party Python modules
rm -r botocore/vendored/
# fix all imports:
sed -i 's/from botocore\.vendored //' botocore/*.py tests/functional/*.py
tests/integration/*.py tests/unit/*.py
++++++ botocore-1.12.166.tar.gz -> botocore-1.12.172.tar.gz ++++++
++++ 7782 lines of diff (skipped)