From e3870ec014533b5f0194d1938655345760e3d0d5 Mon Sep 17 00:00:00 2001 From: gjr80 Date: Mon, 6 Sep 2021 11:13:42 +1000 Subject: [PATCH] prep for v2.0.2 release --- changelog | 2 ++ install.py | 6 ++++-- readme.md | 14 +++++++------- readme.txt | 14 +++++++------- 4 files changed, 20 insertions(+), 16 deletions(-) diff --git a/changelog b/changelog index ae577bb..a627acf 100644 --- a/changelog +++ b/changelog @@ -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 diff --git a/install.py b/install.py index 191ea37..882e1a4 100644 --- a/install.py +++ b/install.py @@ -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 @@ -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(): diff --git a/readme.md b/readme.md index a005fd0..b38531d 100644 --- a/readme.md +++ b/readme.md @@ -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. @@ -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: @@ -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: diff --git a/readme.txt b/readme.txt index e17756a..71e07bd 100644 --- a/readme.txt +++ b/readme.txt @@ -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. @@ -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: @@ -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: