v2.5.2
What's Changed
This is primarily a bugfix release.
It also improves the formatting of environment.yml
-style lockfiles (those produced with --kind=env
).
Bugfixes
- Fix case when using multiple platforms but pip contains a single platform by @basnijholt in #564
- Fix an issue when specifying full wheel URLs for a pypi package. by @romain-intel in #567
- Make the Python resolver respect any __glibc constraint by @romain-intel in #566
- Avoid I/O deadlock with conda by @tadeu in #581
Lockfile formatting enhancements
- alphasort env files by @jamesmyatt in #557
- Synchronize pip indentation with conda env export by @jamesmyatt in #573
Maintenance / infrastructure
- Don't filter in toposort by @maresb in #560
- Test to make sure virtual packages aren't included in lockfiles by @maresb in #583
- Test on Python 3.12 by @maresb in #585
- Reenable testing with Conda by @maresb in #584
Docs
- add search to docs site by @harelwa in #575
- Fix typo in flags.md by @IsaacWarren in #576
New Contributors
- @basnijholt made their first contribution in #564
- @jamesmyatt made their first contribution in #557
- @harelwa made their first contribution in #575
- @IsaacWarren made their first contribution in #576
- @tadeu made their first contribution in #581
Full Changelog: v2.5.1...v2.6.0