./devel/py-requests-file, Transport adapter for file:// URLs with the requests python lib

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.0.0, Package name: py311-requests-file-2.0.0, Maintainer: pkgsrc-users

Requests-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.702 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-31 13:01:31 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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