Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
6c15222e
Unverified
Commit
6c15222e
authored
Mar 20, 2018
by
Sébastien Eustace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix sub dependencies representation in lock file
parent
e9780e8c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
CHANGELOG.md
+2
-1
poetry/packages/locker.py
+1
-1
No files found.
CHANGELOG.md
View file @
6c15222e
...
@@ -7,7 +7,8 @@
...
@@ -7,7 +7,8 @@
-
Fixed built wheels not getting information from the virtualenv.
-
Fixed built wheels not getting information from the virtualenv.
-
Fixed building wheel with conditional extensions.
-
Fixed building wheel with conditional extensions.
-
Fixed missing files in built wheel with extensions.
-
Fixed missing files in built wheel with extensions.
-
Fixed call to venv binaries on windows
-
Fixed call to venv binaries on windows.
-
Fixed subdependencies representation in lock file.
[
0.6.2
]
- 2018-03-19
[
0.6.2
]
- 2018-03-19
...
...
poetry/packages/locker.py
View file @
6c15222e
...
@@ -184,7 +184,7 @@ class Locker:
...
@@ -184,7 +184,7 @@ class Locker:
if
dependency
.
is_optional
():
if
dependency
.
is_optional
():
continue
continue
dependencies
[
dependency
.
pretty_name
]
=
dependency
.
pretty_constraint
dependencies
[
dependency
.
pretty_name
]
=
str
(
dependency
.
pretty_constraint
)
data
=
{
data
=
{
'name'
:
package
.
pretty_name
,
'name'
:
package
.
pretty_name
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment