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

Lockfile information missing phylum parse #1316

Closed
kylewillmon opened this issue Dec 12, 2023 · 0 comments · Fixed by #1317
Closed

Lockfile information missing phylum parse #1316

kylewillmon opened this issue Dec 12, 2023 · 0 comments · Fixed by #1317
Assignees
Labels
bug Something isn't working

Comments

@kylewillmon
Copy link
Contributor

After 17b2fb6, there is no longer any lockfile information in the output of phylum parse. This is an unintentional regression.

v5.9.0

❯ phylum --version
phylum v5.9.0

❯ phylum parse --lockfile-type pip ./requirements.txt
Generating lockfile for manifest "requirements.txt" using Pip…
[
  {
    "name": "PyYAML",
    "version": "6.0.1",
    "type": "pypi",
    "lockfile": "requirements.txt"
  }
]

v6.0.0-rc1

❯ phylum --version
phylum v6.0.0-rc1

❯ phylum parse --type pip ./requirements.txt
Generating lockfile for manifest "requirements.txt" using Pip…
[
  {
    "name": "PyYAML",
    "version": "6.0.1",
    "type": "pypi"
  }
]
@kylewillmon kylewillmon added bug Something isn't working needs triage Needs to be reviewed or assigned labels Dec 12, 2023
@kylewillmon kylewillmon removed the needs triage Needs to be reviewed or assigned label Dec 12, 2023
@kylewillmon kylewillmon self-assigned this Dec 12, 2023
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

Successfully merging a pull request may close this issue.

1 participant