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-02-01 16:38:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-boto3 (Old)
 and      /work/SRC/openSUSE:Factory/.python-boto3.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-boto3"

Wed Feb  1 16:38:51 2023 rev:89 rq:1062301 version:1.26.60

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-boto3/python-boto3.changes        
2023-01-28 20:05:59.313323328 +0100
+++ /work/SRC/openSUSE:Factory/.python-boto3.new.32243/python-boto3.changes     
2023-02-01 16:51:45.449977686 +0100
@@ -1,0 +2,42 @@
+Tue Jan 31 15:11:21 UTC 2023 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Update to 1.26.60
+  * api-change:``clouddirectory``: [``botocore``] Enabled FIPS endpoints for 
GovCloud (US) regions in
+    SDK.
+  * api-change:``cloudformation``: [``botocore``] This feature provides a 
method of obtaining which
+    regions a stackset has stack instances deployed in.
+  * api-change:``discovery``: [``botocore``] Update ImportName validation to 
255 from the current
+    length of 100
+  * api-change:``dlm``: [``botocore``] Enabled FIPS endpoints for GovCloud 
(US) regions in SDK.
+  * api-change:``ec2``: [``botocore``] We add Prefix Lists as a new route 
destination option for
+    LocalGatewayRoutes. This will allow customers to create routes to Prefix 
Lists. Prefix List routes
+    will allow customers to group individual CIDR routes with the same target 
into a single route.
+  * api-change:``imagebuilder``: [``botocore``] Enabled FIPS endpoints for 
GovCloud (US) regions in
+    SDK.
+  * api-change:``kafka``: [``botocore``] Enabled FIPS endpoints for GovCloud 
(US) regions in SDK.
+  * api-change:``mediaconvert``: [``botocore``] Enabled FIPS endpoints for 
GovCloud (US) regions in
+    SDK.
+  * api-change:``swf``: [``botocore``] Enabled FIPS endpoints for GovCloud 
(US) regions in SDK.
+- from version 1.26.59
+  * api-change:``application-autoscaling``: [``botocore``] Enabled FIPS 
endpoints for GovCloud (US)
+    regions in SDK.
+  * api-change:``appstream``: [``botocore``] Fixing the issue where Appstream 
waiters hang for
+    fleet_started and fleet_stopped.
+  * api-change:``elasticbeanstalk``: [``botocore``] Enabled FIPS endpoints for 
GovCloud (US) regions
+    in SDK.
+  * api-change:``fis``: [``botocore``] Enabled FIPS endpoints for GovCloud 
(US) regions in SDK.
+  * api-change:``glacier``: [``botocore``] Enabled FIPS endpoints for GovCloud 
(US) regions in SDK.
+  * api-change:``greengrass``: [``botocore``] Enabled FIPS endpoints for 
GovCloud (US) regions in SDK.
+  * api-change:``greengrassv2``: [``botocore``] Enabled FIPS endpoints for 
GovCloud (US) in SDK.
+  * api-change:``mediatailor``: [``botocore``] This release introduces the As 
Run logging type, along
+    with API and documentation updates.
+  * api-change:``outposts``: [``botocore``] Adding support for payment term in 
GetOrder, CreateOrder
+    responses.
+  * api-change:``sagemaker-runtime``: [``botocore``] Update sagemaker-runtime 
client to latest version
+  * api-change:``sagemaker``: [``botocore``] This release supports running 
SageMaker Training jobs
+    with container images that are in a private Docker registry.
+  * api-change:``serverlessrepo``: [``botocore``] Enabled FIPS endpoints for 
GovCloud (US) regions in
+    SDK.
+- Update BuildRequires and Requires from setup.py
+
+-------------------------------------------------------------------

Old:
----
  1.26.58.tar.gz

New:
----
  1.26.60.tar.gz

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

Other differences:
------------------
++++++ python-boto3.spec ++++++
--- /var/tmp/diff_new_pack.KUYCSQ/_old  2023-02-01 16:51:45.889980293 +0100
+++ /var/tmp/diff_new_pack.KUYCSQ/_new  2023-02-01 16:51:45.897980341 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-boto3
-Version:        1.26.58
+Version:        1.26.60
 Release:        0
 Summary:        Amazon Web Services Library
 License:        Apache-2.0
@@ -27,7 +27,7 @@
 Source:         https://github.com/boto/boto3/archive/%{version}.tar.gz
 # Related test dependencies
 BuildRequires:  %{python_module botocore < 1.30.0}
-BuildRequires:  %{python_module botocore >= 1.29.58}
+BuildRequires:  %{python_module botocore >= 1.29.60}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module s3transfer < 0.7.0}
 BuildRequires:  %{python_module s3transfer >= 0.6.0}
@@ -36,7 +36,7 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-botocore < 1.30.0
-Requires:       python-botocore >= 1.29.58
+Requires:       python-botocore >= 1.29.60
 Requires:       python-jmespath < 2.0.0
 Requires:       python-jmespath >= 0.7.1
 Requires:       python-s3transfer < 0.7.0
