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 2024-08-01 22:04:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aws-efs-utils (Old)
 and      /work/SRC/openSUSE:Factory/.aws-efs-utils.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aws-efs-utils"

Thu Aug  1 22:04:18 2024 rev:18 rq:1190670 version:2.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/aws-efs-utils/aws-efs-utils.changes      
2024-02-21 17:56:04.890576784 +0100
+++ /work/SRC/openSUSE:Factory/.aws-efs-utils.new.7232/aws-efs-utils.changes    
2024-08-01 22:04:40.821087651 +0200
@@ -1,0 +2,25 @@
+Wed Jul 31 11:04:49 UTC 2024 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to version 2.0.3
+  * Upgrade py version
+  * Replace deprecated usage of datetime
+- from version 2.0.2
+  * Check for efs-proxy PIDs when cleaning tunnel state files
+  * Add PID to log entries
+- from version 2.0.1
+  * Disable Nagle's algorithm for efs-proxy TLS mounts to improve latencies
+- from version 2.0.0
+  * Replace stunnel, which provides TLS encryptions for mounts, with efs-proxy,
+    a component built in-house at AWS. Efs-proxy lays the foundation for 
upcoming
+    feature launches at EFS.
+- from version 1.36.0
+  * Support new mount option: crossaccount, conduct cross account mounts via 
ip address.
+    Use client AZ-ID to choose mount target.
+- from version 1.35.2
+  * Revert "Add warning if using older Version"
+  * Support MacOS Sonoma
+- Switch package to modern Python Stack on SLE-15
+  * Use Python 3.11 on SLE-15 by default
+  * Use primary Python version on Tumbleweed
+
+-------------------------------------------------------------------

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

New:
----
  efs-utils-2.0.3.tar.gz

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

Other differences:
------------------
++++++ aws-efs-utils.spec ++++++
--- /var/tmp/diff_new_pack.8oyhiW/_old  2024-08-01 22:04:43.645204128 +0200
+++ /var/tmp/diff_new_pack.8oyhiW/_new  2024-08-01 22:04:43.649204293 +0200
@@ -16,8 +16,14 @@
 #
 
 
+%if 0%{?suse_version} >= 1600
+%define pythons %{primary_python}
+%else
+%define pythons python311
+%endif
+%global _sitelibdir %{%{pythons}_sitelib}
 Name:           aws-efs-utils
-Version:        1.35.1
+Version:        2.0.3
 Release:        0
 Summary:        Utilities for using the EFS file systems
 License:        MIT
@@ -28,23 +34,23 @@
 Patch1:         harden_amazon-efs-mount-watchdog.service.patch
 Patch2:         skip-styletest.patch
 Patch3:         use_mock_from_unittest.patch
+BuildRequires:  %{pythons}-attrs >= 17.4.0
+BuildRequires:  %{pythons}-botocore >= 1.17.53
+BuildRequires:  %{pythons}-coverage >= 4.5.4
 BuildRequires:  openssl
-BuildRequires:  python3-attrs >= 17.4.0
-BuildRequires:  python3-botocore >= 1.17.53
-BuildRequires:  python3-coverage >= 4.5.4
-#BuildRequires:  python3-flake8 >= 3.7.9
-BuildRequires:  python3-flake8
-BuildRequires:  python3-mccabe >= 0.6.1
-BuildRequires:  python3-pbr >= 3.1.1
-BuildRequires:  python3-pluggy >= 0.13.0
-BuildRequires:  python3-py >= 1.10.0
-BuildRequires:  python3-pycodestyle >= 2.5.0
-BuildRequires:  python3-pyflakes >= 2.1.1
-BuildRequires:  python3-pytest >= 4.6.7
-BuildRequires:  python3-pytest-cov >= 2.8.1
-BuildRequires:  python3-pytest-html >= 1.19.0
-BuildRequires:  python3-pytest-metadata >= 1.7.0
-BuildRequires:  python3-pytest-mock >= 1.11.2
+#BuildRequires:  %{pythons}-flake8 >= 3.7.9
+BuildRequires:  %{pythons}-flake8
+BuildRequires:  %{pythons}-mccabe >= 0.6.1
+BuildRequires:  %{pythons}-pbr >= 3.1.1
+BuildRequires:  %{pythons}-pluggy >= 0.13.0
+BuildRequires:  %{pythons}-py >= 1.11.0
+BuildRequires:  %{pythons}-pycodestyle >= 2.5.0
+BuildRequires:  %{pythons}-pyflakes >= 2.1.1
+BuildRequires:  %{pythons}-pytest >= 4.6.7
+BuildRequires:  %{pythons}-pytest-cov >= 2.8.1
+BuildRequires:  %{pythons}-pytest-html >= 1.19.0
+BuildRequires:  %{pythons}-pytest-metadata >= 1.7.0
+BuildRequires:  %{pythons}-pytest-mock >= 1.11.2
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  pkgconfig(systemd)
 Requires:       nfs-utils

++++++ efs-utils-1.35.1.tar.gz -> efs-utils-2.0.3.tar.gz ++++++
++++ 10045 lines of diff (skipped)

Reply via email to