Skip to content

Releases: madpah/requirements-parser

v0.11.0

12 Aug 15:14
Compare
Choose a tag to compare

v0.11.0 (2024-08-12)

Feature

  • feat: replace deprecated pkg_resources with packaging (#105) - thanks to @oh2fih

Signed-off-by: Esa Jokinen <[email protected]>

  • Fix errors discovered with the unit tests
  • Hashable type required. Convert list to tuple.
  • Ignore incompatible types.
  • Remove comments before passing the line to Req().
  • Extras should be in lower case.
  • Complete the list of comparison operators with '!'.

Signed-off-by: Esa Jokinen <[email protected]>


Signed-off-by: Esa Jokinen <[email protected]> (19dddfa)

v0.10.2

26 Jul 12:29
Compare
Choose a tag to compare

v0.10.2 (2024-07-26)

Fix

  • fix: support extras and more chars in names for VCS lines (#103) - thanks @theCapypara

Signed-off-by: Marco "Capypara" Köpcke <[email protected]> (90e7f9e)

v0.10.1

23 Jul 13:37
Compare
Choose a tag to compare

v0.10.1 (2024-07-23)

Fix

  • fix: ValueError when parsing -e . (#99) thanks to @vergenzt

Signed-off-by: Tim Vergenz <[email protected]> (0e037a4)

v0.10.0

23 Jul 07:51
Compare
Choose a tag to compare

v0.10.0 (2024-07-23)

Chore

  • chore(ci): use non-latest macos runner (93b2a85)

  • chore(doc): Updated README

Signed-off-by: Paul Horton <[email protected]> (6736727)

Feature

  • feat: added support for alias @ <vcs_url> syntax (#101) - thanks to @Glizzus

Signed-off-by: Cal Crosby <[email protected]> (2927e00)

v0.9.0

03 Apr 10:27
Compare
Choose a tag to compare

v0.9.0 (2024-04-03)

Feature

  • feat: handle hashes without error (thanks to @dymart via #67) (#98)

Signed-off-by: Paul Horton <[email protected]> (a9aafc9)

v0.8.0

03 Apr 10:02
Compare
Choose a tag to compare

v0.8.0 (2024-04-03)

Feature

  • feat: Add support for Python 3.12 #93 via #94

feat: Drop support for Python 3.7 as part of #91

fix: Publish anciliary files only to sdist #66 via #87 (thanks to Maxwell G <[email protected]>)

fix: Type of Requirement.specs was incorrect #78

fix: -e in requirements.txt did not handle local paths correctly #97

chore(dev-deps): Updated all development dependencies

chore(deps): include types-setuptools as dependency

Signed-off-by: Paul Horton <[email protected]> (16ffe88)

Unknown

  • 0.7.0 Release (#95)

Signed-off-by: Paul Horton <[email protected]>
Co-authored-by: Maxwell G <[email protected]> (5c3442a)

v0.7.0

28 Mar 09:54
Compare
Choose a tag to compare

v0.7.0 (2024-03-28)

Chore

  • chore: update release workflow to run from main

Signed-off-by: Paul Horton <[email protected]> (c363b80)

  • chore: update release workflow to run from main

Signed-off-by: Paul Horton <[email protected]> (10f0c07)

Feature

  • feat: Drop support for Python 3.6, add support for Python 3.11 (#92)

Signed-off-by: Paul Horton <[email protected]> (1a455be)

v0.6.0

27 Mar 16:54
Compare
Choose a tag to compare

v0.6.0 (2024-03-27)

Chore

  • chore: revert CHANGELOG

Signed-off-by: Paul Horton <[email protected]> (2c52fef)

  • chore: updates for semantic versioning

Signed-off-by: Paul Horton <[email protected]> (e27c717)

  • chore: update publishing to PyPi to use Trusted Publishing

Signed-off-by: Paul Horton <[email protected]> (1a09ab9)

  • chore: Revert CHANGELOG.md (d71ab54)

Feature

  • feat: upgrade CI workflows to get them running again (#90)

  • ci: update actions to latest for all workflows

Signed-off-by: Paul Horton <[email protected]> (e76a3f5)

Unknown

  • 0.6.0

Automatically generated by python-semantic-release (d6755f2)

  • Merge branch 'master' of github.com:madpah/requirements-parser (58d5e50)

  • 0.6.0

Automatically generated by python-semantic-release (3724009)

  • doc: install requirements.txt before building docs

Signed-off-by: Paul Horton <[email protected]> (1ce9236)

  • doc: minor doc improvements

Signed-off-by: Paul Horton <[email protected]> (ee91237)

v0.5.0

20 Jan 08:52
Compare
Choose a tag to compare

Feature

  • Support all documented options in requirements files #62 (#63) (f92c0c0)

v0.4.0

18 Jan 09:46
Compare
Choose a tag to compare

Feature

  • Library is now typed according to PEP561 (0e1bb6a)