Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: James Hilliard <james.hilliard1@gmail.com>
Cc: Asaf Kahlon <asafka7@gmail.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 6/6] package/python-cherrypy: bump to version 18.9.0
Date: Tue, 23 Jul 2024 11:33:53 +0200	[thread overview]
Message-ID: <20240723113353.66f64b3b@windsurf> (raw)
In-Reply-To: <20240109060128.3974794-6-james.hilliard1@gmail.com>

Hello James,

On Mon,  8 Jan 2024 23:01:28 -0700
James Hilliard <james.hilliard1@gmail.com> wrote:

> Add new host-python-setuptools-scm-git-archive build dependency.
> 
> Add new python-jaraco-collections runtime dependency.
> 
> Add new python-more-itertools runtime dependency.
> 
> Add new python-zc-lockfile runtime dependency.
> 
> Drop no longer required python-six and python-jaraco-classes runtime
> dependencies.
> 
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>  package/python-cherrypy/Config.in            | 6 ++++--
>  package/python-cherrypy/python-cherrypy.hash | 4 ++--
>  package/python-cherrypy/python-cherrypy.mk   | 8 +++++---
>  3 files changed, 11 insertions(+), 7 deletions(-)

Applied to master, thanks. However, could you please add some tests in
our infrastructure for some of those Python packages? At least a
cherrypy test would be nice. Something like:

import cherrypy

class HelloWorld(object):
    @cherrypy.expose
    def index(self):
        return "Hello World!"

cherrypy.quickstart(HelloWorld())

and then a wget query to verify that the web server works and returns
the correct stuff?

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2024-07-23  9:34 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-09  6:01 [Buildroot] [PATCH 1/6] package/python-autocommand: new package James Hilliard
2024-01-09  6:01 ` [Buildroot] [PATCH 2/6] package/python-inflect: " James Hilliard
2024-07-23  9:27   ` Thomas Petazzoni via buildroot
2024-01-09  6:01 ` [Buildroot] [PATCH 3/6] package/python-jaraco-context: " James Hilliard
2024-07-23  9:28   ` Thomas Petazzoni via buildroot
2024-01-09  6:01 ` [Buildroot] [PATCH 4/6] package/python-jaraco-text: " James Hilliard
2024-07-23  9:30   ` Thomas Petazzoni via buildroot
2024-01-09  6:01 ` [Buildroot] [PATCH 5/6] package/python-jaraco-collections: " James Hilliard
2024-07-23  9:31   ` Thomas Petazzoni via buildroot
2024-01-09  6:01 ` [Buildroot] [PATCH 6/6] package/python-cherrypy: bump to version 18.9.0 James Hilliard
2024-07-23  9:33   ` Thomas Petazzoni via buildroot [this message]
2024-07-23  8:59 ` [Buildroot] [PATCH 1/6] package/python-autocommand: new package Thomas Petazzoni via buildroot

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=20240723113353.66f64b3b@windsurf \
    --to=buildroot@buildroot.org \
    --cc=asafka7@gmail.com \
    --cc=james.hilliard1@gmail.com \
    --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