python-dpkg

Python library for reading Debian package files and comparing version strings

OTHER License

Downloads
7K
Stars
10
Committers
5

Bot releases are visible (Hide)

python-dpkg - 1.9.3 Latest Release

Published by memory 7 months ago

  • enable support on python 3.11, 3.12
  • disabled support on python 3.7 (EOLed long since)
  • update zstandard dependency
  • various small build/test improvements, primarily migrating from black/flakeheaven/pylint to ruff
python-dpkg - 1.9.2

Published by memory over 1 year ago

Pin included version of pycrypto/cryptography to address https://github.com/memory/python-dpkg/security/dependabot/4

python-dpkg - 1.9.1

Published by memory over 1 year ago

  • remove an extraneous print statement (contribution by @egerlach)
  • stop importing print_statement from __future__ -- we dropped py2 support in v1.4 so the future is now
python-dpkg - 1.9.0

Published by memory almost 2 years ago

  • bump PGPy to v0.6.0, which allows us to remove a pin to a now-deprecated version of pycrypto
  • update to latest version of build-time tools
  • remove support for python 3.7.0 and 3.7.1 (required by pylint)
  • fix unnecessary-dunder-call issue flagged by pylint
python-dpkg - 1.8.0

Published by memory about 2 years ago

  • Pin back dependency on cryptography to avoid an unfixed ImportError upstream in PGPy.
  • Drop support for Python 3.6, which is nine months past EOL
  • various internal tooling fixes
python-dpkg - 1.7.0

Published by memory about 2 years ago

This release adds support for zstandard-compressed control messages.

python-dpkg - 1.6.0

Published by memory almost 3 years ago

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
python-dpkg - 1.5.0

Published by memory almost 4 years ago

This release fixes a longstanding bug in the comparison of versions that share a common root but where the first character in the longer version string is a tilde.

python-dpkg - 1.4.4

Published by memory about 4 years ago

Add python 3.8 support; loosen six dependency.

python-dpkg - 1.4.2

Published by memory over 4 years ago

Updating maintainer info.

python-dpkg - 1.3.3

Published by memory over 4 years ago

Updating maintainer info.