Commit 2f3de0a
committed
Remove support for '::' spec for dependency groups
The `pip` parsing for `--group` already uses a single colon for this
information. Rather than introducing a second format here, to match other
`pip-compile` behaviors, stick to only one format for this information.1 parent 425c14e commit 2f3de0a
File tree
3 files changed
+6
-22
lines changed- piptools/_internal/_cli
- tests
3 files changed
+6
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 17 | | |
21 | 18 | | |
22 | 19 | | |
23 | 20 | | |
24 | | - | |
25 | 21 | | |
26 | 22 | | |
27 | 23 | | |
| |||
31 | 27 | | |
32 | 28 | | |
33 | 29 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 30 | | |
38 | 31 | | |
39 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1570 | 1570 | | |
1571 | 1571 | | |
1572 | 1572 | | |
1573 | | - | |
1574 | | - | |
1575 | | - | |
1576 | | - | |
| 1573 | + | |
1577 | 1574 | | |
1578 | 1575 | | |
1579 | 1576 | | |
1580 | 1577 | | |
1581 | 1578 | | |
1582 | | - | |
1583 | | - | |
1584 | | - | |
| 1579 | + | |
1585 | 1580 | | |
1586 | 1581 | | |
1587 | 1582 | | |
1588 | 1583 | | |
1589 | 1584 | | |
1590 | 1585 | | |
1591 | | - | |
1592 | | - | |
1593 | | - | |
| 1586 | + | |
1594 | 1587 | | |
1595 | 1588 | | |
1596 | 1589 | | |
| |||
1606 | 1599 | | |
1607 | 1600 | | |
1608 | 1601 | | |
1609 | | - | |
1610 | | - | |
| 1602 | + | |
1611 | 1603 | | |
1612 | 1604 | | |
1613 | | - | |
1614 | | - | |
| 1605 | + | |
1615 | 1606 | | |
1616 | 1607 | | |
1617 | 1608 | | |
| |||
0 commit comments