requests 2.31.0+dfsg-1ubuntu1 source package in Ubuntu
Changelog
requests (2.31.0+dfsg-1ubuntu1) mantic; urgency=medium * Merge with Debian unstable (LP: #2018104). Remaining changes: - d/p/remove-charset-normalizer-dependency.patch: Remove charset-normalizer as a dependency of requests (LP #1975541) * Dropped changes: - d/p/CVE-2023-32681.patch: Unintended leak of Proxy-Authorization header [Fixed upstream in 2.31.0] - d/p/0002-Fix-tests-with-HTTP-proxy.patch: Fix autopkgtest when http_proxy, https_proxy or no_proxy variable is set (LP #1974182) [Fixed in 2.31.0+dfsg-1] -- Lena Voytek <email address hidden> Tue, 25 Jul 2023 14:54:56 -0700
Upload details
- Uploaded by:
- Lena Voytek
- Sponsored by:
- Andreas Hasenack
- Uploaded to:
- Mantic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
requests_2.31.0+dfsg.orig.tar.xz | 130.3 KiB | dd3c571624bd889b38d8ea9778f188e065e7b3b8a7e7f731b7536bac54303fad |
requests_2.31.0+dfsg-1ubuntu1.debian.tar.xz | 13.6 KiB | 690423f5389b2c9c5002b9618eec3a388d2beeba22d2823b5eed139421c0a0bd |
requests_2.31.0+dfsg-1ubuntu1.dsc | 2.6 KiB | 2c81262c6770d97b6f52b2444fa9a139b0cb88fea1fb1fce2a56c40d29340b8f |
Available diffs
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.