uv/crates/puffin-resolver
Zanie Blue 02ed195982
Improve simple no version messages using complement of range (#979)
Improves some of the "no versions of <package> are available" messages
by showing the complement or inversion of the package.

Does not address cases like

```
Because there are no versions of crow that satisfy any of:
    crow>1.0.0,<2.0.0a5
    crow>2.0.0a7,<2.0.0b1
    crow>2.0.0b1,<2.0.0b5
...
```

which are a bit more complicated; I'll focus on those cases in a
follow-up.
2024-01-19 16:48:20 +00:00
..
src Improve simple no version messages using complement of range (#979) 2024-01-19 16:48:20 +00:00
tests Improve simple no version messages using complement of range (#979) 2024-01-19 16:48:20 +00:00
Cargo.toml Add release workflow (#961) 2024-01-18 15:44:11 -05:00