Hello community,

here is the log from the commit of package python-boto3 for openSUSE:Factory 
checked in at 2019-02-17 12:21:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-boto3 (Old)
 and      /work/SRC/openSUSE:Factory/.python-boto3.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-boto3"

Sun Feb 17 12:21:52 2019 rev:23 rq:676666 version:1.9.96

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-boto3/python-boto3.changes        
2019-02-14 14:35:32.751593077 +0100
+++ /work/SRC/openSUSE:Factory/.python-boto3.new.28833/python-boto3.changes     
2019-02-17 12:21:52.828191652 +0100
@@ -1,0 +2,20 @@
+Sat Feb 16 11:29:13 UTC 2019 - John Vandenberg <jay...@gmail.com>
+
+- Increase maximum version of s3transfer to include 0.2.x, as 0.2.0
+  is the release currently in the rolling release area, making boto3
+  builds broken.
+- Add versions to build dependencies to avoid building uninstallable
+  release.
+- Version update to 1.9.96
+  * api-change:chime: [botocore] Update chime client to latest version
+  * api-change:application-autoscaling: [botocore] Update 
application-autoscaling client to latest version
+  * api-change:iot: [botocore] Update iot client to latest version
+- from 1.9.95
+  * api-change:kinesisvideo: [botocore] Update kinesisvideo client to latest 
version
+  * api-change:ec2: [botocore] Update ec2 client to latest version
+- from 1.9.94
+  * api-change:rekognition: [botocore] Update rekognition client to latest 
version
+  * api-change:mediatailor: [botocore] Update mediatailor client to latest 
version
+  * api-change:efs: [botocore] Update efs client to latest version
+
+-------------------------------------------------------------------

Old:
----
  1.9.93.tar.gz

New:
----
  1.9.96.tar.gz

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

Other differences:
------------------
++++++ python-boto3.spec ++++++
--- /var/tmp/diff_new_pack.19rYcN/_old  2019-02-17 12:21:53.348191509 +0100
+++ /var/tmp/diff_new_pack.19rYcN/_new  2019-02-17 12:21:53.352191508 +0100
@@ -18,19 +18,24 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-boto3
-Version:        1.9.93
+Version:        1.9.96
 Release:        0
 Summary:        Amazon Web Services Library
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://github.com/boto/boto3
 Source:         https://github.com/boto/boto3/archive/%{version}.tar.gz
-BuildRequires:  %{python_module botocore < 1.13.0}
-BuildRequires:  %{python_module botocore >= 1.12.93}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module nose}
-BuildRequires:  %{python_module s3transfer}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six}
+# Related test dependencies
+BuildRequires:  %{python_module botocore < 1.13.0}
+BuildRequires:  %{python_module botocore >= 1.12.93}
+Requires:       %{python_module jmespath < 1.0.0}
+Requires:       %{python_module jmespath >= 0.7.1}
+BuildRequires:  %{python_module s3transfer < 0.3.0}
+BuildRequires:  %{python_module s3transfer >= 0.1.10}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 %if 0%{?suse_version} <= 1315
@@ -41,7 +46,7 @@
 Requires:       python-botocore >= 1.12.93
 Requires:       python-jmespath < 1.0.0
 Requires:       python-jmespath >= 0.7.1
-Requires:       python-s3transfer < 0.2.0
+Requires:       python-s3transfer < 0.3.0
 Requires:       python-s3transfer >= 0.1.10
 Requires:       python-six
 BuildArch:      noarch

