Your message dated Wed, 18 Dec 2024 19:34:19 +0000
with message-id <e1tnzoj-00bokm...@fasolo.debian.org>
and subject line Bug#1082251: fixed in python-pure-python-adb 0.3.0-3
has caused the Debian Bug report #1082251,
regarding python-pure-python-adb FTBFS with Python 3.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 ow...@bugs.debian.org
immediately.)


-- 
1082251: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082251
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-pure-python-adb
Version: 0.3.0-2
Severity: normal
User: debian-pyt...@lists.debian.org
Usertags: python3.13

This package failed build from source when test-built against a version of
python3-defaults that includes 3.13 as a supported version.

To reproduce this issue, build against python3-defaults (python3-all-dev etc.)
from Debian experimental.

What's new in Python 3.13:
https://docs.python.org/3.13/whatsnew/3.13.html
telnetlib was removed.

Log snippet:

   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; 
python3.13 -m pytest -v test/test_logging.py
ImportError while loading conftest 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/test/conftest.py'.
test/conftest.py:2: in <module>
    import telnetlib
E   ModuleNotFoundError: No module named 'telnetlib'
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=4: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest -v 
test/test_logging.py
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build; 
python3.12 -m pytest -v test/test_logging.py
============================= test session starts ==============================
platform linux -- Python 3.12.6, pytest-8.3.3, pluggy-1.5.0 -- 
/usr/bin/python3.12
cachedir: .pytest_cache
rootdir: /<<PKGBUILDDIR>>
plugins: typeguard-4.3.0
collecting ... collected 3 items

test/test_logging.py::test_without_logging PASSED                        [ 33%]
test/test_logging.py::test_without_log_message_after_set_root_logger_level 
PASSED [ 66%]
test/test_logging.py::test_enable_log_message PASSED                     [100%]

=============================== warnings summary ===============================
test/conftest.py:2
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/test/conftest.py:2: 
DeprecationWarning: 'telnetlib' is deprecated and slated for removal in Python 
3.13
    import telnetlib

ppadb/device.py:34
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ppadb/device.py:34: 
SyntaxWarning: invalid escape sequence '\s'
    INSTALL_RESULT_PATTERN = "(Success|Failure|Error)\s?(.*)"

ppadb/command/transport/__init__.py:95
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ppadb/command/transport/__init__.py:95:
 SyntaxWarning: invalid escape sequence '\['
    result_pattern = "^\[([\s\S]*?)\]: \[([\s\S]*?)\]\r?$"

ppadb/plugins/device/utils.py:35
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ppadb/plugins/device/utils.py:35: 
SyntaxWarning: invalid escape sequence '\s'
    pattern = "ACTIVITY\s([\w\.]+)/([\w\.]+)\s[\w\d]+\spid=([\d]+)"

ppadb/plugins/device/utils.py:48
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ppadb/plugins/device/utils.py:48: 
SyntaxWarning: invalid escape sequence '\s'
    total_meminfo_re = re.compile('\s*TOTAL\s*(?P<pss>\d+)'

ppadb/plugins/device/utils.py:49
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ppadb/plugins/device/utils.py:49: 
SyntaxWarning: invalid escape sequence '\s'
    '\s*(?P<private_dirty>\d+)'

ppadb/plugins/device/utils.py:50
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ppadb/plugins/device/utils.py:50: 
SyntaxWarning: invalid escape sequence '\s'
    '\s*(?P<private_clean>\d+)'

ppadb/plugins/device/utils.py:51
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ppadb/plugins/device/utils.py:51: 
SyntaxWarning: invalid escape sequence '\s'
    '\s*(?P<swapped_dirty>\d+)'

ppadb/plugins/device/utils.py:52
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ppadb/plugins/device/utils.py:52: 
SyntaxWarning: invalid escape sequence '\s'
    '\s*(?P<heap_size>\d+)'

ppadb/plugins/device/utils.py:53
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ppadb/plugins/device/utils.py:53: 
SyntaxWarning: invalid escape sequence '\s'
    '\s*(?P<heap_alloc>\d+)'

ppadb/plugins/device/utils.py:54
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ppadb/plugins/device/utils.py:54: 
SyntaxWarning: invalid escape sequence '\s'
    '\s*(?P<heap_free>\d+)')

ppadb/plugins/device/utils.py:85
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ppadb/plugins/device/utils.py:85: 
SyntaxWarning: invalid escape sequence '\d'
    pattern = "userId=([\d]+)"

ppadb/plugins/device/utils.py:102
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ppadb/plugins/device/utils.py:102:
 SyntaxWarning: invalid escape sequence '\d'
    pattern = "versionName=([\d\.]+)"

ppadb/plugins/device/wm.py:12
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ppadb/plugins/device/wm.py:12: 
SyntaxWarning: invalid escape sequence '\s'
    SIZE_RE = 'Physical size:\s([\d]+)x([\d]+)'

ppadb/plugins/device/traffic.py:36
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ppadb/plugins/device/traffic.py:36:
 SyntaxWarning: invalid escape sequence '\d'
    pattern = "userId=([\d]+)"

ppadb/plugins/device/cpustat.py:90
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/ppadb/plugins/device/cpustat.py:90:
 SyntaxWarning: invalid escape sequence '\s'
    
