Your message dated Sun, 02 Aug 2026 17:05:50 +0000
with message-id <[email protected]>
and subject line Bug#1143369: fixed in python-openapi-core 0.23.1-4
has caused the Debian Bug report #1143369,
regarding python-openapi-core: FTBFS: E   ModuleNotFoundError: No module named 
'httpx2'
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.)


-- 
1143369: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1143369
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-openapi-core
Version: 0.23.1-3
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/202608/

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-openapi-core, 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
   debian/rules execute_after_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf docs_build
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   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

[... snipped ...]

        Scope      = collections.abc.MutableMapping[str, typing.Any]
        Self       = typing.Self
        Send       = 
collections.abc.Callable[[collections.abc.MutableMapping[str, typing.Any]], 
collections.abc.Awaitable[None]]
        Sequence   = <class 'collections.abc.Sequence'>
        StapledObjectStream = <class 
'anyio.streams.stapled.StapledObjectStream'>
        StarletteDeprecationWarning = <class 
'starlette.exceptions.StarletteDeprecationWarning'>
        TYPE_CHECKING = False
        TypeGuard  = typing.TypeGuard
        TypedDict  = <function TypedDict at 0x7fc510b1ea30>
        WebSocketDisconnect = <class 'starlette.websockets.WebSocketDisconnect'>
        __builtins__ = <builtins>
        __cached__ = 
'/usr/lib/python3/dist-packages/starlette/__pycache__/testclient.cpython-314.pyc'
        __doc__    = None
        __file__   = '/usr/lib/python3/dist-packages/starlette/testclient.py'
        __loader__ = <_frozen_importlib_external.SourceFileLoader object at 
0x7fc50bd3b170>
        __name__   = 'starlette.testclient'
        __package__ = 'starlette'
        __spec__   = ModuleSpec(name='starlette.testclient', 
loader=<_frozen_importlib_external.SourceFileLoader object at 0x7fc50bd3b170>, 
origin='/usr/lib/python3/dist-packages/starlette/testclient.py')
        annotations = _Feature((3, 7, 0, 'beta', 1), None, 16777216)
        anyio      = <module 'anyio' from 
'/usr/lib/python3/dist-packages/anyio/__init__.py'>
        cast       = <function cast at 0x7fc510b1cf60>
        contextlib = <module 'contextlib' from 
'/usr/lib/python3.14/contextlib.py'>
        httpx      = <module 'httpx' from 
'/usr/lib/python3/dist-packages/httpx/__init__.py'>
        inspect    = <module 'inspect' from '/usr/lib/python3.14/inspect.py'>
        io         = <module 'io' (frozen)>
        is_async_callable = <function is_async_callable at 0x7fc50be4e350>
        json       = <module 'json' from '/usr/lib/python3.14/json/__init__.py'>
        math       = <module 'math' (built-in)>
        sys        = <module 'sys' (built-in)>
        unquote    = <function unquote at 0x7fc50f210460>
        urljoin    = <function urljoin at 0x7fc50f210040>
        warnings   = <module 'warnings' from '/usr/lib/python3.14/warnings.py'>
_ ERROR collecting 
tests/integration/contrib/starlette/test_starlette_project.py _
/usr/lib/python3/dist-packages/starlette/testclient.py:36: in <module>
    import httpx2 as httpx
E   ModuleNotFoundError: No module named 'httpx2'
        ASGIApp    = 
