requests-file 1.4.3-1 source package in Ubuntu

Changelog

requests-file (1.4.3-1) unstable; urgency=medium

  * New upstream release.
  * Remove patch factored in upstream.

 -- Antoine Beaupré <email address hidden>  Sat, 06 Jan 2018 09:55:00 -0500

Upload details

Uploaded by:
anarcat
Uploaded to:
Sid
Original maintainer:
anarcat
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
requests-file_1.4.3-1.dsc 1.7 KiB 933b9e104e2debcda7baa916f8b3542e0649742fe752b37e7f04c635347e3b5f
requests-file_1.4.3.orig.tar.gz 5.9 KiB 5ea90937dd77769ef1d1ad93ef5996212e75b20a5531ad36dc12b1873fbf99c1
requests-file_1.4.3-1.debian.tar.xz 3.4 KiB 1d7bc23d108096a9dc8e0fbe775bb154d0e0415e6e34b69b0d63b767a7df0963

Available diffs

No changes file available.

Binary packages built by this source

python-requests-file: No summary available for python-requests-file in ubuntu focal.

No description available for python-requests-file in ubuntu focal.

python3-requests-file: File transport adapter for Requests - Python 3.X

 Requests-File is a transport adapter for use with the Requests Python
 library to allow local filesystem access via file:// URLs.
 .
 Features:
 .
  * Will open and read local files
  * Might set a Content-Length header
  * That's about it
 .
 No encoding information is set in the response object, so be careful using
 Response.text: the chardet library will be used to convert the file to a
 unicode type and it may not detect what you actually want.
 .
 EACCES is converted to a 403 status code, and ENOENT is converted to a
 404. All other IOError types are converted to a 400.
 .
 This package contains the Python 3 version of the library.