Skip to content

Commit

Permalink
prep for 0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gjr80 committed Jan 22, 2024
1 parent f559ec3 commit 5d14729
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 18 deletions.
6 changes: 4 additions & 2 deletions bin/user/aurora.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
You should have received a copy of the GNU General Public License along with
this program. If not, see https://www.gnu.org/licenses/.
Version: 0.7.0 Date: 5 January 2024
Version: 0.7.1 Date: 22 January 2024
Revision History
22 January 2024 v0.7.1
- installer change only
5 January 2024 v0.7.0
- now WeeWX v5 compatible
- python v3.6 and earlier no longer supported
Expand Down Expand Up @@ -153,7 +155,7 @@

# our name and version number
DRIVER_NAME = 'Aurora'
DRIVER_VERSION = '0.7.0'
DRIVER_VERSION = '0.7.1'

# config defaults
DEFAULT_POLL_INTERVAL = 20
Expand Down
6 changes: 4 additions & 2 deletions bin/user/aurora_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
You should have received a copy of the GNU General Public License along with
this program. If not, see http://www.gnu.org/licenses/.
Version: 0.7.0 Date: 5 January 2024
Version: 0.7.1 Date: 22 January 2024
Revision History
22 January 2024 v0.7.1
- bumped version number only
5 January 2024 v0.7.0
- bumped version number only
12 March 2020 v0.6.1
Expand Down Expand Up @@ -53,7 +55,7 @@
primary key indexes (type "dateTime").
============================================================================
"""
AURORA_SCHEMA_VERSION = '0.7.0'
AURORA_SCHEMA_VERSION = '0.7.1'

# define schema for archive table
aurora_schema = [
Expand Down
3 changes: 3 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.7.1
* change required WeeWX version to '5.0.0' to workaround version_compare()
shortcomings
v0.7.0
* now WeeWX v5 compatible
* python v3.6 and earlier no longer supported
Expand Down
14 changes: 7 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The *Aurora driver* extension can be installed manually or automatically using t

1. Download the latest *Aurora driver* extension from the *Aurora driver* extension [releases page](https://github.com/gjr80/weewx-aurora/releases) into a directory accessible from the weeWX machine.

$ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-aurora/releases/download/v0.7.0/aurora-0.7.0.tar.gz
$ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-aurora/releases/download/v0.7.0/aurora-0.7.1.tar.gz

where *$DOWNLOAD_ROOT* is the path to the directory where the *Aurora driver* extension is to be downloaded.

Expand All @@ -45,15 +45,15 @@ The *Aurora driver* extension can be installed manually or automatically using t

3. Install the *Aurora driver* extension downloaded at step 1 using the *wee_extension* utility:

$ wee_extension --install=$DOWNLOAD_ROOT/aurora-0.7.0.tar.gz
$ wee_extension --install=$DOWNLOAD_ROOT/aurora-0.7.1.tar.gz

This will result in output similar to the following:

Request to install '/var/tmp/aurora-0.7.0.tar.gz'
Extracting from tar archive /var/tmp/aurora-0.7.0.tar.gz
Request to install '/var/tmp/aurora-0.7.1.tar.gz'
Extracting from tar archive /var/tmp/aurora-0.7.1.tar.gz
Saving installer file to /home/weewx/bin/user/installer/aurora
Saved configuration dictionary. Backup copy at /home/weewx/weewx.conf.20180128124410
Finished installing extension '/var/tmp/aurora-0.7.0.tar.gz'
Finished installing extension '/var/tmp/aurora-0.7.1.tar.gz'

1. Select and configure the driver:

Expand Down Expand Up @@ -90,7 +90,7 @@ The *Aurora driver* extension can be installed manually or automatically using t

1. Download the latest *Aurora driver* extension from the *Aurora driver* extension [releases page](https://github.com/gjr80/weewx-aurora/releases) into a directory accessible from the weeWX machine.

$ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-aurora/releases/download/v0.7.0/aurora-0.7.0.tar.gz
$ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-aurora/releases/download/v0.7.0/aurora-0.7.1.tar.gz

where *$DOWNLOAD_ROOT* is the path to the directory where the *Aurora driver* extension is to be downloaded.

Expand All @@ -104,7 +104,7 @@ The *Aurora driver* extension can be installed manually or automatically using t

1. Unpack the extension as follows:

$ tar xvfz aurora-0.7.0.tar.gz
$ tar xvfz aurora-0.7.1.tar.gz

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

Expand Down
14 changes: 7 additions & 7 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ names are used below:
page (https://github.com/gjr80/weewx-aurora/releases) into a directory
accessible from the weeWX machine.

$ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-aurora/releases/download/v0.7.0/aurora-0.7.0.tar.gz
$ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-aurora/releases/download/v0.7.0/aurora-0.7.1.tar.gz

where $DOWNLOAD_ROOT is the path to the directory where the Aurora driver
extension is to be downloaded.
Expand All @@ -56,15 +56,15 @@ accessible from the weeWX machine.
3. Install the Aurora driver extension downloaded at step 1 using the
wee_extension utility:

$ wee_extension --install=$DOWNLOAD_ROOT/aurora-0.7.0.tar.gz
$ wee_extension --install=$DOWNLOAD_ROOT/aurora-0.7.1.tar.gz

This will result in output similar to the following:

Request to install '/var/tmp/aurora-0.7.0.tar.gz'
Extracting from tar archive /var/tmp/aurora-0.7.0.tar.gz
Request to install '/var/tmp/aurora-0.7.1.tar.gz'
Extracting from tar archive /var/tmp/aurora-0.7.1.tar.gz
Saving installer file to /home/weewx/bin/user/installer/aurora
Saved configuration dictionary. Backup copy at /home/weewx/weewx.conf.20180128124410
Finished installing extension '/var/tmp/aurora-0.7.0.tar.gz'
Finished installing extension '/var/tmp/aurora-0.7.1.tar.gz'

4. Select and configure the driver:

Expand Down Expand Up @@ -184,7 +184,7 @@ Manual installation
page (https://github.com/gjr80/weewx-aurora/releases) into a directory
accessible from the weeWX machine.

$ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-aurora/releases/download/v0.7.0/aurora-0.7.0.tar.gz
$ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-aurora/releases/download/v0.7.0/aurora-0.7.1.tar.gz


where $DOWNLOAD_ROOT is the path to the directory where the Aurora driver
Expand All @@ -200,7 +200,7 @@ accessible from the weeWX machine.

3. Unpack the extension as follows:

$ tar xvfz aurora-0.7.0.tar.gz
$ tar xvfz aurora-0.7.1.tar.gz

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

Expand Down

0 comments on commit 5d14729

Please sign in to comment.