diff options
author | Kyle Meyer <kyle@kyleam.com> | 2021-02-25 23:25:57 -0500 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2021-03-01 14:40:07 -0500 |
commit | 31348a14afdb1d39e7faf9576eaddea1ced76e19 (patch) | |
tree | 188b0ddc1472343ec39257af3be0b55a6b135a7d /b4/pr.py | |
parent | f7622a9c8d5ad88c199e4151d50510285b6c7aeb (diff) | |
download | b4-31348a14afdb1d39e7faf9576eaddea1ced76e19.tar.gz |
Loosen compatible release identifiers for install_requires
The install_requires entries use a compatible release operator. As an
example, "requests~=2.24.0" maps to a requirement of ">= 2.24.0 and ==
2.24.*". With the current version of requests (2.25.1), this leads to
a ContextualVersionConflict failure at runtime.
Allowing only Z to tick in version X.Y.Z seems unnecessarily strict
unless there are known problems with a particular release, and it
makes it more difficult for distributions to package b4. Drop the
trailing digit from all of the version identifiers, allowing both Y
and Z to increase.
Signed-off-by: Kyle Meyer <kyle@kyleam.com>
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Diffstat (limited to 'b4/pr.py')
0 files changed, 0 insertions, 0 deletions