File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## 2.95.2
4+
5+ This release upgrades the minimum version required of the ` pexrc ` tool to 0.12.5 to satisfy ` --rc `
6+ requests when building PEXes. This new version floor pulls in a fix for non-normalized project name
7+ handling when reading wheel metadata. See: https://github.com/pex-tool/pex.rc/issues/103 .
8+
9+ * Upgrade ` pexrc ` to 0.12.5. (#3178 )
10+
311## 2.95.1
412
513This release fixes a bug in the ` --venv-repository ` resolver that ignored extras when determining if
Original file line number Diff line number Diff line change 3232
3333
3434PEXRC_RELEASES_URL = "https://github.com/pex-tool/pex.rc/releases"
35- MIN_PEXRC_VERSION = Version ("0.12.3 " )
35+ MIN_PEXRC_VERSION = Version ("0.12.5 " )
3636PEXRC_REQUIREMENT = SpecifierSet ("~={min_version}" .format (min_version = MIN_PEXRC_VERSION ))
3737
3838
Original file line number Diff line number Diff line change 11# Copyright 2015 Pex project contributors.
22# Licensed under the Apache License, Version 2.0 (see LICENSE).
33
4- __version__ = "2.95.1 "
4+ __version__ = "2.95.2 "
You can’t perform that action at this time.
0 commit comments