All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] supervisor: bump to version 3.1.3
@ 2015-10-23 11:03 Vicente Olivert Riera
  2015-10-23 11:03 ` [Buildroot] [PATCH 2/2] supervisor: fix license Vicente Olivert Riera
  2015-10-25 20:48 ` [Buildroot] [PATCH 1/2] supervisor: bump to version 3.1.3 Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Vicente Olivert Riera @ 2015-10-23 11:03 UTC (permalink / raw)
  To: buildroot

And also add a hash file.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/supervisor/supervisor.hash |    2 ++
 package/supervisor/supervisor.mk   |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)
 create mode 100644 package/supervisor/supervisor.hash

diff --git a/package/supervisor/supervisor.hash b/package/supervisor/supervisor.hash
new file mode 100644
index 0000000..03f337e
--- /dev/null
+++ b/package/supervisor/supervisor.hash
@@ -0,0 +1,2 @@
+# Locally calculated
+sha256 e32c546fe8d2a6e079ec4819c49fd24534d4075a58af39118d04367918b3c282  supervisor-3.1.3.tar.gz
diff --git a/package/supervisor/supervisor.mk b/package/supervisor/supervisor.mk
index a6a4731..d3c250f 100644
--- a/package/supervisor/supervisor.mk
+++ b/package/supervisor/supervisor.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SUPERVISOR_VERSION = 3.0a12
+SUPERVISOR_VERSION = 3.1.3
 SUPERVISOR_SITE = http://pypi.python.org/packages/source/s/supervisor
 SUPERVISOR_LICENSE_FILES = LICENSES.txt
 SUPERVISOR_SETUP_TYPE = setuptools
-- 
1.7.1

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

* [Buildroot] [PATCH 2/2] supervisor: fix license
  2015-10-23 11:03 [Buildroot] [PATCH 1/2] supervisor: bump to version 3.1.3 Vicente Olivert Riera
@ 2015-10-23 11:03 ` Vicente Olivert Riera
  2015-10-25 20:48   ` Peter Korsgaard
  2015-10-25 20:48 ` [Buildroot] [PATCH 1/2] supervisor: bump to version 3.1.3 Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Vicente Olivert Riera @ 2015-10-23 11:03 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/supervisor/supervisor.mk |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/package/supervisor/supervisor.mk b/package/supervisor/supervisor.mk
index d3c250f..5e0fa53 100644
--- a/package/supervisor/supervisor.mk
+++ b/package/supervisor/supervisor.mk
@@ -6,7 +6,8 @@
 
 SUPERVISOR_VERSION = 3.1.3
 SUPERVISOR_SITE = http://pypi.python.org/packages/source/s/supervisor
-SUPERVISOR_LICENSE_FILES = LICENSES.txt
+SUPERVISOR_LICENSE = repoze, BSD based, rdflib (http_client.py), PSF (medusa), ZPL-2.1
+SUPERVISOR_LICENSE_FILES = COPYRIGHT.txt LICENSES.txt
 SUPERVISOR_SETUP_TYPE = setuptools
 
 define SUPERVISOR_INSTALL_CONF_FILES
-- 
1.7.1

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

* [Buildroot] [PATCH 1/2] supervisor: bump to version 3.1.3
  2015-10-23 11:03 [Buildroot] [PATCH 1/2] supervisor: bump to version 3.1.3 Vicente Olivert Riera
  2015-10-23 11:03 ` [Buildroot] [PATCH 2/2] supervisor: fix license Vicente Olivert Riera
@ 2015-10-25 20:48 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2015-10-25 20:48 UTC (permalink / raw)
  To: buildroot

>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:

 > And also add a hash file.
 > Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/2] supervisor: fix license
  2015-10-23 11:03 ` [Buildroot] [PATCH 2/2] supervisor: fix license Vicente Olivert Riera
@ 2015-10-25 20:48   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2015-10-25 20:48 UTC (permalink / raw)
  To: buildroot

>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:

 > Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
 > ---
 >  package/supervisor/supervisor.mk |    3 ++-
 >  1 files changed, 2 insertions(+), 1 deletions(-)

 > diff --git a/package/supervisor/supervisor.mk b/package/supervisor/supervisor.mk
 > index d3c250f..5e0fa53 100644
 > --- a/package/supervisor/supervisor.mk
 > +++ b/package/supervisor/supervisor.mk
 > @@ -6,7 +6,8 @@
 
 >  SUPERVISOR_VERSION = 3.1.3
 >  SUPERVISOR_SITE = http://pypi.python.org/packages/source/s/supervisor
 > -SUPERVISOR_LICENSE_FILES = LICENSES.txt
 > +SUPERVISOR_LICENSE = repoze, BSD based, rdflib (http_client.py), PSF (medusa), ZPL-2.1

We normally call it BSD-like, so I've changed it to that and committed,
thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2015-10-25 20:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-23 11:03 [Buildroot] [PATCH 1/2] supervisor: bump to version 3.1.3 Vicente Olivert Riera
2015-10-23 11:03 ` [Buildroot] [PATCH 2/2] supervisor: fix license Vicente Olivert Riera
2015-10-25 20:48   ` Peter Korsgaard
2015-10-25 20:48 ` [Buildroot] [PATCH 1/2] supervisor: bump to version 3.1.3 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.