Releases 8

For tarballs and release assets from this project, see releases.pagure.org/shellfu-bash-uripecker.

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/shellfu-bash-uripecker.git
cd shellfu-bash-uripecker
git archive --format=tar.gz --prefix=shellfu-bash-uripecker-<TAG>/ -o shellfu-bash-uripecker-<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.

v0.1.7
UriPecker v0.1.7 -
87f393a1ab60cb3c9abd206e06c99603deb569fc
UriPecker v0.1.7 - Overview of changes: * Updated MKit * Fixed URL after moving to pagure.io
v0.1.6
UriPecker v0.1.6 -
9556e80e59d3c144b5777e1fa7935bda40bf5a8a
UriPecker v0.1.6 - Overview of changes: * Fix RHEL<=7 packaging issue Dependencies on RHEL 7 and older should be Python2, but due to bad SPEC file syntax, this also applied to Fedora 27+, which should already be based on Python3. * Codebase maintenance
v0.1.5
UriPecker v0.1.5 -
b43cec341b20edced2fad463ec0bf0f77367f042
UriPecker v0.1.5 - Overview of changes: * Added support for fallback to python2 on non-Fedora distributions Mostly because of RHEL7 and older targets. Debian part is left to require Python 3.4
v0.1.4
UriPecker v0.1.4 -
579931e4fee4b9962d6181de765aca3023ddde0e
UriPecker v0.1.4 - Overview of changes: * Converted snippets to Python 3 Be ready for Python 3; Fedora 28 already started complaining. * Codebase and meta-data maintenance
v0.1.3
UriPecker v0.1.3 -
6c8ffcc91c14b84d8d9dce6524470d122c883548
UriPecker v0.1.3 - Overview of changes: * Updated SPEC file template Turns out Perl is not available on all Fedora machines, so not having it in Requires prevented some machines from updating to v0.1.2.
v0.1.2
UriPecker v0.1.2 -
e3a96b30c8ae195d5b2011d7465408019bd17cbf
UriPecker v0.1.2 - Overview of changes: * Made packaging and meta-data updates and improvements Mostly refactoring to make better use of MKit's features and provide more robust, simpler and maintainable package meta-data. * Updated format of version declaration Format of Shellfu module version has been changed briefly after introduction so we have changed it to match. * Fixed typo in first name * Fixed test log header * Added upper Shellfu version limit * Updated MKit to v0.0.28
v0.1.1
UriPecker v0.1.1 -
172712aec7060e47a819f366162b2321cb3996c9
UriPecker v0.1.1 - Overview of changes: * Added missing python dependencies * Fixed Debian build time test
v0.1.0
UriPecker v0.1.0
875ecf88ebb7264cfac1c2fa0c2772792b5c9467
UriPecker v0.1.0 Overview of changes: * Initial release