requests 2.31.0+dfsg-1ubuntu2 source package in Ubuntu

Changelog

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

  * SECURITY UPDATE: cert validation still disabled after first request
    - debian/patches/CVE-2024-35195.patch: use TLS settings in selecting
      connection pool in requests/adapters.py, tests/test_requests.py,
      tox.ini.
    - CVE-2024-35195

 -- Marc Deslauriers <email address hidden>  Tue, 21 May 2024 12:58:35 -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

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-1ubuntu2.debian.tar.xz 15.2 KiB c92993758e996dc8b5c3dcab98f2aca7875e2b98cce29e9e1a504101d5b766fd
requests_2.31.0+dfsg-1ubuntu2.dsc 2.6 KiB ffb3394974cdc34519d54f3800d51574a645b83389226b0b57518f8817787ae4

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.