Releases 4

For tarballs and release assets from this project, see releases.pagure.org/python-gajja.

If the developers have uploaded one or more tarball(s), you will be able to find them in the release folder.

The CHECKSUMS file contains the checksums (SHA256 and SHA512) of the files uploaded to pagure.

To use this file, simply download it next to the tarball you downloaded and run sha512sum -c CHECKSUMS

Getting source for a release

Clone the repository, then use git archive to create a tarball for any tag:

git clone https://pagure.io/python-gajja.git
cd python-gajja
git archive --format=tar.gz --prefix=python-gajja-<TAG>/ -o python-gajja-<TAG>.tar.gz <TAG>

Replace <TAG> with the tag name (e.g. v1.0.0). For a zip archive use --format=zip and .zip as the output extension.

version/0.1.3
Version 0.1.3
98da9b4b4709a731c7efe62322a55bb019e17b3a
version/0.1.2
Version 0.1.2
badea1bfb3aa3bad11ee0bb1d62d49ecdfba3533
Version 0.1.2 * Gracefully handle the absence of ‘pwd’ module on some platforms.
version/0.1.1
Version 0.1.1
443f6897c57a3257c17e9e6b2cc7b5f5e0c6f565
Version 0.1.1 * Remove superfluous test runner complexity from tutorial.
version/0.1
Version 0.1
89c434e83d782e8a69ca54954aed28a7267c800b
Version 0.1 * Initial release.