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 |
2017-06-22 11:22:03 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: 1.4.2: Set the response URL to the request URL |
2016-11-21 12:45:32 by Filip Hajny | Files touched by this commit (4) |
Log message: Import devel/py-requests-file 1.4.1. Requests-File is a transport adapter for use with the Requests Python library to allow local filesystem access via file:// URLs. |