diff --git a/doc/man/man1/sas_counters.1 b/doc/man/man1/sas_counters.1 index dfd4c65..e709d07 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 "2021-11-15" "0.3.12" "sasutils" +.TH SAS_COUNTERS 1 "2022-11-14" "0.3.13" "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 f845099..0d148e5 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 "2021-11-15" "0.3.12" "sasutils" +.TH SAS_DEVICES 1 "2022-11-14" "0.3.13" "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 92510c3..e2c3196 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 "2021-11-15" "0.3.12" "sasutils" +.TH SAS_DISCOVER 1 "2022-11-14" "0.3.13" "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 d6384a4..e0180f2 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 "2021-11-15" "0.3.12" "sasutils" +.TH SES_REPORT 1 "2022-11-14" "0.3.13" "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 e24a843..4273b21 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: 2021-11-15 +:Date: 2022-11-14 :Copyright: Apache License Version 2.0 -:Version: 0.3.12 +:Version: 0.3.13 :Manual section: 1 :Manual group: sasutils diff --git a/doc/txt/sas_devices.txt b/doc/txt/sas_devices.txt index 5d8ab60..54567e7 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: 2021-11-15 +:Date: 2022-11-14 :Copyright: Apache License Version 2.0 -:Version: 0.3.12 +:Version: 0.3.13 :Manual section: 1 :Manual group: sasutils diff --git a/doc/txt/sas_discover.txt b/doc/txt/sas_discover.txt index 8712765..8109087 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: 2021-11-15 +:Date: 2022-11-14 :Copyright: Apache License Version 2.0 -:Version: 0.3.12 +:Version: 0.3.13 :Manual section: 1 :Manual group: sasutils diff --git a/doc/txt/ses_report.txt b/doc/txt/ses_report.txt index 9ef9f53..9bee5d8 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: 2021-11-15 +:Date: 2022-11-14 :Copyright: Apache License Version 2.0 -:Version: 0.3.12 +:Version: 0.3.13 :Manual section: 1 :Manual group: sasutils diff --git a/sasutils-el7.spec b/sasutils-el7.spec index 3bcb8fb..b3be733 100644 --- a/sasutils-el7.spec +++ b/sasutils-el7.spec @@ -1,5 +1,5 @@ Name: sasutils -Version: 0.3.12 +Version: 0.3.13 Release: 1%{?dist} Summary: Serial Attached SCSI (SAS) utilities @@ -51,6 +51,9 @@ install -p -m 0644 doc/man/man1/ses_report.1 %{buildroot}/%{_mandir}/man1/ %license LICENSE.txt %changelog +* Mon Nov 14 2022 Stephane Thiell 0.3.13-1 +- update version + * Mon Nov 15 2021 Stephane Thiell 0.3.12-1 - update version diff --git a/sasutils.spec b/sasutils.spec index 09c57f6..9ca2967 100644 --- a/sasutils.spec +++ b/sasutils.spec @@ -1,5 +1,5 @@ Name: sasutils -Version: 0.3.12 +Version: 0.3.13 Release: 1%{?dist} Summary: Serial Attached SCSI (SAS) utilities @@ -51,6 +51,9 @@ install -p -m 0644 doc/man/man1/ses_report.1 %{buildroot}/%{_mandir}/man1/ %license LICENSE.txt %changelog +* Mon Nov 14 2022 Stephane Thiell 0.3.13-1 +- update version + * Mon Nov 15 2021 Stephane Thiell 0.3.12-1 - update version diff --git a/setup.py b/setup.py index 9873d41..2698b0b 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2016, 2017, 2018, 2019, 2021 +# Copyright (C) 2016, 2017, 2018, 2019, 2021, 2022 # 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.3.12' +VERSION = '0.3.13' setup(name='sasutils', version=VERSION, @@ -37,8 +37,6 @@ 'License :: OSI Approved :: Apache Software License', 'Operating System :: POSIX :: Linux', 'Programming Language :: Python', - 'Programming Language :: Python :: 2.6', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Topic :: System :: Systems Administration' ],