You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Require that package descriptions not include newlines (#219)
* Require that package descriptions not include newlines
Previously, we would include the description-with-newlines directly as
the PKG-INFO summary, which could cause subtly broken builds (for
instance, the package may install, but none of the specified
dependencies).
Now, raise a validation error during building, like:
RuntimeError
The Poetry configuration is invalid:
- [description] 'First line\nSecond line (BOOOOOM)' does not match '^[^\n]+$'
Closespython-poetry/poetry#1372
0 commit comments