Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/python-pyparsing: update link to project
@ 2020-12-12 15:26 Marcin Niestroj
  2020-12-12 15:26 ` [Buildroot] [PATCH 2/2] package/python-pyparsing: bump to version 2.4.7 Marcin Niestroj
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Marcin Niestroj @ 2020-12-12 15:26 UTC (permalink / raw)
  To: buildroot

Old link no longer works, so replace that with link to GitHub.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
---
 package/python-pyparsing/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-pyparsing/Config.in b/package/python-pyparsing/Config.in
index 425ffe326b..926ca07ed7 100644
--- a/package/python-pyparsing/Config.in
+++ b/package/python-pyparsing/Config.in
@@ -7,4 +7,4 @@ config BR2_PACKAGE_PYTHON_PYPARSING
 	  module provides a library of classes that client code uses
 	  to construct the grammar directly in Python code.
 
-	  http://pyparsing.wikispaces.com/
+	  https://github.com/pyparsing/pyparsing/
-- 
2.29.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/2] package/python-pyparsing: bump to version 2.4.7
  2020-12-12 15:26 [Buildroot] [PATCH 1/2] package/python-pyparsing: update link to project Marcin Niestroj
@ 2020-12-12 15:26 ` Marcin Niestroj
  2020-12-13  9:31 ` [Buildroot] [PATCH 1/2] package/python-pyparsing: update link to project Thomas Petazzoni
  2020-12-13 10:17 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Marcin Niestroj @ 2020-12-12 15:26 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
---
 package/python-pyparsing/python-pyparsing.hash | 8 ++++----
 package/python-pyparsing/python-pyparsing.mk   | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package/python-pyparsing/python-pyparsing.hash b/package/python-pyparsing/python-pyparsing.hash
index d1161e4f8f..2c52ff0843 100644
--- a/package/python-pyparsing/python-pyparsing.hash
+++ b/package/python-pyparsing/python-pyparsing.hash
@@ -1,5 +1,5 @@
-# md5 from https://pypi.python.org/pypi/pyparsing/json, sha256 locally computed
-md5 46d02cbe0461fe0571d51649e6006ef5 pyparsing-2.4.2.tar.gz
-sha256 6f98a7b9397e206d78cc01df10131398f1c8b8510a2f4d97d9abd82e1aacdd80 pyparsing-2.4.2.tar.gz
+# md5, sha256 from https://pypi.org/pypi/pyparsing/json
+md5  f0953e47a0112f7a65aec2305ffdf7b4  pyparsing-2.4.7.tar.gz
+sha256  c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1  pyparsing-2.4.7.tar.gz
 # Locally computed sha256 checksums
-sha256	10d5120a16805804ffda8b688c220bfb4e8f39741b57320604d455a309e01972  LICENSE
+sha256  10d5120a16805804ffda8b688c220bfb4e8f39741b57320604d455a309e01972  LICENSE
diff --git a/package/python-pyparsing/python-pyparsing.mk b/package/python-pyparsing/python-pyparsing.mk
index f419e00d40..0dacf2371d 100644
--- a/package/python-pyparsing/python-pyparsing.mk
+++ b/package/python-pyparsing/python-pyparsing.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_PYPARSING_VERSION = 2.4.2
+PYTHON_PYPARSING_VERSION = 2.4.7
 PYTHON_PYPARSING_SOURCE = pyparsing-$(PYTHON_PYPARSING_VERSION).tar.gz
-PYTHON_PYPARSING_SITE = https://files.pythonhosted.org/packages/7e/24/eaa8d7003aee23eda270099eeec754d7bf4399f75c6a011ef948304f66a2
+PYTHON_PYPARSING_SITE = https://files.pythonhosted.org/packages/c1/47/dfc9c342c9842bbe0036c7f763d2d6686bcf5eb1808ba3e170afdb282210
 PYTHON_PYPARSING_LICENSE = MIT
 PYTHON_PYPARSING_LICENSE_FILES = LICENSE
 PYTHON_PYPARSING_SETUP_TYPE = setuptools
-- 
2.29.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/2] package/python-pyparsing: update link to project
  2020-12-12 15:26 [Buildroot] [PATCH 1/2] package/python-pyparsing: update link to project Marcin Niestroj
  2020-12-12 15:26 ` [Buildroot] [PATCH 2/2] package/python-pyparsing: bump to version 2.4.7 Marcin Niestroj
@ 2020-12-13  9:31 ` Thomas Petazzoni
  2020-12-13 10:17 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2020-12-13  9:31 UTC (permalink / raw)
  To: buildroot

On Sat, 12 Dec 2020 16:26:02 +0100
Marcin Niestroj <m.niestroj@grinn-global.com> wrote:

> Old link no longer works, so replace that with link to GitHub.
> 
> Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
> ---
>  package/python-pyparsing/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Both applied. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/2] package/python-pyparsing: update link to project
  2020-12-12 15:26 [Buildroot] [PATCH 1/2] package/python-pyparsing: update link to project Marcin Niestroj
  2020-12-12 15:26 ` [Buildroot] [PATCH 2/2] package/python-pyparsing: bump to version 2.4.7 Marcin Niestroj
  2020-12-13  9:31 ` [Buildroot] [PATCH 1/2] package/python-pyparsing: update link to project Thomas Petazzoni
@ 2020-12-13 10:17 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2020-12-13 10:17 UTC (permalink / raw)
  To: buildroot

>>>>> "Marcin" == Marcin Niestroj <m.niestroj@grinn-global.com> writes:

 > Old link no longer works, so replace that with link to GitHub.
 > Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>

Committed to 2020.02.x, 2020.08.x and 2020.11.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-13 10:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-12 15:26 [Buildroot] [PATCH 1/2] package/python-pyparsing: update link to project Marcin Niestroj
2020-12-12 15:26 ` [Buildroot] [PATCH 2/2] package/python-pyparsing: bump to version 2.4.7 Marcin Niestroj
2020-12-13  9:31 ` [Buildroot] [PATCH 1/2] package/python-pyparsing: update link to project Thomas Petazzoni
2020-12-13 10:17 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox