mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: Lars Pedersen <lapeddk@gmail.com>
Cc: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH 9/9] pyserial3: Version bump 3.4 -> 3.5
Date: Mon, 9 Sep 2024 10:46:39 +0200	[thread overview]
Message-ID: <Zt6176FuTgxGOAGH@pengutronix.de> (raw)
In-Reply-To: <20240902104953.3107400-9-lapeddk@gmail.com>

On Mon, Sep 02, 2024 at 12:49:53PM +0200, Lars Pedersen wrote:
> License year has been updated
> 
> Signed-off-by: Lars Pedersen <lapeddk@gmail.com>
> ---
>  rules/pyserial3.make | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/rules/pyserial3.make b/rules/pyserial3.make
> index 4770e7e1d..bcbd18e6c 100644
> --- a/rules/pyserial3.make
> +++ b/rules/pyserial3.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_PYSERIAL3) += pyserial3
>  #
>  # Paths and names
>  #
> -PYSERIAL3_VERSION	:= 3.4
> -PYSERIAL3_MD5		:= fc00727ed9cf3a31b7a296a4d42f6afc
> +PYSERIAL3_VERSION	:= 3.5
> +PYSERIAL3_MD5		:= 1cf25a76da59b530dbfc2cf99392dc83

Hmmm, the md5 does not match for me.

>  PYSERIAL3		:= v$(PYSERIAL3_VERSION)

While you're at it, can please make the local tarball filename a bit more
unique? Note that the filename in the URL and the local filename don't need
to match.

Michael

>  PYSERIAL3_SUFFIX	:= tar.gz
>  PYSERIAL3_URL		:= https://github.com/pyserial/pyserial/archive/v$(PYSERIAL3_VERSION).$(PYSERIAL3_SUFFIX)
> @@ -24,7 +24,7 @@ PYSERIAL3_SOURCE	:= $(SRCDIR)/$(PYSERIAL3).$(PYSERIAL3_SUFFIX)
>  PYSERIAL3_DIR		:= $(BUILDDIR)/$(PYSERIAL3)
>  PYSERIAL3_LICENSE	:= BSD-3-Clause
>  PYSERIAL3_LICENSE_FILES	:= \
> -	file://LICENSE.txt;md5=d476d94926db6e0008a5b3860d1f5c0d
> +	file://LICENSE.txt;md5=520e45e59fc2cf94aa53850f46b86436
>  
>  # ----------------------------------------------------------------------------
>  # Extract
> -- 
> 2.46.0
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



  reply	other threads:[~2024-09-09  8:46 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-02 10:49 [ptxdist] [PATCH 1/9] python3-urllib3: Version bump 1.26.6 -> 2.2.2 Lars Pedersen
2024-09-02 10:49 ` [ptxdist] [PATCH 2/9] python3-tabulate: Version bump 0.8.9 -> 0.9.0 Lars Pedersen
2024-09-12 12:12   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-09-02 10:49 ` [ptxdist] [PATCH 3/9] python3-sqlparse: Version bump 0.4.1 -> 0.5.1 Lars Pedersen
2024-09-12 12:12   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-09-02 10:49 ` [ptxdist] [PATCH 4/9] python3-pycryptodomex: Version bump 3.10.1 -> 3.20.0 Lars Pedersen
2024-09-12 12:12   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-09-02 10:49 ` [ptxdist] [PATCH 5/9] python3-packaging: Version bump 20.4 -> 23.1 Lars Pedersen
2024-09-12 12:12   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-09-02 10:49 ` [ptxdist] [PATCH 6/9] python3-gunicorn: Version bump 20.1.0 -> 23.0.0 Lars Pedersen
2024-09-12 12:12   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-09-02 10:49 ` [ptxdist] [PATCH 7/9] python3-falcon: Version bump 3.1.0 -> 3.1.3 Lars Pedersen
2024-09-12 12:12   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-09-02 10:49 ` [ptxdist] [PATCH 8/9] python3-adbus: Version bump 1.2.0 -> 1.2.7 Lars Pedersen
2024-09-12 12:12   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-09-02 10:49 ` [ptxdist] [PATCH 9/9] pyserial3: Version bump 3.4 -> 3.5 Lars Pedersen
2024-09-09  8:46   ` Michael Olbrich [this message]
2024-09-10  8:48     ` [ptxdist] [PATCH v2] " Lars Pedersen
2024-09-12 12:12       ` [ptxdist] [APPLIED] " Michael Olbrich
2024-09-12 12:12 ` [ptxdist] [APPLIED] python3-urllib3: Version bump 1.26.6 -> 2.2.2 Michael Olbrich

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=Zt6176FuTgxGOAGH@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=lapeddk@gmail.com \
    --cc=ptxdist@pengutronix.de \
    /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