forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #292: disuse HTTPResponse.strict by @dairiki in #301 fix: double reading error on urllib3 2.0 by @frostming in #296 Packaging the tests, or not by @dimbleby in #287 Add type annotations by @dimbleby in #279 Use Python's unittest mock by @jelly in #289 feat: remove compat module by @frostming in #303 tests: Support python 3.11 by @danigm in #304 fix: use pytest native method name by @frostming in #305 Remove use of utcnow by @pganssle in #290 Release 0.13.0 by @frostming in #307
- Loading branch information
Showing
3 changed files
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.7 2023/05/30 09:45:00 wiz Exp $ | ||
$NetBSD: distinfo,v 1.8 2023/06/06 07:58:53 wiz Exp $ | ||
|
||
BLAKE2s (CacheControl-0.12.11.tar.gz) = 0cb70752c9bb683aa31948ef8e00f899c1e02fdefef8467fcbb6a16837e0cd4a | ||
SHA512 (CacheControl-0.12.11.tar.gz) = 6a39e8fd2ebcca776cad533a79f107897aaffbe68b561f89301ef824d2400f8c36ec4e52682b7cf14734f9f77ab27e251202c71036b43422d81126f48cc27834 | ||
Size (CacheControl-0.12.11.tar.gz) = 16552 bytes | ||
BLAKE2s (CacheControl-0.13.0.tar.gz) = 1b41285b74769fce5b170f4a02bb7b6c8deb10ba4e9b7a82b38d310ba22a0db1 | ||
SHA512 (CacheControl-0.13.0.tar.gz) = 70ca2326b0ae27afd519da8e2107c40d04ad36fcf89328ce650566575943406b438cb2dff0be32f3b60777e30256d5d7324e0d306672e41f3993b47c445ed08f | ||
Size (CacheControl-0.13.0.tar.gz) = 116848 bytes |