Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-boto3 for openSUSE:Factory 
checked in at 2023-01-07 17:16:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-boto3 (Old)
 and      /work/SRC/openSUSE:Factory/.python-boto3.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-boto3"

Sat Jan  7 17:16:24 2023 rev:86 rq:1056682 version:1.26.42

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-boto3/python-boto3.changes        
2023-01-04 18:10:24.176476652 +0100
+++ /work/SRC/openSUSE:Factory/.python-boto3.new.1563/python-boto3.changes      
2023-01-07 17:16:56.197161660 +0100
@@ -1,0 +2,11 @@
+Wed Jan  4 14:59:06 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 1.26.42:
+  * api-change:``securitylake``: [``botocore``] Allow CreateSubscriber API
+    to take string input that allows setting more descriptive
+    SubscriberDescription field. Make souceTypes field required in model
+    level for UpdateSubscriberRequest as it is required for every API call
+    on the backend. Allow ListSubscribers take any String as nextToken
+    param.
+
+-------------------------------------------------------------------

Old:
----
  1.26.41.tar.gz

New:
----
  1.26.42.tar.gz

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

Other differences:
------------------
++++++ python-boto3.spec ++++++
--- /var/tmp/diff_new_pack.L0DppK/_old  2023-01-07 17:16:56.757165001 +0100
+++ /var/tmp/diff_new_pack.L0DppK/_new  2023-01-07 17:16:56.761165025 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-boto3
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-boto3
-Version:        1.26.41
+Version:        1.26.42
 Release:        0
 Summary:        Amazon Web Services Library
 License:        Apache-2.0
@@ -37,13 +37,12 @@
 BuildRequires:  python-rpm-macros
 Requires:       python-botocore < 1.30.0
 Requires:       python-botocore >= 1.29.41
-Requires:       python-jmespath < 1.0.0
+Requires:       python-jmespath < 2.0.0
 Requires:       python-jmespath >= 0.7.1
 Requires:       python-s3transfer < 0.7.0
 Requires:       python-s3transfer >= 0.6.0
 Requires:       python-six
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -55,17 +54,9 @@
 http://boto3.readthedocs.org/en/latest/
 
 
-
-
-
-
-
-
-
 # Note to maintainers also familia with python-boto:
 # The documentation generation requires access to AWS, thus it is not
 # possible to generate the documentation in OBS
-
 %prep
 %setup -q -n boto3-%{version}
 sed -i 's/from botocore.vendored //' boto3/compat.py

++++++ 1.26.41.tar.gz -> 1.26.42.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.26.41/.changes/1.26.42.json 
new/boto3-1.26.42/.changes/1.26.42.json
--- old/boto3-1.26.41/.changes/1.26.42.json     1970-01-01 01:00:00.000000000 
+0100
+++ new/boto3-1.26.42/.changes/1.26.42.json     2023-01-03 20:09:53.000000000 
+0100
@@ -0,0 +1,7 @@
+[
+  {
+    "category": "``securitylake``",
+    "description": "[``botocore``] Allow CreateSubscriber API to take string 
input that allows setting more descriptive SubscriberDescription field. Make 
souceTypes field required in model level for UpdateSubscriberRequest as it is 
required for every API call on the backend. Allow ListSubscribers take any 
String as nextToken param.",
+    "type": "api-change"
+  }
+]
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.26.41/CHANGELOG.rst 
new/boto3-1.26.42/CHANGELOG.rst
--- old/boto3-1.26.41/CHANGELOG.rst     2022-12-30 20:09:05.000000000 +0100
+++ new/boto3-1.26.42/CHANGELOG.rst     2023-01-03 20:09:53.000000000 +0100
@@ -2,6 +2,12 @@
 CHANGELOG
 =========
 
+1.26.42
+=======
+
+* api-change:``securitylake``: [``botocore``] Allow CreateSubscriber API to 
take string input that allows setting more descriptive SubscriberDescription 
field. Make souceTypes field required in model level for 
UpdateSubscriberRequest as it is required for every API call on the backend. 
Allow ListSubscribers take any String as nextToken param.
+
+
 1.26.41
 =======
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.26.41/boto3/__init__.py 
new/boto3-1.26.42/boto3/__init__.py
--- old/boto3-1.26.41/boto3/__init__.py 2022-12-30 20:09:05.000000000 +0100
+++ new/boto3-1.26.42/boto3/__init__.py 2023-01-03 20:09:53.000000000 +0100
@@ -17,7 +17,7 @@
 from boto3.session import Session
 
 __author__ = 'Amazon Web Services'
-__version__ = '1.26.41'
+__version__ = '1.26.42'
 
 
 # The default Boto3 session; autoloaded when needed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.26.41/setup.cfg new/boto3-1.26.42/setup.cfg
--- old/boto3-1.26.41/setup.cfg 2022-12-30 20:09:05.000000000 +0100
+++ new/boto3-1.26.42/setup.cfg 2023-01-03 20:09:53.000000000 +0100
@@ -3,7 +3,7 @@
 
 [metadata]
 requires_dist =
-    botocore>=1.29.41,<1.30.0
+    botocore>=1.29.42,<1.30.0
     jmespath>=0.7.1,<2.0.0
     s3transfer>=0.6.0,<0.7.0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.26.41/setup.py new/boto3-1.26.42/setup.py
--- old/boto3-1.26.41/setup.py  2022-12-30 20:09:05.000000000 +0100
+++ new/boto3-1.26.42/setup.py  2023-01-03 20:09:53.000000000 +0100
@@ -13,7 +13,7 @@
 
 
 requires = [
-    'botocore>=1.29.41,<1.30.0',
+    'botocore>=1.29.42,<1.30.0',
     'jmespath>=0.7.1,<2.0.0',
     's3transfer>=0.6.0,<0.7.0',
 ]

Reply via email to