requests-file 1.5.1-1 source package in Ubuntu

Changelog

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

  [ Ondřej Nový ]
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * d/copyright: Use https protocol in Format field
  * d/control: Set Vcs-* to salsa.debian.org

  [ Antoine Beaupré ]
  * new upstream release

 -- Antoine Beaupré <email address hidden>  Mon, 27 Apr 2020 12:18:08 -0400

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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
requests-file_1.5.1-1.dsc 1.6 KiB 5a83e8cfc5845e40b2480edde8895a4229fa40207574518e0eb80d33b07dde9d
requests-file_1.5.1.orig.tar.gz 5.9 KiB a9b0a80675727f320cd5c71d6eb70cc3969b468dc27896a893148c0f6b424446
requests-file_1.5.1-1.debian.tar.xz 3.6 KiB a71fb419d4fb1580e1f4f9ed351aaec3a6256a0ec77121980e26e475dac87470

Available diffs

No changes file available.

Binary packages built by this source

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.