Skip to content

PyWeather 0.6.1 beta (HTTPS enabled)

Pre-release
Pre-release
Compare
Choose a tag to compare
@o355 o355 released this 03 Aug 03:28
· 469 commits to master since this release

Hi folks! As promised, I'm releasing the HTTPS-enabled build of PyWeather.

All this does is change geopy's scheme to request geocoder through HTTPS. That's it. Along with version information.

If you'd like to update to 0.6.1-beta-https from anything BUT 0.6.1 beta, update to 0.6.1 beta. Afterwards, or if you're running 0.6.1 beta, follow the instructions below.

You cannot use Git to update to 0.6.1-beta-https. I did not push the commits onto GitHub, and have no intent to do so. Due to the way that PyWeather's updater functions, I will not be modifying the updater JSON file to the HTTPS version.

In a command line:

cd <pyweather's working directory>
wget (or curl) https://github.com/o355/pyweather/releases/download/0.6.1-beta-https/pyweather-0.6.1beta-https.zip
unzip pyweather-0.6.1beta-https.zip
cp pyweather-0.6.1beta-https/pyweather.py ./pyweather.py

Otherwise, download the release below, and replace pyweather.py.

PyWeather 0.6.2 beta will come out soon, with the option to configure the scheme that will be used with geopy.