Thank you for that....but

pi@WeatherPi:~ $ sudo apt install -y wget gnupg
Reading package lists... Done
Building dependency tree
Reading state information... Done
gnupg is already the newest version (2.1.18-8~deb9u4).
wget is already the newest version (1.18-5+deb9u3).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
pi@WeatherPi:~ $ wget -qO - https://weewx.com/keys.html | \
>     sudo gpg --dearmor --output /etc/apt/trusted.gpg.d/weewx.gpg
pi@WeatherPi:~ $ echo "deb [arch=all] https://weewx.com/apt/python3 buster
main" | \
>     sudo tee /etc/apt/sources.list.d/weewx.list
deb [arch=all] https://weewx.com/apt/python3 buster main

pi@WeatherPi:~ $ sudo apt update
Hit:1 http://archive.raspberrypi.org/debian stretch InRelease
Ign:2 http://raspbian.raspberrypi.org/raspbian stretch InRelease
Err:3 http://raspbian.raspberrypi.org/raspbian stretch Release

  404  Not Found [IP: 93.93.128.193 80]
Get:4 https://weewx.com/apt/python3 buster InRelease [4,251 B]
Get:5 https://weewx.com/apt/python3 buster/main all Packages [5,644 B]
Reading package lists... Done
E: The repository 'http://raspbian.raspberrypi.org/raspbian stretch
Release' does no longer have a Release file.
N: Updating from such a repository can't be done securely, and is therefore
disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration
details.

pi@WeatherPi:~ $ sudo apt install weewx
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 weewx : Depends: python3 (>= 3.7) but 3.5.3-1 is to be installed or
                  python (>= 3.7) but 2.7.13-2 is to be installed
         Depends: python3-cheetah but it is not installable
E: Unable to correct problems, you have held broken packages.
pi@WeatherPi:~ $



On Fri, Jul 5, 2024 at 10:46 AM Tom Keffer <[email protected]> wrote:

> Be sure to see the Upgrade Guide <https://weewx.com/docs/5.1/upgrade/>
> for how to upgrade!
>
> The major new feature is the ability to specify locales on a
> report-by-report basis. For example, you can feature both French and UK
> locales on your website.
>
> Also, a few bug fixes.
>
> Complete change log below
> --------------------------------------------------------------------------
>
> 5.1.0 07/04/2024
>
> If option lang is a valid locale, then it will be used to change locale
> as well as language. If it is not a valid locale, then the user's default
> locale will be used. For example, if lang=de_DE.utf8, then the German
> locale will be used. This allows locales to be set on a report-by-report
> basis. Addresses issue #867 <https://github.com/weewx/weewx/issues/867>.
>
> Allow country codes to be used in addition to a language code. For
> example, zh_CN would specify Chinese language, mainland China (Simplified
> Chinese), while zh_TW would specify Chinese language, Taiwan (Traditional
> Chinese).
>
> Added translation file for Simplified Chinese (zh_CN.conf). Thanks to
> user Kranz!
>
> Allow the utility weectl import to update old records in addition to
> importing new records. PR #930 <https://github.com/weewx/weewx/issues/930>
> .
>
> Include the effective user and group to the log. PR #934
> <https://github.com/weewx/weewx/issues/934>.
>
> Allow extra command line options to be passed on to rsync. Fixes issue
> #951 <https://github.com/weewx/weewx/issues/951>.
>
> Return False from XTypes function has_data() if the type cannot be
> calculated. Thanks to Rich Bell! PR #929
> <https://github.com/weewx/weewx/issues/929>.
>
> Allow calculation of xtype aggregate with missing constituents. Related to
> PR #929 <https://github.com/weewx/weewx/issues/>.
>
> Fix bug in tag $tag.obstype where obstype is an XType that cannot be
> calculated. Related to PR #929 <https://github.com/weewx/weewx/issues/>.
>
> Fix bug that caused the loop_on_init setting in weewx.conf to be ignored.
> PR #935.
>
> Reinstate file weeutil/timediff.py. It's not used in WeeWX, but it is
> used by some extensions.
>
> Fixed bug in station config where config_units would fail if there was no
> Defaults section specified in StdReport.
>
> Use lower-case for the product and vendor codes in udev rules. Fixes issue
> #949.
>
> Do not make group changes if identity of user doing the install cannot be
> determined. PR #952
>
> For deb/rpm installs, set permissions on the configuration file to be not
> world-readable. PR #948
>
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/CAPq0zECgoP-Tx5vzaOObgKEUtkC%2BtcDdit6A0L5guMJ9VVq-dw%40mail.gmail.com
> <https://groups.google.com/d/msgid/weewx-user/CAPq0zECgoP-Tx5vzaOObgKEUtkC%2BtcDdit6A0L5guMJ9VVq-dw%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAF1oafd8z-gqG-qLyQY4453xwH3SM-Cg-dhpW4%3DjzAss40iUrw%40mail.gmail.com.

Reply via email to