Your message dated Sun, 04 Jan 2026 00:37:23 +0000
with message-id <[email protected]>
and subject line Bug#1122464: fixed in python-html5rdf 1.2.1-3
has caused the Debian Bug report #1122464,
regarding python-html5rdf: FTBFS: dh_auto_build: error: pybuild --build -i 
python{version} -p "3.14 3.13" 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.)


-- 
1122464: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1122464
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-html5rdf
Version: 1.2.1-2
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202512/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:python-html5rdf, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --buildsystem=pybuild
   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:131: Building wheel for python3.14 with "build" 
module
I: pybuild base:317: python3.14 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_html5rdf  
* Building wheel...
<string>:8: DeprecationWarning: pkg_resources is deprecated as an API. See 
https://setuptools.pypa.io/en/latest/pkg_resources.html
<string>:77: DeprecationWarning: codecs.open() is deprecated. Use open() 
instead.
<string>:78: DeprecationWarning: codecs.open() is deprecated. Use open() 
instead.
Traceback (most recent call last):
  File 
"/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py", 
line 389, in <module>
    main()
    ~~~~^^
  File 
"/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py", 
line 373, in main
    json_out["return_val"] = hook(**hook_input["kwargs"])
                             ~~~~^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/usr/lib/python3/dist-packages/pyproject_hooks/_in_process/_in_process.py", 
