Path to this page:
./
devel/py-requests-file,
Transport adapter for file:// URLs with the requests python lib
Branch: CURRENT,
Version: 2.1.0,
Package name: py312-requests-file-2.1.0,
Maintainer: pkgsrc-usersRequests-File is a transport adapter for use with the Requests
Python library to allow local filesystem access via file:// URLs.
Required to run:[
devel/py-setuptools] [
devel/py-requests] [
lang/py-six] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 6.729 KB
Version history: (Expand)
- (2024-11-11) Updated to version: py312-requests-file-2.1.0
- (2024-05-24) Updated to version: py311-requests-file-2.1.0
- (2024-01-31) Updated to version: py311-requests-file-2.0.0
- (2022-07-08) Updated to version: py310-requests-file-1.5.1nb1
- (2022-01-05) Updated to version: py39-requests-file-1.5.1nb1
- (2021-10-07) Updated to version: py39-requests-file-1.5.1
CVS history: (Expand)
2024-01-31 13:01:31 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-requests-file: updated to 2.0.0
2.0.0 (29 Jan 2024)
===================
- Correct a typo in requests_file.py
- Remove dependency on six
- Move metadata to pyproject.toml
- Remove support for Python 2
- Remove support for raw distutils
- Correct homepage link in pyproject.toml
- Fix black formatting
|
2022-07-08 16:33:35 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-requests-file: mark as not for python 2.7
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-04-28 13:06:20 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-requests-file: updated to 1.5.1
1.5.1:
Fix python 2.7 compatibility
Rename test file for pytest
Add tests via github actions
Format code with black
|
2020-04-24 11:25:04 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-requests-file: updated to 1.5.0
1.5.0:
Add set_content_length flag to disable on demand setting Content-Length
|
2018-01-04 22:09:29 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-requests-file: updated to 1.4.3
1.4.3:
Skip the permissions test when running as root
Handle missing locale in tests
|