Skip to content

Update flit to use PEP 639 #530

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

Merged
merged 1 commit into from
Feb 19, 2025
Merged

Update flit to use PEP 639 #530

merged 1 commit into from
Feb 19, 2025

Conversation

cdce8p
Copy link
Contributor

@cdce8p cdce8p commented Feb 19, 2025

Flit 3.11 was released today with basic support for PEP 639.
https://flit.pypa.io/en/stable/history.html#version-3-11

Followup to #507, replaces #451.

@JelleZijlstra JelleZijlstra merged commit b931f1b into python:main Feb 19, 2025
23 checks passed
@cdce8p cdce8p deleted the flit-639 branch February 19, 2025 16:03
@actionless
Copy link

actionless commented Apr 10, 2025

this change causing the regression - pip-licenses is detecting the license not as PSF anymore but as unknown:

$ pip-licenses \
		--allow-only "\
Python Software Foundation License;\
"
license UNKNOWN not in allow-only licenses was found for package typing_extensions:4.13.1

with 4.12.2 same check was passing

@cdce8p
Copy link
Contributor Author

cdce8p commented Apr 10, 2025

@actionless This is an issue with pip-licenses. It doesn't support PEP 639 license-expressions yet. See raimon49/pip-licenses#225.

@actionless
Copy link

@cdce8p thanks for clarification!

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.

4 participants