Your message dated Sat, 27 Sep 2025 21:42:53 +0000
with message-id <[email protected]>
and subject line Bug#1114325: fixed in python-ratelimiter 1.2.0.post0-5
has caused the Debian Bug report #1114325,
regarding python-ratelimiter: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p 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.)


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

Dear maintainer:

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

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

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

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

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with python3 --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:311: python3.13 setup.py clean 
/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 :: Apache Software License

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

!!
  self._finalize_license_expression()
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build' (and everything under 
it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.13' does not exist -- can't clean it
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --with python3 --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:311: python3.13 setup.py config 
/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 :: Apache Software License

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

!!
  self._finalize_license_expression()
running config
   dh_auto_build -O--buildsystem=pybuild
I: pybuild base:311: /usr/bin/python3 setup.py build 
/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 :: Apache Software License

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

!!
  self._finalize_license_expression()
running build
running build_py
copying ratelimiter.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; 
python3.13 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.13.7, pytest-8.4.1, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>
plugins: typeguard-4.4.4
collected 8 items

tests/test_aio.py F                                                      [ 12%]
tests/test_ratelimiter.py .......                                        [100%]

=================================== FAILURES ===================================
__________________________________ test_alock __________________________________
async def functions are not natively supported.
You need to install a suitable plugin for your async framework, for example:
  - anyio
  - pytest-asyncio
  - pytest-tornasync
  - pytest-trio
  - pytest-twisted
=============================== warnings summary ===============================
tests/conftest.py:14
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/conftest.py:14: 
PytestRemovedIn9Warning: The (path: py.path.local) argument is deprecated, 
please use (module_path: pathlib.Path)
  see 
https://docs.pytest.org/en/latest/deprecations.html#py-path-local-arguments-for-hooks-replaced-with-pathlib-path
    def pytest_pycollect_makemodule(path, parent):

tests/test_aio.py:5
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_aio.py:5: 
PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo?  You 
can register custom marks to avoid this warning - for details, see 
https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.asyncio

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED tests/test_aio.py::test_alock - Failed: async def functions are not na...
=================== 1 failed, 7 passed, 2 warnings in 0.30s ====================
E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest tests
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13 
returned exit code 13
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-ratelimiter
Source-Version: 1.2.0.post0-5
Done: Rebecca N. Palmer <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-ratelimiter, 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.
Rebecca N. Palmer <[email protected]> (supplier of updated 
python-ratelimiter 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: Fri, 26 Sep 2025 17:03:07 +0100
Source: python-ratelimiter
Architecture: source
Version: 1.2.0.post0-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Rebecca N. Palmer <[email protected]>
Closes: 1114325
Changes:
 python-ratelimiter (1.2.0.post0-5) unstable; urgency=medium
 .
   * Team upload.
   * Fix broken async support.
   * Build-depend on pytest-asyncio. Closes: #1114325
   * Use Salsa CI and pybuild autopkgtest.
   * Standards-Version: 4.7.2, d/watch v4 (no changes needed).
Checksums-Sha1:
 e4559daa12f7747135f1d6c62392539fa789b7d0 2220 
python-ratelimiter_1.2.0.post0-5.dsc
 047b546988c4e6edb3f20f7014126352d48cbee1 3996 
python-ratelimiter_1.2.0.post0-5.debian.tar.xz
 5756ea9f886d69ba10a53a4db09a8f7caa277f41 6021 
python-ratelimiter_1.2.0.post0-5_source.buildinfo
Checksums-Sha256:
 5cf0245c8499f221412a26bd668094d10719c3dec6993c6a495fa774771c6acc 2220 
python-ratelimiter_1.2.0.post0-5.dsc
 6dd6aaba7f8751d466ab9341f5d86bdaed34acb7724300ba389e3839ba0000b5 3996 
python-ratelimiter_1.2.0.post0-5.debian.tar.xz
 7abdde2a3dd30cebd355c4ae5b7db85d41a8cabd2bfc6b02f3d15982a6a44029 6021 
python-ratelimiter_1.2.0.post0-5_source.buildinfo
Files:
 218060c80cebbc0392b80cacbf99a17e 2220 python optional 
python-ratelimiter_1.2.0.post0-5.dsc
 13859ac71a3c05b52e284b73cf6d4156 3996 python optional 
python-ratelimiter_1.2.0.post0-5.debian.tar.xz
 3ab4c8de3cb306d5dbcc79a59eef4de7 6021 python optional 
python-ratelimiter_1.2.0.post0-5_source.buildinfo

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

iQJMBAEBCgA2FiEEZ8sxEAXE7b4yF1MI3uUNDVZ+omYFAmjYUJUYHHJlYmVjY2Ff
cGFsbWVyQHpvaG8uY29tAAoJEN7lDQ1WfqJm2/MP/ijVQ4umhTk2idoseGdbUx+e
jcK5zCvOJJmmVBbqVOzUXaMtiQelzSVeu9wivBFxntfP4gCIVXF+5Y/5c2M5jogg
SS6Df/QSTw0tpqffZd5NdBcB4ckYRiAunrPQNbG2IP8NZbxIStHxvepgnlKugJ3v
wMnvuUI1z66aLP1FN9ueQ0kMT5EN+z+esVkOy+lswuFHw/Ake42fT72a2xC20c3e
GJYZK0U4fbl8Ii8ov/kjKuroJfWFP+LU3CitkvfrpfBdBkdfeCoojLlLfO0Jw6gn
DKovwrxH5Ev4Z1NpoubCx+h1PTIGaShfh01/N5cVgcwr+7GoReDcdXjSY5hnkFzU
F/hHZR1+TX6ZIf0h8M0ZuxO9Z5zDhXphaVxx6H+0xzafIjLiCdBfnMxEkjmH0Uer
UhLrbQ4hYYfa382aCV9d+QQ4CWwIRtSve9Oq/OR9SCwURf6OOxIwCd/nLRknhWS9
Wn2C5m7ojQcqENcgofsXMV0gtKxkpT4N0WyduM8rLrmsbVBk7kzwYFEgXt93tNtS
W9Y+WNeGoaU19sM638/rWPaSbIhE5Mm2IWZwv5VJpksgTkLmN9Ew00tiUFlRKxvB
7pvCTIN1lyJ29xu9g1/+5rdol9v/rIJSumxGR1fxRq/6yoyHspxcdSrgbhNvQKNb
JxBgo3yt7G2vD5Rk93ym
=bPv0
-----END PGP SIGNATURE-----

Attachment: pgpOEShHCr14L.pgp
Description: PGP signature


--- End Message ---

Reply via email to