-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
22 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ show Serial Attached SCSI (SAS) counters | |
---------------------------------------- | ||
|
||
:Author: Stephane Thiell <[email protected]> | ||
: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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ show Serial Attached SCSI (SAS) enclosures and devices | |
------------------------------------------------------ | ||
|
||
:Author: Stephane Thiell <[email protected]> | ||
: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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ display Serial Attached SCSI (SAS) topology | |
------------------------------------------- | ||
|
||
:Author: Stephane Thiell <[email protected]> | ||
: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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ SCSI Enclosure Services (SES) status and metrics reporting utility | |
------------------------------------------------------------------ | ||
|
||
:Author: Stephane Thiell <[email protected]> | ||
: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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> 0.6.1-1 | ||
- update version | ||
|
||
* Fri Nov 8 2024 Stephane Thiell <[email protected]> 0.6.0-1 | ||
- update version | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> 0.6.1-1 | ||
- update version | ||
|
||
* Fri Nov 8 2024 Stephane Thiell <[email protected]> 0.6.0-1 | ||
- update version | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> | ||
# | ||
|
@@ -17,7 +17,7 @@ | |
|
||
from setuptools import setup, find_packages | ||
|
||
VERSION = '0.6.0' | ||
VERSION = '0.6.1' | ||
|
||
setup(name='sasutils', | ||
version=VERSION, | ||
|