v1.1.2
v1.1.2
All release tags are signed, and release packages (tar.gz and zip) are
also signed. Always check signatures prior using this software.
Changes
From the previous release (v1.0.0):
New features
- secrets.randbool(): generate a random boolean
- Throw a coin with --coin
- Improve password generation
- Drop support for Python < 3.5
Bug fixes
- none
Installing
Verify signature, then run make install
as a privileged user or make altinstall
as limited user:
wget -O passphrase-v1.1.2.tar.gz https://github.com/HacKanCuBa/passphrase-py/archive/v1.1.2.tar.gz
wget https://github.com/HacKanCuBa/passphrase-py/releases/download/v1.1.2/passphrase-v1.1.2.tar.gz.sig
gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 0x35710D312FDE468B
gpg --verify passphrase-v1.1.2.tar.gz.sig
tar -xf passphrase-v1.1.2.tar.gz
cd passphrase-py-1.1.2/
Then run sudo make install
or make altinstall
(it will install it in the user's home directory).