Debian Patches
Status for unicrypto/0.0.12-1
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| 001.fixed-import-module.patch | fixed import module=================================================================== | Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com> | not-needed | 2024-03-22 | ||
| 002.remove-mbedtls-backend.patch | Remove mbedtls for backends unavailable in Debian The test suite references mbedtls, pycryptodome, pycryptodomex and pycrypto backends directly at module collection time via @pytest.mark.parametrize. Since these backends are not available in Debian, pytest fails to collect the tests with ModuleNotFoundError before any test runs. . This patch removes all test functions and parametrize decorators that reference unavailable backends, keeping only the cryptography and pure backend tests which are always available. =================================================================== |
Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com> | not-needed | debian | 2026-05-30 | |
| 003.remove-unavailable-backend-tests.patch | Remove tests for backends unavailable in Debian The test suite references mbedtls, pycryptodome, pycryptodomex and pycrypto backends directly at module collection time via @pytest.mark.parametrize. Since these backends are not available in Debian, pytest fails to collect the tests with ModuleNotFoundError before any test runs. . This patch removes all test functions and parametrize decorators that reference unavailable backends, keeping only the cryptography and pure backend tests which are always available. =================================================================== |
Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com> | not-needed | debian | 2026-05-30 | |
| 004.fix-cryptography-deprecation.patch | fix-cryptography-deprecation Since python3-cryptography 43.0.0, ARC4 and TripleDES have been moved to cryptography.hazmat.decrepit.ciphers.algorithms and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in version 48.0.0. . Use a try/except import to support both old and new locations, ensuring forward compatibility without breaking older versions of the library. |
Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com> | not-needed | debian | 2026-05-30 |
All known versions for source package 'unicrypto'
- 0.0.12-1 (forky, sid)
