Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aws-cli for openSUSE:Factory checked 
in at 2023-12-25 19:04:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aws-cli (Old)
 and      /work/SRC/openSUSE:Factory/.aws-cli.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aws-cli"

Mon Dec 25 19:04:52 2023 rev:90 rq:1134158 version:1.31.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/aws-cli/aws-cli.changes  2023-10-10 
20:58:29.586150449 +0200
+++ /work/SRC/openSUSE:Factory/.aws-cli.new.28375/aws-cli.changes       
2023-12-25 19:05:03.236943169 +0100
@@ -1,0 +2,18 @@
+Mon Dec 11 14:59:37 UTC 2023 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Update to version 1.31.11
+  + For detailed changes see
+    https://github.com/aws/aws-cli/blob/1.31.11/CHANGELOG.rst
+- Add patch to update docutils dependency (bsc#1217336)
+  + ac_update-docutils.patch
+- Update Requires in spec file from setup.py
+
+-------------------------------------------------------------------
+Fri Nov 24 12:06:27 UTC 2023 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Update to version 1.30.6
+  + For detailed changes see
+    https://github.com/aws/aws-cli/blob/1.30.6/CHANGELOG.rst
+- Update Requires in spec file from setup.py
+
+-------------------------------------------------------------------

Old:
----
  1.29.61.tar.gz

New:
----
  1.31.11.tar.gz
  ac_update-docutils.patch

BETA DEBUG BEGIN:
  New:- Add patch to update docutils dependency (bsc#1217336)
  + ac_update-docutils.patch
- Update Requires in spec file from setup.py
BETA DEBUG END:

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

Other differences:
------------------
++++++ aws-cli.spec ++++++
--- /var/tmp/diff_new_pack.MTU9BO/_old  2023-12-25 19:05:04.716997146 +0100
+++ /var/tmp/diff_new_pack.MTU9BO/_new  2023-12-25 19:05:04.716997146 +0100
@@ -17,13 +17,14 @@
 
 
 Name:           aws-cli
-Version:        1.29.61
+Version:        1.31.11
 Release:        0
 Summary:        Amazon Web Services Command Line Interface
 License:        Apache-2.0
 Group:          System/Management
 URL:            https://github.com/aws/aws-cli
 Source0:        
https://github.com/aws/%{name}/archive/refs/tags/%{version}.tar.gz
+Patch0:         ac_update-docutils.patch
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       groff
@@ -35,15 +36,15 @@
 Requires:       python3
 Requires:       python3-PyYAML <= 6.1
 Requires:       python3-PyYAML >= 3.10
-Requires:       python3-botocore >= 1.31.61
+Requires:       python3-botocore >= 1.33.11
 Requires:       python3-colorama <= 0.5.0
 Requires:       python3-colorama >= 0.2.5
-Requires:       python3-docutils < 0.20
+Requires:       python3-docutils < 0.21
 Requires:       python3-docutils >= 0.10
 Requires:       python3-rsa < 5.0.0
 Requires:       python3-rsa >= 3.1.2
-Requires:       python3-s3transfer < 0.8.0
-Requires:       python3-s3transfer >= 0.7.0
+Requires:       python3-s3transfer < 0.9.0
+Requires:       python3-s3transfer >= 0.8.0
 Requires:       python3-six
 %else
 BuildRequires:  bash-completion
@@ -52,14 +53,15 @@
 Requires:       python
 Requires:       python-PyYAML <= 6.1
 Requires:       python-PyYAML >= 3.10
-Requires:       python-botocore >= 1.31.61
+Requires:       python-botocore >= 1.33.11
 Requires:       python-colorama <= 0.5.0
 Requires:       python-colorama >= 0.2.5
+Requires:       python-docutils < 0.21
 Requires:       python-docutils >= 0.10
 Requires:       python-rsa <= 4.5.0
 Requires:       python-rsa >= 3.1.2
-Requires:       python-s3transfer < 0.8.0
-Requires:       python-s3transfer >= 0.7.0
+Requires:       python-s3transfer < 0.9.0
+Requires:       python-s3transfer >= 0.8.0
 Requires:       python-six
 %endif
 
@@ -70,6 +72,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 sed -i 's/from botocore\.vendored //' awscli/customizations/awslambda.py
 sed -i 's/botocore\.vendored\.//' awscli/customizations/configure/__init__.py
 

++++++ 1.29.61.tar.gz -> 1.31.11.tar.gz ++++++
++++ 10313 lines of diff (skipped)

++++++ ac_update-docutils.patch ++++++
>From e2b4ba4e616cad6b9c4c3d4c999404ddda4261b2 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 20 Sep 2023 20:54:58 +0000
Subject: [PATCH] Update docutils requirement from <0.17,>=0.10 to >=0.10,<0.21

Updates the requirements on [docutils](https://docutils.sourceforge.io/) to 
permit the latest version.

---
updated-dependencies:
- dependency-name: docutils
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <supp...@github.com>
---
 requirements-docs.txt | 2 +-
 setup.py              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements-docs.txt b/requirements-docs.txt
index 2211707c5..68d63109d 100644
--- a/requirements-docs.txt
+++ b/requirements-docs.txt
@@ -3,7 +3,7 @@
 jinja2<3.1
 
 
-docutils>=0.10,<0.17
+docutils>=0.10,<0.21
 Sphinx==1.4.9
 -e .
 # alabaster version 0.7.13 requires Sphinx>1.6
diff --git a/setup.py b/setup.py
index 0dc82bf12..2e48a1a4e 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ def find_version(*file_paths):
 
 install_requires = [
     'botocore==1.33.11',
-    'docutils>=0.10,<0.17',
+    'docutils>=0.10,<0.21',
     's3transfer>=0.8.0,<0.9.0',
     'PyYAML>=3.10,<6.1',
     'colorama>=0.2.5,<0.4.5',
-- 
2.43.0

Reply via email to