Package: pysequoia / 0.1.29-5

Metadata

Package Version Patches format
pysequoia 0.1.29-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
sequoia default features | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
relax pyo3.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 accept pyo3 0.26-0.28

pyo3 0.28 compat.patch | (download)

src/verify.rs | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use python::attach instead of python::with_gil for pyo3 0.28

Python::with_gil was removed in PyO3 0.28 and replaced with
Python::attach.