With regards to
|
`version` is usually `*` or omitted, t.i. we take the newest version that |
|
matches the asset pattern. You can restrict it using simple patterns, e.g. `5.*` |
|
or `4.1.*`, or full PEP 440 specifiers, e.g. `==3.2.2`, or `>=4.2.2,<5`. |
Package Control 4 treats packages and libraries more or less equally with regards to meta data. This means the version key in a repository is dedicated to url based releases. It is not intented to be a PEP440 version specifier (e.g. >=1.0.0). It must not appear together with asset, base, tags or branch keys.
With regards to
thecrawl/lib-spec.md
Lines 98 to 100 in a42b390
Package Control 4 treats packages and libraries more or less equally with regards to meta data. This means the
versionkey in a repository is dedicated to url based releases. It is not intented to be a PEP440 version specifier (e.g.>=1.0.0). It must not appear together withasset,base,tagsorbranchkeys.