Your message dated Mon, 16 Dec 2024 15:31:18 +0000
with message-id <e1tnd42-000rm9...@fasolo.debian.org>
and subject line Bug#1090149: fixed in python-microversion-parse 1.0.1-3
has caused the Debian Bug report #1090149,
regarding python-microversion-parse: FTBFS: ERROR: Invalid value `None` in
intersphinx_mapping['https://docs.python.org/']. Expected a two-element tuple
or list.
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.)
--
1090149: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1090149
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-microversion-parse
Version: 1.0.1-2
Severity: serious
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules build
make: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
dh build --with python3,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.13 setup.py config
/usr/lib/python3/dist-packages/setuptools/dist.py:491:
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'description-file' will not be supported in
future
versions. Please use the underscore name 'description_file' instead.
[... snipped ...]
{1}
microversion_parse.tests.test_get_version.TestStandardHeader.test_match_extra_whitespace
[0.000081s] ... ok
{1}
microversion_parse.tests.test_get_version.TestStandardHeader.test_match_multiple_same_service
[0.000079s] ... ok
{1}
microversion_parse.tests.test_get_version.TestStandardHeader.test_simple_match
[0.000079s] ... ok
{1}
microversion_parse.tests.test_headers_from_wsgi_environ.TestHeadersFromWSGIEnviron.test_get_version_from_environ
[0.000087s] ... ok
{1}
microversion_parse.tests.test_headers_from_wsgi_environ.TestHeadersFromWSGIEnviron.test_get_version_from_environ_legacy
[0.000090s] ... ok
{1} microversion_parse.tests.test_webob.TestWebobHeaders.test_simple_match
[0.000089s] ... ok
======
Totals
======
Ran: 48 tests in 0.0110 sec.
- Passed: 48
- Skipped: 0
- Expected Fail: 0
- Unexpected Success: 0
- Failed: 0
Sum of execute time for each test: 0.0031 sec.
==============
Worker Balance
==============
- Worker 0 (24 tests) => 0:00:00.001324
- Worker 1 (24 tests) => 0:00:00.005857
create-stamp debian/debhelper-build-stamp
fakeroot debian/rules binary
make: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
dh binary --with python3,sphinxdoc --buildsystem=pybuild
dh_testroot -O--buildsystem=pybuild
dh_prep -O--buildsystem=pybuild
dh_auto_install -O--buildsystem=pybuild
I: pybuild base:311: /usr/bin/python3.13 setup.py install --root
/<<PKGBUILDDIR>>/debian/python3-microversion-parse
/usr/lib/python3/dist-packages/setuptools/dist.py:491:
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'description-file' will not be supported in
future
versions. Please use the underscore name 'description_file' instead.
By 2025-Mar-03, you need to update your project and remove deprecated
calls
or your builds will no longer be supported.
See
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3/dist-packages/setuptools/dist.py:491:
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'author-email' will not be supported in future
versions. Please use the underscore name 'author_email' instead.
By 2025-Mar-03, you need to update your project and remove deprecated
calls
or your builds will no longer be supported.
See
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3/dist-packages/setuptools/dist.py:491:
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'home-page' will not be supported in future
versions. Please use the underscore name 'home_page' instead.
By 2025-Mar-03, you need to update your project and remove deprecated
calls
or your builds will no longer be supported.
See
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3/dist-packages/setuptools/dist.py:491:
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'python-requires' will not be supported in
future
versions. Please use the underscore name 'python_requires' instead.
By 2025-Mar-03, you need to update your project and remove deprecated
calls
or your builds will no longer be supported.
See
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller:
setuptools.installer and fetch_build_eggs are deprecated.
!!
********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
********************************************************************************
!!
dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3/dist-packages/setuptools/command/develop.py:41:
EasyInstallDeprecationWarning: easy_install command is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` and ``easy_install``.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://github.com/pypa/setuptools/issues/917 for details.
********************************************************************************
!!
easy_install.initialize_options(self)
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66:
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()
/usr/lib/python3/dist-packages/pbr/core.py:140: UserWarning: Unknown
distribution option: 'tests_require'
warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/dist.py:491:
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'description-file' will not be supported in
future
versions. Please use the underscore name 'description_file' instead.
By 2025-Mar-03, you need to update your project and remove deprecated
calls
or your builds will no longer be supported.
See
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3/dist-packages/setuptools/dist.py:491:
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'author-email' will not be supported in future
versions. Please use the underscore name 'author_email' instead.
By 2025-Mar-03, you need to update your project and remove deprecated
calls
or your builds will no longer be supported.
See
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3/dist-packages/setuptools/dist.py:491:
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'home-page' will not be supported in future
versions. Please use the underscore name 'home_page' instead.
By 2025-Mar-03, you need to update your project and remove deprecated
calls
or your builds will no longer be supported.
See
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3/dist-packages/setuptools/dist.py:491:
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'python-requires' will not be supported in
future
versions. Please use the underscore name 'python_requires' instead.
By 2025-Mar-03, you need to update your project and remove deprecated
calls
or your builds will no longer be supported.
See
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
running install
[pbr] Generating AUTHORS
[pbr] AUTHORS complete (0.0s)
running build
running build_py
running egg_info
writing microversion_parse.egg-info/PKG-INFO
writing dependency_links to microversion_parse.egg-info/dependency_links.txt
writing requirements to microversion_parse.egg-info/requires.txt
writing top-level names to microversion_parse.egg-info/top_level.txt
[pbr] Reusing existing SOURCES.txt
running install_lib
creating
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages
creating
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/.stestr
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/.stestr/meta.dbm.dir
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/.stestr
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/.stestr/failing
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/.stestr
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/.stestr/meta.dbm.dat
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/.stestr
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/.stestr/times.dbm.dat
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/.stestr
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/.stestr/times.dbm.bak
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/.stestr
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/.stestr/next-stream
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/.stestr
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/.stestr/0 ->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/.stestr
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/.stestr/format
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/.stestr
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/.stestr/times.dbm.dir
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/.stestr
creating
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse
creating
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/tests/test_extract_version.py
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests
creating
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/tests/__pycache__/test_headers_from_wsgi_environ.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/tests/__pycache__/test_extract_version.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/tests/__pycache__/test_webob.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/tests/__pycache__/test_middleware.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/tests/__pycache__/test_get_version.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/tests/__pycache__/__init__.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/tests/test_webob.py
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/tests/test_get_version.py
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/tests/test_headers_from_wsgi_environ.py
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/tests/__init__.py
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/tests/test_middleware.py
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests
creating
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/__pycache__/middleware.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/__pycache__/__init__.cpython-313.pyc
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/__init__.py
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/middleware.py
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests/test_extract_version.py
to test_extract_version.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests/test_webob.py
to test_webob.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests/test_get_version.py
to test_get_version.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests/test_headers_from_wsgi_environ.py
to test_headers_from_wsgi_environ.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests/__init__.py
to __init__.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests/test_middleware.py
to test_middleware.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/__init__.py
to __init__.cpython-313.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/middleware.py
to middleware.cpython-313.pyc
running install_egg_info
Copying microversion_parse.egg-info to
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse-1.0.1.egg-info
Skipping SOURCES.txt
running install_scripts
I: pybuild base:311: /usr/bin/python3 setup.py install --root
/<<PKGBUILDDIR>>/debian/python3-microversion-parse
/usr/lib/python3/dist-packages/setuptools/dist.py:491:
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'description-file' will not be supported in
future
versions. Please use the underscore name 'description_file' instead.
By 2025-Mar-03, you need to update your project and remove deprecated
calls
or your builds will no longer be supported.
See
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3/dist-packages/setuptools/dist.py:491:
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'author-email' will not be supported in future
versions. Please use the underscore name 'author_email' instead.
By 2025-Mar-03, you need to update your project and remove deprecated
calls
or your builds will no longer be supported.
See
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3/dist-packages/setuptools/dist.py:491:
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'home-page' will not be supported in future
versions. Please use the underscore name 'home_page' instead.
By 2025-Mar-03, you need to update your project and remove deprecated
calls
or your builds will no longer be supported.
See
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3/dist-packages/setuptools/dist.py:491:
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'python-requires' will not be supported in
future
versions. Please use the underscore name 'python_requires' instead.
By 2025-Mar-03, you need to update your project and remove deprecated
calls
or your builds will no longer be supported.
See
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller:
setuptools.installer and fetch_build_eggs are deprecated.
!!
********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
********************************************************************************
!!
dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3/dist-packages/setuptools/command/develop.py:41:
EasyInstallDeprecationWarning: easy_install command is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` and ``easy_install``.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://github.com/pypa/setuptools/issues/917 for details.
********************************************************************************
!!
easy_install.initialize_options(self)
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66:
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()
/usr/lib/python3/dist-packages/pbr/core.py:140: UserWarning: Unknown
distribution option: 'tests_require'
warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/dist.py:491:
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'description-file' will not be supported in
future
versions. Please use the underscore name 'description_file' instead.
By 2025-Mar-03, you need to update your project and remove deprecated
calls
or your builds will no longer be supported.
See
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3/dist-packages/setuptools/dist.py:491:
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'author-email' will not be supported in future
versions. Please use the underscore name 'author_email' instead.
By 2025-Mar-03, you need to update your project and remove deprecated
calls
or your builds will no longer be supported.
See
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3/dist-packages/setuptools/dist.py:491:
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'home-page' will not be supported in future
versions. Please use the underscore name 'home_page' instead.
By 2025-Mar-03, you need to update your project and remove deprecated
calls
or your builds will no longer be supported.
See
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3/dist-packages/setuptools/dist.py:491:
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'python-requires' will not be supported in
future
versions. Please use the underscore name 'python_requires' instead.
By 2025-Mar-03, you need to update your project and remove deprecated
calls
or your builds will no longer be supported.
See
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for
details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
running install
[pbr] Generating AUTHORS
[pbr] AUTHORS complete (0.0s)
running build
running build_py
running egg_info
writing microversion_parse.egg-info/PKG-INFO
writing dependency_links to microversion_parse.egg-info/dependency_links.txt
writing requirements to microversion_parse.egg-info/requires.txt
writing top-level names to microversion_parse.egg-info/top_level.txt
[pbr] Reusing existing SOURCES.txt
running install_lib
creating
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages
creating
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/.stestr
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/.stestr/meta.dbm.dir
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/.stestr
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/.stestr/failing
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/.stestr
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/.stestr/meta.dbm.dat
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/.stestr
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/.stestr/times.dbm.dat
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/.stestr
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/.stestr/times.dbm.bak
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/.stestr
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/.stestr/next-stream
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/.stestr
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/.stestr/0 ->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/.stestr
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/.stestr/format
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/.stestr
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/.stestr/times.dbm.dir
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/.stestr
creating
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse
creating
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/tests/test_extract_version.py
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests
creating
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/tests/__pycache__/test_webob.cpython-312.pyc
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/tests/__pycache__/test_middleware.cpython-312.pyc
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/tests/__pycache__/__init__.cpython-312.pyc
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/tests/__pycache__/test_headers_from_wsgi_environ.cpython-312.pyc
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/tests/__pycache__/test_get_version.cpython-312.pyc
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/tests/__pycache__/test_extract_version.cpython-312.pyc
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/tests/test_webob.py
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/tests/test_get_version.py
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/tests/test_headers_from_wsgi_environ.py
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/tests/__init__.py
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/tests/test_middleware.py
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests
creating
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/__pycache__/middleware.cpython-312.pyc
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/__pycache__/__init__.cpython-312.pyc
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/__pycache__
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/__init__.py
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse
copying
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/middleware.py
->
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests/test_extract_version.py
to test_extract_version.cpython-312.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests/test_webob.py
to test_webob.cpython-312.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests/test_get_version.py
to test_get_version.cpython-312.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests/test_headers_from_wsgi_environ.py
to test_headers_from_wsgi_environ.cpython-312.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests/__init__.py
to __init__.cpython-312.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests/test_middleware.py
to test_middleware.cpython-312.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/__init__.py
to __init__.cpython-312.pyc
byte-compiling
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/middleware.py
to middleware.cpython-312.pyc
running install_egg_info
Copying microversion_parse.egg-info to
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse-1.0.1.egg-info
Skipping SOURCES.txt
running install_scripts
dh_installdocs -O--buildsystem=pybuild
debian/rules override_dh_sphinxdoc
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[1]: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
python3 -m sphinx -b html doc/source
debian/python-microversion-parse-doc/usr/share/doc/python-microversion-parse-doc/html
Running Sphinx v8.1.3
WARNING: Invalid configuration value found: 'language = None'. Update your
configuration to a valid language code. Falling back to 'en' (English).
loading translations [en]... done
[openstackdocstheme] version: 3.2.0
[openstackdocstheme] connecting html-page-context event handler
making output directory... done
[openstackdocstheme] overriding configured project name (microversion-parse)
with name extracted from the package (microversion_parse); you can disable this
behavior with the 'openstackdocs_auto_name' option
Converting `source_suffix = '.rst'` to `source_suffix = {'.rst':
'restructuredtext'}`.
ERROR: Invalid value `None` in intersphinx_mapping['https://docs.python.org/'].
Expected a two-element tuple or list.
Configuration error:
Invalid `intersphinx_mapping` configuration (1 error).
make[1]: *** [debian/rules:12: override_dh_sphinxdoc] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: binary] Error 2
dpkg-buildpackage: error: fakeroot 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/202412/
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 affects, so that this is still visible in the BTS web
page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: python-microversion-parse
Source-Version: 1.0.1-3
Done: Thomas Goirand <z...@debian.org>
We believe that the bug you reported is fixed in the latest version of
python-microversion-parse, 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 1090...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated python-microversion-parse
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: SHA256
Format: 1.8
Date: Mon, 16 Dec 2024 16:00:33 +0100
Source: python-microversion-parse
Architecture: source
Version: 1.0.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Closes: 1090149
Changes:
python-microversion-parse (1.0.1-3) unstable; urgency=medium
.
* Add remove-intersphinx.patch (Closes: #1090149).
Checksums-Sha1:
ffc207c7f77a02fec539e2c17b147ca1aa7a4a18 2585
python-microversion-parse_1.0.1-3.dsc
a133b76ca4c51ab559a3ce5696e2064b26fd3fc9 3044
python-microversion-parse_1.0.1-3.debian.tar.xz
d3bf8932b3ab5da0a19fcd01752347bffde720cf 10723
python-microversion-parse_1.0.1-3_amd64.buildinfo
Checksums-Sha256:
94efa691669694489e7f35b6a295156187553063989d98e40741340425ca94fd 2585
python-microversion-parse_1.0.1-3.dsc
3688197a07861eb3906f213c5f655f03ccbcb69d9c1dd622d3ac7378c6be08f6 3044
python-microversion-parse_1.0.1-3.debian.tar.xz
fcdfe4584fd5167e2c5479b4593625c8679e7301b1733ef72f0031e25233c397 10723
python-microversion-parse_1.0.1-3_amd64.buildinfo
Files:
5eb2313014f436c2d4082fa077cf5fb8 2585 python optional
python-microversion-parse_1.0.1-3.dsc
c49abffa3686c4126b8d7ef9531da204 3044 python optional
python-microversion-parse_1.0.1-3.debian.tar.xz
d27d58f21b4fcb9fc83df60e40d55e69 10723 python optional
python-microversion-parse_1.0.1-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmdgQVQACgkQ1BatFaxr
Q/78qg//Wg897jZWAblWttuWKIb834lQHh4KDWR3MYr0D52L+KtH8XK1+ZOEWWfv
Q/QdunLwV9A/TUk849BqmY14m7OAS/xyNoxjJD1OozV0axinS1QnGU41+/GRzzWR
7B7XZdwRI68Yk7e5NVy9J0w9VRHvuf3Eu4DzpVw3UyqgzdzyrhJbRTNjUpaoAdhp
PPwIi7KdiUx2apgj48dx20E9UwQeoU11B9gwcEMpRifXUzM+epig973r9iM43EcW
rw6brES/lCic3Wo/T4E/RyIF8SggKADlCyR0rQLJvvX7x3ZSLzvgyIdznxLh5+bG
zwa9tfg6veqE2DgTSim/rv6ZexjS4ve+t1uQ51Mjt/O2poaRzmv3Hl9YPyhIid+B
ElmBg++I+Iq+DS3kG+xWEDLgE2wdboD+Uglv2s3MKa9nsdOksoOFcFQf7BRkMIpY
HFNmwB8zEdSwYWFZG6VsjJlD8vAm1QRga1iH6ubV0OH9rpA4EeblnyyRZ/nadvXg
7R+hSF+HOCvEidFW73OH5I/TEhVAxr3GiqyDETRiq9DkBd1Ch13M/Gxpo8oAPACK
b3z80/tX+vemGUZuG7KFllUXtJwYbsYiqL84Zb0MN5/mm0OlsgBjptaZ1MA1QSkX
zgysvUnjJPmwrlcuFK53pUb6r6Nbw0705WWZANoBCC9IrYCDJO4=
=gXv6
-----END PGP SIGNATURE-----
pgpoy4FEGMl_N.pgp
Description: PGP signature
--- End Message ---