requests 2.31.0+dfsg-1ubuntu3 source package in Ubuntu

Changelog

requests (2.31.0+dfsg-1ubuntu3) oracular; urgency=medium

  * SECURITY REGRESSION: the security fix introduced regressions in other
    packages, such as docker, and the upstream release containing this fix
    was yanked.
    - debian/patches/CVE-2024-35195.patch: removed pending a better fix.

 -- Marc Deslauriers <email address hidden>  Wed, 22 May 2024 09:02:24 -0400

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Oracular
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
requests_2.31.0+dfsg.orig.tar.xz 130.3 KiB dd3c571624bd889b38d8ea9778f188e065e7b3b8a7e7f731b7536bac54303fad
requests_2.31.0+dfsg-1ubuntu3.debian.tar.xz 13.8 KiB 19df707673157a31c5f32b04a159bd124988679299d3de46e148b7f42e3b31c7
requests_2.31.0+dfsg-1ubuntu3.dsc 2.6 KiB aac0dfba4cf7ce3409f410611e0d4da555880f9a606f4c3908cf9b821a9dc475

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.