@@ -55,6 +55,7 @@
 
 
 
+
 # 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

++++++ 1.26.58.tar.gz -> 1.26.60.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.26.58/.changes/1.26.59.json 
new/boto3-1.26.60/.changes/1.26.59.json
--- old/boto3-1.26.58/.changes/1.26.59.json     1970-01-01 01:00:00.000000000 
+0100
+++ new/boto3-1.26.60/.changes/1.26.59.json     2023-01-30 20:32:44.000000000 
+0100
@@ -0,0 +1,62 @@
+[
+  {
+    "category": "``application-autoscaling``",
+    "description": "[``botocore``] Enabled FIPS endpoints for GovCloud (US) 
regions in SDK.",
+    "type": "api-change"
+  },
+  {
+    "category": "``appstream``",
+    "description": "[``botocore``] Fixing the issue where Appstream waiters 
hang for fleet_started and fleet_stopped.",
+    "type": "api-change"
+  },
+  {
+    "category": "``elasticbeanstalk``",
+    "description": "[``botocore``] Enabled FIPS endpoints for GovCloud (US) 
regions in SDK.",
+    "type": "api-change"
+  },
+  {
+    "category": "``fis``",
+    "description": "[``botocore``] Enabled FIPS endpoints for GovCloud (US) 
regions in SDK.",
+    "type": "api-change"
+  },
+  {
+    "category": "``glacier``",
+    "description": "[``botocore``] Enabled FIPS endpoints for GovCloud (US) 
regions in SDK.",
+    "type": "api-change"
+  },
+  {
+    "category": "``greengrass``",
+    "description": "[``botocore``] Enabled FIPS endpoints for GovCloud (US) 
regions in SDK.",
+    "type": "api-change"
+  },
+  {
+    "category": "``greengrassv2``",
+    "description": "[``botocore``] Enabled FIPS endpoints for GovCloud (US) in 
SDK.",
+    "type": "api-change"
+  },
+  {
+    "category": "``mediatailor``",
+    "description": "[``botocore``] This release introduces the As Run logging 
type, along with API and documentation updates.",
+    "type": "api-change"
+  },
+  {
+    "category": "``outposts``",
+    "description": "[``botocore``] Adding support for payment term in 
GetOrder, CreateOrder responses.",
+    "type": "api-change"
+  },
+  {
+    "category": "``sagemaker-runtime``",
+    "description": "[``botocore``] Update sagemaker-runtime client to latest 
version",
+    "type": "api-change"
+  },
+  {
+    "category": "``sagemaker``",
+    "description": "[``botocore``] This release supports running SageMaker 
Training jobs with container images that are in a private Docker registry.",
+    "type": "api-change"
+  },
+  {
+    "category": "``serverlessrepo``",
+    "description": "[``botocore``] Enabled FIPS endpoints for GovCloud (US) 
regions in SDK.",
+    "type": "api-change"
+  }
+]
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.26.58/.changes/1.26.60.json 
new/boto3-1.26.60/.changes/1.26.60.json
--- old/boto3-1.26.58/.changes/1.26.60.json     1970-01-01 01:00:00.000000000 
+0100
+++ new/boto3-1.26.60/.changes/1.26.60.json     2023-01-30 20:32:44.000000000 
+0100
@@ -0,0 +1,47 @@
+[
+  {
+    "category": "``clouddirectory``",
+    "description": "[``botocore``] Enabled FIPS endpoints for GovCloud (US) 
regions in SDK.",
+    "type": "api-change"
+  },
+  {
+    "category": "``cloudformation``",
+    "description": "[``botocore``] This feature provides a method of obtaining 
which regions a stackset has stack instances deployed in.",
+    "type": "api-change"
+  },
+  {
+    "category": "``discovery``",
+    "description": "[``botocore``] Update ImportName validation to 255 from 
the current length of 100",
+    "type": "api-change"
+  },
+  {
+    "category": "``dlm``",
+    "description": "[``botocore``] Enabled FIPS endpoints for GovCloud (US) 
regions in SDK.",
+    "type": "api-change"
+  },
+  {
+    "category": "``ec2``",
+    "description": "[``botocore``] We add Prefix Lists as a new route 
destination option for LocalGatewayRoutes. This will allow customers to create 
routes to Prefix Lists. Prefix List routes will allow customers to group 
individual CIDR routes with the same target into a single route.",
+    "type": "api-change"
+  },
+  {
+    "category": "``imagebuilder``",
+    "description": "[``botocore``] Enabled FIPS endpoints for GovCloud (US) 
regions in SDK.",
+    "type": "api-change"
+  },
+  {
+    "category": "``kafka``",
+    "description": "[``botocore``] Enabled FIPS endpoints for GovCloud (US) 
regions in SDK.",
+    "type": "api-change"
+  },
+  {
+    "category": "``mediaconvert``",
+    "description": "[``botocore``] Enabled FIPS endpoints for GovCloud (US) 
regions in SDK.",
+    "type": "api-change"
+  },
+  {
+    "category": "``swf``",
+    "description": "[``botocore``] Enabled FIPS endpoints for GovCloud (US) 
regions in SDK.",
+    "type": "api-change"
+  }
+]
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.26.58/CHANGELOG.rst 
new/boto3-1.26.60/CHANGELOG.rst
--- old/boto3-1.26.58/CHANGELOG.rst     2023-01-26 20:08:19.000000000 +0100
+++ new/boto3-1.26.60/CHANGELOG.rst     2023-01-30 20:32:44.000000000 +0100
@@ -2,6 +2,37 @@
 CHANGELOG
 =========
 
