requests 2.28.1+dfsg-1ubuntu1 source package in Ubuntu

Changelog

requests (2.28.1+dfsg-1ubuntu1) lunar; urgency=medium

  * Merge with Debian unstable (LP: #1993439). Remaining changes:
    - Fix autopkgtest when http_proxy, https_proxy or no_proxy variable is set
      (LP #1974182)
    - d/p/remove-charset-normalizer-dependency.patch: Remove charset-normalizer
      as a dependency of requests (LP #1975541)

 -- Lena Voytek <email address hidden>  Mon, 28 Nov 2022 15:18:43 -0700

Upload details

Uploaded by:
Lena Voytek
Sponsored by:
Sergio Durigan Junior
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release main python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
requests_2.28.1+dfsg.orig.tar.xz 129.4 KiB 6c50ee6d9ade1644715c1ca78480838d3a0d2314cfdefd6c2a33dd8b821e6585
requests_2.28.1+dfsg-1ubuntu1.debian.tar.xz 13.2 KiB c7bc9e565fe283fce2d0c913a9ca7b56187157aecb78b9647223c995608d3611
requests_2.28.1+dfsg-1ubuntu1.dsc 2.6 KiB 2797672ee1950ef2e78185f29f455fa4f1b87e17b4d576af8a03bf65277dd0cc

View changes file

Binary packages built by this source

python-requests-doc: elegant and simple HTTP library for Python (Documentation)

 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 documentation.

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.