Your message dated Wed, 13 Apr 2022 16:20:32 +0000
with message-id <e1nefjm-0009rs...@fasolo.debian.org>
and subject line Bug#1009439: fixed in fontparts 0.10.4-1
has caused the Debian Bug report #1009439,
regarding fontparts: FTBFS: AttributeError: module 'collections' has no 
attribute 'Hashable'
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.)


-- 
1009439: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009439
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: fontparts
Version: 0.9.6-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220412 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> PYTHONPATH=./Lib python3 ./Lib/fontParts/fontshell/test.py
> ......E...............................E........................E.....................................E..............E...................E.......................................................................................E.........................................................................................E.........................................E.............................................E..........................................................................................................................................E.................................................................................................E......................................................................................................E..............................................................s..........................E..................................E................................................................E...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> ======================================================================
> ERROR: test_hash_is_hasbable (fontParts.test.test_font.TestFont)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/Lib/fontParts/test/test_font.py", line 203, in 
> test_hash_is_hasbable
>     isinstance(font_one, collections.Hashable),
> AttributeError: module 'collections' has no attribute 'Hashable'
> 
> ======================================================================
> ERROR: test_hash (fontParts.test.test_info.TestInfo)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/Lib/fontParts/test/test_info.py", line 56, in 
> test_hash
>     isinstance(info, collections.Hashable),
> AttributeError: module 'collections' has no attribute 'Hashable'
> 
> ======================================================================
> ERROR: test_hash (fontParts.test.test_groups.TestGroups)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/Lib/fontParts/test/test_groups.py", line 231, in 
> test_hash
>     isinstance(groups, collections.Hashable),
> AttributeError: module 'collections' has no attribute 'Hashable'
> 
> ======================================================================
> ERROR: test_hash (fontParts.test.test_kerning.TestKerning)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/Lib/fontParts/test/test_kerning.py", line 237, in 
> test_hash
>     isinstance(kerning, collections.Hashable),
> AttributeError: module 'collections' has no attribute 'Hashable'
> 
> ======================================================================
> ERROR: test_hash (fontParts.test.test_features.TestFeatures)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/Lib/fontParts/test/test_features.py", line 109, in 
> test_hash
>     isinstance(features, collections.Hashable),
> AttributeError: module 'collections' has no attribute 'Hashable'
> 
> ======================================================================
> ERROR: test_is_hashable (fontParts.test.test_layer.TestLayer)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/Lib/fontParts/test/test_layer.py", line 99, in 
> test_is_hashable
>     isinstance(layer_one, collections.Hashable)
> AttributeError: module 'collections' has no attribute 'Hashable'
> 
> ======================================================================
> ERROR: test_is_hashable (fontParts.test.test_glyph.TestGlyph)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/Lib/fontParts/test/test_glyph.py", line 697, in 
> test_is_hashable
>     isinstance(glyph_one, collections.Hashable)
> AttributeError: module 'collections' has no attribute 'Hashable'
> 
> ======================================================================
> ERROR: test_is_hashable (fontParts.test.test_contour.TestContour)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/Lib/fontParts/test/test_contour.py", line 282, in 
> test_is_hashable
>     isinstance(contour_one, collections.Hashable)
> AttributeError: module 'collections' has no attribute 'Hashable'
> 
> ======================================================================
> ERROR: test_hash (fontParts.test.test_segment.TestSegment)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/Lib/fontParts/test/test_segment.py", line 143, in 
> test_hash
>     isinstance(segment, collections.Hashable),
> AttributeError: module 'collections' has no attribute 'Hashable'
> 
> ======================================================================
> ERROR: test_hash (fontParts.test.test_bPoint.TestBPoint)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/Lib/fontParts/test/test_bPoint.py", line 598, in 
> test_hash
>     isinstance(bPoint, collections.Hashable),
> AttributeError: module 'collections' has no attribute 'Hashable'
> 
> ======================================================================
> ERROR: test_is_hashable (fontParts.test.test_point.TestPoint)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/Lib/fontParts/test/test_point.py", line 457, in 
> test_is_hashable
>     isinstance(point_one, collections.Hashable)
> AttributeError: module 'collections' has no attribute 'Hashable'
> 
> ======================================================================
> ERROR: test_is_hashable (fontParts.test.test_component.TestComponent)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/Lib/fontParts/test/test_component.py", line 850, in 
> test_is_hashable
>     isinstance(component_one, collections.Hashable)
> AttributeError: module 'collections' has no attribute 'Hashable'
> 
> ======================================================================
> ERROR: test_is_hashable (fontParts.test.test_anchor.TestAnchor)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/Lib/fontParts/test/test_anchor.py", line 519, in 
> test_is_hashable
>     isinstance(anchor_one, collections.Hashable)
> AttributeError: module 'collections' has no attribute 'Hashable'
> 
> ======================================================================
> ERROR: test_is_hashable (fontParts.test.test_image.TestImage)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/Lib/fontParts/test/test_image.py", line 718, in 
> test_is_hashable
>     isinstance(image_one, collections.Hashable)
> AttributeError: module 'collections' has no attribute 'Hashable'
> 
> ======================================================================
> ERROR: test_hash (fontParts.test.test_lib.TestLib)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/Lib/fontParts/test/test_lib.py", line 133, in 
> test_hash
>     isinstance(lib, collections.Hashable),
> AttributeError: module 'collections' has no attribute 'Hashable'
> 
> ======================================================================
> ERROR: test_is_hashable (fontParts.test.test_guideline.TestGuideline)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/Lib/fontParts/test/test_guideline.py", line 815, in 
> test_is_hashable
>     isinstance(guideline_one, collections.Hashable)
> AttributeError: module 'collections' has no attribute 'Hashable'
> 
> ----------------------------------------------------------------------
> Ran 1608 tests in 0.604s
> 
> FAILED (errors=16, skipped=1)
> make[1]: *** [debian/rules:16: override_dh_auto_test] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/04/12/fontparts_0.9.6-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220412;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220412&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: fontparts
Source-Version: 0.10.4-1
Done: Yao Wei (魏銘廷) <m...@debian.org>

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

