All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/6] python-urwid: bump version and add checksums
@ 2015-09-03  7:55 Christophe Vu-Brugier
  2015-09-03  7:55 ` [Buildroot] [PATCH v2 2/6] python-pyparsing: bump version Christophe Vu-Brugier
                   ` (6 more replies)
  0 siblings, 7 replies; 18+ messages in thread
From: Christophe Vu-Brugier @ 2015-09-03  7:55 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm>

---
Changes since v1:
 * Change hash URL from PyPI as suggested by Baruch Siach

---
 package/python-urwid/python-urwid.hash | 3 +++
 package/python-urwid/python-urwid.mk   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
 create mode 100644 package/python-urwid/python-urwid.hash

diff --git a/package/python-urwid/python-urwid.hash b/package/python-urwid/python-urwid.hash
new file mode 100644
index 0000000..eceed9d
--- /dev/null
+++ b/package/python-urwid/python-urwid.hash
@@ -0,0 +1,3 @@
+# md5 from https://pypi.python.org/pypi/urwid/1.3.0, sha256 locally computed
+md5	a989acd54f4ff1a554add464803a9175  urwid-1.3.0.tar.gz
+sha256	29f04fad3bf0a79c5491f7ebec2d50fa086e9d16359896c9204c6a92bc07aba2  urwid-1.3.0.tar.gz
diff --git a/package/python-urwid/python-urwid.mk b/package/python-urwid/python-urwid.mk
index 4f1be46..1cd3022 100644
--- a/package/python-urwid/python-urwid.mk
+++ b/package/python-urwid/python-urwid.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PYTHON_URWID_VERSION = 1.2.1
+PYTHON_URWID_VERSION = 1.3.0
 PYTHON_URWID_SOURCE = urwid-$(PYTHON_URWID_VERSION).tar.gz
 PYTHON_URWID_SITE = https://pypi.python.org/packages/source/u/urwid
 PYTHON_URWID_LICENSE = LGPLv2.1+
-- 
2.5.0

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

end of thread, other threads:[~2015-10-03 12:21 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

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.