Releases: memory/python-dpkg
Releases · memory/python-dpkg
1.9.4
What's Changed
- added type hints by @tim25651 in #20
- drop support for python 3.8, which is EOLed
- add official support for python 3.13
- ...which sadly requires using a fork of PGPy; see discussion at:
- update zstandard library, addressing #21
- update other libraries:
- cryptography
- ruff
- mypy
- remove use of [email protected] from the macos/darwin tooling in the Makefile
New Contributors
Full Changelog: v1.9.3...v1.9.4
1.9.3
1.9.2
Pin included version of pycrypto/cryptography to address https://github.com/memory/python-dpkg/security/dependabot/4
1.9.1
1.9.0
1.8.0
1.7.0
1.6.0
Massive cleanup release:
- deprecate python 3.4, 3.5
- support python 3.10
- update to latest PGPy
- clean up pgp signature validation logic that was dependent on a bug in PGPy <=1.4.1
- move to pyproject.toml and poetry for build management
- split init.py into modules
- many pylint fixes