python-packages: update to NixOS 25.05
- Cryptography contains no relevant backwards-incompatible changes https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst#4400---2024-11-27 - Other updates are minor maintenance releases
This commit is contained in:
parent
79900f941d
commit
9da4d1e8c0
2 changed files with 4 additions and 4 deletions
|
|
@ -74,9 +74,9 @@ buildPythonPackage rec {
|
|||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail 'twisted==23.10.0' 'twisted==24.7.0' \
|
||||
--replace-fail 'service-identity==21.1.0' 'service-identity==24.1.0' \
|
||||
--replace-fail 'cryptography==41.0.6' 'cryptography==43.0.1' \
|
||||
--replace-fail 'twisted==23.10.0' 'twisted==24.11.0' \
|
||||
--replace-fail 'service-identity==21.1.0' 'service-identity==24.2.0' \
|
||||
--replace-fail 'cryptography==41.0.6' 'cryptography==44.0.2' \
|
||||
--replace-fail 'txtorcon==23.11.0' 'txtorcon==24.8.0' \
|
||||
|
||||
# Modify pyproject.toml to include only specific modules. Do not include 'jmqtui'.
|
||||
|
|
|
|||
|
|
@ -32,6 +32,6 @@ buildPythonPackage rec {
|
|||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail 'cryptography = "^42"' 'cryptography = "43.0.1"'
|
||||
--replace-fail 'cryptography = "^42"' 'cryptography = "44.0.2"'
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue