Your message dated Mon, 24 Feb 2025 02:41:39 +0000
with message-id <e1tmopb-0002ix...@fasolo.debian.org>
and subject line Bug#1098603: fixed in python-pkginfo 1.12.1.2-1
has caused the Debian Bug report #1098603,
regarding python-pkginfo: FTBFS: E AssertionError: assert '2.2' == '2.1'
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1098603: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098603
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-pkginfo
Version: 1.12.0-1
Severity: serious
Tags: ftbfs trixie sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --with sphinxdoc --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:311: python3.12 setup.py clean
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:270: UserWarning:
Unknown distribution option: 'test_suite'
warnings.warn(msg)
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build' (and
everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.12' does not exist -- can't clean it
I: pybuild base:311: python3.13 setup.py clean
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:270: UserWarning:
Unknown distribution option: 'test_suite'
warnings.warn(msg)
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build' (and
everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.13' does not exist -- can't clean it
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
debian/rules binary
dh binary --with sphinxdoc --buildsystem=pybuild
dh_update_autotools_config -O--buildsystem=pybuild
dh_autoreconf -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:311: python3.12 setup.py config
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:270: UserWarning:
Unknown distribution option: 'test_suite'
warnings.warn(msg)
running config
I: pybuild base:311: python3.13 setup.py config
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:270: UserWarning:
Unknown distribution option: 'test_suite'
warnings.warn(msg)
running config
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build --buildsystem=pybuild
I: pybuild base:311: /usr/bin/python3.12 setup.py build
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:270: UserWarning:
Unknown distribution option: 'test_suite'
warnings.warn(msg)
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo
copying pkginfo/bdist.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo
copying pkginfo/commandline.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo
copying pkginfo/wheel.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo
copying pkginfo/distribution.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo
copying pkginfo/utils.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo
copying pkginfo/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo
copying pkginfo/develop.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo
copying pkginfo/sdist.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo
copying pkginfo/index.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo
copying pkginfo/installed.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo/tests
copying pkginfo/tests/test_bdist.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo/tests
copying pkginfo/tests/test_utils.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo/tests
copying pkginfo/tests/test_sdist.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo/tests
copying pkginfo/tests/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo/tests
copying pkginfo/tests/test_index.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo/tests
copying pkginfo/tests/conftest.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo/tests
copying pkginfo/tests/test_wheel.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo/tests
copying pkginfo/tests/test_commandline.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo/tests
copying pkginfo/tests/test_installed.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo/tests
copying pkginfo/tests/test_develop.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo/tests
copying pkginfo/tests/test_distribution.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo/tests
copying pkginfo/bdist.pyi ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo
copying pkginfo/installed.pyi ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo
copying pkginfo/index.pyi ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo
copying pkginfo/sdist.pyi ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo
copying pkginfo/wheel.pyi ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo
copying pkginfo/__init__.pyi ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo
copying pkginfo/distribution.pyi ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo
copying pkginfo/utils.pyi ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo
copying pkginfo/develop.pyi ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo
copying pkginfo/commandline.pyi ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo
copying pkginfo/py.typed ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo
I: pybuild base:311: /usr/bin/python3 setup.py build
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:270: UserWarning:
Unknown distribution option: 'test_suite'
warnings.warn(msg)
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo
copying pkginfo/bdist.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo
copying pkginfo/commandline.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo
copying pkginfo/wheel.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo
copying pkginfo/distribution.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo
copying pkginfo/utils.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo
copying pkginfo/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo
copying pkginfo/develop.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo
copying pkginfo/sdist.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo
copying pkginfo/index.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo
copying pkginfo/installed.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo/tests
copying pkginfo/tests/test_bdist.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo/tests
copying pkginfo/tests/test_utils.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo/tests
copying pkginfo/tests/test_sdist.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo/tests
copying pkginfo/tests/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo/tests
copying pkginfo/tests/test_index.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo/tests
copying pkginfo/tests/conftest.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo/tests
copying pkginfo/tests/test_wheel.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo/tests
copying pkginfo/tests/test_commandline.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo/tests
copying pkginfo/tests/test_installed.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo/tests
copying pkginfo/tests/test_develop.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo/tests
copying pkginfo/tests/test_distribution.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo/tests
copying pkginfo/bdist.pyi ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo
copying pkginfo/installed.pyi ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo
copying pkginfo/index.pyi ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo
copying pkginfo/sdist.pyi ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo
copying pkginfo/wheel.pyi ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo
copying pkginfo/__init__.pyi ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo
copying pkginfo/distribution.pyi ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo
copying pkginfo/utils.pyi ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo
copying pkginfo/develop.pyi ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo
copying pkginfo/commandline.pyi ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo
copying pkginfo/py.typed ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo
LC_ALL=C PYTHONPATH=. http_proxy='http://127.0.0.1:9/' sphinx-build -N -bhtml
docs build/sphinx/html
Running Sphinx v8.1.3
loading translations [en]... done
making output directory... done
WARNING: html_static_path entry '_static' does not exist
Converting `source_suffix = '.rst'` to `source_suffix = {'.rst':
'restructuredtext'}`.
building [mo]: targets for 0 po files that are out of date
writing output...
building [html]: targets for 4 source files that are out of date
updating environment: [new config] 4 added, 0 changed, 0 removed
reading sources... [ 25%] distributions
reading sources... [ 50%] index
reading sources... [ 75%] indexes
reading sources... [100%] metadata
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
copying assets...
copying static files...
Writing evaluated template result to
/<<PKGBUILDDIR>>/build/sphinx/html/_static/documentation_options.js
Writing evaluated template result to
/<<PKGBUILDDIR>>/build/sphinx/html/_static/basic.css
Writing evaluated template result to
/<<PKGBUILDDIR>>/build/sphinx/html/_static/language_data.js
Writing evaluated template result to
/<<PKGBUILDDIR>>/build/sphinx/html/_static/alabaster.css
copying static files: done
copying extra files...
copying extra files: done
copying assets: done
writing output... [ 25%] distributions
writing output... [ 50%] index
writing output... [ 75%] indexes
writing output... [100%] metadata
generating indices... genindex done
writing additional pages... search done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 1 warning.
The HTML pages are in build/sphinx/html.
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test -O--buildsystem=pybuild
I: pybuild pybuild:308: cp -R pkginfo/tests/funny pkginfo/tests/manky
pkginfo/tests/silly pkginfo/tests/wonky
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build/pkginfo/tests
I: pybuild base:311: /usr/bin/python3.12 -c "import setuptools, runpy;
runpy.run_path('setup.py')" bdist_wheel
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:270: UserWarning:
Unknown distribution option: 'test_suite'
warnings.warn(msg)
running bdist_wheel
running build
running build_py
creating build/lib/pkginfo
copying pkginfo/bdist.py -> build/lib/pkginfo
copying pkginfo/commandline.py -> build/lib/pkginfo
copying pkginfo/wheel.py -> build/lib/pkginfo
copying pkginfo/distribution.py -> build/lib/pkginfo
copying pkginfo/utils.py -> build/lib/pkginfo
copying pkginfo/__init__.py -> build/lib/pkginfo
copying pkginfo/develop.py -> build/lib/pkginfo
copying pkginfo/sdist.py -> build/lib/pkginfo
copying pkginfo/index.py -> build/lib/pkginfo
copying pkginfo/installed.py -> build/lib/pkginfo
creating build/lib/pkginfo/tests
copying pkginfo/tests/test_bdist.py -> build/lib/pkginfo/tests
copying pkginfo/tests/test_utils.py -> build/lib/pkginfo/tests
copying pkginfo/tests/test_sdist.py -> build/lib/pkginfo/tests
copying pkginfo/tests/__init__.py -> build/lib/pkginfo/tests
copying pkginfo/tests/test_index.py -> build/lib/pkginfo/tests
copying pkginfo/tests/conftest.py -> build/lib/pkginfo/tests
copying pkginfo/tests/test_wheel.py -> build/lib/pkginfo/tests
copying pkginfo/tests/test_commandline.py -> build/lib/pkginfo/tests
copying pkginfo/tests/test_installed.py -> build/lib/pkginfo/tests
copying pkginfo/tests/test_develop.py -> build/lib/pkginfo/tests
copying pkginfo/tests/test_distribution.py -> build/lib/pkginfo/tests
copying pkginfo/bdist.pyi -> build/lib/pkginfo
copying pkginfo/installed.pyi -> build/lib/pkginfo
copying pkginfo/index.pyi -> build/lib/pkginfo
copying pkginfo/sdist.pyi -> build/lib/pkginfo
copying pkginfo/wheel.pyi -> build/lib/pkginfo
copying pkginfo/__init__.pyi -> build/lib/pkginfo
copying pkginfo/distribution.pyi -> build/lib/pkginfo
copying pkginfo/utils.pyi -> build/lib/pkginfo
copying pkginfo/develop.pyi -> build/lib/pkginfo
copying pkginfo/commandline.pyi -> build/lib/pkginfo
copying pkginfo/py.typed -> build/lib/pkginfo
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:79:
SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
for details.
********************************************************************************
!!
self.initialize_options()
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/pkginfo
creating build/bdist.linux-x86_64/wheel/pkginfo/tests
copying build/lib/pkginfo/tests/test_bdist.py ->
build/bdist.linux-x86_64/wheel/./pkginfo/tests
copying build/lib/pkginfo/tests/test_utils.py ->
build/bdist.linux-x86_64/wheel/./pkginfo/tests
copying build/lib/pkginfo/tests/test_sdist.py ->
build/bdist.linux-x86_64/wheel/./pkginfo/tests
copying build/lib/pkginfo/tests/__init__.py ->
build/bdist.linux-x86_64/wheel/./pkginfo/tests
copying build/lib/pkginfo/tests/test_index.py ->
build/bdist.linux-x86_64/wheel/./pkginfo/tests
copying build/lib/pkginfo/tests/conftest.py ->
build/bdist.linux-x86_64/wheel/./pkginfo/tests
copying build/lib/pkginfo/tests/test_wheel.py ->
build/bdist.linux-x86_64/wheel/./pkginfo/tests
copying build/lib/pkginfo/tests/test_commandline.py ->
build/bdist.linux-x86_64/wheel/./pkginfo/tests
copying build/lib/pkginfo/tests/test_installed.py ->
build/bdist.linux-x86_64/wheel/./pkginfo/tests
copying build/lib/pkginfo/tests/test_develop.py ->
build/bdist.linux-x86_64/wheel/./pkginfo/tests
copying build/lib/pkginfo/tests/test_distribution.py ->
build/bdist.linux-x86_64/wheel/./pkginfo/tests
copying build/lib/pkginfo/bdist.py -> build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/bdist.pyi -> build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/installed.pyi ->
build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/commandline.py ->
build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/wheel.py -> build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/index.pyi -> build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/distribution.py ->
build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/utils.py -> build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/sdist.pyi -> build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/__init__.py ->
build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/wheel.pyi -> build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/develop.py -> build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/__init__.pyi ->
build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/sdist.py -> build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/distribution.pyi ->
build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/utils.pyi -> build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/index.py -> build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/develop.pyi ->
build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/py.typed -> build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/installed.py ->
build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/commandline.pyi ->
build/bdist.linux-x86_64/wheel/./pkginfo
running install_egg_info
running egg_info
creating pkginfo.egg-info
writing pkginfo.egg-info/PKG-INFO
writing dependency_links to pkginfo.egg-info/dependency_links.txt
writing entry points to pkginfo.egg-info/entry_points.txt
writing requirements to pkginfo.egg-info/requires.txt
writing top-level names to pkginfo.egg-info/top_level.txt
writing manifest file 'pkginfo.egg-info/SOURCES.txt'
reading manifest file 'pkginfo.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching '.tox'
adding license file 'LICENSE.txt'
writing manifest file 'pkginfo.egg-info/SOURCES.txt'
Copying pkginfo.egg-info to
build/bdist.linux-x86_64/wheel/./pkginfo-1.12.0.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/pkginfo-1.12.0.dist-info/WHEEL
creating 'dist/pkginfo-1.12.0-py3-none-any.whl' and adding
'build/bdist.linux-x86_64/wheel' to it
adding 'pkginfo/__init__.py'
adding 'pkginfo/__init__.pyi'
adding 'pkginfo/bdist.py'
adding 'pkginfo/bdist.pyi'
adding 'pkginfo/commandline.py'
adding 'pkginfo/commandline.pyi'
adding 'pkginfo/develop.py'
adding 'pkginfo/develop.pyi'
adding 'pkginfo/distribution.py'
adding 'pkginfo/distribution.pyi'
adding 'pkginfo/index.py'
adding 'pkginfo/index.pyi'
adding 'pkginfo/installed.py'
adding 'pkginfo/installed.pyi'
adding 'pkginfo/py.typed'
adding 'pkginfo/sdist.py'
adding 'pkginfo/sdist.pyi'
adding 'pkginfo/utils.py'
adding 'pkginfo/utils.pyi'
adding 'pkginfo/wheel.py'
adding 'pkginfo/wheel.pyi'
adding 'pkginfo/tests/__init__.py'
adding 'pkginfo/tests/conftest.py'
adding 'pkginfo/tests/test_bdist.py'
adding 'pkginfo/tests/test_commandline.py'
adding 'pkginfo/tests/test_develop.py'
adding 'pkginfo/tests/test_distribution.py'
adding 'pkginfo/tests/test_index.py'
adding 'pkginfo/tests/test_installed.py'
adding 'pkginfo/tests/test_sdist.py'
adding 'pkginfo/tests/test_utils.py'
adding 'pkginfo/tests/test_wheel.py'
adding 'pkginfo-1.12.0.dist-info/LICENSE.txt'
adding 'pkginfo-1.12.0.dist-info/METADATA'
adding 'pkginfo-1.12.0.dist-info/WHEEL'
adding 'pkginfo-1.12.0.dist-info/entry_points.txt'
adding 'pkginfo-1.12.0.dist-info/top_level.txt'
adding 'pkginfo-1.12.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build;
tox -c /<<PKGBUILDDIR>>/tox.ini --sitepackages -e py312 -x
testenv.passenv+=_PYTHON_HOST_PLATFORM --installpkg
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/pkginfo-1.12.0-py3-none-any.whl
py312: install_deps .pybuild/cpython3_3.12_pkginfo/build> python -I -m pip
install pytest pytest-cov wheel
py312: install_package .pybuild/cpython3_3.12_pkginfo/build> python -I -m pip
install --force-reinstall --no-deps
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/pkginfo-1.12.0-py3-none-any.whl
py312: commands[0] .pybuild/cpython3_3.12_pkginfo/build> python -m pytest
--cov=pkginfo --cov-append --cov-report=
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-8.3.4, pluggy-1.5.0
cachedir: .tox/py312/.pytest_cache
rootdir: /<<PKGBUILDDIR>>
plugins: typeguard-4.4.1, cov-5.0.0
collected 199 items
pkginfo/tests/test_bdist.py ..... [ 2%]
pkginfo/tests/test_commandline.py .......................... [ 15%]
pkginfo/tests/test_develop.py .. [ 16%]
pkginfo/tests/test_distribution.py ..................................... [ 35%]
.............................................. [ 58%]
pkginfo/tests/test_index.py ....... [ 61%]
pkginfo/tests/test_installed.py .F...F...sss [ 67%]
pkginfo/tests/test_sdist.py ................................. [ 84%]
pkginfo/tests/test_utils.py ............F.F.... [ 93%]
pkginfo/tests/test_wheel.py ............ [100%]
=================================== FAILURES ===================================
________________________ test_installed_ctor_w_package _________________________
def test_installed_ctor_w_package():
import pkginfo
from pkginfo.tests import _checkSample
from pkginfo.tests import _defaultMetadataVersion
EXPECTED = _defaultMetadataVersion()
installed = _make_installed(pkginfo)
assert(installed.package == pkginfo)
assert(installed.package_name == 'pkginfo')
> assert(installed.metadata_version == EXPECTED)
E AssertionError: assert '2.2' == '2.1'
E
E - 2.1
E + 2.2
pkginfo/tests/test_installed.py:43: AssertionError
__________________________ test_installed_ctor_w_name __________________________
def test_installed_ctor_w_name():
import pkginfo
from pkginfo.tests import _checkSample
from pkginfo.tests import _defaultMetadataVersion
EXPECTED = _defaultMetadataVersion()
installed = _make_installed('pkginfo')
> assert(installed.metadata_version == EXPECTED)
E AssertionError: assert '2.2' == '2.1'
E
E - 2.1
E + 2.2
pkginfo/tests/test_installed.py:93: AssertionError
__________________________ test_get_metadata_w_module __________________________
def test_get_metadata_w_module():
import pkginfo
from pkginfo.tests import _checkSample
from pkginfo.tests import _defaultMetadataVersion
from pkginfo.utils import get_metadata
EXPECTED = _defaultMetadataVersion()
dist = get_metadata(pkginfo)
> assert(dist.metadata_version == EXPECTED)
E AssertionError: assert '2.2' == '2.1'
E
E - 2.1
E + 2.2
pkginfo/tests/test_utils.py:88: AssertionError
_______________________ test_get_metadata_w_package_name _______________________
def test_get_metadata_w_package_name():
from pkginfo.tests import _checkSample
from pkginfo.tests import _defaultMetadataVersion
from pkginfo.utils import get_metadata
EXPECTED = _defaultMetadataVersion()
dist = get_metadata('pkginfo')
> assert(dist.metadata_version == EXPECTED)
E AssertionError: assert '2.2' == '2.1'
E
E - 2.1
E + 2.2
pkginfo/tests/test_utils.py:112: AssertionError
=========================== short test summary info ============================
FAILED pkginfo/tests/test_installed.py::test_installed_ctor_w_package - Asser...
FAILED pkginfo/tests/test_installed.py::test_installed_ctor_w_name - Assertio...
FAILED pkginfo/tests/test_utils.py::test_get_metadata_w_module - AssertionErr...
FAILED pkginfo/tests/test_utils.py::test_get_metadata_w_package_name - Assert...
=================== 4 failed, 192 passed, 3 skipped in 0.58s ===================
py312: exit 1 (0.78 seconds) /<<PKGBUILDDIR>>> python -m pytest --cov=pkginfo
--cov-append --cov-report= pid=6301
py312: FAIL code 1 (2.01=setup[1.23]+cmd[0.78] seconds)
evaluation failed :( (2.07 seconds)
E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/build; tox -c
/<<PKGBUILDDIR>>/tox.ini --sitepackages -e py312 -x
testenv.passenv+=_PYTHON_HOST_PLATFORM --installpkg
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pkginfo/pkginfo-1.12.0-py3-none-any.whl
I: pybuild pybuild:308: cp -R pkginfo/tests/funny pkginfo/tests/manky
pkginfo/tests/silly pkginfo/tests/wonky
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build/pkginfo/tests
I: pybuild base:311: /usr/bin/python3 -c "import setuptools, runpy;
runpy.run_path('setup.py')" bdist_wheel
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:270: UserWarning:
Unknown distribution option: 'test_suite'
warnings.warn(msg)
running bdist_wheel
running build
running build_py
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:79:
SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
for details.
********************************************************************************
!!
self.initialize_options()
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/pkginfo
creating build/bdist.linux-x86_64/wheel/pkginfo/tests
copying build/lib/pkginfo/tests/test_bdist.py ->
build/bdist.linux-x86_64/wheel/./pkginfo/tests
copying build/lib/pkginfo/tests/test_utils.py ->
build/bdist.linux-x86_64/wheel/./pkginfo/tests
copying build/lib/pkginfo/tests/test_sdist.py ->
build/bdist.linux-x86_64/wheel/./pkginfo/tests
copying build/lib/pkginfo/tests/__init__.py ->
build/bdist.linux-x86_64/wheel/./pkginfo/tests
copying build/lib/pkginfo/tests/test_index.py ->
build/bdist.linux-x86_64/wheel/./pkginfo/tests
copying build/lib/pkginfo/tests/conftest.py ->
build/bdist.linux-x86_64/wheel/./pkginfo/tests
copying build/lib/pkginfo/tests/test_wheel.py ->
build/bdist.linux-x86_64/wheel/./pkginfo/tests
copying build/lib/pkginfo/tests/test_commandline.py ->
build/bdist.linux-x86_64/wheel/./pkginfo/tests
copying build/lib/pkginfo/tests/test_installed.py ->
build/bdist.linux-x86_64/wheel/./pkginfo/tests
copying build/lib/pkginfo/tests/test_develop.py ->
build/bdist.linux-x86_64/wheel/./pkginfo/tests
copying build/lib/pkginfo/tests/test_distribution.py ->
build/bdist.linux-x86_64/wheel/./pkginfo/tests
copying build/lib/pkginfo/bdist.py -> build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/bdist.pyi -> build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/installed.pyi ->
build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/commandline.py ->
build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/wheel.py -> build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/index.pyi -> build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/distribution.py ->
build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/utils.py -> build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/sdist.pyi -> build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/__init__.py ->
build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/wheel.pyi -> build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/develop.py -> build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/__init__.pyi ->
build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/sdist.py -> build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/distribution.pyi ->
build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/utils.pyi -> build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/index.py -> build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/develop.pyi ->
build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/py.typed -> build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/installed.py ->
build/bdist.linux-x86_64/wheel/./pkginfo
copying build/lib/pkginfo/commandline.pyi ->
build/bdist.linux-x86_64/wheel/./pkginfo
running install_egg_info
running egg_info
writing pkginfo.egg-info/PKG-INFO
writing dependency_links to pkginfo.egg-info/dependency_links.txt
writing entry points to pkginfo.egg-info/entry_points.txt
writing requirements to pkginfo.egg-info/requires.txt
writing top-level names to pkginfo.egg-info/top_level.txt
reading manifest file 'pkginfo.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching '.tox'
adding license file 'LICENSE.txt'
writing manifest file 'pkginfo.egg-info/SOURCES.txt'
Copying pkginfo.egg-info to
build/bdist.linux-x86_64/wheel/./pkginfo-1.12.0.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/pkginfo-1.12.0.dist-info/WHEEL
creating 'dist/pkginfo-1.12.0-py3-none-any.whl' and adding
'build/bdist.linux-x86_64/wheel' to it
adding 'pkginfo/__init__.py'
adding 'pkginfo/__init__.pyi'
adding 'pkginfo/bdist.py'
adding 'pkginfo/bdist.pyi'
adding 'pkginfo/commandline.py'
adding 'pkginfo/commandline.pyi'
adding 'pkginfo/develop.py'
adding 'pkginfo/develop.pyi'
adding 'pkginfo/distribution.py'
adding 'pkginfo/distribution.pyi'
adding 'pkginfo/index.py'
adding 'pkginfo/index.pyi'
adding 'pkginfo/installed.py'
adding 'pkginfo/installed.pyi'
adding 'pkginfo/py.typed'
adding 'pkginfo/sdist.py'
adding 'pkginfo/sdist.pyi'
adding 'pkginfo/utils.py'
adding 'pkginfo/utils.pyi'
adding 'pkginfo/wheel.py'
adding 'pkginfo/wheel.pyi'
adding 'pkginfo/tests/__init__.py'
adding 'pkginfo/tests/conftest.py'
adding 'pkginfo/tests/test_bdist.py'
adding 'pkginfo/tests/test_commandline.py'
adding 'pkginfo/tests/test_develop.py'
adding 'pkginfo/tests/test_distribution.py'
adding 'pkginfo/tests/test_index.py'
adding 'pkginfo/tests/test_installed.py'
adding 'pkginfo/tests/test_sdist.py'
adding 'pkginfo/tests/test_utils.py'
adding 'pkginfo/tests/test_wheel.py'
adding 'pkginfo-1.12.0.dist-info/LICENSE.txt'
adding 'pkginfo-1.12.0.dist-info/METADATA'
adding 'pkginfo-1.12.0.dist-info/WHEEL'
adding 'pkginfo-1.12.0.dist-info/entry_points.txt'
adding 'pkginfo-1.12.0.dist-info/top_level.txt'
adding 'pkginfo-1.12.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build;
tox -c /<<PKGBUILDDIR>>/tox.ini --sitepackages -e py313 -x
testenv.passenv+=_PYTHON_HOST_PLATFORM --installpkg
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/pkginfo-1.12.0-py3-none-any.whl
py313: install_deps .pybuild/cpython3_3.13_pkginfo/build> python -I -m pip
install pytest pytest-cov wheel
py313: install_package .pybuild/cpython3_3.13_pkginfo/build> python -I -m pip
install --force-reinstall --no-deps
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/pkginfo-1.12.0-py3-none-any.whl
py313: commands[0] .pybuild/cpython3_3.13_pkginfo/build> python -m pytest
--cov=pkginfo --cov-append --cov-report=
============================= test session starts ==============================
platform linux -- Python 3.13.2, pytest-8.3.4, pluggy-1.5.0
cachedir: .tox/py313/.pytest_cache
rootdir: /<<PKGBUILDDIR>>
plugins: typeguard-4.4.1, cov-5.0.0
collected 199 items
pkginfo/tests/test_bdist.py ..... [ 2%]
pkginfo/tests/test_commandline.py .......................... [ 15%]
pkginfo/tests/test_develop.py .. [ 16%]
pkginfo/tests/test_distribution.py ..................................... [ 35%]
.............................................. [ 58%]
pkginfo/tests/test_index.py ....... [ 61%]
pkginfo/tests/test_installed.py .F...F...sss [ 67%]
pkginfo/tests/test_sdist.py ................................. [ 84%]
pkginfo/tests/test_utils.py ............F.F.... [ 93%]
pkginfo/tests/test_wheel.py ............ [100%]
=================================== FAILURES ===================================
________________________ test_installed_ctor_w_package _________________________
def test_installed_ctor_w_package():
import pkginfo
from pkginfo.tests import _checkSample
from pkginfo.tests import _defaultMetadataVersion
EXPECTED = _defaultMetadataVersion()
installed = _make_installed(pkginfo)
assert(installed.package == pkginfo)
assert(installed.package_name == 'pkginfo')
> assert(installed.metadata_version == EXPECTED)
E AssertionError: assert '2.2' == '2.1'
E
E - 2.1
E + 2.2
pkginfo/tests/test_installed.py:43: AssertionError
__________________________ test_installed_ctor_w_name __________________________
def test_installed_ctor_w_name():
import pkginfo
from pkginfo.tests import _checkSample
from pkginfo.tests import _defaultMetadataVersion
EXPECTED = _defaultMetadataVersion()
installed = _make_installed('pkginfo')
> assert(installed.metadata_version == EXPECTED)
E AssertionError: assert '2.2' == '2.1'
E
E - 2.1
E + 2.2
pkginfo/tests/test_installed.py:93: AssertionError
__________________________ test_get_metadata_w_module __________________________
def test_get_metadata_w_module():
import pkginfo
from pkginfo.tests import _checkSample
from pkginfo.tests import _defaultMetadataVersion
from pkginfo.utils import get_metadata
EXPECTED = _defaultMetadataVersion()
dist = get_metadata(pkginfo)
> assert(dist.metadata_version == EXPECTED)
E AssertionError: assert '2.2' == '2.1'
E
E - 2.1
E + 2.2
pkginfo/tests/test_utils.py:88: AssertionError
_______________________ test_get_metadata_w_package_name _______________________
def test_get_metadata_w_package_name():
from pkginfo.tests import _checkSample
from pkginfo.tests import _defaultMetadataVersion
from pkginfo.utils import get_metadata
EXPECTED = _defaultMetadataVersion()
dist = get_metadata('pkginfo')
> assert(dist.metadata_version == EXPECTED)
E AssertionError: assert '2.2' == '2.1'
E
E - 2.1
E + 2.2
pkginfo/tests/test_utils.py:112: AssertionError
=========================== short test summary info ============================
FAILED pkginfo/tests/test_installed.py::test_installed_ctor_w_package - Asser...
FAILED pkginfo/tests/test_installed.py::test_installed_ctor_w_name - Assertio...
FAILED pkginfo/tests/test_utils.py::test_get_metadata_w_module - AssertionErr...
FAILED pkginfo/tests/test_utils.py::test_get_metadata_w_package_name - Assert...
=================== 4 failed, 192 passed, 3 skipped in 0.56s ===================
py313: exit 1 (0.76 seconds) /<<PKGBUILDDIR>>> python -m pytest --cov=pkginfo
--cov-append --cov-report= pid=6560
py313: FAIL code 1 (1.74=setup[0.98]+cmd[0.76] seconds)
evaluation failed :( (1.80 seconds)
E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/build; tox -c
/<<PKGBUILDDIR>>/tox.ini --sitepackages -e py313 -x
testenv.passenv+=_PYTHON_HOST_PLATFORM --installpkg
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pkginfo/pkginfo-1.12.0-py3-none-any.whl
dh_auto_test: error: pybuild --test --test-tox -i python{version} -p "3.12
3.13" returned exit code 13
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202502/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:python-pkginfo, so that this is still
visible in the BTS web page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: python-pkginfo
Source-Version: 1.12.1.2-1
Done: Colin Watson <cjwat...@debian.org>
We believe that the bug you reported is fixed in the latest version of
python-pkginfo, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1098...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Colin Watson <cjwat...@debian.org> (supplier of updated python-pkginfo package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 24 Feb 2025 01:51:43 +0000
Source: python-pkginfo
Architecture: source
Version: 1.12.1.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Colin Watson <cjwat...@debian.org>
Closes: 1098603
Changes:
python-pkginfo (1.12.1.2-1) unstable; urgency=medium
.
* Team upload.
* New upstream release.
- Don't use the metadata of the installed pkginfo package for testing
(closes: #1098603).
* Fix arrangements to make tests of internal test packages work.
Checksums-Sha1:
37b9c8634ed217921d3ddc06ccd68e02650bd954 2460 python-pkginfo_1.12.1.2-1.dsc
f773717f11a91660df52b712e073d1fc3b84e402 451828
python-pkginfo_1.12.1.2.orig.tar.gz
7d08892aeef5d51cbb4cacafe8a7889c0407f980 6460
python-pkginfo_1.12.1.2-1.debian.tar.xz
Checksums-Sha256:
a25da4f09a1931ba8bcee76790d4342154e1f47854f44a6cae3eb1c79e48115d 2460
python-pkginfo_1.12.1.2-1.dsc
5cd957824ac36f140260964eba3c6be6442a8359b8c48f4adf90210f33a04b7b 451828
python-pkginfo_1.12.1.2.orig.tar.gz
67321254b18a53712e1ff800f3d76dcd454c8fd945c3a90db2fdc542ba4807b7 6460
python-pkginfo_1.12.1.2-1.debian.tar.xz
Files:
42dd094e4d8cd2311c8b4ffdfbcf80e2 2460 python optional
python-pkginfo_1.12.1.2-1.dsc
021f56d78ec93965b21e98bc3a3ab370 451828 python optional
python-pkginfo_1.12.1.2.orig.tar.gz
f2db21a23da79de592b470a9bfe62122 6460 python optional
python-pkginfo_1.12.1.2-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAme70OYACgkQOTWH2X2G
UAubLw/9Fx94wQkIICsmgrDHKlNU6rYyvu8la4qeit5KhNBQWrltzI8NZBli1kKD
Nd85fMzWD/NWsiEHPmGbhgDYVWcaEJ09ISIj5B1KORHBmvIVDpzanfTI5Oflo5Rw
OdiU1/sJS3sdsqovjERct2et4EOWGzD82OR7YpWJsLTBD4fdzk2zKPhZ7z0t/z+d
TJlMVuAc4HySLieFbaJ7KoOq/Hevp81iinfMoERPC6zaP1aPPwa/hHFcGyyUVyhE
Ep5JprsvrUcD1n29plO3OgfD4dYf4ZRc9cL6IadnBmqV3jPWcumCy7ij5KViisTT
xIRk0SQq6bEw3y7cYsgy8HMMfxiJ/PaleTr8788E5GOD/3+tqd5UF9TLp24ypaH9
6nB/VXjf22u5SAN/kqoUjYR4hJXd6N9Ww6JwTylF1DUMNqhEEeCNZv2dKPBEpvM4
w5amKhV1cG7TrPnGAjBS7fTHxVwux0kEyCRd0E4JMO6SzqrPBCF3iq5+1u+d9fEV
14mnb+qpS+PMNy9PwUpon0bUptN/Ok4OuzaWe/A0Ga/TIqifhYNDmQvjFIKmsQFx
+bZMMSu8DByJcdk39nGeIRxRlKXVo24UoFPN6nKVRRPLoxMlK1onttNKQwPK56Vs
GBFYFg7iKMY7fUuZB4pk5+cIolhnuByuedkVR7O39AUT01n/Xes=
=d2BF
-----END PGP SIGNATURE-----
pgpsxZ9g5XkTc.pgp
Description: PGP signature
--- End Message ---