From fd8e57de6b1a15b0b7ea219ed5c440fb64ed4d30 Mon Sep 17 00:00:00 2001 From: Stephane Thiell Date: Mon, 11 Nov 2024 16:52:27 -0800 Subject: [PATCH] Release 0.6.1 --- doc/man/man1/sas_counters.1 | 2 +- doc/man/man1/sas_devices.1 | 2 +- doc/man/man1/sas_discover.1 | 2 +- doc/man/man1/ses_report.1 | 2 +- doc/txt/sas_counters.txt | 4 ++-- doc/txt/sas_devices.txt | 4 ++-- doc/txt/sas_discover.txt | 4 ++-- doc/txt/ses_report.txt | 4 ++-- sasutils-el7.spec | 5 ++++- sasutils.spec | 5 ++++- setup.py | 4 ++-- 11 files changed, 22 insertions(+), 16 deletions(-) diff --git a/doc/man/man1/sas_counters.1 b/doc/man/man1/sas_counters.1 index 18176d7..996d5c1 100644 --- a/doc/man/man1/sas_counters.1 +++ b/doc/man/man1/sas_counters.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH SAS_COUNTERS 1 "2024-11-08" "0.6.0" "sasutils" +.TH SAS_COUNTERS 1 "2024-11-11" "0.6.1" "sasutils" .SH NAME sas_counters \- show Serial Attached SCSI (SAS) counters . diff --git a/doc/man/man1/sas_devices.1 b/doc/man/man1/sas_devices.1 index 144c4bb..d061512 100644 --- a/doc/man/man1/sas_devices.1 +++ b/doc/man/man1/sas_devices.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH SAS_DEVICES 1 "2024-11-08" "0.6.0" "sasutils" +.TH SAS_DEVICES 1 "2024-11-11" "0.6.1" "sasutils" .SH NAME sas_devices \- show Serial Attached SCSI (SAS) enclosures and devices . diff --git a/doc/man/man1/sas_discover.1 b/doc/man/man1/sas_discover.1 index 7986f26..ba5db24 100644 --- a/doc/man/man1/sas_discover.1 +++ b/doc/man/man1/sas_discover.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH SAS_DISCOVER 1 "2024-11-08" "0.6.0" "sasutils" +.TH SAS_DISCOVER 1 "2024-11-11" "0.6.1" "sasutils" .SH NAME sas_discover \- display Serial Attached SCSI (SAS) topology . diff --git a/doc/man/man1/ses_report.1 b/doc/man/man1/ses_report.1 index a00ad13..8778b73 100644 --- a/doc/man/man1/ses_report.1 +++ b/doc/man/man1/ses_report.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH SES_REPORT 1 "2024-11-08" "0.6.0" "sasutils" +.TH SES_REPORT 1 "2024-11-11" "0.6.1" "sasutils" .SH NAME ses_report \- SCSI Enclosure Services (SES) status and metrics reporting utility . diff --git a/doc/txt/sas_counters.txt b/doc/txt/sas_counters.txt index 2efa7e5..345391d 100644 --- a/doc/txt/sas_counters.txt +++ b/doc/txt/sas_counters.txt @@ -7,9 +7,9 @@ show Serial Attached SCSI (SAS) counters ---------------------------------------- :Author: Stephane Thiell -:Date: 2024-11-08 +:Date: 2024-11-11 :Copyright: Apache License Version 2.0 -:Version: 0.6.0 +:Version: 0.6.1 :Manual section: 1 :Manual group: sasutils diff --git a/doc/txt/sas_devices.txt b/doc/txt/sas_devices.txt index 02ad9bd..ab0b741 100644 --- a/doc/txt/sas_devices.txt +++ b/doc/txt/sas_devices.txt @@ -7,9 +7,9 @@ show Serial Attached SCSI (SAS) enclosures and devices ------------------------------------------------------ :Author: Stephane Thiell -:Date: 2024-11-08 +:Date: 2024-11-11 :Copyright: Apache License Version 2.0 -:Version: 0.6.0 +:Version: 0.6.1 :Manual section: 1 :Manual group: sasutils diff --git a/doc/txt/sas_discover.txt b/doc/txt/sas_discover.txt index d9e6f38..d65ba71 100644 --- a/doc/txt/sas_discover.txt +++ b/doc/txt/sas_discover.txt @@ -7,9 +7,9 @@ display Serial Attached SCSI (SAS) topology ------------------------------------------- :Author: Stephane Thiell -:Date: 2024-11-08 +:Date: 2024-11-11 :Copyright: Apache License Version 2.0 -:Version: 0.6.0 +:Version: 0.6.1 :Manual section: 1 :Manual group: sasutils diff --git a/doc/txt/ses_report.txt b/doc/txt/ses_report.txt index caf8286..a5d4ed7 100644 --- a/doc/txt/ses_report.txt +++ b/doc/txt/ses_report.txt @@ -7,9 +7,9 @@ SCSI Enclosure Services (SES) status and metrics reporting utility ------------------------------------------------------------------ :Author: Stephane Thiell -:Date: 2024-11-08 +:Date: 2024-11-11 :Copyright: Apache License Version 2.0 -:Version: 0.6.0 +:Version: 0.6.1 :Manual section: 1 :Manual group: sasutils diff --git a/sasutils-el7.spec b/sasutils-el7.spec index 1807b62..ec10d95 100644 --- a/sasutils-el7.spec +++ b/sasutils-el7.spec @@ -1,5 +1,5 @@ Name: sasutils -Version: 0.6.0 +Version: 0.6.1 Release: 1%{?dist} Summary: Serial Attached SCSI (SAS) utilities @@ -52,6 +52,9 @@ install -p -m 0644 doc/man/man1/ses_report.1 %{buildroot}/%{_mandir}/man1/ %license LICENSE.txt %changelog +* Mon Nov 11 2024 Stephane Thiell 0.6.1-1 +- update version + * Fri Nov 8 2024 Stephane Thiell 0.6.0-1 - update version diff --git a/sasutils.spec b/sasutils.spec index fc45264..0a69a00 100644 --- a/sasutils.spec +++ b/sasutils.spec @@ -1,5 +1,5 @@ Name: sasutils -Version: 0.6.0 +Version: 0.6.1 Release: 1%{?dist} Summary: Serial Attached SCSI (SAS) utilities @@ -52,6 +52,9 @@ install -p -m 0644 doc/man/man1/ses_report.1 %{buildroot}/%{_mandir}/man1/ %license LICENSE.txt %changelog +* Mon Nov 11 2024 Stephane Thiell 0.6.1-1 +- update version + * Fri Nov 8 2024 Stephane Thiell 0.6.0-1 - update version diff --git a/setup.py b/setup.py index ea63465..6c849d6 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2016, 2017, 2018, 2019, 2021, 2022, 2023 +# Copyright (C) 2016, 2017, 2018, 2019, 2021, 2022, 2023, 2024 # The Board of Trustees of the Leland Stanford Junior University # Written by Stephane Thiell # @@ -17,7 +17,7 @@ from setuptools import setup, find_packages -VERSION = '0.6.0' +VERSION = '0.6.1' setup(name='sasutils', version=VERSION,