requests-file 1.5.1-2 source package in Ubuntu

Changelog

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

  * add patch to remove trivial six usage
  * use https:// url's in packaging
  * switch to debhelper 13

 -- Alexandre Detiste <email address hidden>  Fri, 05 Jan 2024 19:52:56 +0100

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
requests-file_1.5.1-2.dsc 2.0 KiB f1dd4a69888d5ec129925e126db009fe5d635a38210b957678ba387681571b65
requests-file_1.5.1.orig.tar.gz 5.9 KiB a9b0a80675727f320cd5c71d6eb70cc3969b468dc27896a893148c0f6b424446
requests-file_1.5.1-2.debian.tar.xz 4.0 KiB e9e89427be66c454f83b024049d0072b9b32ca4aa1f4b8d63a708565674dd180

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.