Skip to content

Update packaging requirement to support 21.0#4362

Merged
neersighted merged 1 commit into
python-poetry:masterfrom
NeilGirdhar:patch-1
Nov 11, 2021
Merged

Update packaging requirement to support 21.0#4362
neersighted merged 1 commit into
python-poetry:masterfrom
NeilGirdhar:patch-1

Conversation

@NeilGirdhar

@NeilGirdhar NeilGirdhar commented Aug 7, 2021

Copy link
Copy Markdown
Contributor

Fixes #4264

@NeilGirdhar

Copy link
Copy Markdown
Contributor Author

@sdispater Would you mind taking a quick look at this single line change?

@NeilGirdhar

Copy link
Copy Markdown
Contributor Author

Could even consider ">=" since it looks like packaging isn't going with semantic versioning.

@kkirsche

Copy link
Copy Markdown
Contributor

Could even consider ">=" since it looks like packaging isn't going with semantic versioning.

https://packaging.pypa.io/en/latest/development/release-process.html seems to confirm this, though I haven't reviewed their Noxfile

@hugovk

hugovk commented Nov 11, 2021

Copy link
Copy Markdown
Contributor

Could even consider ">=" since it looks like packaging isn't going with semantic versioning.

packaging.pypa.io/en/latest/development/release-process.html seems to confirm this, though I haven't reviewed their Noxfile

Correct, packaging (like pip) follows Calendar Versioning (https://calver.org/): YY.N is the year number and a sequential number.

packaging 21.2 has recently come out: https://pypi.org/project/packaging/#history

hugovk
hugovk previously approved these changes Nov 11, 2021
@neersighted neersighted self-assigned this Nov 11, 2021

@neersighted neersighted left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rebased onto current master -- I don't see any reason why we can't unclamp this. LGTM!

@github-actions

Copy link
Copy Markdown

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Packaging 21.0

4 participants