mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Lars Pedersen <lapeddk@gmail.com>
Subject: Re: [ptxdist] [APPLIED] python3-pycryptodomex: Version bump 3.10.1 -> 3.20.0
Date: Thu, 12 Sep 2024 14:12:06 +0200	[thread overview]
Message-ID: <20240912121206.2688352-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20240902104953.3107400-4-lapeddk@gmail.com>

Thanks, applied as 70d86d85713de12bd84b0b23221e63a411fe7f69.

Michael

[sent from post-receive hook]

On Thu, 12 Sep 2024 14:12:06 +0200, Lars Pedersen <lapeddk@gmail.com> wrote:
> ocb was removed including the reference in LICENSE.rst.
> 
> Signed-off-by: Lars Pedersen <lapeddk@gmail.com>
> Message-Id: <20240902104953.3107400-4-lapeddk@gmail.com>
> [mol: license is still Unlicense but ocb was removed]
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/python3-pycryptodomex.make b/rules/python3-pycryptodomex.make
> index 69fcd1f3a5e8..55ef398b9299 100644
> --- a/rules/python3-pycryptodomex.make
> +++ b/rules/python3-pycryptodomex.make
> @@ -14,19 +14,16 @@ PACKAGES-$(PTXCONF_PYTHON3_PYCRYPTODOMEX) += python3-pycryptodomex
>  #
>  # Paths and names
>  #
> -PYTHON3_PYCRYPTODOMEX_VERSION	:= 3.10.1
> -PYTHON3_PYCRYPTODOMEX_MD5	:= 91b86ca7fa80d41179d7735067c7347a
> +PYTHON3_PYCRYPTODOMEX_VERSION	:= 3.20.0
> +PYTHON3_PYCRYPTODOMEX_MD5	:= 0dc549942de42494e34e8670126471e9
>  PYTHON3_PYCRYPTODOMEX		:= pycryptodomex-$(PYTHON3_PYCRYPTODOMEX_VERSION)
>  PYTHON3_PYCRYPTODOMEX_SUFFIX	:= tar.gz
>  PYTHON3_PYCRYPTODOMEX_URL	:= $(call ptx/mirror-pypi, pycryptodomex, $(PYTHON3_PYCRYPTODOMEX).$(PYTHON3_PYCRYPTODOMEX_SUFFIX))
>  PYTHON3_PYCRYPTODOMEX_SOURCE	:= $(SRCDIR)/$(PYTHON3_PYCRYPTODOMEX).$(PYTHON3_PYCRYPTODOMEX_SUFFIX)
>  PYTHON3_PYCRYPTODOMEX_DIR	:= $(BUILDDIR)/$(PYTHON3_PYCRYPTODOMEX)
> -PYTHON3_PYCRYPTODOMEX_LICENSE	:= Unlicense AND BSD-2-Clause and custom
> +PYTHON3_PYCRYPTODOMEX_LICENSE	:= Unlicense AND BSD-2-Clause
>  PYTHON3_PYCRYPTODOMEX_LICENSE_FILES := \
> -	file://LICENSE.rst;md5=accfa6aeaceb3ba96676edf18e78302c \
> -	file://Doc/ocb/license1.pdf;md5=e33fa8dcf4d10e5c0d9a9e9291714d3d \
> -	file://Doc/ocb/license2.pdf;md5=68cfc4690fbbaa0d89d3ea3abcc60b0f \
> -	file://Doc/ocb/license3.pdf;md5=2124679d48d559681738985e040ae388
> +	file://LICENSE.rst;md5=29242a70410a4eeff488a28164e7ab93
>  
>  # ----------------------------------------------------------------------------
>  # Prepare



  reply	other threads:[~2024-09-12 12:19 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   ` Michael Olbrich [this message]
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
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=20240912121206.2688352-1-m.olbrich@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