Skip to content

Releases: s3dev/preqs

v0.1.0b3

09 Aug 11:39
Compare
Choose a tag to compare

Changes

Bug fixes:

  • Addressed a Windows-only issue where the hash compare fails resulting
    in exit code 60 although the requirement file was written successfully.
    • Detail: During the compare test, the requirements file was being read
      in binary mode, to save a later call to '.encode()'. However, due to
      the difference in line endings, reading in binary mode fails the hash
      check on Windows.

Other changes:

  • Updated the badges in the README file.
  • Fixed the license classifier in pyproject.toml.

Released: 2024-08-09

v0.1.0b2

07 Aug 14:48
Compare
Choose a tag to compare

Changes

Re-versioned 0.1.0b1 as 0.1.0b2 (beta release 2) as PyPI does not allow revisions to be pushed without a new version number.

README:

  • Fixed a pip install typo in the README file.

Released: 2024-08-07


Other changes

The changes listed below are relative to release version 0.1.0.dev1 as 0.1.0b1 was deleted for the reason show above.

preqs:

  • Addressed a minor bug whereby the requirements file creation message
    was falsely displayed when the --print flag was used.

Project metadata:

  • Updated the trove classifiers.
  • Added keywords.
  • Changed the license to display the license name rather than the complete
    license text.

License:

  • Updated the software license to GNU GPL-3.
  • Added a license notice to the help page.

README:

  • Added testing, coverage and pylint badges to the README file.
  • Minor verbiage clarifications.

Released: 2024-08-07

v0.1.0.dev1

06 Aug 16:28
Compare
Choose a tag to compare

This is the initial development release for test purposes.

Full Changelog: https://github.com/s3dev/preqs/commits/v0.1.0.dev1