# HG changeset patch # User Hans-G?nter Theisgen # Date 1657729625 -3600 # Node ID f3b390540324f6f417541af478a64dc7cdc738eb # Parent 7c6901d3cd44195b925872cb5c70651eed315034 updated python-requests (2.23.0 -> 2.27.1) diff -r 7c6901d3cd44 -r f3b390540324 python-requests/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-requests/description.txt Wed Jul 13 17:27:05 2022 +0100 @@ -0,0 +1,9 @@ +Requests is a simple, yet elegant, HTTP library. + +Requests allows you to send HTTP/1.1 requests extremely easily. +There's no need to manually add query strings to your URLs, or to form-encode +your PUT & POST data - but nowadays, just use the json method! + +Requests is one of the most downloaded Python packages today, pulling in +around 30M downloads/week - according to GitHub, Requests is currently depended +upon by 1,000,000+ repositories. You may certainly put your trust in this code. diff -r 7c6901d3cd44 -r f3b390540324 python-requests/receipt --- a/python-requests/receipt Wed Jul 13 17:11:49 2022 +0100 +++ b/python-requests/receipt Wed Jul 13 17:27:05 2022 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="python-requests" -VERSION="2.23.0" +VERSION="2.27.1" CATEGORY="network" SHORT_DESC="Python HTTP Requests for Humans." MAINTAINER="al.bobylev@gmail.com" LICENSE="Apache" WEB_SITE="https://pypi.org/project/requests/" +REPOLOGY="python:requests" SOURCE="requests" TARBALL="$PACKAGE-$VERSION.tar.gz" @@ -30,5 +31,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/* $fs + cook_copy_folders lib }