X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=meta-stx%2Frecipes-devtools%2Fpython%2Fpython-gunicorn_git.bb;fp=meta-stx%2Frecipes-devtools%2Fpython%2Fpython-gunicorn_git.bb;h=d3112dcbc0e46255c1ca6ddcc722ca78da537dc2;hb=9254d6c7c7930b9e3151ba998c46bcb2967f019b;hp=65b2ffab6509e0b8c42b8d084f2f3b1801d9bf9e;hpb=628230c1db84b60f2e4a870091e9575f4f82ff7e;p=pti%2Frtp.git diff --git a/meta-stx/recipes-devtools/python/python-gunicorn_git.bb b/meta-stx/recipes-devtools/python/python-gunicorn_git.bb index 65b2ffa..d3112dc 100644 --- a/meta-stx/recipes-devtools/python/python-gunicorn_git.bb +++ b/meta-stx/recipes-devtools/python/python-gunicorn_git.bb @@ -13,17 +13,23 @@ # See the License for the specific language governing permissions and # limitations under the License. -DESCRIPTION = "Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resource usage, and fairly speedy." +SUMMARY = "gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX" +DESCRIPTION = "\ +Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. \ +It's a pre-fork worker model ported from Ruby's Unicorn project. \ +The Gunicorn server is broadly compatible with various web frameworks, \ +simply implemented, light on server resource usage, and fairly speedy. \ +" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=f75f3fb94cdeab1d607e2adaa6077752" +LIC_FILES_CHKSUM = "file://LICENSE;md5=03ccc2b0215ca2a4b1e5f3c5483807f9" -SRCREV = "67949dc71c54e435e62c1fcedc2315a9098d54ea" +SRCREV = "328e509260ae70de6c04c5ba885ee17960b3ced5" PROTOCOL = "https" BRANCH = "19.x" S = "${WORKDIR}/git" -PV = "19.10.0+git${SRCPV}" +PV = "19.7.1+git${SRCPV}" SRC_URI = "git://github.com/benoitc/gunicorn.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"