Releases: madpah/requirements-parser
v0.13.0
v0.13.0 (2025-05-21)
Chore
- chore(ci): update
actions/upload-artifact
Signed-off-by: Paul Horton <paul.horton@owasp.org> (4ec20b6)
- chore(ci): update
actions/upload-artifact
Signed-off-by: Paul Horton <paul.horton@owasp.org> (089094f)
Feature
- feat: Remove Python 3.14 support - not yet released
Signed-off-by: Paul Horton <paul.horton@owasp.org> (80d296e)
v0.12.0
v0.12.0 (2025-05-21)
Chore
- chore(deps): remove obsolete
types-setuptools(#106)
Before #105,
pkg_resources was implicitly present with setuptools, so it was
useful to have types-setuptools to check typing. But now that the
usage is gone, the typing dependency should not be needed. It probably
should have never been a direct dependency anyway, but only a dev
dependency, as AFAIK it was only useful locally to verify typing, not
when installing the library for consumers.
Signed-off-by: Mathieu Kniewallner <mathieu.kniewallner@gmail.com> (5937fb4)
Feature
- feat: Add Python 3.13 and 3.14 to the CI test matrix (#109)
Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com> (cf149b2)
v0.11.0
v0.11.0 (2024-08-12)
Feature
Signed-off-by: Esa Jokinen <esa@esajokinen.net>
- 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 <esa@esajokinen.net>
Signed-off-by: Esa Jokinen <esa@esajokinen.net> (19dddfa)
v0.10.2
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 <hello@capypara.de> (90e7f9e)
v0.10.1
v0.10.0
v0.10.0 (2024-07-23)
Chore
-
chore(ci): use non-latest macos runner (
93b2a85) -
chore(doc): Updated README
Signed-off-by: Paul Horton <paul.horton@owasp.org> (6736727)
Feature
Signed-off-by: Cal Crosby <calcruiseby@gmail.com> (2927e00)
v0.9.0
v0.8.0
v0.8.0 (2024-04-03)
Feature
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 <maxwell@gtmx.me>)
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 <paul.horton@owasp.org> (16ffe88)
Unknown
- 0.7.0 Release (#95)
Signed-off-by: Paul Horton <paul.horton@owasp.org>
Co-authored-by: Maxwell G <maxwell@gtmx.me> (5c3442a)
v0.7.0
v0.7.0 (2024-03-28)
Chore
- chore: update release workflow to run from main
Signed-off-by: Paul Horton <paul.horton@owasp.org> (c363b80)
- chore: update release workflow to run from main
Signed-off-by: Paul Horton <paul.horton@owasp.org> (10f0c07)
Feature
- feat: Drop support for Python 3.6, add support for Python 3.11 (#92)
Signed-off-by: Paul Horton <paul.horton@owasp.org> (1a455be)
v0.6.0
v0.6.0 (2024-03-27)
Chore
- chore: revert CHANGELOG
Signed-off-by: Paul Horton <paul.horton@owasp.org> (2c52fef)
- chore: updates for semantic versioning
Signed-off-by: Paul Horton <paul.horton@owasp.org> (e27c717)
- chore: update publishing to PyPi to use Trusted Publishing
Signed-off-by: Paul Horton <paul.horton@owasp.org> (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 <paul.horton@owasp.org> (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 <paul.horton@owasp.org> (1ce9236)
- doc: minor doc improvements
Signed-off-by: Paul Horton <paul.horton@owasp.org> (ee91237)