Changes between Version 6 and Version 8 of Ticket #30024
- Timestamp:
- 11/11/20 19:53:53 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30024
-
Property
Status
changed from
new
toneeds_work
-
Property
Dependencies
changed from
to
#30719
-
Property
Status
changed from
-
Ticket #30024 – Description
v6 v8 1 1 These files were added in #29287 (SPKG type: Make "normal/script/pip" orthogonal to "base/standard/optional/experimental") for all pip packages. 2 2 3 In this ticket, we add them for all normal Python packages - so that we have a mapping from SPKG name to distribution name 3 We record "abstract" version requirements in files `build/pkgs/SPKG/install-requires.txt` - this is #30719. 4 4 5 In this ticket, we additionally record "concrete" versions for all Python packages in `build/pkgs/SPKG/requirements.txt`. 6 7 (cf. https://packaging.python.org/discussions/install-requires-vs-requirements/) 5 8 6 9 Some scripts need updating to make sure that `checksums.ini` wins over `requirements.txt` - to keep normal packages normal. 7 10 8 We record "abstract" version requirements in this file so that many versions are accepted instead of only one particular version. This may be refined later (cf. https://packaging.python.org/discussions/install-requires-vs-requirements/)9