Your message dated Tue, 26 Nov 2024 12:04:08 +0000
with message-id <e1tfuia-006non...@fasolo.debian.org>
and subject line Bug#1088221: fixed in bpack 1.2.0-1
has caused the Debian Bug report #1088221,
regarding bpack: autopkgtest failure 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.)


-- 
1088221: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1088221
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: bpack
Version: 1.1.0-2
Severity: serious
User: debian-pyt...@lists.debian.org
Usertags: python3.13

Hi Maintainer

bpack's autopkgtests fail with Python 3.13 [1].  I've copied what I
hope is the relevant part of the log below.

Regards
Graham


[1]  https://ci.debian.net/packages/b/bpack/testing/amd64/


86s =================================== FAILURES
===================================
86s ________________________________ test_attrs[bs]
________________________________
86s
86s backend = <module 'bpack.bs' from
'/usr/lib/python3/dist-packages/bpack/bs.py'>
86s
86s @pytest.mark.parametrize("backend", ALL_BACKENDS)
86s def test_attrs(backend):
86s codec = getattr(backend, "codec", backend.decoder)
86s
86s > @codec
86s
86s /usr/lib/python3/dist-packages/bpack/tests/test_backends_codec.py:60:
86s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _
86s /usr/lib/python3/dist-packages/bpack/utils.py:27: in wrapper
86s return wrap(cls)
86s /usr/lib/python3/dist-packages/bpack/utils.py:19: in wrap
86s return func(klass, **kwargs)
86s /usr/lib/python3/dist-packages/bpack/codecs.py:89: in codec
86s decode_func = bpack.utils.create_fn(
86s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _
86s
86s name = 'frombytes', args = ('cls', 'data')
86s body = ['return cls.__bpack_decoder__.decode(data)']
86s
86s def create_fn(
86s name,
86s args,
86s body,
86s *,
86s globals=None, # noqa: A002
86s locals=None, # noqa: A002
86s return_type=dataclasses.MISSING,
86s ):
86s """Create a function object."""
86s > return dataclasses._create_fn(
86s name,
86s args,
86s body,
86s globals=globals,
86s locals=locals,
86s return_type=return_type,
86s )
86s E AttributeError: module 'dataclasses' has no attribute '_create_fn'
86s
86s /usr/lib/python3/dist-packages/bpack/utils.py:42: AttributeError
86s ________________________________ test_attrs[ba]
________________________________
86s
86s backend = <module 'bpack.ba' from
'/usr/lib/python3/dist-packages/bpack/ba.py'>
86s
86s @pytest.mark.parametrize("backend", ALL_BACKENDS)
86s def test_attrs(backend):
86s codec = getattr(backend, "codec", backend.decoder)
86s
86s > @codec
86s
86s /usr/lib/python3/dist-packages/bpack/tests/test_backends_codec.py:60:
86s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _
86s /usr/lib/python3/dist-packages/bpack/utils.py:27: in wrapper
86s return wrap(cls)
86s /usr/lib/python3/dist-packages/bpack/utils.py:19: in wrap
86s return func(klass, **kwargs)
86s /usr/lib/python3/dist-packages/bpack/codecs.py:89: in codec
86s decode_func = bpack.utils.create_fn(
86s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _
86s
86s name = 'frombytes', args = ('cls', 'data')
86s body = ['return cls.__bpack_decoder__.decode(data)']
86s
86s def create_fn(
86s name,
86s args,
86s body,
86s *,
86s globals=None, # noqa: A002
86s locals=None, # noqa: A002
86s return_type=dataclasses.MISSING,
86s ):
86s """Create a function object."""
86s > return dataclasses._create_fn(
86s name,
86s args,
86s body,
86s globals=globals,
86s locals=locals,
86s return_type=return_type,
86s )
86s E AttributeError: module 'dataclasses' has no attribute '_create_fn'
86s
86s /usr/lib/python3/dist-packages/bpack/utils.py:42: AttributeError

--- End Message ---
--- Begin Message ---
Source: bpack
Source-Version: 1.2.0-1
Done: Antonio Valentino <antonio.valent...@tiscali.it>

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

Debian distribution maintenance software
pp.
Antonio Valentino <antonio.valent...@tiscali.it> (supplier of updated bpack 
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: Tue, 26 Nov 2024 11:11:58 +0000
Source: bpack
Architecture: source
Version: 1.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project <pkg-grass-de...@lists.alioth.debian.org>
Changed-By: Antonio Valentino <antonio.valent...@tiscali.it>
Closes: 1088221
Changes:
 bpack (1.2.0-1) unstable; urgency=medium
 .
   [ Bas Couwenberg ]
   * Bump Standards-Version to 4.7.0, no changes.
 .
   [ Antonio Valentino ]
   * New upstream release (Closes: #1088221).
   * Update dates in d/copyright.
   * debina/patches:
     - Refresh all patches.
Checksums-Sha1:
 01542c1fc75a5dc1fe1dd2d9d261bbb1599622e8 3104 bpack_1.2.0-1.dsc
 e54968b8e9005d289b03dfe5020361a85a2c6f43 72021 bpack_1.2.0.orig.tar.gz
 244ad49c97ac4fe0dd74b9c4e7c6fdd1cfebf72f 3644 bpack_1.2.0-1.debian.tar.xz
 691c541f9d82e2086287fbd2259fb2ee375b7359 9054 bpack_1.2.0-1_amd64.buildinfo
Checksums-Sha256:
 82e029e0e7da8733ee9fdf9c154089d53ca435ab9512b9eeae3c85960a4f2268 3104 
bpack_1.2.0-1.dsc
 b78d8b0d9aa7e93eb7204b4785d6383c57a77243458ea6ac7c4837ef421905cd 72021 
bpack_1.2.0.orig.tar.gz
 317f0582ca1dc37fb8ab68ee14ca536cefad4a3f450060a47dd7c89bd42b3b67 3644 
bpack_1.2.0-1.debian.tar.xz
 e41aaaffb410390ba9eb764d2168b8da90eb28fd30a6441eddb27ef3eca9bd0f 9054 
bpack_1.2.0-1_amd64.buildinfo
Files:
 8885bf277de4265e64c139dac39551fe 3104 python optional bpack_1.2.0-1.dsc
 1316072aa81a633835f278304bf97efa 72021 python optional bpack_1.2.0.orig.tar.gz
 b1b4e54a719988eb8d5c8b2cf9da33d5 3644 python optional 
bpack_1.2.0-1.debian.tar.xz
 56d509002f6060e51c085f36068b8258 9054 python optional 
bpack_1.2.0-1_amd64.buildinfo

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

iQJRBAEBCgA7FiEEO3DyCaX/1okDxHLF6/SKslePmBIFAmdFrf8dHGFudG9uaW8u
dmFsZW50aW5vQHRpc2NhbGkuaXQACgkQ6/SKslePmBKJ8Q/+MuK2GbAZ5c2gf8Sn
Cb+s0aOo33XjEX8r3QfdOVmYIsfzk/Y1qBQqa75/xjLreD4PjIwW3okRgSi0XL+0
e7njGxKrwetnQf5CgfRZzpAAQUQiTDu2+fdO7cKNsAXdBQo5/m/40eHzGe8LF3gC
roWlEln4pAxayzmOGoBo2WCGf/Y+VLPDp4B06dn4f7TCug2N0VetGY86Ogr8Hitg
+gNf6ASoOhEDMrd50A9mt064nTLIH4Ei4Era2/frHdp5UfTA+HaN9EesrXZzJfgL
3yyUJYjGlcD+EvvXZwuwA24mj+aN5IL0KzkCNywOaFGIuse1V9T0DfiLgkf7jJvZ
8TPhMhPw3xxGeIBzqxV15q1BOSquf/2zYvwW2jOWJx5hZms+kJUvGNLyH2+1KiHw
nxnfPfLq4nKZ7qnlAF/abgJi1zm5aRHviwoZp3oXawJ5WrAlFFs+2g3b7c9dcYEg
H47Xcw/xqoEeDPoYomOAL0d2S4sCQ9wWTq/drpkXgIZbyxP+eY6OqfoZifoHH3wE
BbJeS/IdDSZycFFsYrHTddwjuAGtLijyksn9mLMEDsY5zG/7guBEc8WZb+tJQ/8H
MMCZRtjOKzTQdKThcR+4TijGlKlf5CrW0sWXAyPEC+fGAL6h0F7ygQqr2IEcJhGh
kjPPWIPlSxQStW/GFk+Ce2iVKVM=
=3pMd
-----END PGP SIGNATURE-----

Attachment: pgpYAQV7OEpdJ.pgp
Description: PGP signature


--- End Message ---

Reply via email to