Hello community,

here is the log from the commit of package python-botocore for openSUSE:Factory 
checked in at 2018-05-13 16:05:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-botocore (Old)
 and      /work/SRC/openSUSE:Factory/.python-botocore.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-botocore"

Sun May 13 16:05:19 2018 rev:27 rq:606117 version:1.10.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-botocore/python-botocore.changes  
2018-04-25 10:02:32.872209218 +0200
+++ /work/SRC/openSUSE:Factory/.python-botocore.new/python-botocore.changes     
2018-05-13 16:05:20.957709708 +0200
@@ -1,0 +2,54 @@
+Thu May 10 09:05:58 UTC 2018 - [email protected]
+
+- Create symlinks from system packages for the vendored stuff as some
+  3rd party apps   require it and it leads to explosions
+
+-------------------------------------------------------------------
+Thu May 10 08:18:52 UTC 2018 - [email protected]
+
+- Version update to 1.10.17:
+  * api-change:rds: [botocore] Update rds client to latest version
+  * api-change:ec2: [botocore] Update ec2 client to latest version
+  * api-change:budgets: [botocore] Update budgets client to latest version
+  * api-change:rds: [botocore] Update rds client to latest version
+  * api-change:ec2: [botocore] Update ec2 client to latest version
+  * api-change:alexaforbusiness: [botocore] Update alexaforbusiness client to 
latest version
+  * api-change:s3: [botocore] Update s3 client to latest version
+  * api-change:budgets: [botocore] Update budgets client to latest version
+  * api-change:es: [botocore] Update es client to latest version
+  * api-change:guardduty: [botocore] Update guardduty client to latest version
+  * api-change:config: [botocore] Update config client to latest version
+  * api-change:secretsmanager: [botocore] Update secretsmanager client to 
latest version
+  * api-change:appsync: [botocore] Update appsync client to latest version
+  * api-change:acm: [botocore] Update acm client to latest version
+  * api-change:codepipeline: [botocore] Update codepipeline client to latest 
version
+  * api-change:ssm: [botocore] Update ssm client to latest version
+  * api-change:ec2: [botocore] Update ec2 client to latest version
+  * api-change:guardduty: [botocore] Update guardduty client to latest version
+  * api-change:alexaforbusiness: [botocore] Update alexaforbusiness client to 
latest version
+  * api-change:route53domains: [botocore] Update route53domains client to 
latest version
+  * api-change:workspaces: [botocore] Update workspaces client to latest 
version
+  * api-change:sagemaker: [botocore] Update sagemaker client to latest version
+  * api-change:dynamodb: [botocore] Update dynamodb client to latest version
+  * api-change:glacier: [botocore] Update glacier client to latest version
+  * api-change:secretsmanager: [botocore] Update secretsmanager client to 
latest version
+  * api-change:rekognition: [botocore] Update rekognition client to latest 
version
+  * api-change:xray: [botocore] Update xray client to latest version
+  * api-change:codedeploy: [botocore] Update codedeploy client to latest 
version
+  * api-change:secretsmanager: [botocore] Update secretsmanager client to 
latest version
+  * api-change:elasticbeanstalk: [botocore] Update elasticbeanstalk client to 
latest version
+  * api-change:iotanalytics: [botocore] Update iotanalytics client to latest 
version
+  * api-change:iot: [botocore] Update iot client to latest version
+  * api-change:autoscaling-plans: [botocore] Update autoscaling-plans client 
to latest version
+  * api-change:medialive: [botocore] Update medialive client to latest version
+  * api-change:firehose: [botocore] Update firehose client to latest version
+  * api-change:ce: [botocore] Update ce client to latest version
+  * api-change:codepipeline: [botocore] Update codepipeline client to latest 
version
+  * api-change:ssm: [botocore] Update ssm client to latest version
+  * api-change:ec2: [botocore] Update ec2 client to latest version
+  * api-change:secretsmanager: [botocore] Update secretsmanager client to 
latest version
+  * api-change:rds: [botocore] Update rds client to latest version
+  * api-change:devicefarm: [botocore] Update devicefarm client to latest 
version
+  * bugfix:dynamodb: Fixes a bug causing dynamodb operations with no output to 
throw errors.
+
+-------------------------------------------------------------------

Old:
----
  botocore-1.10.4.tar.gz

New:
----
  botocore-1.10.17.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-botocore.spec ++++++
--- /var/tmp/diff_new_pack.YLZXDh/_old  2018-05-13 16:05:21.957673227 +0200
+++ /var/tmp/diff_new_pack.YLZXDh/_new  2018-05-13 16:05:21.961673081 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-botocore
-Version:        1.10.4
+Version:        1.10.17
 Release:        0
 Summary:        Python interface for AWS
 License:        Apache-2.0
@@ -71,6 +71,10 @@
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
+# just for compat sake symlink the bundles as other pkgs import it :/
+%python_expand mkdir -p %{buildroot}%{$python_sitelib}/botocore/vendored
+%python_expand ln -s %{$python_sitelib}/six.py 
%{buildroot}%{$python_sitelib}/botocore/vendored/six.py
+%python_expand ln -s %{$python_sitelib}/requests 
%{buildroot}%{$python_sitelib}/botocore/vendored/requests
 
 %check
 %python_expand nosetests-%{$python_bin_suffix} tests/unit
@@ -78,6 +82,8 @@
 %files %{python_files}
 %doc README.rst
 %license LICENSE.txt
+# these are just symlinks, nothing bundled
+%{python_sitelib}/botocore/vendored/*
 %{python_sitelib}/botocore/
 %{python_sitelib}/botocore-%{version}-py%{py_ver}.egg-info
 

++++++ botocore-1.10.4.tar.gz -> botocore-1.10.17.tar.gz ++++++
++++ 12234 lines of diff (skipped)


Reply via email to