| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-03 | python3.pkgs: Migrate fetchers to use hash | Martin Weinelt | |
| when they already rely on SRI hashes. | |||
| 2023-02-07 | python311Packages.python-zbar: fix build since Py_SIZE is turned into a function | Nick Cao | |
| Python 3.11 turned Py_SIZE into a function, thus Py_SIZE(obj) will be a rvalue, we need to use Py_SET_SIZE to set size now. | |||
| 2023-01-21 | treewide: switch to nativeCheckInputs | Guillaume Girol | |
| checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. | |||
| 2022-03-07 | python310Packages.python-zbar: init at 0.23.90 | P. R. d. O | |
