File tree Expand file tree Collapse file tree 6 files changed +32
-126
lines changed
build-backend/dev_cmd_build Expand file tree Collapse file tree 6 files changed +32
-126
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## 0.32.3
4+
5+ This release switches from a bespoke lock embedding in dev-cmd distributuons to use of the
6+ ` pex.build_backend.wrap ` delegating backend to embed the dev-cmd lock.
7+
38## 0.32.2
49
510This release fixes the dev-cmd wheel ` RECORD ` metadata to be Windows compatible.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Copyright 2024 John Sirois.
22# Licensed under the Apache License, Version 2.0 (see LICENSE).
33
4- __version__ = "0.32.2 "
4+ __version__ = "0.32.3 "
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools" ]
3- backend-path = [" build-backend" , " " ]
4- build-backend = " dev_cmd_build.setuptools.build"
2+ requires = [
3+ # 1st publication of pex.build_backend.wrap was in Pex 2.50.0.
4+ " pex>=2.50" ,
5+
6+ # 1st support for license expressions was in setuptools 77.0.0.
7+ " setuptools>=77" ,
8+ ]
9+ build-backend = " pex.build_backend.wrap"
10+
11+ [tool .pex .build_backend ]
12+ delegate-build-backend = " setuptools.build_meta"
13+
14+ [[tool .pex .build_backend .script-locks ]]
15+ command = [
16+ " uv" ,
17+ " export" ,
18+ " --format" ,
19+ " pylock.toml" ,
20+ " --no-header" ,
21+ " --no-emit-project" ,
22+ " --all-extras" ,
23+ " --no-dev" ,
24+ " -q" ,
25+ " -o" ,
26+ " {lock_path}" ,
27+ ]
528
629[project ]
730name = " dev-cmd"
You can’t perform that action at this time.
0 commit comments