Your message dated Mon, 15 Jan 2024 12:20:17 +0000
with message-id <[email protected]>
and subject line Bug#1058441: fixed in python-docx 1.1.0+dfsg-2
has caused the Debian Bug report #1058441,
regarding python-docx: FTBFS: dh_auto_test: error: pybuild --test --test-pytest 
-i python{version} -p "3.12 3.11" returned exit code 13
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.)


-- 
1058441: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058441
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-docx
Version: 1.1.0+dfsg-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20231212 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules binary
> dh binary --buildsystem pybuild --with python3
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:110: Building wheel for python3.12 with "build" 
> module
> I: pybuild base:310: python3.12 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_docx 
> * Building wheel...
> No `packages` or `py_modules` configuration, performing automatic discovery.
> `src-layout` detected -- analysing ./src
> discovered packages -- ['docx', 'docx.enum', 'docx.dml', 'docx.image', 
> 'docx.opc', 'docx.parts', 'docx.templates', 'docx.text', 'docx.drawing', 
> 'docx.oxml', 'docx.styles', 'docx.opc.parts', 
> 'docx.templates.default-docx-template', 
> 'docx.templates.default-docx-template.word', 
> 'docx.templates.default-docx-template.customXml', 
> 'docx.templates.default-docx-template.docProps', 
> 'docx.templates.default-docx-template._rels', 
> 'docx.templates.default-docx-template.word.theme', 
> 'docx.templates.default-docx-template.word._rels', 
> 'docx.templates.default-docx-template.customXml._rels', 'docx.oxml.text']
> discovered py_modules -- []
> running bdist_wheel
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/docx
> copying src/docx/__init__.py -> build/lib/docx
> copying src/docx/shape.py -> build/lib/docx
> copying src/docx/exceptions.py -> build/lib/docx
> copying src/docx/document.py -> build/lib/docx
> copying src/docx/types.py -> build/lib/docx
> copying src/docx/api.py -> build/lib/docx
> copying src/docx/table.py -> build/lib/docx
> copying src/docx/settings.py -> build/lib/docx
> copying src/docx/package.py -> build/lib/docx
> copying src/docx/section.py -> build/lib/docx
> copying src/docx/blkcntnr.py -> build/lib/docx
> copying src/docx/shared.py -> build/lib/docx
> creating build/lib/docx/enum
> copying src/docx/enum/style.py -> build/lib/docx/enum
> copying src/docx/enum/__init__.py -> build/lib/docx/enum
> copying src/docx/enum/shape.py -> build/lib/docx/enum
> copying src/docx/enum/dml.py -> build/lib/docx/enum
> copying src/docx/enum/base.py -> build/lib/docx/enum
> copying src/docx/enum/text.py -> build/lib/docx/enum
> copying src/docx/enum/table.py -> build/lib/docx/enum
> copying src/docx/enum/section.py -> build/lib/docx/enum
> creating build/lib/docx/dml
> copying src/docx/dml/__init__.py -> build/lib/docx/dml
> copying src/docx/dml/color.py -> build/lib/docx/dml
> creating build/lib/docx/image
> copying src/docx/image/__init__.py -> build/lib/docx/image
> copying src/docx/image/image.py -> build/lib/docx/image
> copying src/docx/image/tiff.py -> build/lib/docx/image
> copying src/docx/image/exceptions.py -> build/lib/docx/image
> copying src/docx/image/bmp.py -> build/lib/docx/image
> copying src/docx/image/constants.py -> build/lib/docx/image
> copying src/docx/image/helpers.py -> build/lib/docx/image
> copying src/docx/image/png.py -> build/lib/docx/image
> copying src/docx/image/gif.py -> build/lib/docx/image
> copying src/docx/image/jpeg.py -> build/lib/docx/image
> creating build/lib/docx/opc
> copying src/docx/opc/rel.py -> build/lib/docx/opc
> copying src/docx/opc/phys_pkg.py -> build/lib/docx/opc
> copying src/docx/opc/__init__.py -> build/lib/docx/opc
> copying src/docx/opc/part.py -> build/lib/docx/opc
> copying src/docx/opc/exceptions.py -> build/lib/docx/opc
> copying src/docx/opc/coreprops.py -> build/lib/docx/opc
> copying src/docx/opc/pkgreader.py -> build/lib/docx/opc
> copying src/docx/opc/constants.py -> build/lib/docx/opc
> copying src/docx/opc/oxml.py -> build/lib/docx/opc
> copying src/docx/opc/package.py -> build/lib/docx/opc
> copying src/docx/opc/spec.py -> build/lib/docx/opc
> copying src/docx/opc/packuri.py -> build/lib/docx/opc
> copying src/docx/opc/pkgwriter.py -> build/lib/docx/opc
> copying src/docx/opc/shared.py -> build/lib/docx/opc
> creating build/lib/docx/parts
> copying src/docx/parts/story.py -> build/lib/docx/parts
> copying src/docx/parts/__init__.py -> build/lib/docx/parts
> copying src/docx/parts/styles.py -> build/lib/docx/parts
> copying src/docx/parts/image.py -> build/lib/docx/parts
> copying src/docx/parts/document.py -> build/lib/docx/parts
> copying src/docx/parts/numbering.py -> build/lib/docx/parts
> copying src/docx/parts/hdrftr.py -> build/lib/docx/parts
> copying src/docx/parts/settings.py -> build/lib/docx/parts
> creating build/lib/docx/text
> copying src/docx/text/run.py -> build/lib/docx/text
> copying src/docx/text/paragraph.py -> build/lib/docx/text
> copying src/docx/text/__init__.py -> build/lib/docx/text
> copying src/docx/text/hyperlink.py -> build/lib/docx/text
> copying src/docx/text/font.py -> build/lib/docx/text
> copying src/docx/text/pagebreak.py -> build/lib/docx/text
> copying src/docx/text/parfmt.py -> build/lib/docx/text
> copying src/docx/text/tabstops.py -> build/lib/docx/text
> creating build/lib/docx/drawing
> copying src/docx/drawing/__init__.py -> build/lib/docx/drawing
> creating build/lib/docx/oxml
> copying src/docx/oxml/__init__.py -> build/lib/docx/oxml
> copying src/docx/oxml/shape.py -> build/lib/docx/oxml
> copying src/docx/oxml/styles.py -> build/lib/docx/oxml
> copying src/docx/oxml/parser.py -> build/lib/docx/oxml
> copying src/docx/oxml/exceptions.py -> build/lib/docx/oxml
> copying src/docx/oxml/document.py -> build/lib/docx/oxml
> copying src/docx/oxml/numbering.py -> build/lib/docx/oxml
> copying src/docx/oxml/coreprops.py -> build/lib/docx/oxml
> copying src/docx/oxml/ns.py -> build/lib/docx/oxml
> copying src/docx/oxml/drawing.py -> build/lib/docx/oxml
> copying src/docx/oxml/table.py -> build/lib/docx/oxml
> copying src/docx/oxml/settings.py -> build/lib/docx/oxml
> copying src/docx/oxml/section.py -> build/lib/docx/oxml
> copying src/docx/oxml/xmlchemy.py -> build/lib/docx/oxml
> copying src/docx/oxml/simpletypes.py -> build/lib/docx/oxml
> copying src/docx/oxml/shared.py -> build/lib/docx/oxml
> creating build/lib/docx/styles
> copying src/docx/styles/style.py -> build/lib/docx/styles
> copying src/docx/styles/__init__.py -> build/lib/docx/styles
> copying src/docx/styles/styles.py -> build/lib/docx/styles
> copying src/docx/styles/latent.py -> build/lib/docx/styles
> creating build/lib/docx/opc/parts
> copying src/docx/opc/parts/__init__.py -> build/lib/docx/opc/parts
> copying src/docx/opc/parts/coreprops.py -> build/lib/docx/opc/parts
> creating build/lib/docx/oxml/text
> copying src/docx/oxml/text/run.py -> build/lib/docx/oxml/text
> copying src/docx/oxml/text/paragraph.py -> build/lib/docx/oxml/text
> copying src/docx/oxml/text/__init__.py -> build/lib/docx/oxml/text
> copying src/docx/oxml/text/hyperlink.py -> build/lib/docx/oxml/text
> copying src/docx/oxml/text/font.py -> build/lib/docx/oxml/text
> copying src/docx/oxml/text/pagebreak.py -> build/lib/docx/oxml/text
> copying src/docx/oxml/text/parfmt.py -> build/lib/docx/oxml/text
> running egg_info
> creating src/python_docx.egg-info
> writing src/python_docx.egg-info/PKG-INFO
> writing dependency_links to src/python_docx.egg-info/dependency_links.txt
> writing requirements to src/python_docx.egg-info/requires.txt
> writing top-level names to src/python_docx.egg-info/top_level.txt
> writing manifest file 'src/python_docx.egg-info/SOURCES.txt'
> reading manifest file 'src/python_docx.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching 'README.rst'
> no previously-included directories found matching 'docs/.build'
> warning: no previously-included files matching '.DS_Store' found anywhere in 
> distribution
> warning: no previously-included files matching '__pycache__' found anywhere 
> in distribution
> warning: no previously-included files matching '*.py[co]' found anywhere in 
> distribution
> adding license file 'LICENSE'
> writing manifest file 'src/python_docx.egg-info/SOURCES.txt'
> creating build/lib/docx/templates
> copying src/docx/templates/default-footer.xml -> build/lib/docx/templates
> copying src/docx/templates/default-header.xml -> build/lib/docx/templates
> copying src/docx/templates/default-settings.xml -> build/lib/docx/templates
> copying src/docx/templates/default-styles.xml -> build/lib/docx/templates
> copying src/docx/templates/default.docx -> build/lib/docx/templates
> creating build/lib/docx/templates/default-docx-template
> copying src/docx/templates/default-docx-template/[Content_Types].xml -> 
> build/lib/docx/templates/default-docx-template
> creating build/lib/docx/templates/default-docx-template/word
> copying src/docx/templates/default-docx-template/word/document.xml -> 
> build/lib/docx/templates/default-docx-template/word
> copying src/docx/templates/default-docx-template/word/fontTable.xml -> 
> build/lib/docx/templates/default-docx-template/word
> copying src/docx/templates/default-docx-template/word/numbering.xml -> 
> build/lib/docx/templates/default-docx-template/word
> copying src/docx/templates/default-docx-template/word/settings.xml -> 
> build/lib/docx/templates/default-docx-template/word
> copying src/docx/templates/default-docx-template/word/styles.xml -> 
> build/lib/docx/templates/default-docx-template/word
> copying src/docx/templates/default-docx-template/word/stylesWithEffects.xml 
> -> build/lib/docx/templates/default-docx-template/word
> copying src/docx/templates/default-docx-template/word/webSettings.xml -> 
> build/lib/docx/templates/default-docx-template/word
> creating build/lib/docx/templates/default-docx-template/customXml
> copying src/docx/templates/default-docx-template/customXml/item1.xml -> 
> build/lib/docx/templates/default-docx-template/customXml
> copying src/docx/templates/default-docx-template/customXml/itemProps1.xml -> 
> build/lib/docx/templates/default-docx-template/customXml
> creating build/lib/docx/templates/default-docx-template/docProps
> copying src/docx/templates/default-docx-template/docProps/app.xml -> 
> build/lib/docx/templates/default-docx-template/docProps
> copying src/docx/templates/default-docx-template/docProps/core.xml -> 
> build/lib/docx/templates/default-docx-template/docProps
> copying src/docx/templates/default-docx-template/docProps/thumbnail.jpeg -> 
> build/lib/docx/templates/default-docx-template/docProps
> creating build/lib/docx/templates/default-docx-template/_rels
> copying src/docx/templates/default-docx-template/_rels/.rels -> 
> build/lib/docx/templates/default-docx-template/_rels
> creating build/lib/docx/templates/default-docx-template/word/theme
> copying src/docx/templates/default-docx-template/word/theme/theme1.xml -> 
> build/lib/docx/templates/default-docx-template/word/theme
> creating build/lib/docx/templates/default-docx-template/word/_rels
> copying src/docx/templates/default-docx-template/word/_rels/document.xml.rels 
> -> build/lib/docx/templates/default-docx-template/word/_rels
> creating build/lib/docx/templates/default-docx-template/customXml/_rels
> copying 
> src/docx/templates/default-docx-template/customXml/_rels/item1.xml.rels -> 
> build/lib/docx/templates/default-docx-template/customXml/_rels
> 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/docx
> creating build/bdist.linux-x86_64/wheel/docx/enum
> copying build/lib/docx/enum/style.py -> 
> build/bdist.linux-x86_64/wheel/docx/enum
> copying build/lib/docx/enum/__init__.py -> 
> build/bdist.linux-x86_64/wheel/docx/enum
> copying build/lib/docx/enum/shape.py -> 
> build/bdist.linux-x86_64/wheel/docx/enum
> copying build/lib/docx/enum/dml.py -> build/bdist.linux-x86_64/wheel/docx/enum
> copying build/lib/docx/enum/base.py -> 
> build/bdist.linux-x86_64/wheel/docx/enum
> copying build/lib/docx/enum/text.py -> 
> build/bdist.linux-x86_64/wheel/docx/enum
> copying build/lib/docx/enum/table.py -> 
> build/bdist.linux-x86_64/wheel/docx/enum
> copying build/lib/docx/enum/section.py -> 
> build/bdist.linux-x86_64/wheel/docx/enum
> copying build/lib/docx/__init__.py -> build/bdist.linux-x86_64/wheel/docx
> copying build/lib/docx/shape.py -> build/bdist.linux-x86_64/wheel/docx
> copying build/lib/docx/exceptions.py -> build/bdist.linux-x86_64/wheel/docx
> copying build/lib/docx/document.py -> build/bdist.linux-x86_64/wheel/docx
> creating build/bdist.linux-x86_64/wheel/docx/dml
> copying build/lib/docx/dml/__init__.py -> 
> build/bdist.linux-x86_64/wheel/docx/dml
> copying build/lib/docx/dml/color.py -> build/bdist.linux-x86_64/wheel/docx/dml
> creating build/bdist.linux-x86_64/wheel/docx/image
> copying build/lib/docx/image/__init__.py -> 
> build/bdist.linux-x86_64/wheel/docx/image
> copying build/lib/docx/image/image.py -> 
> build/bdist.linux-x86_64/wheel/docx/image
> copying build/lib/docx/image/tiff.py -> 
> build/bdist.linux-x86_64/wheel/docx/image
> copying build/lib/docx/image/exceptions.py -> 
> build/bdist.linux-x86_64/wheel/docx/image
> copying build/lib/docx/image/bmp.py -> 
> build/bdist.linux-x86_64/wheel/docx/image
> copying build/lib/docx/image/constants.py -> 
> build/bdist.linux-x86_64/wheel/docx/image
> copying build/lib/docx/image/helpers.py -> 
> build/bdist.linux-x86_64/wheel/docx/image
> copying build/lib/docx/image/png.py -> 
> build/bdist.linux-x86_64/wheel/docx/image
> copying build/lib/docx/image/gif.py -> 
> build/bdist.linux-x86_64/wheel/docx/image
> copying build/lib/docx/image/jpeg.py -> 
> build/bdist.linux-x86_64/wheel/docx/image
> creating build/bdist.linux-x86_64/wheel/docx/opc
> copying build/lib/docx/opc/rel.py -> build/bdist.linux-x86_64/wheel/docx/opc
> copying build/lib/docx/opc/phys_pkg.py -> 
> build/bdist.linux-x86_64/wheel/docx/opc
> copying build/lib/docx/opc/__init__.py -> 
> build/bdist.linux-x86_64/wheel/docx/opc
> copying build/lib/docx/opc/part.py -> build/bdist.linux-x86_64/wheel/docx/opc
> copying build/lib/docx/opc/exceptions.py -> 
> build/bdist.linux-x86_64/wheel/docx/opc
> copying build/lib/docx/opc/coreprops.py -> 
> build/bdist.linux-x86_64/wheel/docx/opc
> copying build/lib/docx/opc/pkgreader.py -> 
> build/bdist.linux-x86_64/wheel/docx/opc
> copying build/lib/docx/opc/constants.py -> 
> build/bdist.linux-x86_64/wheel/docx/opc
> copying build/lib/docx/opc/oxml.py -> build/bdist.linux-x86_64/wheel/docx/opc
> creating build/bdist.linux-x86_64/wheel/docx/opc/parts
> copying build/lib/docx/opc/parts/__init__.py -> 
> build/bdist.linux-x86_64/wheel/docx/opc/parts
> copying build/lib/docx/opc/parts/coreprops.py -> 
> build/bdist.linux-x86_64/wheel/docx/opc/parts
> copying build/lib/docx/opc/package.py -> 
> build/bdist.linux-x86_64/wheel/docx/opc
> copying build/lib/docx/opc/spec.py -> build/bdist.linux-x86_64/wheel/docx/opc
> copying build/lib/docx/opc/packuri.py -> 
> build/bdist.linux-x86_64/wheel/docx/opc
> copying build/lib/docx/opc/pkgwriter.py -> 
> build/bdist.linux-x86_64/wheel/docx/opc
> copying build/lib/docx/opc/shared.py -> 
> build/bdist.linux-x86_64/wheel/docx/opc
> copying build/lib/docx/types.py -> build/bdist.linux-x86_64/wheel/docx
> copying build/lib/docx/api.py -> build/bdist.linux-x86_64/wheel/docx
> copying build/lib/docx/table.py -> build/bdist.linux-x86_64/wheel/docx
> creating build/bdist.linux-x86_64/wheel/docx/parts
> copying build/lib/docx/parts/story.py -> 
> build/bdist.linux-x86_64/wheel/docx/parts
> copying build/lib/docx/parts/__init__.py -> 
> build/bdist.linux-x86_64/wheel/docx/parts
> copying build/lib/docx/parts/styles.py -> 
> build/bdist.linux-x86_64/wheel/docx/parts
> copying build/lib/docx/parts/image.py -> 
> build/bdist.linux-x86_64/wheel/docx/parts
> copying build/lib/docx/parts/document.py -> 
> build/bdist.linux-x86_64/wheel/docx/parts
> copying build/lib/docx/parts/numbering.py -> 
> build/bdist.linux-x86_64/wheel/docx/parts
> copying build/lib/docx/parts/hdrftr.py -> 
> build/bdist.linux-x86_64/wheel/docx/parts
> copying build/lib/docx/parts/settings.py -> 
> build/bdist.linux-x86_64/wheel/docx/parts
> copying build/lib/docx/settings.py -> build/bdist.linux-x86_64/wheel/docx
> copying build/lib/docx/package.py -> build/bdist.linux-x86_64/wheel/docx
> copying build/lib/docx/section.py -> build/bdist.linux-x86_64/wheel/docx
> creating build/bdist.linux-x86_64/wheel/docx/templates
> copying build/lib/docx/templates/default.docx -> 
> build/bdist.linux-x86_64/wheel/docx/templates
> copying build/lib/docx/templates/default-footer.xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates
> copying build/lib/docx/templates/default-styles.xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates
> creating build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template
> creating 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/word
> copying build/lib/docx/templates/default-docx-template/word/fontTable.xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/word
> copying 
> build/lib/docx/templates/default-docx-template/word/stylesWithEffects.xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/word
> copying build/lib/docx/templates/default-docx-template/word/settings.xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/word
> creating 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/word/theme
> copying build/lib/docx/templates/default-docx-template/word/theme/theme1.xml 
> -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/word/theme
> copying build/lib/docx/templates/default-docx-template/word/webSettings.xml 
> -> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/word
> copying build/lib/docx/templates/default-docx-template/word/numbering.xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/word
> creating 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/word/_rels
> copying 
> build/lib/docx/templates/default-docx-template/word/_rels/document.xml.rels 
> -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/word/_rels
> copying build/lib/docx/templates/default-docx-template/word/document.xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/word
> copying build/lib/docx/templates/default-docx-template/word/styles.xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/word
> creating 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/customXml
> copying build/lib/docx/templates/default-docx-template/customXml/item1.xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/customXml
> creating 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/customXml/_rels
> copying 
> build/lib/docx/templates/default-docx-template/customXml/_rels/item1.xml.rels 
> -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/customXml/_rels
> copying 
> build/lib/docx/templates/default-docx-template/customXml/itemProps1.xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/customXml
> creating 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/docProps
> copying 
> build/lib/docx/templates/default-docx-template/docProps/thumbnail.jpeg -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/docProps
> copying build/lib/docx/templates/default-docx-template/docProps/core.xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/docProps
> copying build/lib/docx/templates/default-docx-template/docProps/app.xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/docProps
> copying build/lib/docx/templates/default-docx-template/[Content_Types].xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template
> creating 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/_rels
> copying build/lib/docx/templates/default-docx-template/_rels/.rels -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/_rels
> copying build/lib/docx/templates/default-settings.xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates
> copying build/lib/docx/templates/default-header.xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates
> creating build/bdist.linux-x86_64/wheel/docx/text
> copying build/lib/docx/text/run.py -> build/bdist.linux-x86_64/wheel/docx/text
> copying build/lib/docx/text/paragraph.py -> 
> build/bdist.linux-x86_64/wheel/docx/text
> copying build/lib/docx/text/__init__.py -> 
> build/bdist.linux-x86_64/wheel/docx/text
> copying build/lib/docx/text/hyperlink.py -> 
> build/bdist.linux-x86_64/wheel/docx/text
> copying build/lib/docx/text/font.py -> 
> build/bdist.linux-x86_64/wheel/docx/text
> copying build/lib/docx/text/pagebreak.py -> 
> build/bdist.linux-x86_64/wheel/docx/text
> copying build/lib/docx/text/parfmt.py -> 
> build/bdist.linux-x86_64/wheel/docx/text
> copying build/lib/docx/text/tabstops.py -> 
> build/bdist.linux-x86_64/wheel/docx/text
> copying build/lib/docx/blkcntnr.py -> build/bdist.linux-x86_64/wheel/docx
> copying build/lib/docx/shared.py -> build/bdist.linux-x86_64/wheel/docx
> creating build/bdist.linux-x86_64/wheel/docx/drawing
> copying build/lib/docx/drawing/__init__.py -> 
> build/bdist.linux-x86_64/wheel/docx/drawing
> creating build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/__init__.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/shape.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/styles.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/parser.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/exceptions.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/document.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/numbering.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/coreprops.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/ns.py -> build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/drawing.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/table.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/settings.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/section.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/xmlchemy.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> creating build/bdist.linux-x86_64/wheel/docx/oxml/text
> copying build/lib/docx/oxml/text/run.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml/text
> copying build/lib/docx/oxml/text/paragraph.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml/text
> copying build/lib/docx/oxml/text/__init__.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml/text
> copying build/lib/docx/oxml/text/hyperlink.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml/text
> copying build/lib/docx/oxml/text/font.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml/text
> copying build/lib/docx/oxml/text/pagebreak.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml/text
> copying build/lib/docx/oxml/text/parfmt.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml/text
> copying build/lib/docx/oxml/simpletypes.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/shared.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> creating build/bdist.linux-x86_64/wheel/docx/styles
> copying build/lib/docx/styles/style.py -> 
> build/bdist.linux-x86_64/wheel/docx/styles
> copying build/lib/docx/styles/__init__.py -> 
> build/bdist.linux-x86_64/wheel/docx/styles
> copying build/lib/docx/styles/styles.py -> 
> build/bdist.linux-x86_64/wheel/docx/styles
> copying build/lib/docx/styles/latent.py -> 
> build/bdist.linux-x86_64/wheel/docx/styles
> running install_egg_info
> Copying src/python_docx.egg-info to 
> build/bdist.linux-x86_64/wheel/python_docx-1.1.0.egg-info
> running install_scripts
> creating build/bdist.linux-x86_64/wheel/python_docx-1.1.0.dist-info/WHEEL
> creating 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_docx/.tmp-yn1w97kk/python_docx-1.1.0-py3-none-any.whl'
>  and adding 'build/bdist.linux-x86_64/wheel' to it
> adding 'docx/__init__.py'
> adding 'docx/api.py'
> adding 'docx/blkcntnr.py'
> adding 'docx/document.py'
> adding 'docx/exceptions.py'
> adding 'docx/package.py'
> adding 'docx/section.py'
> adding 'docx/settings.py'
> adding 'docx/shape.py'
> adding 'docx/shared.py'
> adding 'docx/table.py'
> adding 'docx/types.py'
> adding 'docx/dml/__init__.py'
> adding 'docx/dml/color.py'
> adding 'docx/drawing/__init__.py'
> adding 'docx/enum/__init__.py'
> adding 'docx/enum/base.py'
> adding 'docx/enum/dml.py'
> adding 'docx/enum/section.py'
> adding 'docx/enum/shape.py'
> adding 'docx/enum/style.py'
> adding 'docx/enum/table.py'
> adding 'docx/enum/text.py'
> adding 'docx/image/__init__.py'
> adding 'docx/image/bmp.py'
> adding 'docx/image/constants.py'
> adding 'docx/image/exceptions.py'
> adding 'docx/image/gif.py'
> adding 'docx/image/helpers.py'
> adding 'docx/image/image.py'
> adding 'docx/image/jpeg.py'
> adding 'docx/image/png.py'
> adding 'docx/image/tiff.py'
> adding 'docx/opc/__init__.py'
> adding 'docx/opc/constants.py'
> adding 'docx/opc/coreprops.py'
> adding 'docx/opc/exceptions.py'
> adding 'docx/opc/oxml.py'
> adding 'docx/opc/package.py'
> adding 'docx/opc/packuri.py'
> adding 'docx/opc/part.py'
> adding 'docx/opc/phys_pkg.py'
> adding 'docx/opc/pkgreader.py'
> adding 'docx/opc/pkgwriter.py'
> adding 'docx/opc/rel.py'
> adding 'docx/opc/shared.py'
> adding 'docx/opc/spec.py'
> adding 'docx/opc/parts/__init__.py'
> adding 'docx/opc/parts/coreprops.py'
> adding 'docx/oxml/__init__.py'
> adding 'docx/oxml/coreprops.py'
> adding 'docx/oxml/document.py'
> adding 'docx/oxml/drawing.py'
> adding 'docx/oxml/exceptions.py'
> adding 'docx/oxml/ns.py'
> adding 'docx/oxml/numbering.py'
> adding 'docx/oxml/parser.py'
> adding 'docx/oxml/section.py'
> adding 'docx/oxml/settings.py'
> adding 'docx/oxml/shape.py'
> adding 'docx/oxml/shared.py'
> adding 'docx/oxml/simpletypes.py'
> adding 'docx/oxml/styles.py'
> adding 'docx/oxml/table.py'
> adding 'docx/oxml/xmlchemy.py'
> adding 'docx/oxml/text/__init__.py'
> adding 'docx/oxml/text/font.py'
> adding 'docx/oxml/text/hyperlink.py'
> adding 'docx/oxml/text/pagebreak.py'
> adding 'docx/oxml/text/paragraph.py'
> adding 'docx/oxml/text/parfmt.py'
> adding 'docx/oxml/text/run.py'
> adding 'docx/parts/__init__.py'
> adding 'docx/parts/document.py'
> adding 'docx/parts/hdrftr.py'
> adding 'docx/parts/image.py'
> adding 'docx/parts/numbering.py'
> adding 'docx/parts/settings.py'
> adding 'docx/parts/story.py'
> adding 'docx/parts/styles.py'
> adding 'docx/styles/__init__.py'
> adding 'docx/styles/latent.py'
> adding 'docx/styles/style.py'
> adding 'docx/styles/styles.py'
> adding 'docx/templates/default-footer.xml'
> adding 'docx/templates/default-header.xml'
> adding 'docx/templates/default-settings.xml'
> adding 'docx/templates/default-styles.xml'
> adding 'docx/templates/default.docx'
> adding 'docx/templates/default-docx-template/[Content_Types].xml'
> adding 'docx/templates/default-docx-template/_rels/.rels'
> adding 'docx/templates/default-docx-template/customXml/item1.xml'
> adding 'docx/templates/default-docx-template/customXml/itemProps1.xml'
> adding 'docx/templates/default-docx-template/customXml/_rels/item1.xml.rels'
> adding 'docx/templates/default-docx-template/docProps/app.xml'
> adding 'docx/templates/default-docx-template/docProps/core.xml'
> adding 'docx/templates/default-docx-template/docProps/thumbnail.jpeg'
> adding 'docx/templates/default-docx-template/word/document.xml'
> adding 'docx/templates/default-docx-template/word/fontTable.xml'
> adding 'docx/templates/default-docx-template/word/numbering.xml'
> adding 'docx/templates/default-docx-template/word/settings.xml'
> adding 'docx/templates/default-docx-template/word/styles.xml'
> adding 'docx/templates/default-docx-template/word/stylesWithEffects.xml'
> adding 'docx/templates/default-docx-template/word/webSettings.xml'
> adding 'docx/templates/default-docx-template/word/_rels/document.xml.rels'
> adding 'docx/templates/default-docx-template/word/theme/theme1.xml'
> adding 'docx/text/__init__.py'
> adding 'docx/text/font.py'
> adding 'docx/text/hyperlink.py'
> adding 'docx/text/pagebreak.py'
> adding 'docx/text/paragraph.py'
> adding 'docx/text/parfmt.py'
> adding 'docx/text/run.py'
> adding 'docx/text/tabstops.py'
> adding 'python_docx-1.1.0.dist-info/LICENSE'
> adding 'python_docx-1.1.0.dist-info/METADATA'
> adding 'python_docx-1.1.0.dist-info/WHEEL'
> adding 'python_docx-1.1.0.dist-info/top_level.txt'
> adding 'python_docx-1.1.0.dist-info/RECORD'
> removing build/bdist.linux-x86_64/wheel
> Successfully built python_docx-1.1.0-py3-none-any.whl
> I: pybuild plugin_pyproject:122: Unpacking wheel built for python3.12 with 
> "installer" module
> I: pybuild plugin_pyproject:110: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:310: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx 
> * Building wheel...
> No `packages` or `py_modules` configuration, performing automatic discovery.
> `src-layout` detected -- analysing ./src
> discovered packages -- ['docx', 'docx.enum', 'docx.dml', 'docx.image', 
> 'docx.opc', 'docx.parts', 'docx.templates', 'docx.text', 'docx.drawing', 
> 'docx.oxml', 'docx.styles', 'docx.opc.parts', 
> 'docx.templates.default-docx-template', 
> 'docx.templates.default-docx-template.word', 
> 'docx.templates.default-docx-template.customXml', 
> 'docx.templates.default-docx-template.docProps', 
> 'docx.templates.default-docx-template._rels', 
> 'docx.templates.default-docx-template.word.theme', 
> 'docx.templates.default-docx-template.word._rels', 
> 'docx.templates.default-docx-template.customXml._rels', 'docx.oxml.text']
> discovered py_modules -- []
> running bdist_wheel
> running build
> running build_py
> running egg_info
> writing src/python_docx.egg-info/PKG-INFO
> writing dependency_links to src/python_docx.egg-info/dependency_links.txt
> writing requirements to src/python_docx.egg-info/requires.txt
> writing top-level names to src/python_docx.egg-info/top_level.txt
> reading manifest file 'src/python_docx.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching 'README.rst'
> no previously-included directories found matching 'docs/.build'
> warning: no previously-included files matching '.DS_Store' found anywhere in 
> distribution
> warning: no previously-included files matching '__pycache__' found anywhere 
> in distribution
> warning: no previously-included files matching '*.py[co]' found anywhere in 
> distribution
> adding license file 'LICENSE'
> writing manifest file 'src/python_docx.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/docx
> creating build/bdist.linux-x86_64/wheel/docx/enum
> copying build/lib/docx/enum/style.py -> 
> build/bdist.linux-x86_64/wheel/docx/enum
> copying build/lib/docx/enum/__init__.py -> 
> build/bdist.linux-x86_64/wheel/docx/enum
> copying build/lib/docx/enum/shape.py -> 
> build/bdist.linux-x86_64/wheel/docx/enum
> copying build/lib/docx/enum/dml.py -> build/bdist.linux-x86_64/wheel/docx/enum
> copying build/lib/docx/enum/base.py -> 
> build/bdist.linux-x86_64/wheel/docx/enum
> copying build/lib/docx/enum/text.py -> 
> build/bdist.linux-x86_64/wheel/docx/enum
> copying build/lib/docx/enum/table.py -> 
> build/bdist.linux-x86_64/wheel/docx/enum
> copying build/lib/docx/enum/section.py -> 
> build/bdist.linux-x86_64/wheel/docx/enum
> copying build/lib/docx/__init__.py -> build/bdist.linux-x86_64/wheel/docx
> copying build/lib/docx/shape.py -> build/bdist.linux-x86_64/wheel/docx
> copying build/lib/docx/exceptions.py -> build/bdist.linux-x86_64/wheel/docx
> copying build/lib/docx/document.py -> build/bdist.linux-x86_64/wheel/docx
> creating build/bdist.linux-x86_64/wheel/docx/dml
> copying build/lib/docx/dml/__init__.py -> 
> build/bdist.linux-x86_64/wheel/docx/dml
> copying build/lib/docx/dml/color.py -> build/bdist.linux-x86_64/wheel/docx/dml
> creating build/bdist.linux-x86_64/wheel/docx/image
> copying build/lib/docx/image/__init__.py -> 
> build/bdist.linux-x86_64/wheel/docx/image
> copying build/lib/docx/image/image.py -> 
> build/bdist.linux-x86_64/wheel/docx/image
> copying build/lib/docx/image/tiff.py -> 
> build/bdist.linux-x86_64/wheel/docx/image
> copying build/lib/docx/image/exceptions.py -> 
> build/bdist.linux-x86_64/wheel/docx/image
> copying build/lib/docx/image/bmp.py -> 
> build/bdist.linux-x86_64/wheel/docx/image
> copying build/lib/docx/image/constants.py -> 
> build/bdist.linux-x86_64/wheel/docx/image
> copying build/lib/docx/image/helpers.py -> 
> build/bdist.linux-x86_64/wheel/docx/image
> copying build/lib/docx/image/png.py -> 
> build/bdist.linux-x86_64/wheel/docx/image
> copying build/lib/docx/image/gif.py -> 
> build/bdist.linux-x86_64/wheel/docx/image
> copying build/lib/docx/image/jpeg.py -> 
> build/bdist.linux-x86_64/wheel/docx/image
> creating build/bdist.linux-x86_64/wheel/docx/opc
> copying build/lib/docx/opc/rel.py -> build/bdist.linux-x86_64/wheel/docx/opc
> copying build/lib/docx/opc/phys_pkg.py -> 
> build/bdist.linux-x86_64/wheel/docx/opc
> copying build/lib/docx/opc/__init__.py -> 
> build/bdist.linux-x86_64/wheel/docx/opc
> copying build/lib/docx/opc/part.py -> build/bdist.linux-x86_64/wheel/docx/opc
> copying build/lib/docx/opc/exceptions.py -> 
> build/bdist.linux-x86_64/wheel/docx/opc
> copying build/lib/docx/opc/coreprops.py -> 
> build/bdist.linux-x86_64/wheel/docx/opc
> copying build/lib/docx/opc/pkgreader.py -> 
> build/bdist.linux-x86_64/wheel/docx/opc
> copying build/lib/docx/opc/constants.py -> 
> build/bdist.linux-x86_64/wheel/docx/opc
> copying build/lib/docx/opc/oxml.py -> build/bdist.linux-x86_64/wheel/docx/opc
> creating build/bdist.linux-x86_64/wheel/docx/opc/parts
> copying build/lib/docx/opc/parts/__init__.py -> 
> build/bdist.linux-x86_64/wheel/docx/opc/parts
> copying build/lib/docx/opc/parts/coreprops.py -> 
> build/bdist.linux-x86_64/wheel/docx/opc/parts
> copying build/lib/docx/opc/package.py -> 
> build/bdist.linux-x86_64/wheel/docx/opc
> copying build/lib/docx/opc/spec.py -> build/bdist.linux-x86_64/wheel/docx/opc
> copying build/lib/docx/opc/packuri.py -> 
> build/bdist.linux-x86_64/wheel/docx/opc
> copying build/lib/docx/opc/pkgwriter.py -> 
> build/bdist.linux-x86_64/wheel/docx/opc
> copying build/lib/docx/opc/shared.py -> 
> build/bdist.linux-x86_64/wheel/docx/opc
> copying build/lib/docx/types.py -> build/bdist.linux-x86_64/wheel/docx
> copying build/lib/docx/api.py -> build/bdist.linux-x86_64/wheel/docx
> copying build/lib/docx/table.py -> build/bdist.linux-x86_64/wheel/docx
> creating build/bdist.linux-x86_64/wheel/docx/parts
> copying build/lib/docx/parts/story.py -> 
> build/bdist.linux-x86_64/wheel/docx/parts
> copying build/lib/docx/parts/__init__.py -> 
> build/bdist.linux-x86_64/wheel/docx/parts
> copying build/lib/docx/parts/styles.py -> 
> build/bdist.linux-x86_64/wheel/docx/parts
> copying build/lib/docx/parts/image.py -> 
> build/bdist.linux-x86_64/wheel/docx/parts
> copying build/lib/docx/parts/document.py -> 
> build/bdist.linux-x86_64/wheel/docx/parts
> copying build/lib/docx/parts/numbering.py -> 
> build/bdist.linux-x86_64/wheel/docx/parts
> copying build/lib/docx/parts/hdrftr.py -> 
> build/bdist.linux-x86_64/wheel/docx/parts
> copying build/lib/docx/parts/settings.py -> 
> build/bdist.linux-x86_64/wheel/docx/parts
> copying build/lib/docx/settings.py -> build/bdist.linux-x86_64/wheel/docx
> copying build/lib/docx/package.py -> build/bdist.linux-x86_64/wheel/docx
> copying build/lib/docx/section.py -> build/bdist.linux-x86_64/wheel/docx
> creating build/bdist.linux-x86_64/wheel/docx/templates
> copying build/lib/docx/templates/default.docx -> 
> build/bdist.linux-x86_64/wheel/docx/templates
> copying build/lib/docx/templates/default-footer.xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates
> copying build/lib/docx/templates/default-styles.xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates
> creating build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template
> creating 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/word
> copying build/lib/docx/templates/default-docx-template/word/fontTable.xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/word
> copying 
> build/lib/docx/templates/default-docx-template/word/stylesWithEffects.xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/word
> copying build/lib/docx/templates/default-docx-template/word/settings.xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/word
> creating 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/word/theme
> copying build/lib/docx/templates/default-docx-template/word/theme/theme1.xml 
> -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/word/theme
> copying build/lib/docx/templates/default-docx-template/word/webSettings.xml 
> -> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/word
> copying build/lib/docx/templates/default-docx-template/word/numbering.xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/word
> creating 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/word/_rels
> copying 
> build/lib/docx/templates/default-docx-template/word/_rels/document.xml.rels 
> -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/word/_rels
> copying build/lib/docx/templates/default-docx-template/word/document.xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/word
> copying build/lib/docx/templates/default-docx-template/word/styles.xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/word
> creating 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/customXml
> copying build/lib/docx/templates/default-docx-template/customXml/item1.xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/customXml
> creating 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/customXml/_rels
> copying 
> build/lib/docx/templates/default-docx-template/customXml/_rels/item1.xml.rels 
> -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/customXml/_rels
> copying 
> build/lib/docx/templates/default-docx-template/customXml/itemProps1.xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/customXml
> creating 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/docProps
> copying 
> build/lib/docx/templates/default-docx-template/docProps/thumbnail.jpeg -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/docProps
> copying build/lib/docx/templates/default-docx-template/docProps/core.xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/docProps
> copying build/lib/docx/templates/default-docx-template/docProps/app.xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/docProps
> copying build/lib/docx/templates/default-docx-template/[Content_Types].xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template
> creating 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/_rels
> copying build/lib/docx/templates/default-docx-template/_rels/.rels -> 
> build/bdist.linux-x86_64/wheel/docx/templates/default-docx-template/_rels
> copying build/lib/docx/templates/default-settings.xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates
> copying build/lib/docx/templates/default-header.xml -> 
> build/bdist.linux-x86_64/wheel/docx/templates
> creating build/bdist.linux-x86_64/wheel/docx/text
> copying build/lib/docx/text/run.py -> build/bdist.linux-x86_64/wheel/docx/text
> copying build/lib/docx/text/paragraph.py -> 
> build/bdist.linux-x86_64/wheel/docx/text
> copying build/lib/docx/text/__init__.py -> 
> build/bdist.linux-x86_64/wheel/docx/text
> copying build/lib/docx/text/hyperlink.py -> 
> build/bdist.linux-x86_64/wheel/docx/text
> copying build/lib/docx/text/font.py -> 
> build/bdist.linux-x86_64/wheel/docx/text
> copying build/lib/docx/text/pagebreak.py -> 
> build/bdist.linux-x86_64/wheel/docx/text
> copying build/lib/docx/text/parfmt.py -> 
> build/bdist.linux-x86_64/wheel/docx/text
> copying build/lib/docx/text/tabstops.py -> 
> build/bdist.linux-x86_64/wheel/docx/text
> copying build/lib/docx/blkcntnr.py -> build/bdist.linux-x86_64/wheel/docx
> copying build/lib/docx/shared.py -> build/bdist.linux-x86_64/wheel/docx
> creating build/bdist.linux-x86_64/wheel/docx/drawing
> copying build/lib/docx/drawing/__init__.py -> 
> build/bdist.linux-x86_64/wheel/docx/drawing
> creating build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/__init__.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/shape.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/styles.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/parser.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/exceptions.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/document.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/numbering.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/coreprops.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/ns.py -> build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/drawing.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/table.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/settings.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/section.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/xmlchemy.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> creating build/bdist.linux-x86_64/wheel/docx/oxml/text
> copying build/lib/docx/oxml/text/run.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml/text
> copying build/lib/docx/oxml/text/paragraph.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml/text
> copying build/lib/docx/oxml/text/__init__.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml/text
> copying build/lib/docx/oxml/text/hyperlink.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml/text
> copying build/lib/docx/oxml/text/font.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml/text
> copying build/lib/docx/oxml/text/pagebreak.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml/text
> copying build/lib/docx/oxml/text/parfmt.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml/text
> copying build/lib/docx/oxml/simpletypes.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> copying build/lib/docx/oxml/shared.py -> 
> build/bdist.linux-x86_64/wheel/docx/oxml
> creating build/bdist.linux-x86_64/wheel/docx/styles
> copying build/lib/docx/styles/style.py -> 
> build/bdist.linux-x86_64/wheel/docx/styles
> copying build/lib/docx/styles/__init__.py -> 
> build/bdist.linux-x86_64/wheel/docx/styles
> copying build/lib/docx/styles/styles.py -> 
> build/bdist.linux-x86_64/wheel/docx/styles
> copying build/lib/docx/styles/latent.py -> 
> build/bdist.linux-x86_64/wheel/docx/styles
> running install_egg_info
> Copying src/python_docx.egg-info to 
> build/bdist.linux-x86_64/wheel/python_docx-1.1.0.egg-info
> running install_scripts
> creating build/bdist.linux-x86_64/wheel/python_docx-1.1.0.dist-info/WHEEL
> creating 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/.tmp-486rj2mt/python_docx-1.1.0-py3-none-any.whl'
>  and adding 'build/bdist.linux-x86_64/wheel' to it
> adding 'docx/__init__.py'
> adding 'docx/api.py'
> adding 'docx/blkcntnr.py'
> adding 'docx/document.py'
> adding 'docx/exceptions.py'
> adding 'docx/package.py'
> adding 'docx/section.py'
> adding 'docx/settings.py'
> adding 'docx/shape.py'
> adding 'docx/shared.py'
> adding 'docx/table.py'
> adding 'docx/types.py'
> adding 'docx/dml/__init__.py'
> adding 'docx/dml/color.py'
> adding 'docx/drawing/__init__.py'
> adding 'docx/enum/__init__.py'
> adding 'docx/enum/base.py'
> adding 'docx/enum/dml.py'
> adding 'docx/enum/section.py'
> adding 'docx/enum/shape.py'
> adding 'docx/enum/style.py'
> adding 'docx/enum/table.py'
> adding 'docx/enum/text.py'
> adding 'docx/image/__init__.py'
> adding 'docx/image/bmp.py'
> adding 'docx/image/constants.py'
> adding 'docx/image/exceptions.py'
> adding 'docx/image/gif.py'
> adding 'docx/image/helpers.py'
> adding 'docx/image/image.py'
> adding 'docx/image/jpeg.py'
> adding 'docx/image/png.py'
> adding 'docx/image/tiff.py'
> adding 'docx/opc/__init__.py'
> adding 'docx/opc/constants.py'
> adding 'docx/opc/coreprops.py'
> adding 'docx/opc/exceptions.py'
> adding 'docx/opc/oxml.py'
> adding 'docx/opc/package.py'
> adding 'docx/opc/packuri.py'
> adding 'docx/opc/part.py'
> adding 'docx/opc/phys_pkg.py'
> adding 'docx/opc/pkgreader.py'
> adding 'docx/opc/pkgwriter.py'
> adding 'docx/opc/rel.py'
> adding 'docx/opc/shared.py'
> adding 'docx/opc/spec.py'
> adding 'docx/opc/parts/__init__.py'
> adding 'docx/opc/parts/coreprops.py'
> adding 'docx/oxml/__init__.py'
> adding 'docx/oxml/coreprops.py'
> adding 'docx/oxml/document.py'
> adding 'docx/oxml/drawing.py'
> adding 'docx/oxml/exceptions.py'
> adding 'docx/oxml/ns.py'
> adding 'docx/oxml/numbering.py'
> adding 'docx/oxml/parser.py'
> adding 'docx/oxml/section.py'
> adding 'docx/oxml/settings.py'
> adding 'docx/oxml/shape.py'
> adding 'docx/oxml/shared.py'
> adding 'docx/oxml/simpletypes.py'
> adding 'docx/oxml/styles.py'
> adding 'docx/oxml/table.py'
> adding 'docx/oxml/xmlchemy.py'
> adding 'docx/oxml/text/__init__.py'
> adding 'docx/oxml/text/font.py'
> adding 'docx/oxml/text/hyperlink.py'
> adding 'docx/oxml/text/pagebreak.py'
> adding 'docx/oxml/text/paragraph.py'
> adding 'docx/oxml/text/parfmt.py'
> adding 'docx/oxml/text/run.py'
> adding 'docx/parts/__init__.py'
> adding 'docx/parts/document.py'
> adding 'docx/parts/hdrftr.py'
> adding 'docx/parts/image.py'
> adding 'docx/parts/numbering.py'
> adding 'docx/parts/settings.py'
> adding 'docx/parts/story.py'
> adding 'docx/parts/styles.py'
> adding 'docx/styles/__init__.py'
> adding 'docx/styles/latent.py'
> adding 'docx/styles/style.py'
> adding 'docx/styles/styles.py'
> adding 'docx/templates/default-footer.xml'
> adding 'docx/templates/default-header.xml'
> adding 'docx/templates/default-settings.xml'
> adding 'docx/templates/default-styles.xml'
> adding 'docx/templates/default.docx'
> adding 'docx/templates/default-docx-template/[Content_Types].xml'
> adding 'docx/templates/default-docx-template/_rels/.rels'
> adding 'docx/templates/default-docx-template/customXml/item1.xml'
> adding 'docx/templates/default-docx-template/customXml/itemProps1.xml'
> adding 'docx/templates/default-docx-template/customXml/_rels/item1.xml.rels'
> adding 'docx/templates/default-docx-template/docProps/app.xml'
> adding 'docx/templates/default-docx-template/docProps/core.xml'
> adding 'docx/templates/default-docx-template/docProps/thumbnail.jpeg'
> adding 'docx/templates/default-docx-template/word/document.xml'
> adding 'docx/templates/default-docx-template/word/fontTable.xml'
> adding 'docx/templates/default-docx-template/word/numbering.xml'
> adding 'docx/templates/default-docx-template/word/settings.xml'
> adding 'docx/templates/default-docx-template/word/styles.xml'
> adding 'docx/templates/default-docx-template/word/stylesWithEffects.xml'
> adding 'docx/templates/default-docx-template/word/webSettings.xml'
> adding 'docx/templates/default-docx-template/word/_rels/document.xml.rels'
> adding 'docx/templates/default-docx-template/word/theme/theme1.xml'
> adding 'docx/text/__init__.py'
> adding 'docx/text/font.py'
> adding 'docx/text/hyperlink.py'
> adding 'docx/text/pagebreak.py'
> adding 'docx/text/paragraph.py'
> adding 'docx/text/parfmt.py'
> adding 'docx/text/run.py'
> adding 'docx/text/tabstops.py'
> adding 'python_docx-1.1.0.dist-info/LICENSE'
> adding 'python_docx-1.1.0.dist-info/METADATA'
> adding 'python_docx-1.1.0.dist-info/WHEEL'
> adding 'python_docx-1.1.0.dist-info/top_level.txt'
> adding 'python_docx-1.1.0.dist-info/RECORD'
> removing build/bdist.linux-x86_64/wheel
> Successfully built python_docx-1.1.0-py3-none-any.whl
> I: pybuild plugin_pyproject:122: Unpacking wheel built for python3.11 with 
> "installer" module
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:310: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_docx/build; 
> python3.12 -m pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.12.1, pytest-7.4.3, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_docx/build
> configfile: pyproject.toml
> collected 1497 items
> 
> tests/test_api.py ...                                                    [  
> 0%]
> tests/test_blkcntnr.py .................                                 [  
> 1%]
> tests/test_document.py ..............................                    [  
> 3%]
> tests/test_enum.py ................                                      [  
> 4%]
> tests/test_package.py ........                                           [  
> 4%]
> tests/test_section.py .................................................. [  
> 8%]
> ...........................................                              [ 
> 11%]
> tests/test_settings.py .........                                         [ 
> 11%]
> tests/test_shape.py .............                                        [ 
> 12%]
> tests/test_shared.py ....................                                [ 
> 13%]
> tests/test_table.py .................................................... [ 
> 17%]
> ........................................................................ [ 
> 22%]
> .......                                                                  [ 
> 22%]
> tests/dml/test_color.py ...............................                  [ 
> 24%]
> tests/image/test_bmp.py ...                                              [ 
> 24%]
> tests/image/test_gif.py ...                                              [ 
> 25%]
> tests/image/test_helpers.py ....                                         [ 
> 25%]
> tests/image/test_jpeg.py ......................................          [ 
> 27%]
> tests/image/test_png.py .........................                        [ 
> 29%]
> tests/image/test_tiff.py ...........................                     [ 
> 31%]
> tests/opc/test_coreprops.py ..................................           [ 
> 33%]
> tests/opc/test_oxml.py ..............                                    [ 
> 34%]
> tests/opc/test_package.py ...................                            [ 
> 35%]
> tests/opc/test_packuri.py .........                                      [ 
> 36%]
> tests/opc/test_part.py ........................                          [ 
> 38%]
> tests/opc/test_phys_pkg.py ...................                           [ 
> 39%]
> tests/opc/test_pkgreader.py ......................                       [ 
> 40%]
> tests/opc/test_pkgwriter.py ...........                                  [ 
> 41%]
> tests/opc/test_rel.py ..............                                     [ 
> 42%]
> tests/opc/parts/test_coreprops.py .F                                     [ 
> 42%]
> tests/oxml/test__init__.py ........                                      [ 
> 43%]
> tests/oxml/test_document.py .                                            [ 
> 43%]
> tests/oxml/test_ns.py .......                                            [ 
> 43%]
> tests/oxml/test_section.py .                                             [ 
> 43%]
> tests/oxml/test_styles.py ..                                             [ 
> 43%]
> tests/oxml/test_table.py ............................................... [ 
> 47%]
> ...................                                                      [ 
> 48%]
> tests/oxml/test_xmlchemy.py ............................................ [ 
> 51%]
> .................................                                        [ 
> 53%]
> tests/oxml/parts/test_document.py ......                                 [ 
> 53%]
> tests/oxml/text/test_hyperlink.py .....                                  [ 
> 54%]
> tests/oxml/text/test_run.py ....                                         [ 
> 54%]
> tests/parts/test_document.py ..................                          [ 
> 55%]
> tests/parts/test_hdrftr.py ......                                        [ 
> 56%]
> tests/parts/test_numbering.py .....                                      [ 
> 56%]
> tests/parts/test_settings.py ...                                         [ 
> 56%]
> tests/parts/test_story.py ..............                                 [ 
> 57%]
> tests/parts/test_styles.py ..                                            [ 
> 57%]
> tests/styles/test_latent.py ............................................ [ 
> 60%]
> ..................                                                       [ 
> 61%]
> tests/styles/test_style.py ............................................. [ 
> 64%]
> ......................................                                   [ 
> 67%]
> tests/styles/test_styles.py .......................................      [ 
> 70%]
> tests/text/test_font.py ................................................ [ 
> 73%]
> .....................................................................    [ 
> 77%]
> tests/text/test_hyperlink.py .........................                   [ 
> 79%]
> tests/text/test_pagebreak.py ........                                    [ 
> 80%]
> tests/text/test_paragraph.py ........................................... [ 
> 82%]
> ................                                                         [ 
> 83%]
> tests/text/test_parfmt.py .............................................. [ 
> 87%]
> ........................................................................ [ 
> 91%]
> ..                                                                       [ 
> 91%]
> tests/text/test_run.py ................................................. [ 
> 95%]
> .............................                                            [ 
> 97%]
> tests/text/test_tabstops.py ..........................................   
> [100%]
> 
> =================================== FAILURES 
> ===================================
> ___ DescribeCorePropertiesPart.it_can_create_a_default_core_properties_part 
> ____
> 
> self = <tests.opc.parts.test_coreprops.DescribeCorePropertiesPart object at 
> 0x7f123d537560>
> 
>     def it_can_create_a_default_core_properties_part(self):
> >       core_properties_part = CorePropertiesPart.default(None)
> 
> tests/opc/parts/test_coreprops.py:22: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> 
> cls = <class 'docx.opc.parts.coreprops.CorePropertiesPart'>, package = None
> 
>     @classmethod
>     def default(cls, package):
>         """Return a new |CorePropertiesPart| object initialized with default 
> values for
>         its base properties."""
>         core_properties_part = cls._new(package)
>         core_properties = core_properties_part.core_properties
>         core_properties.title = "Word Document"
>         core_properties.last_modified_by = "python-docx"
>         core_properties.revision = 1
> >       core_properties.modified = datetime.utcnow()
> E       DeprecationWarning: datetime.datetime.utcnow() is deprecated and 
> scheduled for removal in a future version. Use timezone-aware objects to 
> represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
> 
> docx/opc/parts/coreprops.py:25: DeprecationWarning
> =========================== short test summary info 
> ============================
> FAILED 
> tests/opc/parts/test_coreprops.py::DescribeCorePropertiesPart::it_can_create_a_default_core_properties_part
> ======================== 1 failed, 1496 passed in 7.33s 
> ========================
> E: pybuild pybuild:395: test: plugin pyproject failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_docx/build; python3.12 -m pytest tests
> I: pybuild base:310: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/build; 
> python3.11 -m pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.7, pytest-7.4.3, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_docx/build
> configfile: pyproject.toml
> collected 1497 items
> 
> tests/test_api.py ...                                                    [  
> 0%]
> tests/test_blkcntnr.py .................                                 [  
> 1%]
> tests/test_document.py ..............................                    [  
> 3%]
> tests/test_enum.py ................                                      [  
> 4%]
> tests/test_package.py ........                                           [  
> 4%]
> tests/test_section.py .................................................. [  
> 8%]
> ...........................................                              [ 
> 11%]
> tests/test_settings.py .........                                         [ 
> 11%]
> tests/test_shape.py .............                                        [ 
> 12%]
> tests/test_shared.py ....................                                [ 
> 13%]
> tests/test_table.py .................................................... [ 
> 17%]
> ........................................................................ [ 
> 22%]
> .......                                                                  [ 
> 22%]
> tests/dml/test_color.py ...............................                  [ 
> 24%]
> tests/image/test_bmp.py ...                                              [ 
> 24%]
> tests/image/test_gif.py ...                                              [ 
> 25%]
> tests/image/test_helpers.py ....                                         [ 
> 25%]
> tests/image/test_jpeg.py ......................................          [ 
> 27%]
> tests/image/test_png.py .........................                        [ 
> 29%]
> tests/image/test_tiff.py ...........................                     [ 
> 31%]
> tests/opc/test_coreprops.py ..................................           [ 
> 33%]
> tests/opc/test_oxml.py ..............                                    [ 
> 34%]
> tests/opc/test_package.py ...................                            [ 
> 35%]
> tests/opc/test_packuri.py .........                                      [ 
> 36%]
> tests/opc/test_part.py ........................                          [ 
> 38%]
> tests/opc/test_phys_pkg.py ...................                           [ 
> 39%]
> tests/opc/test_pkgreader.py ......................                       [ 
> 40%]
> tests/opc/test_pkgwriter.py ...........                                  [ 
> 41%]
> tests/opc/test_rel.py ..............                                     [ 
> 42%]
> tests/opc/parts/test_coreprops.py ..                                     [ 
> 42%]
> tests/oxml/test__init__.py ........                                      [ 
> 43%]
> tests/oxml/test_document.py .                                            [ 
> 43%]
> tests/oxml/test_ns.py .......                                            [ 
> 43%]
> tests/oxml/test_section.py .                                             [ 
> 43%]
> tests/oxml/test_styles.py ..                                             [ 
> 43%]
> tests/oxml/test_table.py ............................................... [ 
> 47%]
> ...................                                                      [ 
> 48%]
> tests/oxml/test_xmlchemy.py ............................................ [ 
> 51%]
> .................................                                        [ 
> 53%]
> tests/oxml/parts/test_document.py ......                                 [ 
> 53%]
> tests/oxml/text/test_hyperlink.py .....                                  [ 
> 54%]
> tests/oxml/text/test_run.py ....                                         [ 
> 54%]
> tests/parts/test_document.py ..................                          [ 
> 55%]
> tests/parts/test_hdrftr.py ......                                        [ 
> 56%]
> tests/parts/test_numbering.py .....                                      [ 
> 56%]
> tests/parts/test_settings.py ...                                         [ 
> 56%]
> tests/parts/test_story.py ..............                                 [ 
> 57%]
> tests/parts/test_styles.py ..                                            [ 
> 57%]
> tests/styles/test_latent.py ............................................ [ 
> 60%]
> ..................                                                       [ 
> 61%]
> tests/styles/test_style.py ............................................. [ 
> 64%]
> ......................................                                   [ 
> 67%]
> tests/styles/test_styles.py .......................................      [ 
> 70%]
> tests/text/test_font.py ................................................ [ 
> 73%]
> .....................................................................    [ 
> 77%]
> tests/text/test_hyperlink.py .........................                   [ 
> 79%]
> tests/text/test_pagebreak.py ........                                    [ 
> 80%]
> tests/text/test_paragraph.py ........................................... [ 
> 82%]
> ................                                                         [ 
> 83%]
> tests/text/test_parfmt.py .............................................. [ 
> 87%]
> ........................................................................ [ 
> 91%]
> ..                                                                       [ 
> 91%]
> tests/text/test_run.py ................................................. [ 
> 95%]
> .............................                                            [ 
> 97%]
> tests/text/test_tabstops.py ..........................................   
> [100%]
> 
> ============================= 1497 passed in 6.20s 
> =============================
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 
> 3.11" returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2023/12/12/python-docx_1.1.0+dfsg-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&[email protected]&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-docx
Source-Version: 1.1.0+dfsg-2
Done: Andrius Merkys <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-docx, 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.
Andrius Merkys <[email protected]> (supplier of updated python-docx 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: Mon, 15 Jan 2024 07:08:17 -0500
Source: python-docx
Architecture: source
Version: 1.1.0+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Andrius Merkys <[email protected]>
Closes: 1058441
Changes:
 python-docx (1.1.0+dfsg-2) unstable; urgency=medium
 .
   [ Yogeswaran Umasankar ]
   * Patch for dh_auto_test datetime DeprecationWarning with
     Python 3.12. (Closes: #1058441)
 .
   [ Andrius Merkys ]
   * Bump copyright years.
Checksums-Sha1:
 91813fecb330fdc16216bc2d8dbf275a52c1673c 2350 python-docx_1.1.0+dfsg-2.dsc
 41ed960f9130b53add31761248803a1ec444486a 7848 
python-docx_1.1.0+dfsg-2.debian.tar.xz
 a4deba55c26e8f64e2749dd047892b86013e3471 8347 
python-docx_1.1.0+dfsg-2_source.buildinfo
Checksums-Sha256:
 f7ffaafee1df2c7f80c533f7d881cbaef63f52d2fde48b38a585edd0560bb726 2350 
python-docx_1.1.0+dfsg-2.dsc
 307095b93fc8736709254cab6e2a3e66ddac54b6e252ef20faf0ac8412ae6400 7848 
python-docx_1.1.0+dfsg-2.debian.tar.xz
 c48388f66c3bce74e58e5218ed59aa27521887a55b6dd90ee6f512405b8e30f2 8347 
python-docx_1.1.0+dfsg-2_source.buildinfo
Files:
 f346be5fbe5e5fb355b583fde5458f46 2350 python optional 
python-docx_1.1.0+dfsg-2.dsc
 c2144bb392ee7ae6d95f2f04049c2d3d 7848 python optional 
python-docx_1.1.0+dfsg-2.debian.tar.xz
 0d746679a507c8b8ac7ff1909ee4cfd0 8347 python optional 
python-docx_1.1.0+dfsg-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEEdyKS9veshfrgQdQe5fQ/nCc08ocFAmWlIHISHG1lcmt5c0Bk
ZWJpYW4ub3JnAAoJEOX0P5wnNPKHG/AP/i/NBpTCWbBROY7J2bDr+B4Mju2ykp7t
Wm90g3S5uWtvvW9Kq3b+SPNi0BnpRqXApg9VMTmI4kgB8hIzV2grnw6J46183ytR
5uO53BOjFmO81bQkrxz9zy2F1C/BGBFJUz3B6uVdbR5j9a0whtCNvNzqmNZinoLq
4QNCiBbQyTHfv3/rwvm53tFOnT6tuJbuYVqwGHa+qwyiV1dDezueVZ8SSWzfOf1+
rz8EJpAVz6XDDqS1L/5v0cTKhLeq0bWPiE/JrUussn6rxmgX0fdHb76tdwUPxym+
JxtDFShrNhyPx1pGVBMxBIIbT3maPlzYJkMMwY6WB0BP+IVh5uu3ltiFAutlgmiC
RGy6PQ0wU2gEgprYBRcBU4JCPBLA5zstCRL7E++JQXzCMyZ58nBMHcH0PJEYQQNs
6AupRJeLoK08/LZmWpJL5gYmebOHDJYYYgaZ3kGXgEuUtXtCWLL7XZnQ+ILqJX80
0p1CPLFrnVdnjcRIhzOlezfHR0jVIx34rJAJdSQYnG+rMyw3p2ebIkwiuhx5c/4q
x2R8WwqWfo/qa+5yF8GsSi7buQRKEpw5YGEvk95whoFiVQ2LsWKjnjbiPUiffXAZ
NnEjfctua0xH01oki/msFmZ54t+uBPCVX2sOiVnRtFrtIZX4ssaVz6rUdppV4XUO
FEaetLnAPOQ2
=0IgU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to