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 !
pbcommand/create_bundle_manifest.py | 2 1 + 1 - 0 !
pbcommand/services/resolver.py | 2 1 + 1 - 0 !
pbcommand/testkit/nunit.py | 2 1 + 1 - 0 !
tests/test_testkit_xunit.py | 2 1 + 1 - 0 !
5 files changed, 5 insertions(+), 5 deletions(-)

 force python3 in some scripts


fix_version.patch | (download)

pbcommand/__init__.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
1 file changed, 3 insertions(+), 3 deletions(-)

 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.