Your message dated Sun, 23 Jun 2024 16:36:38 +0000
with message-id <e1slqck-00bbv4...@fasolo.debian.org>
and subject line Bug#1073359: fixed in python-jira 3.5.2-3
has caused the Debian Bug report #1073359,
regarding python-jira: FTBFS: ModuleNotFoundError: No module named
'typing_extensions'
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.)
--
1073359: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073359
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-jira
Version: 3.5.2-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240615 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_build
> I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build"
> module
> I: pybuild base:311: python3.12 -m build --skip-dependency-check
> --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_jira
> * Building wheel...
> running bdist_wheel
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/tests
> copying tests/__init__.py -> build/lib/tests
> copying tests/tests.py -> build/lib/tests
> copying tests/test_client.py -> build/lib/tests
> copying tests/test_shell.py -> build/lib/tests
> copying tests/test_resilientsession.py -> build/lib/tests
> copying tests/conftest.py -> build/lib/tests
> copying tests/test_exceptions.py -> build/lib/tests
> copying tests/test_qsh.py -> build/lib/tests
> creating build/lib/jira
> copying jira/resources.py -> build/lib/jira
> copying jira/__init__.py -> build/lib/jira
> copying jira/exceptions.py -> build/lib/jira
> copying jira/jirashell.py -> build/lib/jira
> copying jira/resilientsession.py -> build/lib/jira
> copying jira/client.py -> build/lib/jira
> copying jira/config.py -> build/lib/jira
> creating build/lib/tests/resources
> copying tests/resources/test_issue_link_type.py -> build/lib/tests/resources
> copying tests/resources/test_generic_resource.py -> build/lib/tests/resources
> copying tests/resources/__init__.py -> build/lib/tests/resources
> copying tests/resources/test_group.py -> build/lib/tests/resources
> copying tests/resources/test_comment.py -> build/lib/tests/resources
> copying tests/resources/test_watchers.py -> build/lib/tests/resources
> copying tests/resources/test_role.py -> build/lib/tests/resources
> copying tests/resources/test_sprint.py -> build/lib/tests/resources
> copying tests/resources/test_attachment.py -> build/lib/tests/resources
> copying tests/resources/test_customer.py -> build/lib/tests/resources
> copying tests/resources/test_epic.py -> build/lib/tests/resources
> copying tests/resources/test_issue_type_scheme_associations.py ->
> build/lib/tests/resources
> copying tests/resources/test_security_level.py -> build/lib/tests/resources
> copying tests/resources/test_filter.py -> build/lib/tests/resources
> copying tests/resources/test_component.py -> build/lib/tests/resources
> copying tests/resources/test_remote_link.py -> build/lib/tests/resources
> copying tests/resources/test_user.py -> build/lib/tests/resources
> copying tests/resources/test_project.py -> build/lib/tests/resources
> copying tests/resources/test_vote.py -> build/lib/tests/resources
> copying tests/resources/test_priority.py -> build/lib/tests/resources
> copying tests/resources/test_request_type.py -> build/lib/tests/resources
> copying tests/resources/test_dashboard.py -> build/lib/tests/resources
> copying tests/resources/test_version.py -> build/lib/tests/resources
> copying tests/resources/test_status_category.py -> build/lib/tests/resources
> copying tests/resources/test_issue_property.py -> build/lib/tests/resources
> copying tests/resources/test_issue.py -> build/lib/tests/resources
> copying tests/resources/test_custom_field_option.py ->
> build/lib/tests/resources
> copying tests/resources/test_status.py -> build/lib/tests/resources
> copying tests/resources/test_board.py -> build/lib/tests/resources
> copying tests/resources/test_worklog.py -> build/lib/tests/resources
> copying tests/resources/test_resolution.py -> build/lib/tests/resources
> copying tests/resources/test_project_statuses.py -> build/lib/tests/resources
> copying tests/resources/test_issue_link.py -> build/lib/tests/resources
> copying tests/resources/test_service_desk.py -> build/lib/tests/resources
> creating build/lib/jira/utils
> copying jira/utils/__init__.py -> build/lib/jira/utils
> running egg_info
> creating jira.egg-info
> writing jira.egg-info/PKG-INFO
> writing dependency_links to jira.egg-info/dependency_links.txt
> writing entry points to jira.egg-info/entry_points.txt
> writing requirements to jira.egg-info/requires.txt
> writing top-level names to jira.egg-info/top_level.txt
> writing manifest file 'jira.egg-info/SOURCES.txt'
> reading manifest file 'jira.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> no previously-included directories found matching '.github'
> warning: no previously-included files found matching 'package-lock.json'
> warning: no previously-included files found matching 'test-requirements.*'
> warning: no previously-included files matching '*.py[co]' found under
> directory '*'
> warning: no previously-included files matching '__pycache__' found under
> directory '*'
> adding license file 'LICENSE'
> adding license file 'AUTHORS.rst'
> writing manifest file 'jira.egg-info/SOURCES.txt'
> copying jira/py.typed -> build/lib/jira
> installing to build/bdist.linux-x86_64/wheel
> running install
> running install_lib
> creating build/bdist.linux-x86_64
> creating build/bdist.linux-x86_64/wheel
> creating build/bdist.linux-x86_64/wheel/tests
> copying build/lib/tests/__init__.py -> build/bdist.linux-x86_64/wheel/tests
> copying build/lib/tests/tests.py -> build/bdist.linux-x86_64/wheel/tests
> copying build/lib/tests/test_client.py -> build/bdist.linux-x86_64/wheel/tests
> copying build/lib/tests/test_shell.py -> build/bdist.linux-x86_64/wheel/tests
> copying build/lib/tests/test_resilientsession.py ->
> build/bdist.linux-x86_64/wheel/tests
> copying build/lib/tests/conftest.py -> build/bdist.linux-x86_64/wheel/tests
> creating build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_issue_link_type.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_generic_resource.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/__init__.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_group.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_comment.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_watchers.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_role.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_sprint.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_attachment.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_customer.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_epic.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_issue_type_scheme_associations.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_security_level.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_filter.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_component.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_remote_link.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_user.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_project.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_vote.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_priority.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_request_type.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_dashboard.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_version.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_status_category.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_issue_property.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_issue.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_custom_field_option.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_status.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_board.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_worklog.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_resolution.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_project_statuses.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_issue_link.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_service_desk.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/test_exceptions.py ->
> build/bdist.linux-x86_64/wheel/tests
> copying build/lib/tests/test_qsh.py -> build/bdist.linux-x86_64/wheel/tests
> creating build/bdist.linux-x86_64/wheel/jira
> copying build/lib/jira/resources.py -> build/bdist.linux-x86_64/wheel/jira
> copying build/lib/jira/__init__.py -> build/bdist.linux-x86_64/wheel/jira
> creating build/bdist.linux-x86_64/wheel/jira/utils
> copying build/lib/jira/utils/__init__.py ->
> build/bdist.linux-x86_64/wheel/jira/utils
> copying build/lib/jira/exceptions.py -> build/bdist.linux-x86_64/wheel/jira
> copying build/lib/jira/jirashell.py -> build/bdist.linux-x86_64/wheel/jira
> copying build/lib/jira/resilientsession.py ->
> build/bdist.linux-x86_64/wheel/jira
> copying build/lib/jira/client.py -> build/bdist.linux-x86_64/wheel/jira
> copying build/lib/jira/py.typed -> build/bdist.linux-x86_64/wheel/jira
> copying build/lib/jira/config.py -> build/bdist.linux-x86_64/wheel/jira
> running install_egg_info
> Copying jira.egg-info to build/bdist.linux-x86_64/wheel/jira-3.5.2.egg-info
> running install_scripts
> creating build/bdist.linux-x86_64/wheel/jira-3.5.2.dist-info/WHEEL
> creating
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_jira/.tmp-dp71dosu/jira-3.5.2-py3-none-any.whl'
> and adding 'build/bdist.linux-x86_64/wheel' to it
> adding 'jira/__init__.py'
> adding 'jira/client.py'
> adding 'jira/config.py'
> adding 'jira/exceptions.py'
> adding 'jira/jirashell.py'
> adding 'jira/py.typed'
> adding 'jira/resilientsession.py'
> adding 'jira/resources.py'
> adding 'jira/utils/__init__.py'
> adding 'tests/__init__.py'
> adding 'tests/conftest.py'
> adding 'tests/test_client.py'
> adding 'tests/test_exceptions.py'
> adding 'tests/test_qsh.py'
> adding 'tests/test_resilientsession.py'
> adding 'tests/test_shell.py'
> adding 'tests/tests.py'
> adding 'tests/resources/__init__.py'
> adding 'tests/resources/test_attachment.py'
> adding 'tests/resources/test_board.py'
> adding 'tests/resources/test_comment.py'
> adding 'tests/resources/test_component.py'
> adding 'tests/resources/test_custom_field_option.py'
> adding 'tests/resources/test_customer.py'
> adding 'tests/resources/test_dashboard.py'
> adding 'tests/resources/test_epic.py'
> adding 'tests/resources/test_filter.py'
> adding 'tests/resources/test_generic_resource.py'
> adding 'tests/resources/test_group.py'
> adding 'tests/resources/test_issue.py'
> adding 'tests/resources/test_issue_link.py'
> adding 'tests/resources/test_issue_link_type.py'
> adding 'tests/resources/test_issue_property.py'
> adding 'tests/resources/test_issue_type_scheme_associations.py'
> adding 'tests/resources/test_priority.py'
> adding 'tests/resources/test_project.py'
> adding 'tests/resources/test_project_statuses.py'
> adding 'tests/resources/test_remote_link.py'
> adding 'tests/resources/test_request_type.py'
> adding 'tests/resources/test_resolution.py'
> adding 'tests/resources/test_role.py'
> adding 'tests/resources/test_security_level.py'
> adding 'tests/resources/test_service_desk.py'
> adding 'tests/resources/test_sprint.py'
> adding 'tests/resources/test_status.py'
> adding 'tests/resources/test_status_category.py'
> adding 'tests/resources/test_user.py'
> adding 'tests/resources/test_version.py'
> adding 'tests/resources/test_vote.py'
> adding 'tests/resources/test_watchers.py'
> adding 'tests/resources/test_worklog.py'
> adding 'jira-3.5.2.dist-info/AUTHORS.rst'
> adding 'jira-3.5.2.dist-info/LICENSE'
> adding 'jira-3.5.2.dist-info/METADATA'
> adding 'jira-3.5.2.dist-info/WHEEL'
> adding 'jira-3.5.2.dist-info/entry_points.txt'
> adding 'jira-3.5.2.dist-info/top_level.txt'
> adding 'jira-3.5.2.dist-info/RECORD'
> removing build/bdist.linux-x86_64/wheel
> Successfully built jira-3.5.2-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with
> "installer" module
> I: pybuild plugin_pyproject:129: Building wheel for python3.11 with "build"
> module
> I: pybuild base:311: python3.11 -m build --skip-dependency-check
> --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_jira
> * Building wheel...
> running bdist_wheel
> running build
> running build_py
> running egg_info
> writing jira.egg-info/PKG-INFO
> writing dependency_links to jira.egg-info/dependency_links.txt
> writing entry points to jira.egg-info/entry_points.txt
> writing requirements to jira.egg-info/requires.txt
> writing top-level names to jira.egg-info/top_level.txt
> reading manifest file 'jira.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> no previously-included directories found matching '.github'
> warning: no previously-included files found matching 'package-lock.json'
> warning: no previously-included files found matching 'test-requirements.*'
> warning: no previously-included files matching '*.py[co]' found under
> directory '*'
> warning: no previously-included files matching '__pycache__' found under
> directory '*'
> adding license file 'LICENSE'
> adding license file 'AUTHORS.rst'
> writing manifest file 'jira.egg-info/SOURCES.txt'
> 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/tests
> copying build/lib/tests/__init__.py -> build/bdist.linux-x86_64/wheel/tests
> copying build/lib/tests/tests.py -> build/bdist.linux-x86_64/wheel/tests
> copying build/lib/tests/test_client.py -> build/bdist.linux-x86_64/wheel/tests
> copying build/lib/tests/test_shell.py -> build/bdist.linux-x86_64/wheel/tests
> copying build/lib/tests/test_resilientsession.py ->
> build/bdist.linux-x86_64/wheel/tests
> copying build/lib/tests/conftest.py -> build/bdist.linux-x86_64/wheel/tests
> creating build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_issue_link_type.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_generic_resource.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/__init__.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_group.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_comment.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_watchers.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_role.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_sprint.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_attachment.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_customer.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_epic.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_issue_type_scheme_associations.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_security_level.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_filter.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_component.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_remote_link.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_user.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_project.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_vote.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_priority.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_request_type.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_dashboard.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_version.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_status_category.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_issue_property.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_issue.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_custom_field_option.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_status.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_board.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_worklog.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_resolution.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_project_statuses.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_issue_link.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/resources/test_service_desk.py ->
> build/bdist.linux-x86_64/wheel/tests/resources
> copying build/lib/tests/test_exceptions.py ->
> build/bdist.linux-x86_64/wheel/tests
> copying build/lib/tests/test_qsh.py -> build/bdist.linux-x86_64/wheel/tests
> creating build/bdist.linux-x86_64/wheel/jira
> copying build/lib/jira/resources.py -> build/bdist.linux-x86_64/wheel/jira
> copying build/lib/jira/__init__.py -> build/bdist.linux-x86_64/wheel/jira
> creating build/bdist.linux-x86_64/wheel/jira/utils
> copying build/lib/jira/utils/__init__.py ->
> build/bdist.linux-x86_64/wheel/jira/utils
> copying build/lib/jira/exceptions.py -> build/bdist.linux-x86_64/wheel/jira
> copying build/lib/jira/jirashell.py -> build/bdist.linux-x86_64/wheel/jira
> copying build/lib/jira/resilientsession.py ->
> build/bdist.linux-x86_64/wheel/jira
> copying build/lib/jira/client.py -> build/bdist.linux-x86_64/wheel/jira
> copying build/lib/jira/py.typed -> build/bdist.linux-x86_64/wheel/jira
> copying build/lib/jira/config.py -> build/bdist.linux-x86_64/wheel/jira
> running install_egg_info
> Copying jira.egg-info to build/bdist.linux-x86_64/wheel/jira-3.5.2.egg-info
> running install_scripts
> creating build/bdist.linux-x86_64/wheel/jira-3.5.2.dist-info/WHEEL
> creating
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_jira/.tmp-hd23nzue/jira-3.5.2-py3-none-any.whl'
> and adding 'build/bdist.linux-x86_64/wheel' to it
> adding 'jira/__init__.py'
> adding 'jira/client.py'
> adding 'jira/config.py'
> adding 'jira/exceptions.py'
> adding 'jira/jirashell.py'
> adding 'jira/py.typed'
> adding 'jira/resilientsession.py'
> adding 'jira/resources.py'
> adding 'jira/utils/__init__.py'
> adding 'tests/__init__.py'
> adding 'tests/conftest.py'
> adding 'tests/test_client.py'
> adding 'tests/test_exceptions.py'
> adding 'tests/test_qsh.py'
> adding 'tests/test_resilientsession.py'
> adding 'tests/test_shell.py'
> adding 'tests/tests.py'
> adding 'tests/resources/__init__.py'
> adding 'tests/resources/test_attachment.py'
> adding 'tests/resources/test_board.py'
> adding 'tests/resources/test_comment.py'
> adding 'tests/resources/test_component.py'
> adding 'tests/resources/test_custom_field_option.py'
> adding 'tests/resources/test_customer.py'
> adding 'tests/resources/test_dashboard.py'
> adding 'tests/resources/test_epic.py'
> adding 'tests/resources/test_filter.py'
> adding 'tests/resources/test_generic_resource.py'
> adding 'tests/resources/test_group.py'
> adding 'tests/resources/test_issue.py'
> adding 'tests/resources/test_issue_link.py'
> adding 'tests/resources/test_issue_link_type.py'
> adding 'tests/resources/test_issue_property.py'
> adding 'tests/resources/test_issue_type_scheme_associations.py'
> adding 'tests/resources/test_priority.py'
> adding 'tests/resources/test_project.py'
> adding 'tests/resources/test_project_statuses.py'
> adding 'tests/resources/test_remote_link.py'
> adding 'tests/resources/test_request_type.py'
> adding 'tests/resources/test_resolution.py'
> adding 'tests/resources/test_role.py'
> adding 'tests/resources/test_security_level.py'
> adding 'tests/resources/test_service_desk.py'
> adding 'tests/resources/test_sprint.py'
> adding 'tests/resources/test_status.py'
> adding 'tests/resources/test_status_category.py'
> adding 'tests/resources/test_user.py'
> adding 'tests/resources/test_version.py'
> adding 'tests/resources/test_vote.py'
> adding 'tests/resources/test_watchers.py'
> adding 'tests/resources/test_worklog.py'
> adding 'jira-3.5.2.dist-info/AUTHORS.rst'
> adding 'jira-3.5.2.dist-info/LICENSE'
> adding 'jira-3.5.2.dist-info/METADATA'
> adding 'jira-3.5.2.dist-info/WHEEL'
> adding 'jira-3.5.2.dist-info/entry_points.txt'
> adding 'jira-3.5.2.dist-info/top_level.txt'
> adding 'jira-3.5.2.dist-info/RECORD'
> removing build/bdist.linux-x86_64/wheel
> Successfully built jira-3.5.2-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.11 with
> "installer" module
> PYTHONPATH=. http_proxy='127.0.0.1:9' python3 -m sphinx -N -bhtml docs/
> build/html # HTML generator
> Running Sphinx v7.2.6
>
> Configuration error:
> There is a programmable error in your configuration file:
>
> Traceback (most recent call last):
> File "/usr/lib/python3/dist-packages/sphinx/config.py", line 358, in
> eval_config_file
> exec(code, namespace) # NoQA: S102
> ^^^^^^^^^^^^^^^^^^^^^
> File "/<<PKGBUILDDIR>>/docs/conf.py", line 18, in <module>
> import jira as py_pkg
> File "/<<PKGBUILDDIR>>/jira/__init__.py", line 11, in <module>
> from jira.client import (
> File "/<<PKGBUILDDIR>>/jira/client.py", line 53, in <module>
> from jira.resilientsession import PrepareRequestForRetry, ResilientSession
> File "/<<PKGBUILDDIR>>/jira/resilientsession.py", line 13, in <module>
> from typing_extensions import TypeGuard
> ModuleNotFoundError: No module named 'typing_extensions'
>
> make[1]: *** [debian/rules:12: override_dh_auto_build] Error 2
The full build log is available from:
http://qa-logs.debian.net/2024/06/15/python-jira_3.5.2-2_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240615;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: python-jira
Source-Version: 3.5.2-3
Done: Jochen Sprickerhof <jspri...@debian.org>
We believe that the bug you reported is fixed in the latest version of
python-jira, 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 1073...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jochen Sprickerhof <jspri...@debian.org> (supplier of updated python-jira
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: Sun, 23 Jun 2024 18:02:54 +0200
Source: python-jira
Architecture: source
Version: 3.5.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Jochen Sprickerhof <jspri...@debian.org>
Closes: 1073359
Changes:
python-jira (3.5.2-3) unstable; urgency=medium
.
* Team upload.
* Add missing build dependency (Closes: #1073359)
* Drop salsa-ci.yml
* Switch to autopkgtest-pkg-pybuild
Checksums-Sha1:
7774afd390889a2b5f7cd4ef252745922b5484d6 2665 python-jira_3.5.2-3.dsc
97eebeb1755379603c5a20ccd43caba55b77c17c 4924 python-jira_3.5.2-3.debian.tar.xz
Checksums-Sha256:
c493bddfd0191653b3b80e10c5baf9d83cd4b153f6731410a3d39b2acb4e0663 2665
python-jira_3.5.2-3.dsc
3826103ae8c05bbe2ead39e7094360c46d120c0d71eaef3eb86c06871c586e79 4924
python-jira_3.5.2-3.debian.tar.xz
Files:
eb4adb497caa240a0858835a127bc7a2 2665 python optional python-jira_3.5.2-3.dsc
115e450e77210c311096fd9f9bd79ec9 4924 python optional
python-jira_3.5.2-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEc7KZy9TurdzAF+h6W//cwljmlDMFAmZ4SsQACgkQW//cwljm
lDM8MxAAhR5zQbIWuMHSSHpT+fZi6p8E8sso4YLcdIhxRymLcyxhBnE3vuhu8s9l
S26PdMqCzh+St522gAPsxGwFK3jzsrRq+k7g4yi99BcAIUQgcBmCxARlE92nwGwH
2D0X2ynzichmuommtgUHcTmNKWiio4aycpatsLLrR0zhf7N+XKR4KGLNinggfkQd
v6/76cq8WajxZJYJfJPi0iCGB2hcZMyyBhR1bzYZjIxZXdEhlF0qvxixRydzM/ld
iu5NxrEFtFIrxm+Bgm0T/IrKBD3FVzt3/qMzFxleHoqPSDT2LDfkWjClVf6hnBI5
8vZNGwSY2m9DfjhPdUGFDmUq0ykEHrmcmom9XtpD0eIphQWFJ2ZadqwoHOvO6l/L
LJjWHLdGLbK1hYwMsv3aVXfrPN0aFq3UqOT0VpcLa5XWK+NyfA+WOYgWToAOGt+s
w4gsiilOVH+2GCq0BMbu0RL+WhOc/aaDXSuHSWVR6BLbHvsEMpdBffz9DA8ru6Ml
etzMmfyK+3OSfa1oXy6/3dGw8pqaO9cOVrudiErcaXlY6dcDN27woJXnvtE8Gv8d
pv8vNPBvkvMRm6Y9+GONi209B1LPWTSV7AhpvEXsBC+NtYXCC+DM3sBgSnAK0dGj
G4Q1XJeXhNpQS9Y3FQ6ZjWfvT5kNo1OQHkqZ5pfzlqOyF9IpviI=
=R2uc
-----END PGP SIGNATURE-----
pgp9FavYG6RVG.pgp
Description: PGP signature
--- End Message ---