| Age | Commit message (Collapse) | Author |
|
|
|
python310Packages.hypothesis: move documentation to passthru to reduce dependencies
|
|
|
|
|
|
This will be deprecated in the next commit.
|
|
|
|
|
|
|
|
https://cryptography.io/en/latest/changelog/#v40-0-1
|
|
python310Packages.cryptography: 39.0.0 -> 39.0.1
|
|
fixes CVE-2023-23931
Changelog: https://cryptography.io/en/latest/changelog/#v39-0-1
|
|
|
|
|
|
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.
|
|
|
|
|
|
and set format.
|
|
|
|
|
|
|
|
|
|
https://cryptography.io/en/latest/changelog/#v38-0-1
|
|
|
|
https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst\#3704---2022-07-05
|
|
|
|
Expects a path, not a pytest argument.
|
|
|
|
|
|
|
|
Based on his request
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Another step in further separating python2 from python3.
|
|
* python3Packages.cryptography: 3.4.8 -> 36.0.0
* python3Packages.python-miio: 0.5.8 -> 0.5.9.1
|
|
Nix 1.11 has long come and gone. It seems this is no longer necessary.
|
|
|
|
|
|
Fixing the following:
```
error: linking with `/nix/store/l3ca456ppdy8hi9hc0rvyr6mrm76si08-clang-wrapper-11.1.0/bin/cc` failed: exit code: 1
= note: ld: library not found for -liconv
```
|
|
The test fails due to dependency on W+X memory, which is forbidden as of 11.2.
|
|
|
|
|
|
setuptools-rust was accidentally added to the wrong list.
|
|
|
|
|
|
Contains a few minor fixes and improvements.
|