Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Asaf Kahlon <asafka7@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/python-incremental: bump to versioni 21.3.0
Date: Sun, 3 Oct 2021 22:01:44 +0200	[thread overview]
Message-ID: <20211003200144.GU1504958@scaer> (raw)
In-Reply-To: <20210928064400.573159-1-asafka7@gmail.com>

Asaf, All,

On 2021-09-28 09:43 +0300, Asaf Kahlon spake thusly:
> * Update URL on Config.in
> * Indent with two spaces in the hash file.
> 
> Signed-off-by: Asaf Kahlon <asafka7@gmail.com>

Series applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/python-incremental/Config.in               | 2 +-
>  package/python-incremental/python-incremental.hash | 8 ++++----
>  package/python-incremental/python-incremental.mk   | 4 ++--
>  3 files changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/package/python-incremental/Config.in b/package/python-incremental/Config.in
> index 64f8623354..c895e820c5 100644
> --- a/package/python-incremental/Config.in
> +++ b/package/python-incremental/Config.in
> @@ -3,4 +3,4 @@ config BR2_PACKAGE_PYTHON_INCREMENTAL
>  	help
>  	  A library for versioning your Python projects.
>  
> -	  https://github.com/hawkowl/incremental
> +	  https://github.com/twisted/incremental
> diff --git a/package/python-incremental/python-incremental.hash b/package/python-incremental/python-incremental.hash
> index c897f6e495..47af832f39 100644
> --- a/package/python-incremental/python-incremental.hash
> +++ b/package/python-incremental/python-incremental.hash
> @@ -1,5 +1,5 @@
>  # md5, sha256 from https://pypi.org/pypi/incremental/json
> -md5	602746e0d438e075a5a9e0678140bba2  incremental-17.5.0.tar.gz
> -sha256	7b751696aaf36eebfab537e458929e194460051ccad279c72b755a167eebd4b3  incremental-17.5.0.tar.gz
> -# Locally computed sha256
> -sha256	d043bc8899b4695de1f4511d8f507b927e11723b981ce600fa3ef7b73954afa5  LICENSE
> +md5  9f7ad12e0c05a12cee52a7350976c4e3  incremental-21.3.0.tar.gz
> +sha256  02f5de5aff48f6b9f665d99d48bfc7ec03b6e3943210de7cfc88856d755d6f57  incremental-21.3.0.tar.gz
> +# Locally computed sha256 checksums
> +sha256  d043bc8899b4695de1f4511d8f507b927e11723b981ce600fa3ef7b73954afa5  LICENSE
> diff --git a/package/python-incremental/python-incremental.mk b/package/python-incremental/python-incremental.mk
> index 9c9d3a4405..7c6b2a547c 100644
> --- a/package/python-incremental/python-incremental.mk
> +++ b/package/python-incremental/python-incremental.mk
> @@ -4,9 +4,9 @@
>  #
>  ################################################################################
>  
> -PYTHON_INCREMENTAL_VERSION = 17.5.0
> +PYTHON_INCREMENTAL_VERSION = 21.3.0
>  PYTHON_INCREMENTAL_SOURCE = incremental-$(PYTHON_INCREMENTAL_VERSION).tar.gz
> -PYTHON_INCREMENTAL_SITE = https://files.pythonhosted.org/packages/8f/26/02c4016aa95f45479eea37c90c34f8fab6775732ae62587a874b619ca097
> +PYTHON_INCREMENTAL_SITE = https://files.pythonhosted.org/packages/4f/c5/430765c697afc217c8491785de321a21fa4d983dda14bcd82feb965b0593
>  PYTHON_INCREMENTAL_SETUP_TYPE = setuptools
>  PYTHON_INCREMENTAL_LICENSE = MIT
>  PYTHON_INCREMENTAL_LICENSE_FILES = LICENSE
> -- 
> 2.33.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

      parent reply	other threads:[~2021-10-03 20:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-28  6:43 [Buildroot] [PATCH 1/1] package/python-incremental: bump to versioni 21.3.0 Asaf Kahlon
2021-09-28  6:43 ` [Buildroot] [PATCH 1/1] package/python-markdown2: bump to version 2.4.1 Asaf Kahlon
2021-09-28  6:43 ` [Buildroot] [PATCH 1/1] package/python-meld3: bump to version 2.0.1 Asaf Kahlon
2021-10-06 15:08   ` Peter Korsgaard
2021-10-06 15:51     ` Asaf Kahlon
2021-10-06 16:43       ` Peter Korsgaard
2021-09-28  6:43 ` [Buildroot] [PATCH 1/1] package/python-more-itertools: bump to version 8.10.0 Asaf Kahlon
2021-09-28  6:43 ` [Buildroot] [PATCH 1/1] package/python-mutagen: bump to version 1.45.1 Asaf Kahlon
2021-09-28  6:44 ` [Buildroot] [PATCH 1/1] package/python-netifaces: bump to version 0.11.0 Asaf Kahlon
2021-10-03 20:01 ` Yann E. MORIN [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=20211003200144.GU1504958@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=asafka7@gmail.com \
    --cc=buildroot@buildroot.org \
    --cc=thomas.petazzoni@bootlin.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