Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-cachecontrol: Update version 0.13.0 -> 0.13.1 | Derek Straka | 2023-09-20 | 1 | -29/+0 |
| | | | | | | | | | | | | | | | | | | Remove the package override that is no longer needed Update the inherits to use poetry Changelog ========= What's Changed serialize: remove v1 and v2 formats by @woodruffw in #310 refactor: move the serialization implementation to method by @frostming in #313 feat: drop support of Python older than 3.7 by @frostming in #312 fix(typing): fix wrong types by @frostming in #314 workflows: add a release workflow by @woodruffw in #308 cachecontrol: 0.13.1 by @woodruffw in #315 Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python3-cachecontrol: upgrade 0.12.12 -> 0.13.0 | Wang Mingyu | 2023-06-05 | 1 | -0/+29 |
Changelog: ========== Fix #292: disuse HTTPResponse.strict fix: double reading error on urllib3 2.0 Packaging the tests, or not Add type annotations Use Python's unittest mock feat: remove compat module tests: Support python 3.11 fix: use pytest native method name Remove use of utcnow Release 0.13.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |