Path to this page:
./
devel/py-cachecontrol,
Port of httplib2s caching to requests
Branch: CURRENT,
Version: 0.14.4,
Package name: py313-cachecontrol-0.14.4,
Maintainer: pkgsrc-usersCacheControl is a port of the caching algorithms in httplib2 for use
with requests session object.
It was written because httplib2's better support for caching is often
mitigated by its lack of thread safety. The same is true of requests in
terms of caching.
Master sites:
Filesize: 15.771 KB
Version history: (Expand)
- (2025-11-16) Updated to version: py313-cachecontrol-0.14.4
- (2025-10-24) Updated to version: py313-cachecontrol-0.14.3
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
CVS history: (Expand)
| 2025-11-17 11:07:17 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-cachecontrol: remove py-uv workaround, fixed in py-uv
|
2025-11-16 21:50:53 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-cachecontrol: update to 0.14.4.
What's Changed
build(deps): bump github/codeql-action from 3.28.16 to 3.28.17 in the \
actions group by @dependabot[bot] in #382
build(deps): bump github/codeql-action from 3.28.17 to 3.28.18 in the \
actions group by @dependabot[bot] in #383
build(deps): bump astral-sh/setup-uv from 6.0.1 to 6.1.0 in the actions \
group by @dependabot[bot] in #385
chore(ci): cleanup, add Python 3.14 by @woodruffw in #392
fix typo by @zackzack38 in #388
chore: prepare for 0.14.4 by @woodruffw in #394
|
2025-05-04 15:19:08 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-cachecontrol: updated to 0.14.3
0.14.3
Drop support for Python 3.8.
|
| 2025-02-23 21:16:54 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-cachecontrol: adapt for flit_core 3.11.
Bump PKGREVISION.
|
2025-01-08 15:29:49 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-cachecontrol: updated to 0.14.2
0.14.2
Eliminate a race condition when overwriting cache entries.
Fix a requests object leak when doing caching on a streamed response
|
2024-11-05 10:06:11 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-cachecontrol: updated to 0.14.1
0.14.1
github: bump signing step, use dependabot
build(deps): bump the actions group with 1 update
GitHub Action to spellcheck and lint Python code
workflows/tests: patch macos runner version for 3.7
build(deps): bump sigstore/gh-action-sigstore-python from 2.1.1 to 3.0.0 in the \
actions group
drop Python 3.7, add 3.13
|
| 2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-02-02 09:15:08 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-cachecontrol: updated to 0.14.0
v0.14.0
doc: improve the docs
chore: update install command for FileCache
serialize: simplify loading logic
pyproject: constrain msgpack < 2.0.0
Miscellaneous repo cleanup
update readme
FileCache.directory: explictly allow pathlib.Path
Add support for Python 3.12 and drop EOL 3.6
Fix document code case errors
Don't use the cache if the request has a Range header
|