tools.linux.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Konstantin Ryabitsev" <konstantin@linuxfoundation.org>
To: Kyle Meyer <kyle@kyleam.com>, tools@linux.kernel.org
Subject: Re: [PATCH b4] Loosen compatible release identifiers for install_requires
Date: Mon, 1 Mar 2021 14:45:13 -0500	[thread overview]
Message-ID: <161462765924.1338541.17855550955663212424.b4-ty@linuxfoundation.org> (raw)
In-Reply-To: <20210226042557.19210-1-kyle@kyleam.com>

On Thu, 25 Feb 2021 23:25:57 -0500, Kyle Meyer wrote:
> 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.

Applied, thanks!

[1/1] Loosen compatible release identifiers for install_requires
      commit: 31348a14afdb1d39e7faf9576eaddea1ced76e19

Best regards,
-K

      reply	other threads:[~2021-03-01 19:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-26  4:25 [PATCH b4] Loosen compatible release identifiers for install_requires Kyle Meyer
2021-03-01 19:45 ` Konstantin Ryabitsev [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=161462765924.1338541.17855550955663212424.b4-ty@linuxfoundation.org \
    --to=konstantin@linuxfoundation.org \
    --cc=kyle@kyleam.com \
    --cc=tools@linux.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).