+1.26.60
+=======
+
+* api-change:``clouddirectory``: [``botocore``] Enabled FIPS endpoints for 
GovCloud (US) regions in SDK.
+* api-change:``cloudformation``: [``botocore``] This feature provides a method 
of obtaining which regions a stackset has stack instances deployed in.
+* api-change:``discovery``: [``botocore``] Update ImportName validation to 255 
from the current length of 100
+* api-change:``dlm``: [``botocore``] Enabled FIPS endpoints for GovCloud (US) 
regions in SDK.
+* api-change:``ec2``: [``botocore``] We add Prefix Lists as a new route 
destination option for LocalGatewayRoutes. This will allow customers to create 
routes to Prefix Lists. Prefix List routes will allow customers to group 
individual CIDR routes with the same target into a single route.
+* api-change:``imagebuilder``: [``botocore``] Enabled FIPS endpoints for 
GovCloud (US) regions in SDK.
+* api-change:``kafka``: [``botocore``] Enabled FIPS endpoints for GovCloud 
(US) regions in SDK.
+* api-change:``mediaconvert``: [``botocore``] Enabled FIPS endpoints for 
GovCloud (US) regions in SDK.
+* api-change:``swf``: [``botocore``] Enabled FIPS endpoints for GovCloud (US) 
regions in SDK.
+
+
+1.26.59
+=======
+
+* api-change:``application-autoscaling``: [``botocore``] Enabled FIPS 
endpoints for GovCloud (US) regions in SDK.
+* api-change:``appstream``: [``botocore``] Fixing the issue where Appstream 
waiters hang for fleet_started and fleet_stopped.
+* api-change:``elasticbeanstalk``: [``botocore``] Enabled FIPS endpoints for 
GovCloud (US) regions in SDK.
+* api-change:``fis``: [``botocore``] Enabled FIPS endpoints for GovCloud (US) 
regions in SDK.
+* api-change:``glacier``: [``botocore``] Enabled FIPS endpoints for GovCloud 
(US) regions in SDK.
+* api-change:``greengrass``: [``botocore``] Enabled FIPS endpoints for 
GovCloud (US) regions in SDK.
+* api-change:``greengrassv2``: [``botocore``] Enabled FIPS endpoints for 
GovCloud (US) in SDK.
+* api-change:``mediatailor``: [``botocore``] This release introduces the As 
Run logging type, along with API and documentation updates.
+* api-change:``outposts``: [``botocore``] Adding support for payment term in 
GetOrder, CreateOrder responses.
+* api-change:``sagemaker-runtime``: [``botocore``] Update sagemaker-runtime 
client to latest version
+* api-change:``sagemaker``: [``botocore``] This release supports running 
SageMaker Training jobs with container images that are in a private Docker 
registry.
+* api-change:``serverlessrepo``: [``botocore``] Enabled FIPS endpoints for 
GovCloud (US) regions in SDK.
+
+
 1.26.58
 =======
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.26.58/boto3/__init__.py 
new/boto3-1.26.60/boto3/__init__.py
--- old/boto3-1.26.58/boto3/__init__.py 2023-01-26 20:08:19.000000000 +0100
+++ new/boto3-1.26.60/boto3/__init__.py 2023-01-30 20:32:44.000000000 +0100
@@ -17,7 +17,7 @@
 from boto3.session import Session
 
 __author__ = 'Amazon Web Services'
-__version__ = '1.26.58'
+__version__ = '1.26.60'
 
 
 # The default Boto3 session; autoloaded when needed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/boto3-1.26.58/setup.cfg new/boto3-1.26.60/setup.cfg
--- old/boto3-1.26.58/setup.cfg 2023-01-26 20:08:19.000000000 +0100
+++ new/boto3-1.26.60/setup.cfg 2023-01-30 20:32:44.000000000 +0100
@@ -3,7 +3,7 @@
 
 [metadata]
 requires_dist =
-    botocore>=1.29.58,<1.30.0
+    botocore>=1.29.60,<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.58/setup.py new/boto3-1.26.60/setup.py
--- old/boto3-1.26.58/setup.py  2023-01-26 20:08:19.000000000 +0100
+++ new/boto3-1.26.60/setup.py  2023-01-30 20:32:44.000000000 +0100
@@ -13,7 +13,7 @@
 
 
 requires = [
-    'botocore>=1.29.58,<1.30.0',
+    'botocore>=1.29.60,<1.30.0',
     'jmespath>=0.7.1,<2.0.0',
     's3transfer>=0.6.0,<0.7.0',
 ]

Reply via email to