"cpu\s+([\d]+)\s([\d]+)\s([\d]+)\s([\d]+)\s([\d]+)\s([\d]+)\s([\d]+)\s([\d]+)\s([\d]+)\s([\d]+)\s")

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
======================== 3 passed, 16 warnings in 0.03s ========================
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.13 
3.12" returned exit code 13
make: *** [debian/rules:9: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2024-09-19T06:12:18Z


If required, the full build log is available here (for the next 30 days):
https://debusine.debian.net/artifact/787573/

This bug has been filed at "normal" severity, as we haven't started the
transition to add 3.13 as a supported version, yet. This will be raised to RC
as soon as that happens, hopefully well before trixie.

Thanks,

Stefano

--- End Message ---
--- Begin Message ---
Source: python-pure-python-adb
Source-Version: 0.3.0-3
Done: Emmanuel Arias <eam...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-pure-python-adb, 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 1082...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanuel Arias <eam...@debian.org> (supplier of updated python-pure-python-adb 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 18 Dec 2024 11:43:44 -0300
Source: python-pure-python-adb
Architecture: source
Version: 0.3.0-3
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team <team+homeassist...@tracker.debian.org>
Changed-By: Emmanuel Arias <eam...@debian.org>
Closes: 1082251 1086921
Changes:
 python-pure-python-adb (0.3.0-3) unstable; urgency=medium
 .
   * Team Upload.
   * d/control: Add python3-zombie-telnetlib as Build Dependency
     (Closes: #1082251).
   * d/patches/fix-syntax-warnings.patch: Add patch to fix SyntaxWarning
     during build (Closes: #1086921).
Checksums-Sha1:
 f0906fa60a90d428d1e70438690a49e407bbd4f2 2353 
python-pure-python-adb_0.3.0-3.dsc
 b47e155d6f2a4b48781770424cc73a11c12ef682 3296 
python-pure-python-adb_0.3.0-3.debian.tar.xz
 4d92bdb50d4337ffe53b7b8ab541a2ee583001c0 7695 
python-pure-python-adb_0.3.0-3_amd64.buildinfo
Checksums-Sha256:
 e8ef0117e9705c56384f6974bbfaea747589b99156987bf5ac79d6f6cc2c8612 2353 
python-pure-python-adb_0.3.0-3.dsc
 4aae90f7abd37c82117cfcba73ba238fa700e023f76fbb54fe563cd97baf232d 3296 
python-pure-python-adb_0.3.0-3.debian.tar.xz
 ad20e0a00164a72a8baf72765f218c967fd3b237c0bf70a24cfee850b9c89eaf 7695 
python-pure-python-adb_0.3.0-3_amd64.buildinfo
Files:
 86714438ea117c192e18f3666e3d7e3e 2353 python optional 
python-pure-python-adb_0.3.0-3.dsc
 6e16669241d5e4c45862babf92511c3f 3296 python optional 
python-pure-python-adb_0.3.0-3.debian.tar.xz
 9554167be0c788c19833221f6ddf5b28 7695 python optional 
python-pure-python-adb_0.3.0-3_amd64.buildinfo

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

iQJGBAEBCgAwFiEEE3lnVbvHK7ir4q61+p3sXeEcY/EFAmdjIHMSHGVhbWFudUBk
ZWJpYW4ub3JnAAoJEPqd7F3hHGPxHkAQAIK7NainT5JI0kG5K+OcodSTWQ6mLKyQ
HzQNk3QlL11GLUtUmkQ66r2tnCvO7bIIqabcwmQ/VfxwbrejEFHV7QirpNqRyt4m
fQtEraohFQ6g0g25eLrr2m7YKomTbQZAkkcoyExRfrRskZSBaYzSEnsuN/oKv2N+
o5Q20OK7dFa+niAMaKMs+EyMQ1U7EzyjYhkQGFC9RbxLtMyrZ4BDq6AXYuTqf33O
KI7Vx9cfoVT1qbLw5sGTgSMWfqvw6ti6yITewSo5gphLkrIWi7cNIPHqLBwbMqoA
Ahi7OZCoH8TFwNzLezvQmXNqYisr/H9WwTOlNmnU4K8w37q7q+5BOWHA2ZZAbx4W
SnM5hzMwVxv5kzPtSJFg0c41Li8GzyeA2+xUkC2VklG7sDnGRl8dGjvyDsTyNinG
uhhl+LSCGBKvWSMBvYdES1v3WUI6AGLA1AHAF0Q6JqMtoH23+VjGxrEtxULZiF/y
ucCoUVEtQ/i7GWDvOoas+Rw7vPhhY/cewgnGhlW+g3RoLGNgc+Cvt9nC+EFGbo3e
RW+y2sbxK6smmn11FyIjYS1KFWZHW8PnHKYOR4pQI1WzC8mpGvMylapgrrcrohSb
Clsupizo6ySQOmKmyb5YyHwkrnTWxyPxGbsi24DMjKHsto0iJ0Fm3d5ShjUaZhEP
Qj0dxL12t3xI
=s4yP
-----END PGP SIGNATURE-----

Attachment: pgpxl4k1pPAGp.pgp
Description: PGP signature


--- End Message ---

Reply via email to