Your message dated Tue, 12 Dec 2023 15:05:40 +0000
with message-id <[email protected]>
and subject line Bug#1056446: fixed in python-xmlschema 1.10.0-7
has caused the Debian Bug report #1056446,
regarding python-xmlschema: AttributeError: type object '_PurePosixPath' has no
attribute '_from_parts'. Did you mean: '_load_parts'?
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.)
--
1056446: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056446
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pytest
Version: 7.4.3-1
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: python3.12
pytest's autopkg tests fail with Python 3.12:
[...]
383s platform linux -- Python 3.12.0+, pytest-7.4.3, pluggy-1.3.0
383s rootdir: /tmp/autopkgtest.JW6zuv/build.aar/src
383s configfile: pyproject.toml
383s plugins: hypothesis-6.88.4
383s collected 3176 items / 1 error / 4 deselected / 3172 selected
383s
383s ==================================== ERRORS
====================================
383s __________________ ERROR collecting testing/test_junitxml.py
___________________
383s /usr/lib/python3/dist-packages/_pytest/runner.py:341: in from_call
383s result: Optional[TResult] = func()
383s /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
383s call = CallInfo.from_call(lambda: list(collector.collect()),
"collect")
383s /usr/lib/python3/dist-packages/_pytest/python.py:531: in collect
383s self._inject_setup_module_fixture()
383s /usr/lib/python3/dist-packages/_pytest/python.py:545: in
_inject_setup_module_fixture
383s self.obj, ("setUpModule", "setup_module")
383s /usr/lib/python3/dist-packages/_pytest/python.py:310: in obj
383s self._obj = obj = self._getobj()
383s /usr/lib/python3/dist-packages/_pytest/python.py:528: in _getobj
383s return self._importtestmodule()
383s /usr/lib/python3/dist-packages/_pytest/python.py:617: in
_importtestmodule
383s mod = import_path(self.path, mode=importmode,
root=self.config.rootpath)
383s /usr/lib/python3/dist-packages/_pytest/pathlib.py:567: in import_path
383s importlib.import_module(module_name)
383s /usr/lib/python3.12/importlib/__init__.py:90: in import_module
383s return _bootstrap._gcd_import(name[level:], package, level)
383s <frozen importlib._bootstrap>:1381: in _gcd_import
383s ???
383s <frozen importlib._bootstrap>:1354: in _find_and_load
383s ???
383s <frozen importlib._bootstrap>:1325: in _find_and_load_unlocked
383s ???
383s <frozen importlib._bootstrap>:929: in _load_unlocked
383s ???
383s /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:186: in
exec_module
383s exec(co, module.__dict__)
383s ../../../testing/test_junitxml.py:13: in <module>
383s import xmlschema
383s /usr/lib/python3/dist-packages/xmlschema/__init__.py:20: in <module>
383s from .dataobjects import DataElement, DataElementConverter,
DataBindingConverter
383s /usr/lib/python3/dist-packages/xmlschema/dataobjects.py:27: in <module>
383s from . import validators
383s /usr/lib/python3/dist-packages/xmlschema/validators/__init__.py:38:
in <module>
383s from .schemas import XMLSchemaMeta, XMLSchemaBase, XMLSchema,
XMLSchema10, XMLSchema11
383s
/usr/lib/python3/dist-packages/xmlschema/validators/schemas.py:2137: in
<module>
383s class XMLSchema10(XMLSchemaBase):
383s /usr/lib/python3/dist-packages/xmlschema/validators/schemas.py:148:
in __new__
383s meta_schema =
meta_schema_class.create_meta_schema(meta_schema_file)
383s /usr/lib/python3/dist-packages/xmlschema/validators/schemas.py:763:
in create_meta_schema
383s meta_schema = meta_schema_class(source, XSD_NAMESPACE,
global_maps=global_maps,
383s /usr/lib/python3/dist-packages/xmlschema/validators/schemas.py:357:
in __init__
383s self.source = XMLResource(source, base_url, allow, defuse, timeout)
383s /usr/lib/python3/dist-packages/xmlschema/resources.py:511: in __init__
383s self.parse(source, lazy)
383s /usr/lib/python3/dist-packages/xmlschema/resources.py:746: in parse
383s url = normalize_url(source, self._base_url)
383s /usr/lib/python3/dist-packages/xmlschema/resources.py:188: in
normalize_url
383s path = _PurePath.from_uri(url)
383s /usr/lib/python3/dist-packages/xmlschema/resources.py:109: in from_uri
383s return cls(uri)
383s /usr/lib/python3/dist-packages/xmlschema/resources.py:98: in __new__
383s return cast('_PurePath', cls._from_parts(args))
383s E AttributeError: type object '_PurePosixPath' has no attribute
'_from_parts'. Did you mean: '_load_parts'?
383s !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection
!!!!!!!!!!!!!!!!!!!!
383s ======================== 4 deselected, 1 error in 3.65s
========================
--- End Message ---
--- Begin Message ---
Source: python-xmlschema
Source-Version: 1.10.0-7
Done: Timo Röhling <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-xmlschema, 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.
Timo Röhling <[email protected]> (supplier of updated python-xmlschema
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: Tue, 12 Dec 2023 15:54:47 +0100
Source: python-xmlschema
Architecture: source
Version: 1.10.0-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Timo Röhling <[email protected]>
Closes: 1056446
Changes:
python-xmlschema (1.10.0-7) unstable; urgency=medium
.
* Team upload.
* Do not use PurePath implementation details (Closes: #1056446)
* Fix test setup in d/rules
Checksums-Sha1:
15765a5e6bc9fcdd3c6b218607aaa450c12fb804 2214 python-xmlschema_1.10.0-7.dsc
46c3d0495dff8f75c321c2e758ce465ea4258f06 8556
python-xmlschema_1.10.0-7.debian.tar.xz
bcaa503b816eabb4883b373b0a9cd46df2e1c277 8505
python-xmlschema_1.10.0-7_amd64.buildinfo
Checksums-Sha256:
b21e4684ea1e849302a25cab94e7d7e39d4b3e85655915a8364ed8a2f2b2e8b6 2214
python-xmlschema_1.10.0-7.dsc
4f02f33fb49faa3c18a0d81ef479bf60cb2c28f1a8c740121a7459d87cf468e0 8556
python-xmlschema_1.10.0-7.debian.tar.xz
d5184c4b984e958b251c7c65331523811b94ee60e4a4d206645caab9b82735a8 8505
python-xmlschema_1.10.0-7_amd64.buildinfo
Files:
9251bff11795f4686507318a8aa0f1fb 2214 python optional
python-xmlschema_1.10.0-7.dsc
67dad8e8fc464d611e24d7b109ddbdb3 8556 python optional
python-xmlschema_1.10.0-7.debian.tar.xz
5db58fa0043c648f1728ce835e591dd8 8505 python optional
python-xmlschema_1.10.0-7_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHIBAEBCgAyFiEEJvtDgpxjkjCIVtam+C8H+466LVkFAmV4dUIUHHJvZWhsaW5n
QGRlYmlhbi5vcmcACgkQ+C8H+466LVlcMwv/dKNSVHwpKTt8DH3ixy7nCWbCRDru
eOx0Q8HC4zySc9AvJrx+yx1+D0HdasttLSJHS2EguLMOT5OT3sLc53Cm0mPkyy3/
WBziV5kFYZRlPv0amBy9ckSlPrQiLUciAxAnvYYzj4YvK0gWMvGcUQG7abP9JLAA
P0ZfoicxVov9X9vk7yYiPEsDDGKFDc0u8Z4g1VsT+PcO9VO7FZAIjwm9+BSPlsX5
Y3sTcxd7OlPC10k7YRwDOuwGcdtlqTQ6ktaVFx+uc2PrhIB48pCGT+hShbUp291C
uo17OmokDGHYpN1rkFsgRbP9R4w+0R2eH0kSnmMwDG0TH4QchEdgZ8+qvbEJXwgN
xnMw565A4U8KxScB/onZ5/7/cdUjqzXkzbhuIutisS0M/7x05Sjf+RTEoJhUcQcO
p5NJ4yK84Af6joNV4I5xwfeuW9qTYmv8vfn8IS+NcKZp1vrJpg+4nCxSFHN5uKQy
BR24PXUJUhu2OuCJ7Y8W21rjdrROhB27iABN
=R6Io
-----END PGP SIGNATURE-----
--- End Message ---