Package: python-pbcommand / 2.1.1+git20231020.28d1635-1
Metadata
| Package | Version | Patches format |
|---|---|---|
| python-pbcommand | 2.1.1+git20231020.28d1635-1 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| python3.patch | (download) |
bin/extract-readme-snippets.py |
2 1 + 1 - 0 ! |
force python3 in some scripts |
| fix_version.patch | (download) |
pbcommand/__init__.py |
2 1 + 1 - 0 ! |
for some reason pkg_resources.get_distribution('pbcommand') fails
This patch makes sure a valid version will be set initially
.
FIXME: Needs to be adapted fro new upstream versions
|
| remove pkg resources.patch | (download) |
pbcommand/__init__.py |
6 3 + 3 - 0 ! |
remove usages of pkg_resources pkg_resources are no longer available in Python 3.12 due to setuptools removal from the default installation. This patch replaces the usages of pkg_resources with importlib.resources. |
