1
0
forked from pool/aws-efs-utils

Accepting request 1190670 from Cloud:Tools

- 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 (forwarded request 1190644 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1190670
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-efs-utils?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2024-08-01 20:04:18 +00:00 committed by Git OBS Bridge
commit 236fd61988
4 changed files with 51 additions and 20 deletions

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Jul 31 11:04:49 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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
-------------------------------------------------------------------
Tue Feb 20 11:16:23 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -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 @@ 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: %{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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6a60083ebf3e3c7942c58a5e7eeca6854bd44ba9bb1a6ed2f56435ecdd793b8d
size 129133

3
efs-utils-2.0.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7489b85737e2a91006b99461d34e4f67c3d101a105a0cf78235d554e2b736f0d
size 165557