Skip to content

Draft: update apksigcopier to upstream v1.0.2

New upstream version v1.0.2

  • provides type annotations now.
  • fixed some pylint errors (already fixed in the vendored version as well).
  • does not provide any new functionality as far as fdroidserver is concerned.
  • dropped support for python 3.5 and 3.6 (which fdroidserver no longer supports now either).

So this MR is not needed, but I'd prefer to keep things somewhat in sync.

And we can typecheck apksigcopier (and the code that uses it) now that it has type annotations, so maybe we no longer want to exclude apksigcopier.py from mypy in pyproject.toml?

# exclude vendored file
exclude = "fdroidserver/apksigcopier.py"

cc @eighthave

Merge request reports