Skip to content

v1.2.1

Latest
Compare
Choose a tag to compare
@HacKanCuBa HacKanCuBa released this 25 Sep 04:34
v1.2.1

v1.2.1

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.2.0):

New features

None.

Bug fixes

  • Fix issue with setup.py entry point, which prevented from running
    passphrase as a console script

Installing

Verify signature, then run make install as a privileged user or make altinstall as limited user:

wget -O passphrase-v1.2.1.tar.gz https://github.com/HacKanCuBa/passphrase-py/archive/v1.2.1.tar.gz
wget https://github.com/HacKanCuBa/passphrase-py/releases/download/v1.2.1/passphrase-v1.2.1.tar.gz.sig
gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 0x35710D312FDE468B
gpg --verify passphrase-v1.2.1.tar.gz.sig 
tar -xf passphrase-v1.2.1.tar.gz
cd passphrase-py-1.2.1/

Then run sudo make install or make altinstall (it will install it in the user's home directory).

pip

To install this version with pip, run under your virtualenv pip install hc-passphrase==1.2.1
Prefer the previous installing method rather than pip because of pip's lack of cryptographic validations.

When using this version in a requirements file, add as:

hc-passphrase==1.2.1 \
    --hash=sha256:d3e32e044984fe52ba413c125ac28648457e73f9fb463900132f7098845b3d0e \
    --hash=sha256:63f354fff706a36fdecf8471f519f1d08769f7d46f30c82961e3a5101772d43f

Where the first hash corresponds to the wheel file and the second one to the sources file.

Attached to this release are also the signatures for the wheel file and the sources file found in PyPi package page.