Your message dated Tue, 21 Nov 2023 07:34:24 +0000
with message-id <e1r5lh6-00dj7q...@fasolo.debian.org>
and subject line Bug#1056323: fixed in python-biom-format 2.1.15.2-1
has caused the Debian Bug report #1056323,
regarding python-biom-format: FTBFS with Python 3.12 (test failures)
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.)


-- 
1056323: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056323
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-biom-format
Version: 2.1.12-3
Severity: important
Tags: ftbfs sid trixie
User: debian-pyt...@lists.debian.org
Usertags: python3.12

Hi Maintainer

python-biom-format FTBFS with Python 3.12 as a supported version.
I've copied below what I hope is the relevant part of the log.

Regards
Graham


=================================== FAILURES ===================================
_______________________ TestSummarizeTable.test_default ________________________

self = <biom.tests.test_cli.test_summarize_table.TestSummarizeTable
testMethod=test_default>

    def test_default(self):
        """ TableSummarizer functions as expected

        """
>       result = _summarize_table(self.biom1)

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_biom-format/build/biom/tests/test_cli/test_summarize_table.py:30:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

table = 14 x 9 <class 'biom.table.Table'> with 30 nonzero entries (23% dense)
qualitative = False, observations = False

    def _summarize_table(table, qualitative=False, observations=False):
        lines = []
        locale.setlocale(locale.LC_ALL, '')

        if observations:
            table = table.transpose()

        min_counts, max_counts, median_counts, mean_counts, counts_per_samp =\
            compute_counts_per_sample_stats(table, qualitative)
        num_observations = len(table.ids(axis='observation'))

        counts_per_sample_values = list(counts_per_samp.values())

        if table.metadata() is None:
            sample_md_keys = ["None provided"]
        else:
            sample_md_keys = table.metadata()[0].keys()

        if table.metadata(axis='observation') is None:
            observation_md_keys = ["None provided"]
        else:
            observation_md_keys = table.metadata(axis='observation')[0].keys()

        num_samples = len(table.ids())

        if observations:
            # as this is a transpose of the original table...
            lines.append('Num samples: ' + locale.format('%d', num_observations,
                                                         grouping=True))
            lines.append('Num observations: ' + locale.format('%d', num_samples,
                                                              grouping=True))
        else:
>           lines.append('Num samples: ' + locale.format('%d', num_samples,
                                                         grouping=True))
E           AttributeError: module 'locale' has no attribute 'format'.
Did you mean: '_format'?

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_biom-format/build/biom/cli/table_summarizer.py:88:
AttributeError

--- End Message ---
--- Begin Message ---
Source: python-biom-format
Source-Version: 2.1.15.2-1
Done: Étienne Mollier <emoll...@debian.org>

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

Debian distribution maintenance software
pp.
Étienne Mollier <emoll...@debian.org> (supplier of updated python-biom-format 
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: SHA256

Format: 1.8
Date: Mon, 19 Jun 2023 23:18:50 +0200
Source: python-biom-format
Architecture: source
Version: 2.1.15.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Étienne Mollier <emoll...@debian.org>
Closes: 1056323
Changes:
 python-biom-format (2.1.15.2-1) unstable; urgency=medium
 .
   * New upstream version
     Closes: #1056323
   * Standards-Version: 4.6.2 (routine-update)
   * d/control: remove Breack+Replaces on obsolete package.
   * d/control: add myself to uploaders.
   * d/control: build depends on python3-nympydoc.
   * Patches:
     - ignore_local_dist-packages.patch: unfuzz.
     - enable_sloppy_sphinx_build.patch: remove; applied upstream.
     - fix_future_import.patch: refresh.
     - sphinx.ext.pngmath.patch: remove; applied upstream.
Checksums-Sha1:
 2f24aedde45a1d02ee91607293dd603bec9e9601 2519 python-biom-format_2.1.15.2-1.dsc
 39170d70ddc09f033f08829a084630e979e75ac6 11870335 
python-biom-format_2.1.15.2.orig.tar.gz
 2fc803512376c0f54d45b9daadf2729a983c35e1 10644 
python-biom-format_2.1.15.2-1.debian.tar.xz
 2b1d905014ac505d8640f2612a9ff0b67f79ff60 12230 
python-biom-format_2.1.15.2-1_amd64.buildinfo
Checksums-Sha256:
 713173b9b38ed45fe08b4a10fd0c0c328d9f3cab9cb2d13337926a89064b3f13 2519 
python-biom-format_2.1.15.2-1.dsc
 b4b710d70ab3365966d7fe5104eea73c3c927fe46de2be924aa82531432761e7 11870335 
python-biom-format_2.1.15.2.orig.tar.gz
 3795ea7e428ccb2b2b52f9547a6e05ac9132a10969c68cbae3580bfd8f309ff5 10644 
python-biom-format_2.1.15.2-1.debian.tar.xz
 6bb33159e3a0400f2fe247f5be459dcf23a8ae9a8a90f0061498cbcaceb07af0 12230 
python-biom-format_2.1.15.2-1_amd64.buildinfo
Files:
 3ea445a1e96fbbbc7ce85d2a9322baea 2519 python optional 
python-biom-format_2.1.15.2-1.dsc
 4bb9c5c75c32075a3ba83422ebb8f849 11870335 python optional 
python-biom-format_2.1.15.2.orig.tar.gz
 a15eadf83d712d9e46c26ab389bc7d16 10644 python optional 
python-biom-format_2.1.15.2-1.debian.tar.xz
 3db1d2be732e7ed31b4d3c2df840879e 12230 python optional 
python-biom-format_2.1.15.2-1_amd64.buildinfo

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

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmVcVtsRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtHk8g/9FPOqZJRpkvigHfgAqHdDq1f68FTis5US
HyyA4npV1BqCwTcLriW+UKaBc1fHUcUBY7jGjZ6ODj+ltY9uhxtkZz0XgzyefamX
r2kWpGGtogc13nTEhVQx+9+ORaUMaR962uO8fZoxGpXVuMKM0TSSfJBoeAxeUuFC
uAw6YE0iLdY1s5BBHK+LV628feZtWbFObWguqhQ+fKO/LMQHUn1ojub4XIA9KgTV
Fgjdhlo3Dh+nFF2PTG7TMMsxJ/uYwrxIGafX18zXFEIK7yf6Zfv++myIQJ6AhExS
sYQEphrLAwbOAelyIyml8UiVqInTSgbyVWYJHjyEsBvCYMccq5+Qdg+yczA1R2MG
AqK42DR2OJiqBf9KVg49Ykexk7YdldKR5dOfKxJ2jYEygEgelHMNiKnareU7myeE
4pgFuZansdMRJIoi4tnBGvkM0HHmH/utEb7Or1zv7js49fqo0gnPILRR/93nloMn
uDas3uIgV/47dmDezxnLGqRTwIRSmonBFNe4wqJUEYlnvpxIyW6qwKHBFZiuYvOo
J3UyTplgoMQSfmyD5yvvuq7Txd9gNkR6dtINz9vyGzPVMqjSrPAMSUiC51yaSsSd
yaEk4HoPGUku3plAXHSfmtjpwCMSkdTLCqaBxQZ7hispA6FrFVWzfcbAefRhPIwx
X+Xgf0UHYMY=
=UHKe
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to