line 280, in build_wheel
    return _build_backend().build_wheel(
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        wheel_directory, config_settings, metadata_directory
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 435, in 
build_wheel
    return _build(['bdist_wheel'])
  File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 426, in 
_build
    return self._build_with_temp_dir(
           ~~~~~~~~~~~~~~~~~~~~~~~~~^
        cmd,
        ^^^^
    ...<3 lines>...
        self._arbitrary_args(config_settings),
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 407, in 
_build_with_temp_dir
    self.run_setup()
    ~~~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/setuptools/build_meta.py", line 320, in 
run_setup
    exec(code, locals())
    ~~~~^^^^^^^^^^^^^^^^
  File "<string>", line 90, in <module>
AttributeError: module 'ast' has no attribute 'Str'

ERROR Backend subprocess exited when trying to invoke build_wheel
E: pybuild pybuild:389: build: plugin pyproject failed with: exit code=1: 
python3.14 -m build --skip-dependency-check --no-isolation --wheel --outdir 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_html5rdf  
I: pybuild plugin_pyproject:131: Building wheel for python3.13 with "build" 
module
I: pybuild base:317: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_html5rdf  
* Building wheel...
<string>:8: DeprecationWarning: pkg_resources is deprecated as an API. See 
https://setuptools.pypa.io/en/latest/pkg_resources.html
<string>:90: DeprecationWarning: ast.Str is deprecated and will be removed in 
Python 3.14; use ast.Constant instead
<string>:91: DeprecationWarning: Attribute s is deprecated and will be removed 
in Python 3.14; use value instead
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:75: 
_MissingDynamic: `maintainers` defined outside of `pyproject.toml` is ignored.
!!

        
********************************************************************************
        The following seems to be defined outside of `pyproject.toml`:

        `maintainers = 'Ashley Sommer'`

        According to the spec (see the link below), however, setuptools CANNOT
        consider this value unless `maintainers` is listed as `dynamic`.

        
https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table

        To prevent this problem, you can list `maintainers` under `dynamic` or 
alternatively
        remove the `[project]` table from your file and rely entirely on other 
means of
        configuration.
        
********************************************************************************

!!
  _handle_missing_dynamic(dist, project_table)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:75: 
_MissingDynamic: `optional-dependencies` defined outside of `pyproject.toml` is 
ignored.
!!

        
********************************************************************************
        The following seems to be defined outside of `pyproject.toml`:

        `optional-dependencies = {"lxml:platform_python_implementation == 
'CPython'": ['lxml>=3.4.0'], 'genshi': ['genshi>=0.7.1'], 'chardet': 
['chardet>=2.2.1'], 'all': ['genshi>=0.7.1', 'chardet>=2.2.1'], 
"all:platform_python_implementation == 'CPython'": ['lxml>=3.4.0']}`

        According to the spec (see the link below), however, setuptools CANNOT
        consider this value unless `optional-dependencies` is listed as 
`dynamic`.

        
https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table

        To prevent this problem, you can list `optional-dependencies` under 
`dynamic` or alternatively
        remove the `[project]` table from your file and rely entirely on other 
means of
        configuration.
        
********************************************************************************

!!
  _handle_missing_dynamic(dist, project_table)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: 
SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        
********************************************************************************
        Please use a simple string containing a SPDX expression for 
`project.license`. You can also use `project.license-files`. (Both options 
available on setuptools>=77.0.0).

        By 2026-Feb-18, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  corresp(dist, value, root_dir)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: 
SetuptoolsWarning: `extras_require` overwritten in `pyproject.toml` 
(optional-dependencies)
  corresp(dist, value, root_dir)
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:61: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: MIT License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  dist._finalize_license_expression()
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: MIT License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running bdist_wheel
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:135: 
SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated
!!

        
********************************************************************************
        With Python 2.7 end-of-life, support for building universal wheels
        (i.e., wheels that support both Python 2 and Python 3)
        is being obviated.
        Please discontinue using this option, or if you still need it,
        file an issue with pypa/setuptools describing your use case.

        This deprecation is overdue, please update your project and remove 
deprecated
        calls to avoid build errors in the future.
        
********************************************************************************

!!
  self.finalize_options()
running build
running build_py
creating build/lib/html5rdf
copying html5rdf/_utils.py -> build/lib/html5rdf
copying html5rdf/_ihatexml.py -> build/lib/html5rdf
copying html5rdf/_inputstream.py -> build/lib/html5rdf
copying html5rdf/_tokenizer.py -> build/lib/html5rdf
copying html5rdf/serializer.py -> build/lib/html5rdf
copying html5rdf/html5parser.py -> build/lib/html5rdf
copying html5rdf/constants.py -> build/lib/html5rdf
copying html5rdf/__init__.py -> build/lib/html5rdf
creating build/lib/html5rdf/treebuilders
copying html5rdf/treebuilders/etree_lxml.py -> build/lib/html5rdf/treebuilders
copying html5rdf/treebuilders/dom.py -> build/lib/html5rdf/treebuilders
copying html5rdf/treebuilders/etree.py -> build/lib/html5rdf/treebuilders
copying html5rdf/treebuilders/__init__.py -> build/lib/html5rdf/treebuilders
copying html5rdf/treebuilders/base.py -> build/lib/html5rdf/treebuilders
creating build/lib/html5rdf/contrib
copying html5rdf/contrib/__init__.py -> build/lib/html5rdf/contrib
creating build/lib/html5rdf/treeadapters
copying html5rdf/treeadapters/genshi.py -> build/lib/html5rdf/treeadapters
copying html5rdf/treeadapters/sax.py -> build/lib/html5rdf/treeadapters
copying html5rdf/treeadapters/__init__.py -> build/lib/html5rdf/treeadapters
creating build/lib/html5rdf/filters
copying html5rdf/filters/inject_meta_charset.py -> build/lib/html5rdf/filters
copying html5rdf/filters/alphabeticalattributes.py -> build/lib/html5rdf/filters
copying html5rdf/filters/whitespace.py -> build/lib/html5rdf/filters
copying html5rdf/filters/lint.py -> build/lib/html5rdf/filters
copying html5rdf/filters/__init__.py -> build/lib/html5rdf/filters
copying html5rdf/filters/base.py -> build/lib/html5rdf/filters
copying html5rdf/filters/optionaltags.py -> build/lib/html5rdf/filters
creating build/lib/html5rdf/_trie
copying html5rdf/_trie/_base.py -> build/lib/html5rdf/_trie
copying html5rdf/_trie/py.py -> build/lib/html5rdf/_trie
copying html5rdf/_trie/__init__.py -> build/lib/html5rdf/_trie
creating build/lib/html5rdf/treewalkers
copying html5rdf/treewalkers/etree_lxml.py -> build/lib/html5rdf/treewalkers
copying html5rdf/treewalkers/dom.py -> build/lib/html5rdf/treewalkers
copying html5rdf/treewalkers/etree.py -> build/lib/html5rdf/treewalkers
copying html5rdf/treewalkers/genshi.py -> build/lib/html5rdf/treewalkers
copying html5rdf/treewalkers/__init__.py -> build/lib/html5rdf/treewalkers
copying html5rdf/treewalkers/base.py -> build/lib/html5rdf/treewalkers
creating build/lib/html5rdf/contrib/webencodings
copying html5rdf/contrib/webencodings/labels.py -> 
build/lib/html5rdf/contrib/webencodings
copying html5rdf/contrib/webencodings/x_user_defined.py -> 
build/lib/html5rdf/contrib/webencodings
copying html5rdf/contrib/webencodings/mklabels.py -> 
build/lib/html5rdf/contrib/webencodings
copying html5rdf/contrib/webencodings/tests.py -> 
build/lib/html5rdf/contrib/webencodings
copying html5rdf/contrib/webencodings/__init__.py -> 
build/lib/html5rdf/contrib/webencodings
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/html5rdf
copying build/lib/html5rdf/_utils.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf
creating build/bdist.linux-x86_64/wheel/html5rdf/treebuilders
copying build/lib/html5rdf/treebuilders/etree_lxml.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/treebuilders
copying build/lib/html5rdf/treebuilders/dom.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/treebuilders
copying build/lib/html5rdf/treebuilders/etree.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/treebuilders
copying build/lib/html5rdf/treebuilders/__init__.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/treebuilders
copying build/lib/html5rdf/treebuilders/base.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/treebuilders
copying build/lib/html5rdf/_ihatexml.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf
copying build/lib/html5rdf/_inputstream.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf
creating build/bdist.linux-x86_64/wheel/html5rdf/contrib
creating build/bdist.linux-x86_64/wheel/html5rdf/contrib/webencodings
copying build/lib/html5rdf/contrib/webencodings/labels.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/contrib/webencodings
copying build/lib/html5rdf/contrib/webencodings/x_user_defined.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/contrib/webencodings
copying build/lib/html5rdf/contrib/webencodings/mklabels.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/contrib/webencodings
copying build/lib/html5rdf/contrib/webencodings/tests.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/contrib/webencodings
copying build/lib/html5rdf/contrib/webencodings/__init__.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/contrib/webencodings
copying build/lib/html5rdf/contrib/__init__.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/contrib
creating build/bdist.linux-x86_64/wheel/html5rdf/treeadapters
copying build/lib/html5rdf/treeadapters/genshi.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/treeadapters
copying build/lib/html5rdf/treeadapters/sax.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/treeadapters
copying build/lib/html5rdf/treeadapters/__init__.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/treeadapters
copying build/lib/html5rdf/_tokenizer.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf
creating build/bdist.linux-x86_64/wheel/html5rdf/filters
copying build/lib/html5rdf/filters/inject_meta_charset.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/filters
copying build/lib/html5rdf/filters/alphabeticalattributes.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/filters
copying build/lib/html5rdf/filters/whitespace.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/filters
copying build/lib/html5rdf/filters/lint.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/filters
copying build/lib/html5rdf/filters/__init__.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/filters
copying build/lib/html5rdf/filters/base.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/filters
copying build/lib/html5rdf/filters/optionaltags.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/filters
copying build/lib/html5rdf/serializer.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf
creating build/bdist.linux-x86_64/wheel/html5rdf/_trie
copying build/lib/html5rdf/_trie/_base.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/_trie
copying build/lib/html5rdf/_trie/py.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/_trie
copying build/lib/html5rdf/_trie/__init__.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/_trie
copying build/lib/html5rdf/html5parser.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf
copying build/lib/html5rdf/constants.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf
creating build/bdist.linux-x86_64/wheel/html5rdf/treewalkers
copying build/lib/html5rdf/treewalkers/etree_lxml.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/treewalkers
copying build/lib/html5rdf/treewalkers/dom.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/treewalkers
copying build/lib/html5rdf/treewalkers/etree.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/treewalkers
copying build/lib/html5rdf/treewalkers/genshi.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/treewalkers
copying build/lib/html5rdf/treewalkers/__init__.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/treewalkers
copying build/lib/html5rdf/treewalkers/base.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf/treewalkers
copying build/lib/html5rdf/__init__.py -> 
build/bdist.linux-x86_64/wheel/./html5rdf
running install_egg_info
running egg_info
creating html5rdf.egg-info
writing html5rdf.egg-info/PKG-INFO
writing dependency_links to html5rdf.egg-info/dependency_links.txt
writing top-level names to html5rdf.egg-info/top_level.txt
writing manifest file 'html5rdf.egg-info/SOURCES.txt'
reading manifest file 'html5rdf.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
adding license file 'AUTHORS.rst'
writing manifest file 'html5rdf.egg-info/SOURCES.txt'
Copying html5rdf.egg-info to 
build/bdist.linux-x86_64/wheel/./html5rdf-1.2.1.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/html5rdf-1.2.1.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_html5rdf/.tmp-py8evbrw/html5rdf-1.2.1-py2.py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'html5rdf/__init__.py'
adding 'html5rdf/_ihatexml.py'
adding 'html5rdf/_inputstream.py'
adding 'html5rdf/_tokenizer.py'
adding 'html5rdf/_utils.py'
adding 'html5rdf/constants.py'
adding 'html5rdf/html5parser.py'
adding 'html5rdf/serializer.py'
adding 'html5rdf/_trie/__init__.py'
adding 'html5rdf/_trie/_base.py'
adding 'html5rdf/_trie/py.py'
adding 'html5rdf/contrib/__init__.py'
adding 'html5rdf/contrib/webencodings/__init__.py'
adding 'html5rdf/contrib/webencodings/labels.py'
adding 'html5rdf/contrib/webencodings/mklabels.py'
adding 'html5rdf/contrib/webencodings/tests.py'
adding 'html5rdf/contrib/webencodings/x_user_defined.py'
adding 'html5rdf/filters/__init__.py'
adding 'html5rdf/filters/alphabeticalattributes.py'
adding 'html5rdf/filters/base.py'
adding 'html5rdf/filters/inject_meta_charset.py'
adding 'html5rdf/filters/lint.py'
adding 'html5rdf/filters/optionaltags.py'
adding 'html5rdf/filters/whitespace.py'
adding 'html5rdf/treeadapters/__init__.py'
adding 'html5rdf/treeadapters/genshi.py'
adding 'html5rdf/treeadapters/sax.py'
adding 'html5rdf/treebuilders/__init__.py'
adding 'html5rdf/treebuilders/base.py'
adding 'html5rdf/treebuilders/dom.py'
adding 'html5rdf/treebuilders/etree.py'
adding 'html5rdf/treebuilders/etree_lxml.py'
adding 'html5rdf/treewalkers/__init__.py'
adding 'html5rdf/treewalkers/base.py'
adding 'html5rdf/treewalkers/dom.py'
adding 'html5rdf/treewalkers/etree.py'
adding 'html5rdf/treewalkers/etree_lxml.py'
adding 'html5rdf/treewalkers/genshi.py'
adding 'html5rdf-1.2.1.dist-info/licenses/AUTHORS.rst'
adding 'html5rdf-1.2.1.dist-info/licenses/LICENSE'
adding 'html5rdf-1.2.1.dist-info/METADATA'
adding 'html5rdf-1.2.1.dist-info/WHEEL'
adding 'html5rdf-1.2.1.dist-info/top_level.txt'
adding 'html5rdf-1.2.1.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built html5rdf-1.2.1-py2.py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.13 with 
"installer" module
dh_auto_build: error: pybuild --build -i python{version} -p "3.14 3.13" 
returned exit code 13
make: *** [debian/rules:5: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-html5rdf
Source-Version: 1.2.1-3
Done: Stefano Rivera <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-html5rdf, 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.
Stefano Rivera <[email protected]> (supplier of updated python-html5rdf 
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: Sat, 03 Jan 2026 20:07:16 -0400
Source: python-html5rdf
Architecture: source
Version: 1.2.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Stefano Rivera <[email protected]>
Closes: 1122464
Changes:
 python-html5rdf (1.2.1-3) unstable; urgency=medium
 .
   * Team upload.
   * Patch: Python 3.14 support. (Closes: #1122464)
Checksums-Sha1:
 bc8054c7da551290d88b82f8565ccd0aa2c1f684 1535 python-html5rdf_1.2.1-3.dsc
 69a2cf5b0e94568baeadc6d82c2e8c43841319ad 3236 
python-html5rdf_1.2.1-3.debian.tar.xz
 12bd2b5b9a82f345622a0b87916644a4252437bb 5912 
python-html5rdf_1.2.1-3_source.buildinfo
Checksums-Sha256:
 a8bcbab864329739933432cfb67b2d531307f4d5c452c66594eaf0d002ad44ad 1535 
python-html5rdf_1.2.1-3.dsc
 a662c15397355aa46f3f7af766e2c8847ba1d528e86f318c2ecf79a943f5a00a 3236 
python-html5rdf_1.2.1-3.debian.tar.xz
 c2cdbec009703c2d35a1dc3af258262edb34b442bcb46725c7b182da6c727f04 5912 
python-html5rdf_1.2.1-3_source.buildinfo
Files:
 69a3634147487ed9629d7a56ae5ecf2d 1535 python optional 
python-html5rdf_1.2.1-3.dsc
 54f84b1b1a672d3e801fa1ceca681949 3236 python optional 
python-html5rdf_1.2.1-3.debian.tar.xz
 93e008869286a6f358464eaee7afd269 5912 python optional 
python-html5rdf_1.2.1-3_source.buildinfo

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

iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCaVmx2xQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2LwIAQD4pY/wVC7No1qPifz/Q7tA5aCv51zo
Dc1MixFjyNyw6AEAmUW8ebQaDGquuCKAVtOnpbboMLiZauhil16MtGO4FAY=
=jLjw
-----END PGP SIGNATURE-----

Attachment: pgpTVsIAmSjJK.pgp
Description: PGP signature


--- End Message ---

Reply via email to