FC (Fay) Stegerman
FC (Fay) Stegerman
# Bug report `ZipFile.writestr()` raises `IndexError` for empty filenames unless one creates the `ZipInfo` manually: ```py >>> import zipfile >>> zf = zipfile.ZipFile("x.zip", "w") >>> zf.writestr("", "Hello, World!") Traceback (most...
fixes #24 fixes #32 closes #31
Current situation & proposed fix: 
### Problem description `python-cryptography` 39.0.0-1 installation fails, see below for details. Downgrading to 39.0.0 works. ### What steps will reproduce the bug? ``` ~ $ apt upgrade The following packages...
- [x] explicitly use encoding in `open()` - [x] re-enable `unspecified-encoding` in `.pylintrc` ``` apksigcopier/__init__.py:935:9: W1514: Using open without explicitly specifying an encoding (unspecified-encoding) apksigcopier/__init__.py:942:17: W1514: Using open without explicitly...
Signatures made by older versions of AGP cannot be copied by `apksigcopier` because the signing method differs too much from that used by `apksigner` (and `signflinger` in newer versions). It...