Commit 7983e1e
committed
cachetools: b072920 Release v5.5.1 to Release v6.2.3.
1 parent 4ae0b26 commit 7983e1e
1 file changed
+1
-1
lines changedSubmodule cachetools updated 24 files
- .github/copilot-instructions.md+92
- .github/workflows/ci.yml+7-7
- CHANGELOG.rst+90
- LICENSE+1-1
- README.rst+13-8
- docs/conf.py+3-1
- docs/index.rst+147-69
- pyproject.toml+50-1
- setup.cfg-48
- setup.py-3
- src/cachetools/__init__.py+114-254
- src/cachetools/_cached.py+250
- src/cachetools/_cachedmethod.py+128
- src/cachetools/func.py+6-25
- src/cachetools/keys.py+4-3
- tests/test_cached.py+187
- tests/test_cachedmethod.py+270-70
- tests/test_fifo.py+13-1
- tests/test_func.py+5-12
- tests/test_lfu.py+17
- tests/test_lru.py+12
- tests/test_mru.py-63
- tests/test_rr.py+49
- tox.ini+4-5
0 commit comments