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

[BUG] Grayskull doesn't detect AGPL-3.0-or-later #517

Open
pavelzw opened this issue Jan 2, 2024 · 2 comments
Open

[BUG] Grayskull doesn't detect AGPL-3.0-or-later #517

pavelzw opened this issue Jan 2, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@pavelzw
Copy link

pavelzw commented Jan 2, 2024

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

grayskull pypi internetarchive

Expected behavior
about.license should be AGPL-3.0-or-later. Instead, it's AGPL-3.0. AGPL-3.0 is deprecated, see https://spdx.org/licenses/AGPL-3.0

Outputs

[...]
about:
  home: https://github.com/jjjake/internetarchive
  summary: A Python interface to archive.org.
  license: AGPL-3.0
  license_file: LICENSE
[...]

Environment:

  • grayskull --version
2.5.1

Additional context
See https://github.com/jjjake/internetarchive/blob/6e2321652ab2bd13c517dabf5a6e01f420bca380/LICENSE#L637-L638 for the LICENSE file. This is flagged by the conda-forge-linting service: conda-forge/staged-recipes#24886 (comment)

@pavelzw pavelzw added the bug Something isn't working label Jan 2, 2024
@marcelotrevisani
Copy link
Member

marcelotrevisani commented Jan 2, 2024

Can you test with grayskull 2.5.3 please?

@pavelzw
Copy link
Author

pavelzw commented Jan 2, 2024

Same issue with grayskull==2.5.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants