We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5bbfc commit 012205aCopy full SHA for 012205a
2 files changed
pydpkg/dpkg_inspect.py
@@ -5,8 +5,6 @@
5
a debian package file using python-dpkg
6
"""
7
8
-from __future__ import print_function
9
-
10
import glob
11
import logging
12
import os
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pydpkg"
3
-version = "1.9.0"
+version = "1.9.1"
4
description = "A python library for parsing debian package control headers and version strings"
authors = ["Nathan J. Mehl <pypi@memory.blank.org>"]
homepage = "https://github.com/memory/python-dpkg"
0 commit comments