++++++ 1.9.93.tar.gz -> 1.9.96.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.9.93/.changes/1.9.94.json 
new/boto3-1.9.96/.changes/1.9.94.json
--- old/boto3-1.9.93/.changes/1.9.94.json       1970-01-01 01:00:00.000000000 
+0100
+++ new/boto3-1.9.96/.changes/1.9.94.json       2019-02-15 20:09:16.000000000 
+0100
@@ -0,0 +1,17 @@
+[
+  {
+    "category": "``rekognition``", 
+    "description": "[``botocore``] Update rekognition client to latest 
version", 
+    "type": "api-change"
+  }, 
+  {
+    "category": "``mediatailor``", 
+    "description": "[``botocore``] Update mediatailor client to latest 
version", 
+    "type": "api-change"
+  }, 
+  {
+    "category": "``efs``", 
+    "description": "[``botocore``] Update efs 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.93/.changes/1.9.95.json 
new/boto3-1.9.96/.changes/1.9.95.json
--- old/boto3-1.9.93/.changes/1.9.95.json       1970-01-01 01:00:00.000000000 
+0100
+++ new/boto3-1.9.96/.changes/1.9.95.json       2019-02-15 20:09:16.000000000 
+0100
@@ -0,0 +1,12 @@
+[
+  {
+    "category": "``kinesisvideo``", 
+    "description": "[``botocore``] Update kinesisvideo client to latest 
version", 
+    "type": "api-change"
+  }, 
+  {
+    "category": "``ec2``", 
+    "description": "[``botocore``] Update ec2 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.93/.changes/1.9.96.json 
new/boto3-1.9.96/.changes/1.9.96.json
--- old/boto3-1.9.93/.changes/1.9.96.json       1970-01-01 01:00:00.000000000 
+0100
+++ new/boto3-1.9.96/.changes/1.9.96.json       2019-02-15 20:09:16.000000000 
+0100
@@ -0,0 +1,17 @@
+[
+  {
+    "category": "``chime``", 
+    "description": "[``botocore``] Update chime client to latest version", 
+    "type": "api-change"
+  }, 
+  {
+    "category": "``application-autoscaling``", 
+    "description": "[``botocore``] Update application-autoscaling client to 
latest version", 
+    "type": "api-change"
+  }, 
+  {
+    "category": "``iot``", 
+    "description": "[``botocore``] Update iot 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.93/CHANGELOG.rst 
new/boto3-1.9.96/CHANGELOG.rst
--- old/boto3-1.9.93/CHANGELOG.rst      2019-02-13 00:11:35.000000000 +0100
+++ new/boto3-1.9.96/CHANGELOG.rst      2019-02-15 20:09:16.000000000 +0100
@@ -2,6 +2,29 @@
 CHANGELOG
 =========
 
+1.9.96
+======
+
+* api-change:``chime``: [``botocore``] Update chime client to latest version
+* api-change:``application-autoscaling``: [``botocore``] Update 
application-autoscaling client to latest version
+* api-change:``iot``: [``botocore``] Update iot client to latest version
+
+
+1.9.95
+======
+
+* api-change:``kinesisvideo``: [``botocore``] Update kinesisvideo client to 
latest version
+* api-change:``ec2``: [``botocore``] Update ec2 client to latest version
+
+
+1.9.94
+======
+
+* api-change:``rekognition``: [``botocore``] Update rekognition client to 
latest version
+* api-change:``mediatailor``: [``botocore``] Update mediatailor client to 
latest version
+* api-change:``efs``: [``botocore``] Update efs client to latest version
+
+
 1.9.93
 ======
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.9.93/boto3/__init__.py 
new/boto3-1.9.96/boto3/__init__.py
--- old/boto3-1.9.93/boto3/__init__.py  2019-02-13 00:11:35.000000000 +0100
+++ new/boto3-1.9.96/boto3/__init__.py  2019-02-15 20:09:16.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 __author__ = 'Amazon Web Services'
-__version__ = '1.9.93'
+__version__ = '1.9.96'
 
 
 # The default Boto3 session; autoloaded when needed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.9.93/setup.cfg new/boto3-1.9.96/setup.cfg
--- old/boto3-1.9.93/setup.cfg  2019-02-13 00:11:35.000000000 +0100
+++ new/boto3-1.9.96/setup.cfg  2019-02-15 20:09:16.000000000 +0100
@@ -3,6 +3,6 @@
 
 [metadata]
 requires-dist =
-    botocore>=1.12.93,<1.13.0
+    botocore>=1.12.96,<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.93/setup.py new/boto3-1.9.96/setup.py
--- old/boto3-1.9.93/setup.py   2019-02-13 00:11:35.000000000 +0100
+++ new/boto3-1.9.96/setup.py   2019-02-15 20:09:16.000000000 +0100
@@ -14,7 +14,7 @@
 
 
 requires = [
-    'botocore>=1.12.93,<1.13.0',
+    'botocore>=1.12.96,<1.13.0',
     'jmespath>=0.7.1,<1.0.0',
     's3transfer>=0.2.0,<0.3.0'
 ]


Reply via email to