requests 2.22.0-2ubuntu1 source package in Ubuntu

Changelog

requests (2.22.0-2ubuntu1) focal; urgency=medium

  * Drop python2 support, cherry-picked from Debian.

 -- Steve Langasek <email address hidden>  Wed, 22 Apr 2020 19:33:21 -0700

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release main python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
requests_2.22.0.orig.tar.gz 110.7 KiB 11e007a8a2aa0323f5a921e9e6a2d7e4e67d9877e85773fba9ba6419025cbeb4
requests_2.22.0-2ubuntu1.debian.tar.xz 6.5 KiB e02c4b8ed95c4fefe92bbda66fd96e0470139130cb3d05a70f274802f13f9753
requests_2.22.0-2ubuntu1.dsc 2.3 KiB 6a44f72d94eb9514649684d2759e153cccb7138b8741230df7a3220a8bb1dff5

View changes file

Binary packages built by this source

python3-requests: elegant and simple HTTP library for Python3, built for human beings

 Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
 multipart files, and parameters with simple Python dictionaries, and access
 the response data in the same way. It's powered by httplib and urllib3, but
 it does all the hard work and crazy hacks for you.
 .
 Features
 .
   - International Domains and URLs
   - Keep-Alive & Connection Pooling
   - Sessions with Cookie Persistence
   - Browser-style SSL Verification
   - Basic/Digest Authentication
   - Elegant Key/Value Cookies
   - Automatic Decompression
   - Unicode Response Bodies
   - Multipart File Uploads
   - Connection Timeouts
 .
 This package contains the Python 3 version of the library.