Your message dated Sun, 30 Mar 2025 07:06:16 +0000
with message-id <[email protected]>
and subject line Bug#1100286: fixed in python-rokuecp 0.19.4-3
has caused the Debian Bug report #1100286,
regarding python-rokuecp: FTBFS: E       AssertionError: assert None == 'mkv'
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.)


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

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_clean
rm -rf rokuecp.egg-info/
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
I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build" 
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rokuecp  
* Building wheel...
The "poetry.dev-dependencies" section is deprecated and will be removed in a 
future version. Use "poetry.group.dev.dependencies" instead.
Successfully built rokuecp-0.0.0-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rokuecp/build; 
python3.13 -m pytest --no-cov
/usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:207: 
PytestDeprecationWarning: The configuration option 
"asyncio_default_fixture_loop_scope" is unset.
The event loop scope for asynchronous fixtures will default to the fixture 
caching scope. Future versions of pytest-asyncio will default the loop scope 
for asynchronous fixtures to function scope. Set the default fixture loop scope 
explicitly in order to avoid unexpected behavior in the future. Valid fixture 
loop scopes are: "function", "class", "module", "package", "session"

  warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
============================= test session starts ==============================
platform linux -- Python 3.13.2, pytest-8.3.5, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rokuecp/build
configfile: pyproject.toml
plugins: asyncio-0.25.1, pytest_freezer-0.4.9, aresponses-3.0.0, cov-5.0.0
asyncio: mode=Mode.AUTO, asyncio_default_fixture_loop_scope=None
collected 74 items

tests/test_client.py ..............                                      [ 18%]
tests/test_helpers.py .F....                                             [ 27%]
tests/test_interface.py .................................                [ 71%]
tests/test_models.py .....................                               [100%]

=================================== FAILURES ===================================
___________________________ test_guess_stream_format ___________________________

    def test_guess_stream_format() -> None:
        """Test the guess_stream_format helper."""
        assert guess_stream_format("/path/media.media") is None
        assert guess_stream_format("/path/media.txt") is None
    
        assert guess_stream_format("/path/media.mp4", "video/mp4") == "mp4"
        assert guess_stream_format("/path/media.mp4") == "mp4"
        assert guess_stream_format("/path/media.m4v") == "mp4"
        assert guess_stream_format("/path/media.mov") == "mp4"
>       assert guess_stream_format("/path/media.mkv") == "mkv"
E       AssertionError: assert None == 'mkv'
E        +  where None = guess_stream_format('/path/media.mkv')

tests/test_helpers.py:41: AssertionError
=========================== short test summary info ============================
FAILED tests/test_helpers.py::test_guess_stream_format - AssertionError: asse...
========================= 1 failed, 73 passed in 1.28s =========================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_rokuecp/build; python3.13 -m pytest 
--no-cov
dh_auto_test: error: pybuild --test -i python{version} -p 3.13 returned exit 
code 13
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

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

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 could not 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-rokuecp, so that this is still
visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: python-rokuecp
Source-Version: 0.19.4-3
Done: Edward Betts <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-rokuecp, 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.
Edward Betts <[email protected]> (supplier of updated python-rokuecp 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, 29 Mar 2025 22:08:48 +0000
Source: python-rokuecp
Architecture: source
Version: 0.19.4-3
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team <[email protected]>
Changed-By: Edward Betts <[email protected]>
Closes: 1100286
Changes:
 python-rokuecp (0.19.4-3) unstable; urgency=medium
 .
   * Patch to add new MIME types. (Closes: #1100286)
   * Switch to autopkgtest-pkg-pybuild.
   * Update Standards-Version.
   * Update copyright year.
   * Simplify debian/rules.
   * Simplify debian/watch.
Checksums-Sha1:
 9181bced405c203727b35a27d778e96d7f8b7dce 2483 python-rokuecp_0.19.4-3.dsc
 d44e7376c2060091aaae5331c0ef86e6d848b107 2768 
python-rokuecp_0.19.4-3.debian.tar.xz
 b75c657958a5bec6299072b89d46cebed31c4a53 7330 
python-rokuecp_0.19.4-3_source.buildinfo
Checksums-Sha256:
 162121e8d522ac20882f26f77bb6fca4111d3a283daa33f8ab3b16c1f341a732 2483 
python-rokuecp_0.19.4-3.dsc
 e23e6d8f1430444774f18c5251851b458e07135bd2638caf6aa0af3884fb74c3 2768 
python-rokuecp_0.19.4-3.debian.tar.xz
 d56db4ce2cc4e75b736e6823ad9c0a3ea420545688a93058d7c81ce161782df8 7330 
python-rokuecp_0.19.4-3_source.buildinfo
Files:
 85749477d3f96ce91e071f6e175455c5 2483 python optional 
python-rokuecp_0.19.4-3.dsc
 bff6238334dd7843acb4d7d06208b6b3 2768 python optional 
python-rokuecp_0.19.4-3.debian.tar.xz
 32ac5f96be59e1ebc07dc15b24e5d04b 7330 python optional 
python-rokuecp_0.19.4-3_source.buildinfo

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

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmfo51sACgkQlgWhCYxj
uSq2rQ/9FTAWNoioU/WDuc4kCU+QV2BvMO+aX5CgvrFNLuK3tJfM1PHr9Shgj4cB
6JCbf3riHTjcd2BUqn1nvoy7Q+xQp/lUghZOR+l6ZfQ9RL5kDr5HhZAzz9IqYkiQ
oluvOdKwnANCIdpPEFRqDPhJdVHkLz4dd5V5C4lFWrT1CCNCD+DUsm6tF5h057oW
ZWBHdAEbbpYwSi1xlevzi2r1SzZaC93nvJ1FVK+heicRFYQjE0KYNl898emIFe1a
laG8YLNKq8f9XPwvhatpP/MysX6PHrqqZLrOn9blkZ4oGeMGAcJVstqeBg45jTg5
d2a6RnQEnJem+6jfXphT+e7ke3K++rIx00HKuc0QlIWpAeyYKOeE0gWH6ByWwDPG
opqALo+gD4qnSDLPaw7qLoGywBFm3p2S2z8rclADCReXpfS2TYU5Sqd1LqrR+ICr
L3H6V3ywQ15eY2P49c04ejRqGe0TueQQp1i2lqj5ntn+Udjoy09B6gsl1DfDx7aD
SDKRZM/apw6j7w+1CXt5ktOEMH6Yzhbk0ZzJhvGdnUk50kazTqKIACIDlaiQUdEq
jsj0N6z8Fa5gJsSfHdBlcVaimLYGGeXwB9xYdoVCRGMgU31z5iC3dSKpnin6Nyf+
o88+r3Q5s/07nUh5AOS+MvmnUIT8BuR5tyj1wUdKVl5G+PWCaTM=
=8SvI
-----END PGP SIGNATURE-----

Attachment: pgpBlfhvZOM5i.pgp
Description: PGP signature


--- End Message ---

Reply via email to