Debian distribution maintenance software
pp.
Yao Wei (魏銘廷) <m...@debian.org> (supplier of updated fontparts 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, 13 Apr 2022 21:42:54 +0800
Source: fontparts
Architecture: source
Version: 0.10.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Fonts Task Force <debian-fo...@lists.debian.org>
Changed-By: Yao Wei (魏銘廷) <m...@debian.org>
Closes: 1009439
Changes:
 fontparts (0.10.4-1) unstable; urgency=medium
 .
   * debian/watch: Fix upstream release version format
   * New upstream version 0.10.4
     - Update to use Collections.abc.Hashable (Closes: #1009439)
   * debian/control:
     - Update dependencies
     - Bump Standards-Version to 4.6.0; No other changes are needed
   * Add dependency and fixes for setuptools-scm
Checksums-Sha1:
 2bf90a8a18f9f00070d1c62bf4861b46922fc5cf 2335 fontparts_0.10.4-1.dsc
 ee63d9f908e6617b2d56d968f10a1b5382346e08 428116 fontparts_0.10.4.orig.tar.gz
 026fa28f3e9e1f7341c55c1e29f00802a982171e 3480 fontparts_0.10.4-1.debian.tar.xz
 45f0b076adc60707380eafd28e46768307093986 8886 
fontparts_0.10.4-1_amd64.buildinfo
Checksums-Sha256:
 6b6067be4ade5de417f08ea119ce72c8746b1bdb0ab9900c7ff9ad2966ac3bd5 2335 
fontparts_0.10.4-1.dsc
 f60d8efa0b68973b2f01f91126171cba8b0bde16d6a95e490c16f826d940e010 428116 
fontparts_0.10.4.orig.tar.gz
 7c28f2febde5c1748afc6b7892c064132772b0bd3ba5ea1417ccc475454a198e 3480 
fontparts_0.10.4-1.debian.tar.xz
 062a46b3657923ab28ce6cbeac751090a6edf33460dbe22c9a7695b62804652b 8886 
fontparts_0.10.4-1_amd64.buildinfo
Files:
 33b8b16af90bf8a410b1793d2938a5eb 2335 devel optional fontparts_0.10.4-1.dsc
 806e1af16580b8ba484414993b5b6260 428116 devel optional 
fontparts_0.10.4.orig.tar.gz
 adb0eb693d0733b93478fdea4ad1fff4 3480 devel optional 
fontparts_0.10.4-1.debian.tar.xz
 0987232cc2a5c014be6c86941f462bf0 8886 devel optional 
fontparts_0.10.4-1_amd64.buildinfo

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

iQJEBAEBCgAuFiEE8htgli/cvAeDZWXRl1ewRNNETDMFAmJW82kQHG13ZWlAZGVi
aWFuLm9yZwAKCRCXV7BE00RMMyv+D/4uXeH9cWVrKoXhYsyM0hkJJxLNEpPh/6tm
eLyzOGcVcNOk46Hj09f9kNlqQkHrnpcAXDvVy5ZAGq8JFjSVp/uLjugfiwjfNVe3
XzLKBf56K7YoWRs0HHmnfR+LrHjWKntEJIf9uvSNG4UXrnNT9DqT7ZgrqGcIkC5J
jtBaE6rXtFtkQZrNyEWo9FEnLvFg2o/FfHdMBTTxmgayx0iexDtTCD7IKG6aXI3X
bkiY2PbZAgj1iAyXc1+NFt1WLiUwcrdJCQyKHjNsSvaQLauaa9o7bplLQn5+D9qK
LYwB7glarbx7vvJuN/IZYHHpSm8zT26HxtbASYxOtGdpqA/qLvT6sQALiayFOc21
BSZvm8F5aFCQNYN5JAhd6kLiu9dhSBtY1Y7oMrkp4rBzPBCJwPyRHf0Od5BQ1W0z
JD9InFdGUy6ArD0LjcM8uuipcKM7QuR3JZZcb4A+5pjE7Lg5RNSN8Ka/MiyT+bcU
O6c+UX6GLk812OSxrkTgUzOX3VhV51MY99QyospBAOFt3rzTb1/jwDn3xHNshZYw
/VUy4UqEYisZh+90S8pDXUa/K4ueluOna0eTv79foKruvxPN/TI7hm+Z/MAtVtAJ
UmBVjFJeJX6Bvb5+g8lfAWCrHnnoaLeJO2nS0/9FEJebpkJ9SpORmvsVpI6dxB7Z
5E46jUdBbA==
=0C2l
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to