Skip to content

Commit

Permalink
We now use normalized names for packages
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzymadness committed Nov 1, 2023
1 parent fd97d25 commit 843e866
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions tests/data/parse/poetry_markers_order/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"requires": {
"python_version": "3.9"
"python_version": "3.11"
}
},
"default": {},
Expand Down
4 changes: 2 additions & 2 deletions tests/data/parse/poetry_markers_order/Pipfile_no_dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"requires": {
"python_version": "3.9"
"python_version": "3.11"
}
},
"default": {
Expand Down Expand Up @@ -108,7 +108,7 @@
],
"index": "5a06749b2297be54ac5699f6f2761716adc5001a2d5f8b915ab2172922dd5706"
},
"zope.interface": {
"zope-interface": {
"version": "==5.4.0",
"hashes": [
"sha256:7df1e1c05304f26faa49fa752a8c690126cf98b40b91d54e6e9cc3b7d6ffe8b7",
Expand Down
4 changes: 2 additions & 2 deletions tests/data/parse/poetry_markers_transitive_deps/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"requires": {
"python_version": "3.9"
"python_version": "3.11"
}
},
"default": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"requires": {
"python_version": "3.9"
"python_version": "3.11"
}
},
"default": {
Expand All @@ -25,7 +25,7 @@
"markers": "(python_version < \"3.8\") or (python_version <= \"3.7\")",
"index": "5a06749b2297be54ac5699f6f2761716adc5001a2d5f8b915ab2172922dd5706"
},
"jaraco.packaging": {
"jaraco-packaging": {
"version": "==8.2.1",
"hashes": [
"sha256:a17fa9ecb912d89950cf137019127321d47857fbe80e3e3d749be813c06b6ca0",
Expand Down

0 comments on commit 843e866

Please sign in to comment.