Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove 'requires' metadata field deprecated for ~19 years #441

Merged
merged 3 commits into from
May 4, 2024

Conversation

cburroughs
Copy link
Contributor

The Requires field was deprecated with PEP
345
circa 2005. PEP
566
circa 2017 introduced version 2.1 (used by bottleneck) of the metadata specification without any mention of Requires.

This is a problem because a tool working with Python packages might reasonably validate that the fields in the package metadata are valid per the specification.

The `Requires` field was deprecated with [PEP
345](https://peps.python.org/pep-0345/#summary-of-differences-from-pep-314)
circa 2005.  [PEP
566](https://peps.python.org/pep-0566/#summary-of-differences-from-pep-345)
circa 2017 introduced version 2.1 (used by bottleneck) of the metadata
specification without any mention of `Requires`.

This is a problem because a tool working with Python packages might
reasonably validate that the fields in the package metadata are valid
per the specification.
@cburroughs
Copy link
Contributor Author

On the actions failures, I just see

image

so I'm not sure what to debug there.

@rdbisme rdbisme merged commit 0aa41ca into pydata:master May 4, 2024
52 of 53 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants