Skip to content

Commit

Permalink
prep for v2.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gjr80 committed Sep 6, 2021
1 parent 9e5bf29 commit e3870ec
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 16 deletions.
2 changes: 2 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v2.0.2
* removed premature logging call
v2.0.1
* fixed incorrect barometer/pressure field name in default field map
v2.0.0
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 Bloomsky Driver
Version: 2.0.1 Date: 8 June 2021
Version: 2.0.2 Date: 6 September 2021
Revision History
6 September 2021 v2.0.2
- bump version number only
8 June 2021 v2.0.1
- bump version number only
27 August 2020 v2.0.0
Expand All @@ -36,7 +38,7 @@
from setup import ExtensionInstaller

REQUIRED_VERSION = "3.7.0"
BLOOMSKY_VERSION = "2.0.1"
BLOOMSKY_VERSION = "2.0.2"


def loader():
Expand Down
14 changes: 7 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The BloomSky driver requires WeeWX v3.7.0 or greater. Both Python 2 and Python 3

1. Download the latest BloomSky driver extension from the [Bloomsky driver releases page](https://github.com/gjr80/weewx-bloomsky/releases) into a directory accessible from the WeeWX machine.

$ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-bloomsky/releases/download/v2.0.1/bloomsky-2.0.1.tar.gz
$ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-bloomsky/releases/download/v2.0.2/bloomsky-2.0.2.tar.gz

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

Expand All @@ -38,15 +38,15 @@ The BloomSky driver requires WeeWX v3.7.0 or greater. Both Python 2 and Python 3

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

$ wee_extension --install=$DOWNLOAD_ROOT/bloomsky-2.0.1.tar.gz
$ wee_extension --install=$DOWNLOAD_ROOT/bloomsky-2.0.2.tar.gz

This will result in output similar to the following:

Request to install '/var/tmp/bloomsky-2.0.1.tar.gz'
Extracting from tar archive /var/tmp/bloomsky-2.0.1.tar.gz
Request to install '/var/tmp/bloomsky-2.0.2.tar.gz'
Extracting from tar archive /var/tmp/bloomsky-2.0.2.tar.gz
Saving installer file to /home/weewx/bin/user/installer/Bloomsky
Saved configuration dictionary. Backup copy at /home/weewx/weewx.conf.20200523124410
Finished installing extension '/var/tmp/bloomsky-2.0.1.tar.gz'
Finished installing extension '/var/tmp/bloomsky-2.0.2.tar.gz'

1. Select and configure the driver:

Expand Down Expand Up @@ -90,13 +90,13 @@ This will result in the driver collecting data from the bloomsky API and emittin

1. Download the latest BloomSky driver extension from the [Bloomsky driver releases page](https://github.com/gjr80/weewx-bloomsky/releases) into a directory accessible from the WeeWX machine.

$ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-bloomsky/releases/download/v2.0.1/bloomsky-2.0.1.tar.gz
$ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-bloomsky/releases/download/v2.0.2/bloomsky-2.0.2.tar.gz

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

1. Unpack the extension as follows:

$ tar xvfz bloomsky-2.0.1.tar.gz
$ tar xvfz bloomsky-2.0.2.tar.gz

1. Copy the *bloomsky.py* file from within the resulting folder as follows:

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

$ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-bloomsky/releases/download/v2.0.1/bloomsky-2.0.1.tar.gz
$ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-bloomsky/releases/download/v2.0.2/bloomsky-2.0.2.tar.gz

where $DOWNLOAD_ROOT is the path to the directory where the BloomSky driver
data extension is to be downloaded.
Expand All @@ -50,15 +50,15 @@ a directory accessible from the WeeWX machine.
3. Install the BloomSky driver extension downloaded at step 1 using the
*wee_extension* utility:

$ wee_extension --install=$DOWNLOAD_ROOT/bloomsky-2.0.1.tar.gz
$ wee_extension --install=$DOWNLOAD_ROOT/bloomsky-2.0.2.tar.gz

This will result in output similar to the following:

Request to install '/var/tmp/bloomsky-2.0.1.tar.gz'
Extracting from tar archive /var/tmp/bloomsky-2.0.1.tar.gz
Request to install '/var/tmp/bloomsky-2.0.2.tar.gz'
Extracting from tar archive /var/tmp/bloomsky-2.0.2.tar.gz
Saving installer file to /home/weewx/bin/user/installer/Bloomsky
Saved configuration dictionary. Backup copy at /home/weewx/weewx.conf.20200523124410
Finished installing extension '/var/tmp/bloomsky-2.0.1.tar.gz'
Finished installing extension '/var/tmp/bloomsky-2.0.2.tar.gz'

4. Select and configure the driver:

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

$ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-bloomsky/releases/download/v2.0.1/bloomsky-2.0.1.tar.gz
$ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-bloomsky/releases/download/v2.0.2/bloomsky-2.0.2.tar.gz

where $DOWNLOAD_ROOT is the path to the directory where the BloomSky driver
data extension is to be downloaded.

2. Unpack the extension as follows:

$ tar xvfz bloomsky-2.0.1.tar.gz
$ tar xvfz bloomsky-2.0.2.tar.gz

3. Copy the bloomsky.py file from within the resulting folder as follows:

Expand Down

0 comments on commit e3870ec

Please sign in to comment.