collections.abc.Callable[[collections.abc.MutableMapping[str, typing.Any], 
collections.abc.Callable[[], 
collections.ab...[[collections.abc.MutableMapping[str, typing.Any]], 
collections.abc.Awaitable[None]]], collections.abc.Awaitable[None]]
        AbstractContextManager = <class 'contextlib.AbstractContextManager'>
        Any        = typing.Any
        Awaitable  = <class 'collections.abc.Awaitable'>
        Callable   = <class 'collections.abc.Callable'>
        Future     = <class 'concurrent.futures._base.Future'>
        Generator  = <class 'collections.abc.Generator'>
        GeneratorType = <class 'generator'>
        Iterable   = <class 'collections.abc.Iterable'>
        Literal    = typing.Literal
        Mapping    = <class 'collections.abc.Mapping'>
        Message    = collections.abc.MutableMapping[str, typing.Any]
        MutableMapping = <class 'collections.abc.MutableMapping'>
        Receive    = collections.abc.Callable[[], 
collections.abc.Awaitable[collections.abc.MutableMapping[str, typing.Any]]]
        Scope      = collections.abc.MutableMapping[str, typing.Any]
        Self       = typing.Self
        Send       = 
collections.abc.Callable[[collections.abc.MutableMapping[str, typing.Any]], 
collections.abc.Awaitable[None]]
        Sequence   = <class 'collections.abc.Sequence'>
        StapledObjectStream = <class 
'anyio.streams.stapled.StapledObjectStream'>
        StarletteDeprecationWarning = <class 
'starlette.exceptions.StarletteDeprecationWarning'>
        TYPE_CHECKING = False
        TypeGuard  = typing.TypeGuard
        TypedDict  = <function TypedDict at 0x7fc510b1ea30>
        WebSocketDisconnect = <class 'starlette.websockets.WebSocketDisconnect'>
        __builtins__ = <builtins>
        __cached__ = 
'/usr/lib/python3/dist-packages/starlette/__pycache__/testclient.cpython-314.pyc'
        __doc__    = None
        __file__   = '/usr/lib/python3/dist-packages/starlette/testclient.py'
        __loader__ = <_frozen_importlib_external.SourceFileLoader object at 
0x7fc50b595cd0>
        __name__   = 'starlette.testclient'
        __package__ = 'starlette'
        __spec__   = ModuleSpec(name='starlette.testclient', 
loader=<_frozen_importlib_external.SourceFileLoader object at 0x7fc50b595cd0>, 
origin='/usr/lib/python3/dist-packages/starlette/testclient.py')
        annotations = _Feature((3, 7, 0, 'beta', 1), None, 16777216)
        anyio      = <module 'anyio' from 
'/usr/lib/python3/dist-packages/anyio/__init__.py'>
        cast       = <function cast at 0x7fc510b1cf60>
        contextlib = <module 'contextlib' from 
'/usr/lib/python3.14/contextlib.py'>
        httpx      = <module 'httpx' from 
'/usr/lib/python3/dist-packages/httpx/__init__.py'>
        inspect    = <module 'inspect' from '/usr/lib/python3.14/inspect.py'>
        io         = <module 'io' (frozen)>
        is_async_callable = <function is_async_callable at 0x7fc50be4e350>
        json       = <module 'json' from '/usr/lib/python3.14/json/__init__.py'>
        math       = <module 'math' (built-in)>
        sys        = <module 'sys' (built-in)>
        unquote    = <function unquote at 0x7fc50f210460>
        urljoin    = <function urljoin at 0x7fc50f210040>
        warnings   = <module 'warnings' from '/usr/lib/python3.14/warnings.py'>

During handling of the above exception, another exception occurred:
tests/integration/contrib/starlette/test_starlette_project.py:6: in <module>
    from starlette.testclient import TestClient
        __builtins__ = <builtins>
        __cached__ = 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_openapi-core/build/tests/integration/contrib/starlette/__pycache__/test_starlette_project.cpython-314.pyc'
        __doc__    = None
        __file__   = 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_openapi-core/build/tests/integration/contrib/starlette/test_starlette_project.py'
        __loader__ = <_pytest.assertion.rewrite.AssertionRewritingHook object 
at 0x7fc50ff04440>
        __name__   = 'test_starlette_project'
        __package__ = ''
        __spec__   = ModuleSpec(name='test_starlette_project', 
loader=<_pytest.assertion.rewrite.AssertionRewritingHook object at 
0x7fc50ff...i-core-0.23.1/.pybuild/cpython3_3.14_openapi-core/build/tests/integration/contrib/starlette/test_starlette_project.py')
        __warningregistry__ = {'version': 37}
        b64encode  = <function b64encode at 0x7fc50fcd5640>
        os         = <module 'os' (frozen)>
        pytest     = <module 'pytest' from 
'/usr/lib/python3/dist-packages/pytest/__init__.py'>
        sys        = <module 'sys' (built-in)>
/usr/lib/python3/dist-packages/starlette/testclient.py:47: in <module>
    warnings.warn(
E   starlette.exceptions.StarletteDeprecationWarning: Using `httpx` with 
`starlette.testclient` is deprecated; install `httpx2` instead.
        ASGIApp    = 
collections.abc.Callable[[collections.abc.MutableMapping[str, typing.Any], 
collections.abc.Callable[[], 
collections.ab...[[collections.abc.MutableMapping[str, typing.Any]], 
collections.abc.Awaitable[None]]], collections.abc.Awaitable[None]]
        AbstractContextManager = <class 'contextlib.AbstractContextManager'>
        Any        = typing.Any
        Awaitable  = <class 'collections.abc.Awaitable'>
        Callable   = <class 'collections.abc.Callable'>
        Future     = <class 'concurrent.futures._base.Future'>
        Generator  = <class 'collections.abc.Generator'>
        GeneratorType = <class 'generator'>
        Iterable   = <class 'collections.abc.Iterable'>
        Literal    = typing.Literal
        Mapping    = <class 'collections.abc.Mapping'>
        Message    = collections.abc.MutableMapping[str, typing.Any]
        MutableMapping = <class 'collections.abc.MutableMapping'>
        Receive    = collections.abc.Callable[[], 
collections.abc.Awaitable[collections.abc.MutableMapping[str, typing.Any]]]
        Scope      = collections.abc.MutableMapping[str, typing.Any]
        Self       = typing.Self
        Send       = 
collections.abc.Callable[[collections.abc.MutableMapping[str, typing.Any]], 
collections.abc.Awaitable[None]]
        Sequence   = <class 'collections.abc.Sequence'>
        StapledObjectStream = <class 
'anyio.streams.stapled.StapledObjectStream'>
        StarletteDeprecationWarning = <class 
'starlette.exceptions.StarletteDeprecationWarning'>
        TYPE_CHECKING = False
        TypeGuard  = typing.TypeGuard
        TypedDict  = <function TypedDict at 0x7fc510b1ea30>
        WebSocketDisconnect = <class 'starlette.websockets.WebSocketDisconnect'>
        __builtins__ = <builtins>
        __cached__ = 
'/usr/lib/python3/dist-packages/starlette/__pycache__/testclient.cpython-314.pyc'
        __doc__    = None
        __file__   = '/usr/lib/python3/dist-packages/starlette/testclient.py'
        __loader__ = <_frozen_importlib_external.SourceFileLoader object at 
0x7fc50b595cd0>
        __name__   = 'starlette.testclient'
        __package__ = 'starlette'
        __spec__   = ModuleSpec(name='starlette.testclient', 
loader=<_frozen_importlib_external.SourceFileLoader object at 0x7fc50b595cd0>, 
origin='/usr/lib/python3/dist-packages/starlette/testclient.py')
        annotations = _Feature((3, 7, 0, 'beta', 1), None, 16777216)
        anyio      = <module 'anyio' from 
'/usr/lib/python3/dist-packages/anyio/__init__.py'>
        cast       = <function cast at 0x7fc510b1cf60>
        contextlib = <module 'contextlib' from 
'/usr/lib/python3.14/contextlib.py'>
        httpx      = <module 'httpx' from 
'/usr/lib/python3/dist-packages/httpx/__init__.py'>
        inspect    = <module 'inspect' from '/usr/lib/python3.14/inspect.py'>
        io         = <module 'io' (frozen)>
        is_async_callable = <function is_async_callable at 0x7fc50be4e350>
        json       = <module 'json' from '/usr/lib/python3.14/json/__init__.py'>
        math       = <module 'math' (built-in)>
        sys        = <module 'sys' (built-in)>
        unquote    = <function unquote at 0x7fc50f210460>
        urljoin    = <function urljoin at 0x7fc50f210040>
        warnings   = <module 'warnings' from '/usr/lib/python3.14/warnings.py'>
_ ERROR collecting 
tests/integration/contrib/starlette/test_starlette_validation.py _
/usr/lib/python3/dist-packages/starlette/testclient.py:36: in <module>
    import httpx2 as httpx
E   ModuleNotFoundError: No module named 'httpx2'
        ASGIApp    = 
collections.abc.Callable[[collections.abc.MutableMapping[str, typing.Any], 
collections.abc.Callable[[], 
collections.ab...[[collections.abc.MutableMapping[str, typing.Any]], 
collections.abc.Awaitable[None]]], collections.abc.Awaitable[None]]
        AbstractContextManager = <class 'contextlib.AbstractContextManager'>
        Any        = typing.Any
        Awaitable  = <class 'collections.abc.Awaitable'>
        Callable   = <class 'collections.abc.Callable'>
        Future     = <class 'concurrent.futures._base.Future'>
        Generator  = <class 'collections.abc.Generator'>
        GeneratorType = <class 'generator'>
        Iterable   = <class 'collections.abc.Iterable'>
        Literal    = typing.Literal
        Mapping    = <class 'collections.abc.Mapping'>
        Message    = collections.abc.MutableMapping[str, typing.Any]
        MutableMapping = <class 'collections.abc.MutableMapping'>
        Receive    = collections.abc.Callable[[], 
collections.abc.Awaitable[collections.abc.MutableMapping[str, typing.Any]]]
        Scope      = collections.abc.MutableMapping[str, typing.Any]
        Self       = typing.Self
        Send       = 
collections.abc.Callable[[collections.abc.MutableMapping[str, typing.Any]], 
collections.abc.Awaitable[None]]
        Sequence   = <class 'collections.abc.Sequence'>
        StapledObjectStream = <class 
'anyio.streams.stapled.StapledObjectStream'>
        StarletteDeprecationWarning = <class 
'starlette.exceptions.StarletteDeprecationWarning'>
        TYPE_CHECKING = False
        TypeGuard  = typing.TypeGuard
        TypedDict  = <function TypedDict at 0x7fc510b1ea30>
        WebSocketDisconnect = <class 'starlette.websockets.WebSocketDisconnect'>
        __builtins__ = <builtins>
        __cached__ = 
'/usr/lib/python3/dist-packages/starlette/__pycache__/testclient.cpython-314.pyc'
        __doc__    = None
        __file__   = '/usr/lib/python3/dist-packages/starlette/testclient.py'
        __loader__ = <_frozen_importlib_external.SourceFileLoader object at 
0x7fc50b4f22d0>
        __name__   = 'starlette.testclient'
        __package__ = 'starlette'
        __spec__   = ModuleSpec(name='starlette.testclient', 
loader=<_frozen_importlib_external.SourceFileLoader object at 0x7fc50b4f22d0>, 
origin='/usr/lib/python3/dist-packages/starlette/testclient.py')
        annotations = _Feature((3, 7, 0, 'beta', 1), None, 16777216)
        anyio      = <module 'anyio' from 
'/usr/lib/python3/dist-packages/anyio/__init__.py'>
        cast       = <function cast at 0x7fc510b1cf60>
        contextlib = <module 'contextlib' from 
'/usr/lib/python3.14/contextlib.py'>
        httpx      = <module 'httpx' from 
'/usr/lib/python3/dist-packages/httpx/__init__.py'>
        inspect    = <module 'inspect' from '/usr/lib/python3.14/inspect.py'>
        io         = <module 'io' (frozen)>
        is_async_callable = <function is_async_callable at 0x7fc50be4e350>
        json       = <module 'json' from '/usr/lib/python3.14/json/__init__.py'>
        math       = <module 'math' (built-in)>
        sys        = <module 'sys' (built-in)>
        unquote    = <function unquote at 0x7fc50f210460>
        urljoin    = <function urljoin at 0x7fc50f210040>
        warnings   = <module 'warnings' from '/usr/lib/python3.14/warnings.py'>

During handling of the above exception, another exception occurred:
tests/integration/contrib/starlette/test_starlette_validation.py:9: in <module>
    from starlette.testclient import TestClient
        JSONResponse = <class 'starlette.responses.JSONResponse'>
        PlainTextResponse = <class 'starlette.responses.PlainTextResponse'>
        Request    = <class 'starlette.requests.Request'>
        Route      = <class 'starlette.routing.Route'>
        Starlette  = <class 'starlette.applications.Starlette'>
        __builtins__ = <builtins>
        __cached__ = 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_openapi-core/build/tests/integration/contrib/starlette/__pycache__/test_starlette_validation.cpython-314.pyc'
        __doc__    = None
        __file__   = 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_openapi-core/build/tests/integration/contrib/starlette/test_starlette_validation.py'
        __loader__ = <_pytest.assertion.rewrite.AssertionRewritingHook object 
at 0x7fc50ff04440>
        __name__   = 'test_starlette_validation'
        __package__ = ''
        __spec__   = ModuleSpec(name='test_starlette_validation', 
loader=<_pytest.assertion.rewrite.AssertionRewritingHook object at 
0x7fc5...ore-0.23.1/.pybuild/cpython3_3.14_openapi-core/build/tests/integration/contrib/starlette/test_starlette_validation.py')
        __warningregistry__ = {'version': 43}
        dumps      = <function dumps at 0x7fc5109a3c10>
        pytest     = <module 'pytest' from 
'/usr/lib/python3/dist-packages/pytest/__init__.py'>
/usr/lib/python3/dist-packages/starlette/testclient.py:47: in <module>
    warnings.warn(
E   starlette.exceptions.StarletteDeprecationWarning: Using `httpx` with 
`starlette.testclient` is deprecated; install `httpx2` instead.
        ASGIApp    = 
collections.abc.Callable[[collections.abc.MutableMapping[str, typing.Any], 
collections.abc.Callable[[], 
collections.ab...[[collections.abc.MutableMapping[str, typing.Any]], 
collections.abc.Awaitable[None]]], collections.abc.Awaitable[None]]
        AbstractContextManager = <class 'contextlib.AbstractContextManager'>
        Any        = typing.Any
        Awaitable  = <class 'collections.abc.Awaitable'>
        Callable   = <class 'collections.abc.Callable'>
        Future     = <class 'concurrent.futures._base.Future'>
        Generator  = <class 'collections.abc.Generator'>
        GeneratorType = <class 'generator'>
        Iterable   = <class 'collections.abc.Iterable'>
        Literal    = typing.Literal
        Mapping    = <class 'collections.abc.Mapping'>
        Message    = collections.abc.MutableMapping[str, typing.Any]
        MutableMapping = <class 'collections.abc.MutableMapping'>
        Receive    = collections.abc.Callable[[], 
collections.abc.Awaitable[collections.abc.MutableMapping[str, typing.Any]]]
        Scope      = collections.abc.MutableMapping[str, typing.Any]
        Self       = typing.Self
        Send       = 
collections.abc.Callable[[collections.abc.MutableMapping[str, typing.Any]], 
collections.abc.Awaitable[None]]
        Sequence   = <class 'collections.abc.Sequence'>
        StapledObjectStream = <class 
'anyio.streams.stapled.StapledObjectStream'>
        StarletteDeprecationWarning = <class 
'starlette.exceptions.StarletteDeprecationWarning'>
        TYPE_CHECKING = False
        TypeGuard  = typing.TypeGuard
        TypedDict  = <function TypedDict at 0x7fc510b1ea30>
        WebSocketDisconnect = <class 'starlette.websockets.WebSocketDisconnect'>
        __builtins__ = <builtins>
        __cached__ = 
'/usr/lib/python3/dist-packages/starlette/__pycache__/testclient.cpython-314.pyc'
        __doc__    = None
        __file__   = '/usr/lib/python3/dist-packages/starlette/testclient.py'
        __loader__ = <_frozen_importlib_external.SourceFileLoader object at 
0x7fc50b4f22d0>
        __name__   = 'starlette.testclient'
        __package__ = 'starlette'
        __spec__   = ModuleSpec(name='starlette.testclient', 
loader=<_frozen_importlib_external.SourceFileLoader object at 0x7fc50b4f22d0>, 
origin='/usr/lib/python3/dist-packages/starlette/testclient.py')
        annotations = _Feature((3, 7, 0, 'beta', 1), None, 16777216)
        anyio      = <module 'anyio' from 
'/usr/lib/python3/dist-packages/anyio/__init__.py'>
        cast       = <function cast at 0x7fc510b1cf60>
        contextlib = <module 'contextlib' from 
'/usr/lib/python3.14/contextlib.py'>
        httpx      = <module 'httpx' from 
'/usr/lib/python3/dist-packages/httpx/__init__.py'>
        inspect    = <module 'inspect' from '/usr/lib/python3.14/inspect.py'>
        io         = <module 'io' (frozen)>
        is_async_callable = <function is_async_callable at 0x7fc50be4e350>
        json       = <module 'json' from '/usr/lib/python3.14/json/__init__.py'>
        math       = <module 'math' (built-in)>
        sys        = <module 'sys' (built-in)>
        unquote    = <function unquote at 0x7fc50f210460>
        urljoin    = <function urljoin at 0x7fc50f210040>
        warnings   = <module 'warnings' from '/usr/lib/python3.14/warnings.py'>
- generated xml file: 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_openapi-core/build/reports/junit.xml -
=========================== short test summary info ============================
ERROR tests/integration/contrib/fastapi/test_fastapi_project.py - starlette.e...
ERROR tests/integration/contrib/starlette/test_starlette_project.py - starlet...
ERROR tests/integration/contrib/starlette/test_starlette_validation.py - star...
!!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!!
============================== 3 errors in 1.35s ===============================
E: pybuild pybuild:485: test: plugin pyproject failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_openapi-core/build; python3.14 -m 
pytest -W ignore::ResourceWarning --no-cov
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.13 
3.14" --parallel=2 returned exit code 13
make: *** [debian/rules:12: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-openapi-core
Source-Version: 0.23.1-4
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-openapi-core, 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.
Colin Watson <[email protected]> (supplier of updated python-openapi-core 
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: Sun, 02 Aug 2026 17:48:03 +0100
Source: python-openapi-core
Architecture: source
Version: 0.23.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1143369
Changes:
 python-openapi-core (0.23.1-4) unstable; urgency=medium
 .
   * Team upload.
   * Build-depend on python3-httpx2 (closes: #1143369).
Checksums-Sha1:
 3ec4df55385f3979cdac3d9580c4dfed6f370ad5 3927 python-openapi-core_0.23.1-4.dsc
 cc7bad2b6ba3b93dcf4a8ba0efff6ddd895fbe05 4984 
python-openapi-core_0.23.1-4.debian.tar.xz
 b0dc6b79a3642e40329f0b8b39dfd08a15d30bf5 603324 
python-openapi-core_0.23.1-4.git.tar.xz
 c3f0fd64b6fa4653a0abc55c59b261533975298b 17604 
python-openapi-core_0.23.1-4_source.buildinfo
Checksums-Sha256:
 7ea93b7db02e1302f85e324a0036dec0e2d8ed064c26165d7172f6f6138ae2e6 3927 
python-openapi-core_0.23.1-4.dsc
 6e24d6b666087da747e3db2b7d0585ea0eef614b45e44fadd7d9f45edbecdd89 4984 
python-openapi-core_0.23.1-4.debian.tar.xz
 4c5e862f2891b77923c30b9d90adf901f18057c3ebf9301dbe5ec560f313f26c 603324 
python-openapi-core_0.23.1-4.git.tar.xz
 e05aec80aa8b095baae807b20b46d3b1093afaeeb4458ede93503020d6c1f1e2 17604 
python-openapi-core_0.23.1-4_source.buildinfo
Files:
 6633fd7d3830e62eb102acb6c8a9ce75 3927 python optional 
python-openapi-core_0.23.1-4.dsc
 10b0a9beed4d48c1d3a1811b2f673818 4984 python optional 
python-openapi-core_0.23.1-4.debian.tar.xz
 5e4edc85836832c485741174e5da6f68 603324 python None 
python-openapi-core_0.23.1-4.git.tar.xz
 a1ba262137132df40427ef5dafcc0a7a 17604 python optional 
python-openapi-core_0.23.1-4_source.buildinfo
Git-Tag-Info: tag=25b6a354b948268bc1d0e2da14179294e3f05b92 
fp=ac0a4ff12611b6fccf01c111393587d97d86500b
Git-Tag-Tagger: Colin Watson <[email protected]>

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

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmpvdd8ACgkQYG0ITkaD
wHk9uxAAnKrVlwHIm16wz2vqvJIoJV6lnKZrjaYauK79AWS1r6dsCYrVD5/xzZZ5
WAPQPcP0yOJribbRVgVbJUBsZfdYBjYPbFWy+AFGj6B1i3lHL6UaLp4I0m8LD4JV
qJP0Q2oHphWutVUyt7HeSlGdZ7IR8QFxQPFWEorA5E4TvCQyKECTMoch18bpIa37
n55Av4iruLvlbuqJ7YL3zoEBUWzWLin527mDFKYl+PfSLkvdnM/djajap8qaWAHb
gSKHhFdsE6M9nIBsHFHiaD17uc3kkYDiJzwpYFWzrs3tUWgMhTjiOP83pr4LzjkR
8j78OREAYC1KzBLAyhMmsn4jJYqGUrABC3/kqMO1CeVe2EUl/c8XFXlNQtuF8z3r
3UgWV+ybXQYGm12UAwL/5fudRVOIxE1Nxz9v1b2qEqMQ95PMPr4L6GO5E+dcq93o
Ubyyp5AWbD96UeaWuJIVuQMYDm6bi0J/LO7j/iBsmNmgESTJ4miEZKvf8xXxEmfu
wpp48od9gxBcPVjtsXAOiZieeLjnAavpg3HxeL4hIPJ71k0WDtsrUlgjybKSKg+P
NxauDtxdxHK6cB8+2Q1nDW6Sq688mdtDND/FFS0A/h9B+VY0adYuIZHNdtK4vSHM
mjxY9aaUQfezWI9FY0FYE5jjcuNb0DBSYJzTPmdBT6lIeTpjav8=
=ltK0
-----END PGP SIGNATURE-----

Attachment: pgpRSCjMwWYdd.pgp
Description: PGP signature


--- End Message ---

Reply via email to