Skip to content

Commit

Permalink
v2.7.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gjr80 committed Sep 30, 2020
1 parent 33771ab commit bae48fd
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 15 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A WeeWX extension to install the *SteelSeries Weather Gauges*.

The current *SteelSeries Weather Gauges* extension version is v2.7.4-2 which contains *SteelSeries Weather Gauges* v2.7.4(minor tweaks).
The current *SteelSeries Weather Gauges* extension version is v2.7.5 which contains *SteelSeries Weather Gauges* v2.7.5.

## Description ##

Expand All @@ -24,21 +24,21 @@ The preferred method to install the *SteelSeries Weather Gauges* extension is to

1. Download the latest *SteelSeries Weather Gauges* extension from the [weewx-steelseries releases page](https://github.com/gjr80/weewx-steelseries/releases) into a directory accessible from the WeeWX machine:

$ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-steelseries/releases/download/v2.7.4-2/steelseries-2.7.4-2.tar.gz
$ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-steelseries/releases/download/v2.7.5/steelseries-2.7.5.tar.gz

where *$DOWNLOAD_ROOT* is the path to the directory where the *SteelSeries Weather Gauges* extension is to be downloaded.

2. Install the *SteelSeries Weather Gauges* extension downloaded at step 1 using the *wee\_extension* utility:

$ wee_extension --install=$DOWNLOAD_ROOT/steelseries-2.7.4-2.tar.gz
$ wee_extension --install=$DOWNLOAD_ROOT/steelseries-2.7.5.tar.gz

this will result in output similar to the following:

Request to install '/var/tmp/steelseries-2.7.4-2.tar.gz'
Extracting from tar archive /var/tmp/steelseries-2.7.4-2.tar.gz
Request to install '/var/tmp/steelseries-2.7.5.tar.gz'
Extracting from tar archive /var/tmp/steelseries-2.7.5.tar.gz
Saving installer file to /home/weewx/bin/user/installer/SteelSeries
Saved configuration dictionary. Backup copy at /home/weewx/weewx.conf.20170320124410
Finished installing extension '/var/tmp/steelseries-2.7.4-2.tar.gz'
Finished installing extension '/var/tmp/steelseries-2.7.5.tar.gz'

3. Restart WeeWX:

Expand Down
4 changes: 4 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v2.7.5
* upgraded to SteelSeries Weather Gauges v2.7.5, refer
https://github.com/mcrossley/SteelSeries-Weather-Gauges/blob/master/ReadMe.txt
for release history
v2.7.4-2
* upgraded to SteelSeries Weather Gauges v2.7.4 (more minor tweaks), refer
https://github.com/mcrossley/SteelSeries-Weather-Gauges/blob/master/ReadMe.txt
Expand Down
6 changes: 4 additions & 2 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
Installer for SteelSeries Weather Gauges
Version: 2.7.4-2 Date: 3 June 2020
Version: 2.7.5 Date: 1 October 2020
Revision History
1 October 2020 v2.7.5
- upgraded to SteelSeries Weather Gauges version 2.7.4
3 June 2020 v2.7.4-1
- upgraded to SteelSeries Weather Gauges version 2.7.4(more minor
tweaks)
Expand All @@ -35,7 +37,7 @@
from setup import ExtensionInstaller

REQUIRED_VERSION = "3.4.0"
SSWG_VERSION = "2.7.4-2"
SSWG_VERSION = "2.7.5"


def loader():
Expand Down
14 changes: 7 additions & 7 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,23 @@ weewx-steelseries releases page
(https://github.com/gjr80/weewx-steelseries_gauges/releases) into a directory
accessible from the WeeWX machine:

$ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-steelseries/releases/download/v2.7.4-2/steelseries-2.7.4-2.tar.gz
$ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-steelseries/releases/download/v2.7.5/steelseries-2.7.5.tar.gz

where $DOWNLOAD_ROOT is the path to the directory where the SteelSeries
Weather Gauges extension is to be downloaded.

2. Install the SteelSeries Weather Gauges extension downloaded at step 1 using
the wee_extension utility:

$ wee_extension --install=$DOWNLOAD_ROOT/steelseries-2.7.4-2.tar.gz
$ wee_extension --install=$DOWNLOAD_ROOT/steelseries-2.7.5.tar.gz

This will result in output similar to the following:

Request to install '/var/tmp/steelseries-2.7.4-2.tar.gz'
Extracting from tar archive /var/tmp/steelseries-2.7.4-2.tar.gz
Request to install '/var/tmp/steelseries-2.7.5.tar.gz'
Extracting from tar archive /var/tmp/steelseries-2.7.5.tar.gz
Saving installer file to /home/weewx/bin/user/installer/SteelSeries
Saved configuration dictionary. Backup copy at /home/weewx/weewx.conf.20170320124410
Finished installing extension '/var/tmp/steelseries-2.7.4-2.tar.gz'
Finished installing extension '/var/tmp/steelseries-2.7.5.tar.gz'

3. Restart WeeWX:

Expand Down Expand Up @@ -101,14 +101,14 @@ weewx-steelseries_gauges releases page
(https://github.com/gjr80/weewx-steelseries_gauges/releases) into a directory
accessible from the WeeWX machine:

$ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-steelseries/releases/download/v2.7.4-2/steelseries-2.7.4-2.tar.gz
$ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-steelseries/releases/download/v2.7.5/steelseries-2.7.5.tar.gz

where $DOWNLOAD_ROOT is the path to the directory where the SteelSeries
Weather Gauges extension is to be downloaded.

2. Unpack the extension as follows:

$ tar xvfz steelseries-2.7.4-2.tar.gz
$ tar xvfz steelseries-2.7.5.tar.gz

3. Copy files from within the resulting directory as follows:

Expand Down

0 comments on commit bae48fd

Please sign in to comment.