From: Julien Olivain <ju.o@free.fr>
To: James Hilliard <james.hilliard1@gmail.com>
Cc: buildroot@buildroot.org, Mauro Condarelli <mc5686@mclink.it>
Subject: Re: [Buildroot] [PATCH 1/1] package/python-click: bump to version 8.1.8
Date: Fri, 27 Dec 2024 15:40:31 +0100 [thread overview]
Message-ID: <d0d5db77b3cf304bb3f3df89366a5a2e@free.fr> (raw)
In-Reply-To: <20241223162013.1860033-1-james.hilliard1@gmail.com>
On 23/12/2024 17:20, James Hilliard wrote:
> Migrate from setuptools build backend to flit.
>
> License file renamed without content changes.
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Applied to master, thanks.
> ---
> package/python-click/python-click.hash | 6 +++---
> package/python-click/python-click.mk | 8 ++++----
> 2 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/package/python-click/python-click.hash
> b/package/python-click/python-click.hash
> index 0fc04d638a..3511954a5d 100644
> --- a/package/python-click/python-click.hash
> +++ b/package/python-click/python-click.hash
> @@ -1,5 +1,5 @@
> # md5, sha256 from https://pypi.org/pypi/click/json
> -md5 7c3b52c56fd30699f453a7dc7b42cecb click-8.1.7.tar.gz
> -sha256
> ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de
> click-8.1.7.tar.gz
> +md5 b52ee8e6c33d88a2b4626e6a6002245d click-8.1.8.tar.gz
> +sha256
> ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a
> click-8.1.8.tar.gz
> # Locally computed sha256 checksums
> -sha256
> 9a8ad106a394e853bfe21f42f4e72d592819a22805d991b5f3275029292b658d
> LICENSE.rst
> +sha256
> 9a8ad106a394e853bfe21f42f4e72d592819a22805d991b5f3275029292b658d
> LICENSE.txt
> diff --git a/package/python-click/python-click.mk
> b/package/python-click/python-click.mk
> index 0e29ff034e..8597c65cec 100644
> --- a/package/python-click/python-click.mk
> +++ b/package/python-click/python-click.mk
> @@ -4,11 +4,11 @@
> #
>
> ################################################################################
>
> -PYTHON_CLICK_VERSION = 8.1.7
> +PYTHON_CLICK_VERSION = 8.1.8
> PYTHON_CLICK_SOURCE = click-$(PYTHON_CLICK_VERSION).tar.gz
> -PYTHON_CLICK_SITE =
> https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5
> +PYTHON_CLICK_SITE =
> https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b
> +PYTHON_CLICK_SETUP_TYPE = flit
> PYTHON_CLICK_LICENSE = BSD-3-Clause
> -PYTHON_CLICK_LICENSE_FILES = LICENSE.rst
> -PYTHON_CLICK_SETUP_TYPE = setuptools
> +PYTHON_CLICK_LICENSE_FILES = LICENSE.txt
>
> $(eval $(python-package))
> --
> 2.34.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2024-12-27 14:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-23 16:20 [Buildroot] [PATCH 1/1] package/python-click: bump to version 8.1.8 James Hilliard
2024-12-27 14:40 ` Julien Olivain [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=d0d5db77b3cf304bb3f3df89366a5a2e@free.fr \
--to=ju.o@free.fr \
--cc=buildroot@buildroot.org \
--cc=james.hilliard1@gmail.com \
--cc=mc5686@mclink.it \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.