Source: python-msoffcrypto-tool
Version: 5.4.2-1
Severity: important
X-Debbugs-Cc: [email protected], [email protected]
Hi,
doko did sent an MBF a while back (last year ?)
to all packages using python3-pkg-resources and this MBF
was raised to "important" now with plan to go all the way to "serious" later
this year.
doko: do you plan to send a complentary, addendum MBF with the
new users of python3-pkg-resources since the previous one ?
That tipically happens when python3-pkg-resources got
removed from some core package and was an undeclared
dependency in a leaf package that suddenly FBTFS or fail CI tests.
I will come up with a full list, there's more than this one case
Greetings,
Alexandre
debian/control-
debian/control-Package: python3-msoffcrypto-tool
debian/control-Architecture: all
debian/control-Depends: ${python3:Depends},
debian/control- ${misc:Depends},
debian/control: python3-pkg-resources
debian/control-Description: Python tool and library for decrypting MS Office
files
debian/control- msoffcrypto-tool (formerly ms-offcrypto-tool) is a Python tool
and library
debian/control- for decrypting encrypted MS Office files with password,
intermediate key,
debian/control- or private key which generated its escrow key.
msoffcrypto/__main__.py- if sys.version_info >= (3, 8):
msoffcrypto/__main__.py- from importlib import metadata
msoffcrypto/__main__.py-
msoffcrypto/__main__.py- return metadata.version("msoffcrypto-tool")
msoffcrypto/__main__.py- else:
msoffcrypto/__main__.py: import pkg_resources
msoffcrypto/__main__.py-
msoffcrypto/__main__.py: return
pkg_resources.get_distribution("msoffcrypto-tool").version
msoffcrypto/__main__.py-