# HG changeset patch # User Hans-G?nter Theisgen # Date 1641452255 -3600 # Node ID db3b4d40d0370fcac7ed49989bb678beaa08ec3e # Parent 67e02e438feec973b4ec0d89e865e65436d1f528 updated python-http-parser (0.8.3 -> 0.9.0) diff -r 67e02e438fee -r db3b4d40d037 python-http-parser/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-http-parser/description.txt Thu Jan 06 07:57:35 2022 +0100 @@ -0,0 +1,3 @@ +HTTP request and response parser for Python compatible with Python 2.x (>=2.7), +Python 3 and Pypy. +If possible a C parser based on http-parser from Ryan Dahl will be used. diff -r 67e02e438fee -r db3b4d40d037 python-http-parser/receipt --- a/python-http-parser/receipt Mon Jan 03 17:58:48 2022 +0000 +++ b/python-http-parser/receipt Thu Jan 06 07:57:35 2022 +0100 @@ -1,19 +1,20 @@ # SliTaz package receipt. PACKAGE="python-http-parser" -VERSION="0.8.3" +VERSION="0.9.0" CATEGORY="development" SHORT_DESC="HTTP request and response parser for python in C." MAINTAINER="claudinei@slitaz.org" LICENSE="MIT" -WEB_SITE="https://github.com/benoitc/http-parser/" +WEB_SITE="https://pypi.org/project/http-parser/" +REPOLOGY="python:http-parser" SOURCE="http-parser" -TARBALL="$SOURCE-$VERSION.zip" -WGET_URL="https://github.com/benoitc/$SOURCE/archive/$VERSION.zip" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://files.pythonhosted.org/packages/source/h/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python python-cython python-dev python-setuptools" +BUILD_DEPENDS="python-cython python-dev python-setuptools" current_version() { @@ -31,5 +32,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr $fs + cp -a $install/usr $fs }