Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aws-efs-utils for openSUSE:Factory 
checked in at 2022-09-25 15:35:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aws-efs-utils (Old)
 and      /work/SRC/openSUSE:Factory/.aws-efs-utils.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aws-efs-utils"

Sun Sep 25 15:35:16 2022 rev:10 rq:1005731 version:1.33.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/aws-efs-utils/aws-efs-utils.changes      
2022-05-19 22:49:27.870346001 +0200
+++ /work/SRC/openSUSE:Factory/.aws-efs-utils.new.2275/aws-efs-utils.changes    
2022-09-25 15:35:38.339671477 +0200
@@ -1,0 +2,20 @@
+Fri Sep 23 13:00:33 UTC 2022 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to version 1.33.4 (bsc#1203170)
+  * Fix the issue where watchdog sending signal to incorrect
+    processes and add FIPS mode support
+  * Apply additional check on awscredsuri option
+- from version 1.33.3
+  * Fix the potential stunnel hanging issue caused by full
+    subprocess PIPE filled by stunnel log
+  * Specify FIPS mode in configuration
+  * Add separate env_path for macOS; Add comments
+  * Update get-pip.py download url in README
+- from version 1.33.2
+  * Fix the incorrect path to generate read_ahead_kb config file
+    and Bump the default tls port range from 400 to 1000
+- Add patch to use unittest.mock instead of mock in testsuite
+  * use_mock_from_unittest.patch
+- Use relative URL in Source field
+
+-------------------------------------------------------------------

Old:
----
  efs-utils-1.33.1.tar.gz

New:
----
  efs-utils-1.33.4.tar.gz
  use_mock_from_unittest.patch

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

Other differences:
------------------
++++++ aws-efs-utils.spec ++++++
--- /var/tmp/diff_new_pack.aFZ4KG/_old  2022-09-25 15:35:39.355673924 +0200
+++ /var/tmp/diff_new_pack.aFZ4KG/_new  2022-09-25 15:35:39.363673943 +0200
@@ -17,16 +17,17 @@
 
 
 Name:           aws-efs-utils
-Version:        1.33.1
+Version:        1.33.4
 Release:        0
 Summary:        Utilities for using the EFS file systems
 License:        MIT
 Group:          System/Management
 URL:            https://github.com/aws/efs-utils
-Source0:        
https://github.com/aws/efs-utils/archive/refs/tags/v%{version}.tar.gz#/efs-utils-%{version}.tar.gz
+Source0:        %{url}/archive/v%{version}.tar.gz#/efs-utils-%{version}.tar.gz
 Patch0:         disable_mount_efs_test.patch
 Patch1:         harden_amazon-efs-mount-watchdog.service.patch
 Patch2:         skip-styletest.patch
+Patch3:         use_mock_from_unittest.patch
 BuildRequires:  openssl
 BuildRequires:  python3-attrs >= 17.4.0
 BuildRequires:  python3-botocore >= 1.17.53
@@ -60,6 +61,7 @@
 find . -name "*.py" -exec sed -i 's/env python3/python3/' {} +
 %patch1 -p1
 %patch2
+%patch3 -p1
 
 %build
 # No build required

++++++ efs-utils-1.33.1.tar.gz -> efs-utils-1.33.4.tar.gz ++++++
++++ 2042 lines of diff (skipped)

++++++ use_mock_from_unittest.patch ++++++
diff -Nru efs-utils-1.33.4.orig/test/common.py efs-utils-1.33.4/test/common.py
--- efs-utils-1.33.4.orig/test/common.py        2022-09-22 07:36:56.000000000 
+0200
+++ efs-utils-1.33.4/test/common.py     2022-09-23 14:58:48.522147941 +0200
@@ -8,7 +8,7 @@
 
 import subprocess
 
-from mock import MagicMock
+from unittest.mock import MagicMock
 
 
 # The process mock can be retrieved by calling PopenMock(<init params>).mock

Reply via email to