Your message dated Thu, 06 Nov 2025 22:29:56 +0000
with message-id <[email protected]>
and subject line Bug#1114305: fixed in python-gitlab 1:4.9.0-1.1
has caused the Debian Bug report #1114305,
regarding python-gitlab: FTBFS: dpkg-buildpackage: error: debian/rules binary
subprocess returned exit status 2
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 [email protected]
immediately.)
--
1114305: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114305
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-gitlab
Version: 1:4.9.0-1
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build.
Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202509/
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-gitlab, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --with sphinxdoc --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
pybuild --clean -i python{version} -p 3.13
rm -rf .pybuild/
find . -name \*.pyc -exec rm {} \;
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
rm -f debian/debhelper-build-stamp
rm -rf debian/.debhelper/
rm -f -- debian/python-gitlab-doc.substvars
debian/python3-gitlab.substvars debian/gitlab-cli.substvars debian/files
rm -fr -- debian/python-gitlab-doc/ debian/tmp/ debian/python3-gitlab/
debian/gitlab-cli/
find . \( \( \
\( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path
.\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o
-type f -a \
\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
-o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
-o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
-o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
\) -exec rm -f {} + \) -o \
\( -type d -a \( -name autom4te.cache -o -name __pycache__ \)
-prune -exec rm -rf {} + \) \)
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
pybuild --configure -i python{version} -p 3.13
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build
pybuild --build -i python{version} -p 3.13
I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build"
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_gitlab
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82:
SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
********************************************************************************
Please use a simple string containing a SPDX expression for
`project.license`. You can also use `project.license-files`. (Both options
available on setuptools>=77.0.0).
By 2026-Feb-18, you need to update your project and remove deprecated
calls
or your builds will no longer be supported.
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
corresp(dist, value, root_dir)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:61:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX
license expression:
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
dist._finalize_license_expression()
/usr/lib/python3/dist-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX
license expression:
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/gitlab
copying gitlab/exceptions.py -> build/lib/gitlab
copying gitlab/config.py -> build/lib/gitlab
copying gitlab/base.py -> build/lib/gitlab
copying gitlab/types.py -> build/lib/gitlab
copying gitlab/mixins.py -> build/lib/gitlab
copying gitlab/const.py -> build/lib/gitlab
copying gitlab/_version.py -> build/lib/gitlab
copying gitlab/utils.py -> build/lib/gitlab
copying gitlab/client.py -> build/lib/gitlab
copying gitlab/cli.py -> build/lib/gitlab
copying gitlab/__main__.py -> build/lib/gitlab
copying gitlab/__init__.py -> build/lib/gitlab
creating build/lib/gitlab/v4
copying gitlab/v4/cli.py -> build/lib/gitlab/v4
copying gitlab/v4/__init__.py -> build/lib/gitlab/v4
creating build/lib/gitlab/_backends
copying gitlab/_backends/protocol.py -> build/lib/gitlab/_backends
copying gitlab/_backends/requests_backend.py -> build/lib/gitlab/_backends
copying gitlab/_backends/__init__.py -> build/lib/gitlab/_backends
creating build/lib/gitlab/v4/objects
copying gitlab/v4/objects/discussions.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/releases.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/personal_access_tokens.py ->
build/lib/gitlab/v4/objects
copying gitlab/v4/objects/groups.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/group_access_tokens.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/export_import.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/features.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/repositories.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/notes.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/job_token_scope.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/merge_requests.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/environments.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/runners.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/pages.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/artifacts.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/ldap.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/epics.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/iterations.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/wikis.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/milestones.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/clusters.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/notification_settings.py ->
build/lib/gitlab/v4/objects
copying gitlab/v4/objects/broadcast_messages.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/topics.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/ci_lint.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/deploy_keys.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/appearance.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/push_rules.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/users.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/service_accounts.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/namespaces.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/registry_protection_rules.py ->
build/lib/gitlab/v4/objects
copying gitlab/v4/objects/members.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/labels.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/keys.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/tags.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/access_requests.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/cluster_agents.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/audit_events.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/bulk_imports.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/templates.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/geo_nodes.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/files.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/merge_trains.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/secure_files.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/project_access_tokens.py ->
build/lib/gitlab/v4/objects
copying gitlab/v4/objects/boards.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/award_emojis.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/hooks.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/issues.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/sidekiq.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/triggers.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/badges.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/variables.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/package_protection_rules.py ->
build/lib/gitlab/v4/objects
copying gitlab/v4/objects/projects.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/events.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/pipelines.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/resource_groups.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/invitations.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/jobs.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/container_registry.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/deploy_tokens.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/reviewers.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/snippets.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/draft_notes.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/custom_attributes.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/applications.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/integrations.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/merge_request_approvals.py ->
build/lib/gitlab/v4/objects
copying gitlab/v4/objects/settings.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/deployments.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/commits.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/todos.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/__init__.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/branches.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/statistics.py -> build/lib/gitlab/v4/objects
copying gitlab/v4/objects/packages.py -> build/lib/gitlab/v4/objects
running egg_info
creating python_gitlab.egg-info
writing python_gitlab.egg-info/PKG-INFO
writing dependency_links to python_gitlab.egg-info/dependency_links.txt
writing entry points to python_gitlab.egg-info/entry_points.txt
writing requirements to python_gitlab.egg-info/requires.txt
writing top-level names to python_gitlab.egg-info/top_level.txt
writing manifest file 'python_gitlab.egg-info/SOURCES.txt'
reading manifest file 'python_gitlab.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'COPYING'
adding license file 'AUTHORS'
writing manifest file 'python_gitlab.egg-info/SOURCES.txt'
copying gitlab/py.typed -> build/lib/gitlab
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/gitlab
copying build/lib/gitlab/exceptions.py ->
build/bdist.linux-x86_64/wheel/./gitlab
copying build/lib/gitlab/config.py -> build/bdist.linux-x86_64/wheel/./gitlab
copying build/lib/gitlab/base.py -> build/bdist.linux-x86_64/wheel/./gitlab
copying build/lib/gitlab/types.py -> build/bdist.linux-x86_64/wheel/./gitlab
copying build/lib/gitlab/mixins.py -> build/bdist.linux-x86_64/wheel/./gitlab
copying build/lib/gitlab/py.typed -> build/bdist.linux-x86_64/wheel/./gitlab
copying build/lib/gitlab/const.py -> build/bdist.linux-x86_64/wheel/./gitlab
creating build/bdist.linux-x86_64/wheel/gitlab/v4
creating build/bdist.linux-x86_64/wheel/gitlab/v4/objects
copying build/lib/gitlab/v4/objects/discussions.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/releases.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/personal_access_tokens.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/groups.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/group_access_tokens.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/export_import.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/features.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/repositories.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/notes.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/job_token_scope.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/merge_requests.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/environments.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/runners.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/pages.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/artifacts.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/ldap.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/epics.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/iterations.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/wikis.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/milestones.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/clusters.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/notification_settings.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/broadcast_messages.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/topics.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/ci_lint.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/deploy_keys.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/appearance.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/push_rules.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/users.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/service_accounts.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/namespaces.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/registry_protection_rules.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/members.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/labels.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/keys.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/tags.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/access_requests.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/cluster_agents.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/audit_events.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/bulk_imports.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/templates.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/geo_nodes.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/files.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/merge_trains.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/secure_files.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/project_access_tokens.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/boards.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/award_emojis.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/hooks.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/issues.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/sidekiq.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/triggers.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/badges.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/variables.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/package_protection_rules.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/projects.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/events.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/pipelines.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/resource_groups.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/invitations.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/jobs.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/container_registry.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/deploy_tokens.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/reviewers.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/snippets.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/draft_notes.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/custom_attributes.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/applications.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/integrations.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/merge_request_approvals.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/settings.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/deployments.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/commits.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/todos.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/__init__.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/branches.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/statistics.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/objects/packages.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4/objects
copying build/lib/gitlab/v4/cli.py -> build/bdist.linux-x86_64/wheel/./gitlab/v4
copying build/lib/gitlab/v4/__init__.py ->
build/bdist.linux-x86_64/wheel/./gitlab/v4
copying build/lib/gitlab/_version.py -> build/bdist.linux-x86_64/wheel/./gitlab
copying build/lib/gitlab/utils.py -> build/bdist.linux-x86_64/wheel/./gitlab
copying build/lib/gitlab/client.py -> build/bdist.linux-x86_64/wheel/./gitlab
copying build/lib/gitlab/cli.py -> build/bdist.linux-x86_64/wheel/./gitlab
copying build/lib/gitlab/__main__.py -> build/bdist.linux-x86_64/wheel/./gitlab
creating build/bdist.linux-x86_64/wheel/gitlab/_backends
copying build/lib/gitlab/_backends/protocol.py ->
build/bdist.linux-x86_64/wheel/./gitlab/_backends
copying build/lib/gitlab/_backends/requests_backend.py ->
build/bdist.linux-x86_64/wheel/./gitlab/_backends
copying build/lib/gitlab/_backends/__init__.py ->
build/bdist.linux-x86_64/wheel/./gitlab/_backends
copying build/lib/gitlab/__init__.py -> build/bdist.linux-x86_64/wheel/./gitlab
running install_egg_info
Copying python_gitlab.egg-info to
build/bdist.linux-x86_64/wheel/./python_gitlab-4.9.0.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/python_gitlab-4.9.0.dist-info/WHEEL
creating
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_gitlab/.tmp-nq_w4158/python_gitlab-4.9.0-py3-none-any.whl'
and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'gitlab/__init__.py'
adding 'gitlab/__main__.py'
adding 'gitlab/_version.py'
adding 'gitlab/base.py'
adding 'gitlab/cli.py'
adding 'gitlab/client.py'
adding 'gitlab/config.py'
adding 'gitlab/const.py'
adding 'gitlab/exceptions.py'
adding 'gitlab/mixins.py'
adding 'gitlab/py.typed'
adding 'gitlab/types.py'
adding 'gitlab/utils.py'
adding 'gitlab/_backends/__init__.py'
adding 'gitlab/_backends/protocol.py'
adding 'gitlab/_backends/requests_backend.py'
adding 'gitlab/v4/__init__.py'
adding 'gitlab/v4/cli.py'
adding 'gitlab/v4/objects/__init__.py'
adding 'gitlab/v4/objects/access_requests.py'
adding 'gitlab/v4/objects/appearance.py'
adding 'gitlab/v4/objects/applications.py'
adding 'gitlab/v4/objects/artifacts.py'
adding 'gitlab/v4/objects/audit_events.py'
adding 'gitlab/v4/objects/award_emojis.py'
adding 'gitlab/v4/objects/badges.py'
adding 'gitlab/v4/objects/boards.py'
adding 'gitlab/v4/objects/branches.py'
adding 'gitlab/v4/objects/broadcast_messages.py'
adding 'gitlab/v4/objects/bulk_imports.py'
adding 'gitlab/v4/objects/ci_lint.py'
adding 'gitlab/v4/objects/cluster_agents.py'
adding 'gitlab/v4/objects/clusters.py'
adding 'gitlab/v4/objects/commits.py'
adding 'gitlab/v4/objects/container_registry.py'
adding 'gitlab/v4/objects/custom_attributes.py'
adding 'gitlab/v4/objects/deploy_keys.py'
adding 'gitlab/v4/objects/deploy_tokens.py'
adding 'gitlab/v4/objects/deployments.py'
adding 'gitlab/v4/objects/discussions.py'
adding 'gitlab/v4/objects/draft_notes.py'
adding 'gitlab/v4/objects/environments.py'
adding 'gitlab/v4/objects/epics.py'
adding 'gitlab/v4/objects/events.py'
adding 'gitlab/v4/objects/export_import.py'
adding 'gitlab/v4/objects/features.py'
adding 'gitlab/v4/objects/files.py'
adding 'gitlab/v4/objects/geo_nodes.py'
adding 'gitlab/v4/objects/group_access_tokens.py'
adding 'gitlab/v4/objects/groups.py'
adding 'gitlab/v4/objects/hooks.py'
adding 'gitlab/v4/objects/integrations.py'
adding 'gitlab/v4/objects/invitations.py'
adding 'gitlab/v4/objects/issues.py'
adding 'gitlab/v4/objects/iterations.py'
adding 'gitlab/v4/objects/job_token_scope.py'
adding 'gitlab/v4/objects/jobs.py'
adding 'gitlab/v4/objects/keys.py'
adding 'gitlab/v4/objects/labels.py'
adding 'gitlab/v4/objects/ldap.py'
adding 'gitlab/v4/objects/members.py'
adding 'gitlab/v4/objects/merge_request_approvals.py'
adding 'gitlab/v4/objects/merge_requests.py'
adding 'gitlab/v4/objects/merge_trains.py'
adding 'gitlab/v4/objects/milestones.py'
adding 'gitlab/v4/objects/namespaces.py'
adding 'gitlab/v4/objects/notes.py'
adding 'gitlab/v4/objects/notification_settings.py'
adding 'gitlab/v4/objects/package_protection_rules.py'
adding 'gitlab/v4/objects/packages.py'
adding 'gitlab/v4/objects/pages.py'
adding 'gitlab/v4/objects/personal_access_tokens.py'
adding 'gitlab/v4/objects/pipelines.py'
adding 'gitlab/v4/objects/project_access_tokens.py'
adding 'gitlab/v4/objects/projects.py'
adding 'gitlab/v4/objects/push_rules.py'
adding 'gitlab/v4/objects/registry_protection_rules.py'
adding 'gitlab/v4/objects/releases.py'
adding 'gitlab/v4/objects/repositories.py'
adding 'gitlab/v4/objects/resource_groups.py'
adding 'gitlab/v4/objects/reviewers.py'
adding 'gitlab/v4/objects/runners.py'
adding 'gitlab/v4/objects/secure_files.py'
adding 'gitlab/v4/objects/service_accounts.py'
adding 'gitlab/v4/objects/settings.py'
adding 'gitlab/v4/objects/sidekiq.py'
adding 'gitlab/v4/objects/snippets.py'
adding 'gitlab/v4/objects/statistics.py'
adding 'gitlab/v4/objects/tags.py'
adding 'gitlab/v4/objects/templates.py'
adding 'gitlab/v4/objects/todos.py'
adding 'gitlab/v4/objects/topics.py'
adding 'gitlab/v4/objects/triggers.py'
adding 'gitlab/v4/objects/users.py'
adding 'gitlab/v4/objects/variables.py'
adding 'gitlab/v4/objects/wikis.py'
adding 'python_gitlab-4.9.0.dist-info/licenses/AUTHORS'
adding 'python_gitlab-4.9.0.dist-info/licenses/COPYING'
adding 'python_gitlab-4.9.0.dist-info/METADATA'
adding 'python_gitlab-4.9.0.dist-info/WHEEL'
adding 'python_gitlab-4.9.0.dist-info/entry_points.txt'
adding 'python_gitlab-4.9.0.dist-info/top_level.txt'
adding 'python_gitlab-4.9.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built python_gitlab-4.9.0-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with
"installer" module
PYTHONPATH=. http_proxy='http://127.0.0.1:9/' python3 -m sphinx -N -E -bhtml
docs build/html
Running Sphinx v8.2.3
loading translations [en]... done
Versions
========
* Platform: linux;
(Linux-6.12.41+deb13-cloud-amd64-x86_64-with-glibc2.41)
* Python version: 3.13.7 (CPython)
* Sphinx version: 8.2.3
* Docutils version: 0.21.2
* Jinja2 version: 3.1.6
* Pygments version: 2.18.0
Last Messages
=============
None.
Loaded Extensions
=================
None.
Traceback
=========
File "/<<PKGBUILDDIR>>/docs/ext/docstrings.py", line 25, in setup
for name, (default, rebuild) in conf.items():
^^^^^^^^^^
AttributeError: 'tuple' object has no attribute 'items'
The full traceback has been saved in:
/tmp/sphinx-err-os50_qvz.log
To report this error to the developers, please open an issue at
<https://github.com/sphinx-doc/sphinx/issues/>. Thanks!
Please also report this if it was a user error, so that a better error message
can be provided next time.
make[1]: *** [debian/rules:15: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: python-gitlab
Source-Version: 1:4.9.0-1.1
Done: Adrian Bunk <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-gitlab, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Adrian Bunk <[email protected]> (supplier of updated python-gitlab 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 22 Oct 2025 21:18:56 +0300
Source: python-gitlab
Architecture: source
Version: 1:4.9.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Federico Ceratto <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1114305
Changes:
python-gitlab (1:4.9.0-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Backport upstream fix for FTBFS with sphinx 8.2 (Closes: #1114305)
Checksums-Sha1:
926e4406b529455ae24128a48d94bc403d621649 2366 python-gitlab_4.9.0-1.1.dsc
0c68a4a9b324d8805b65dbcca9ecde40b4cf5778 5592
python-gitlab_4.9.0-1.1.debian.tar.xz
Checksums-Sha256:
94fe33bb22f9fc22e3eb7e07212d04eab01fdd49df80b62042d9e9792c124994 2366
python-gitlab_4.9.0-1.1.dsc
04969813c830384eb0a855c2fd8b4ce3624f2d912203b483db31df9365bf665b 5592
python-gitlab_4.9.0-1.1.debian.tar.xz
Files:
ffcb0e7b4227bdcf13f6c778813812b5 2366 python optional
python-gitlab_4.9.0-1.1.dsc
94e315639ced9c14367f654777930bd8 5592 python optional
python-gitlab_4.9.0-1.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmj5I6kACgkQiNJCh6LY
mLFHTA//XXhi1fXCKYqfZwfxxjlYpUIZdk0F5mMiVt/jTCEhC92+c3Frl+fjtLno
zXq8Jqu/Q8GOB1onZHE07N9MVt7Snw3TCCllgBhXqwPCq+CXvSZxM/NUeKV6kELd
3f0YlignKREg43VUQZwJeg2LFJX0TDe2WVPL9r3FdwIXxQpkMlpsh4zw994Jz0R8
mxYD1gtyqInBG0YUKxQYo03o/ricoulbfGYbeLCbkb/1dWofEcxCPaT6lJgRcaAz
/Fe73DudhLxJyii5kYL9VMntMWggZ+xL9tn1tzW66+Eryab3C15N7P+N3pAwcEwg
QeFqwkpk5a2i1xLv+8/0BYubcqZwfkT8QVk9ekpywq2wqXRohqsnznbmXHnGMRrJ
D7pKTNNcDVzFBJw7WyG9R3W8O3aTSvb2kNdMYZKI0bOBMQpqvN5Rk2Uo/vsrJbYq
xMI/hLx4S7bbqPFDBL8UaSygJpmutaPM72Ea6RE8b6u37RIKHfwyGkIwwnRISoNt
blz3EIZuadbnN80tn7y3yCgZoDpyQqrpVC05GNb5cexcY7Up+1FXTE8AVCGbb2dR
dXsL1noUTwEq7buJkZgV/wGu2MQHkOyHMiFf4cxm97O74OYQ9iFYio/ZBXbLaium
5SdCZd8lqzw/Lg+oIPGLOakJFafhD0G4hrk3+7f5NDDE8jQ8a58=
=BWfx
-----END PGP SIGNATURE-----
pgpd3eHYLWbcK.pgp
Description: PGP signature
--- End Message ---