wok rev 25233

updated python-requests (2.23.0 -> 2.27.1)
author Hans-G?nter Theisgen
date Wed Jul 13 17:27:05 2022 +0100 (22 months ago)
parents 7c6901d3cd44
children 8a0e15bddf34
files python-requests/description.txt python-requests/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-requests/description.txt	Wed Jul 13 17:27:05 2022 +0100
     1.3 @@ -0,0 +1,9 @@
     1.4 +Requests is a simple, yet elegant, HTTP library.
     1.5 +
     1.6 +Requests allows you to send HTTP/1.1 requests extremely easily.
     1.7 +There's no need to manually add query strings to your URLs, or to form-encode
     1.8 +your PUT & POST data - but nowadays, just use the json method!
     1.9 +
    1.10 +Requests is one of the most downloaded Python packages today, pulling in
    1.11 +around 30M downloads/week - according to GitHub, Requests is currently depended
    1.12 +upon by 1,000,000+ repositories. You may certainly put your trust in this code.
     2.1 --- a/python-requests/receipt	Wed Jul 13 17:11:49 2022 +0100
     2.2 +++ b/python-requests/receipt	Wed Jul 13 17:27:05 2022 +0100
     2.3 @@ -1,12 +1,13 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="python-requests"
     2.7 -VERSION="2.23.0"
     2.8 +VERSION="2.27.1"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="Python HTTP Requests for Humans."
    2.11  MAINTAINER="al.bobylev@gmail.com"
    2.12  LICENSE="Apache"
    2.13  WEB_SITE="https://pypi.org/project/requests/"
    2.14 +REPOLOGY="python:requests"
    2.15  
    2.16  SOURCE="requests"
    2.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.18 @@ -30,5 +31,5 @@
    2.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.20  genpkg_rules()
    2.21  {
    2.22 -	cp -a $install/*	$fs
    2.23 +	cook_copy_folders	lib
    2.24  }