-
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.
0.6.6 (2023-10-03) Bug fixes Fix PyMem_Calloc() call signature. (#76) Contributors @dholth @kenodegard 0.6.5 (2023-10-02) Enhancements Update Python version support. (#56) Bug fixes Use PyMem_Calloc() to initialize memory to 0. (#58) Contributors @conda-bot @dholth made their first contribution in #54 @kenodegard 0.6.4 (2022-10-24) Fix memory leak in blocksol() when iterating over solutions 0.6.3 (2017-10-29) Revert 'always use Python memory manager' 0.6.2 (2017-03-16) update picosat to 965 fixed version attribute on Windows, #21 fix some typos add official Python 3.5 and 3.6 support
- Loading branch information
Matthew Danielson
committed
Jun 21, 2024
1 parent
2c1db3c
commit dfa5412
Showing
3 changed files
with
13 additions
and
8 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$ | ||
|
||
RMD160 (pycosat-0.6.1.tar.gz) = e9e83f2e76620095b89fd2801f1b0abbf78b5726 | ||
SHA512 (pycosat-0.6.1.tar.gz) = 735bddc1e20d3823e994ada074c29554458fc13d3520ce0ff133a566540ed106e0be61ecb86f7b1551395f79143a986d634f2d2999f75a21306f8d6baa2a134d | ||
Size (pycosat-0.6.1.tar.gz) = 59270 bytes | ||
BLAKE2s (pycosat-0.6.6.tar.gz) = 88c0fe29f7e53f4a4003cb99aa261e66c0ff4f8a158fb6888a0a45e32d88dd5f | ||
SHA512 (pycosat-0.6.6.tar.gz) = d7bdf493ea6da215711c7a33e14f663a2365e9f258fc8d648c674b87d499be4af6487d30690ef44f6d9b94b84da0179ba758e36e658518ee0e4095ccff2ba7a9 | ||
Size (pycosat-0.6.6.tar.gz) = 71623 bytes |