Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 2/6] python-pyparsing: bump version
Date: Fri, 4 Sep 2015 14:20:19 +0100	[thread overview]
Message-ID: <55E99A93.8020902@imgtec.com> (raw)
In-Reply-To: <1441266926-2942-2-git-send-email-cvubrugier@fastmail.fm>

Dear Christophe Vu-Brugier,

On 09/03/2015 08:55 AM, Christophe Vu-Brugier wrote:
> Also download tarball from PyPI instead of SourceForge.
> 
> Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm>
> 
> ---
> Changes since v1:
>  * Change hash URL from PyPI as suggested by Baruch Siach
> 
> ---
>  package/python-pyparsing/python-pyparsing.hash | 5 +++--
>  package/python-pyparsing/python-pyparsing.mk   | 4 ++--
>  2 files changed, 5 insertions(+), 4 deletions(-)
> 
> diff --git a/package/python-pyparsing/python-pyparsing.hash b/package/python-pyparsing/python-pyparsing.hash
> index aee93af..93a0845 100644
> --- a/package/python-pyparsing/python-pyparsing.hash
> +++ b/package/python-pyparsing/python-pyparsing.hash
> @@ -1,2 +1,3 @@
> -# Locally computed:
> -sha256  17e43d6b17588ed5968735575b3983a952133ec4082596d214d7090b56d48a06  pyparsing-2.0.2.tar.gz
> +# md5 from https://pypi.python.org/pypi/pyparsing/2.0.3, sha256 locally computed
> +md5	0fe479be09fc2cf005f753d3acc35939  pyparsing-2.0.3.tar.gz
> +sha256  06e729e1cbf5274703b1f47b6135ed8335999d547f9d8cf048b210fb8ebf844f  pyparsing-2.0.3.tar.gz
> diff --git a/package/python-pyparsing/python-pyparsing.mk b/package/python-pyparsing/python-pyparsing.mk
> index 8e83f34..ad066b8 100644
> --- a/package/python-pyparsing/python-pyparsing.mk
> +++ b/package/python-pyparsing/python-pyparsing.mk
> @@ -4,9 +4,9 @@
>  #
>  ################################################################################
>  
> -PYTHON_PYPARSING_VERSION = 2.0.2
> +PYTHON_PYPARSING_VERSION = 2.0.3
>  PYTHON_PYPARSING_SOURCE = pyparsing-$(PYTHON_PYPARSING_VERSION).tar.gz
> -PYTHON_PYPARSING_SITE = http://downloads.sourceforge.net/project/pyparsing/pyparsing/pyparsing-$(PYTHON_PYPARSING_VERSION)
> +PYTHON_PYPARSING_SITE = https://pypi.python.org/packages/source/p/pyparsing
>  PYTHON_PYPARSING_LICENSE = MIT
>  PYTHON_PYPARSING_LICENSE_FILES = LICENSE
>  PYTHON_PYPARSING_SETUP_TYPE = distutils
> 

Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

Compile test for MIPS architecture:

$ grep ^PYTHON_PYPARSING_VERSION
package/python-pyparsing/python-pyparsing.mk
PYTHON_PYPARSING_VERSION = 2.0.3

$ file output/target/usr/lib/python2.7/site-packages/pyparsing.pyc
output/target/usr/lib/python2.7/site-packages/pyparsing.pyc: DBase 3
data file (1408166079 records)

Regards,

Vincent.

  reply	other threads:[~2015-09-04 13:20 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-03  7:55 [Buildroot] [PATCH v2 1/6] python-urwid: bump version and add checksums Christophe Vu-Brugier
2015-09-03  7:55 ` [Buildroot] [PATCH v2 2/6] python-pyparsing: bump version Christophe Vu-Brugier
2015-09-04 13:20   ` Vicente Olivert Riera [this message]
2015-10-03 12:17   ` Peter Korsgaard
2015-09-03  7:55 ` [Buildroot] [PATCH v2 3/6] python-rtslib-fb: " Christophe Vu-Brugier
2015-09-04 13:20   ` Vicente Olivert Riera
2015-10-03 12:18   ` Peter Korsgaard
2015-09-03  7:55 ` [Buildroot] [PATCH v2 4/6] python-configshell-fb: " Christophe Vu-Brugier
2015-09-04 13:20   ` Vicente Olivert Riera
2015-10-03 12:19   ` Peter Korsgaard
2015-09-03  7:55 ` [Buildroot] [PATCH v2 5/6] targetcli-fb: " Christophe Vu-Brugier
2015-09-04 13:22   ` Vicente Olivert Riera
2015-10-03 12:20   ` Peter Korsgaard
2015-09-03  7:55 ` [Buildroot] [PATCH v2 6/6] targetcli-fb: systemd support Christophe Vu-Brugier
2015-09-04 13:20   ` Vicente Olivert Riera
2015-10-03 12:21   ` Peter Korsgaard
2015-09-04 13:20 ` [Buildroot] [PATCH v2 1/6] python-urwid: bump version and add checksums Vicente Olivert Riera
2015-10-03 12:15 ` 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=55E99A93.8020902@imgtec.com \
    --to=vincent.riera@imgtec.com \
    --cc=buildroot@busybox.net \
    /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