Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Jeremy J. Peper" <jeremy@jeremypeper.com>
To: buildroot@buildroot.org, Arnout Vandecappelle <arnout@mind.be>
Cc: Christophe Vu-Brugier <cvubrugier@fastmail.fm>,
	James Hilliard <james.hilliard1@gmail.com>,
	Asaf Kahlon <asafka7@gmail.com>
Subject: Re: [Buildroot] [PATCH v2 1/3] package/targetcli-fb: bump version to 2.1.58
Date: Fri, 15 Mar 2024 17:21:45 -0500	[thread overview]
Message-ID: <4976560.e9J7NaK4W3@earth> (raw)
In-Reply-To: <5f96ce54-27f0-4657-9e20-3dd6606d7fe2@mind.be>

On Friday, March 15, 2024 3:31:09 PM CDT Arnout Vandecappelle wrote:
>   Hi Jeremy,
> 
> On 12/03/2024 20:35, Jeremy J. Peper wrote:
> > bump to latest version because previous version did not work with python
> > 3.11 corrected version mismatch with my first submission
> 
>   I unfortunately already pushed before I noticed: you shouldn't include
> "personal comments" or references to the patch history in the commit message
> itself - that belongs under the --- line. So it should have been:
> 
> package/targetcli-fb: bump version to 2.1.58
> 
> Bump to latest version because previous version did not work with python
> 3.11
> 
> Signed-off-by: ...
> ---
> v2: correct version mismatch

Sorry about that, I will endeavour to do that properly in the future. 

> 
>   And another thing: we've had Python 3.11 for more than a year, so this has
> been broken for quite some time. To make sure we notice in the future, it
> would be good to have a runtime test that detects the situation.
> 
>   Regards,
>   Arnout

I believe you are correct, it appears to have been broken for at least the 
past few stable releases. 

Adding the test sounds like a good idea and I'd be interested in setting that 
up at some point but I'm not sure when I'll get a chance to work through that 
learning curve. 

> > Signed-off-by: Jeremy J. Peper <jeremy@jeremypeper.com>
> > ---
> > 
> >   package/targetcli-fb/targetcli-fb.hash | 2 +-
> >   package/targetcli-fb/targetcli-fb.mk   | 2 +-
> >   2 files changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/package/targetcli-fb/targetcli-fb.hash
> > b/package/targetcli-fb/targetcli-fb.hash index 64f68a66..1732fa99 100644
> > --- a/package/targetcli-fb/targetcli-fb.hash
> > +++ b/package/targetcli-fb/targetcli-fb.hash
> > @@ -1,3 +1,3 @@
> > 
> >   # locally computed
> > 
> > -sha256  7ae4120a54f24b13263b4b85c43952a03546f8b9fc9bd15fe87678f68245a33f 
> > targetcli-fb-2.1.54.tar.gz +sha256 
> > 605f4e4e4e7189d6a03f11a4f55e7ddb4671002d542c2f684f87dd68391dcdc2 
> > targetcli-fb-2.1.58.tar.gz> 
> >   sha256  5df2a0d87d6c562f0ea11c688ac52532aa28d744cabc7994ff0537f64b3b3320
> >    COPYING> 
> > diff --git a/package/targetcli-fb/targetcli-fb.mk
> > b/package/targetcli-fb/targetcli-fb.mk index 2d375417..8cdcc6f6 100644
> > --- a/package/targetcli-fb/targetcli-fb.mk
> > +++ b/package/targetcli-fb/targetcli-fb.mk
> > @@ -6,7 +6,7 @@
> > 
> >   # When upgrading the version, be sure to also upgrade python-rtslib-fb
> >   # and python-configshell-fb at the same time.
> > 
> > -TARGETCLI_FB_VERSION = 2.1.54
> > +TARGETCLI_FB_VERSION = 2.1.58
> > 
> >   TARGETCLI_FB_SITE = $(call
> >   github,open-iscsi,targetcli-fb,v$(TARGETCLI_FB_VERSION))
> >   TARGETCLI_FB_LICENSE = Apache-2.0
> >   TARGETCLI_FB_LICENSE_FILES = COPYING

Are there any other changes that I need to make before this is suitable to be 
committed? 

Thanks again for all your feedback and guidance.
-Jeremy




_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2024-03-15 22:21 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-12 19:35 [Buildroot] [PATCH v2 1/3] package/targetcli-fb: bump version to 2.1.58 Jeremy J. Peper
2024-03-12 19:35 ` [Buildroot] [PATCH v2 2/3] package/python-configshell-fb: bump version to 1.1.30 Jeremy J. Peper
2024-03-21 21:00   ` Peter Korsgaard
2024-03-12 19:35 ` [Buildroot] [PATCH v2 3/3] package/python-rtslib-fb: 2.1.76 Jeremy J. Peper
2024-03-21 21:01   ` Peter Korsgaard
2024-03-15 20:31 ` [Buildroot] [PATCH v2 1/3] package/targetcli-fb: bump version to 2.1.58 Arnout Vandecappelle via buildroot
2024-03-15 22:21   ` Jeremy J. Peper [this message]
2024-03-16 19:21     ` Arnout Vandecappelle via buildroot
2024-03-18 15:45       ` Jeremy J. Peper
2024-03-21 20:59         ` Peter Korsgaard

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=4976560.e9J7NaK4W3@earth \
    --to=jeremy@jeremypeper.com \
    --cc=arnout@mind.be \
    --cc=asafka7@gmail.com \
    --cc=buildroot@buildroot.org \
    --cc=cvubrugier@fastmail.fm \
    --cc=james.hilliard1@gmail.com \
    /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