Your message dated Mon, 06 Feb 2023 18:23:53 +0000
with message-id <[email protected]>
and subject line Bug#1030467: fixed in python-pangolearn 2022-07-09+dfsg-2
has caused the Debian Bug report #1030467,
regarding python-pangolearn: FTBFS:
pkg_resources.extern.packaging.version.InvalidVersion: Invalid version:
'2022-07-09'
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.)
--
1030467: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1030467
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-pangolearn
Version: 2022-07-09+dfsg-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20230203 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> 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:240: python3.11 setup.py config
> /usr/lib/python3/dist-packages/setuptools/dist.py:548: UserWarning: The
> version specified ('2022-07-09') is an invalid version, this may not work as
> expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440
> for more details.
> warnings.warn(
> running config
> dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:240: /usr/bin/python3 setup.py build
> /usr/lib/python3/dist-packages/setuptools/dist.py:548: UserWarning: The
> version specified ('2022-07-09') is an invalid version, this may not work as
> expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440
> for more details.
> warnings.warn(
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pangolearn/build/pangoLEARN
> copying pangoLEARN/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pangolearn/build/pangoLEARN
> creating
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pangolearn/build/pangoLEARN/scripts
> copying pangoLEARN/scripts/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pangolearn/build/pangoLEARN/scripts
> creating
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pangolearn/build/pangoLEARN/training
> copying pangoLEARN/training/__init__.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pangolearn/build/pangoLEARN/training
> copying pangoLEARN/training/downsample.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pangolearn/build/pangoLEARN/training
> copying pangoLEARN/training/getDecisionTreeRules.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pangolearn/build/pangoLEARN/training
> copying pangoLEARN/training/pangoLEARNRandomForest_v1.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pangolearn/build/pangoLEARN/training
> copying pangoLEARN/training/pangoLEARNDecisionTree_v1.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pangolearn/build/pangoLEARN/training
> copying pangoLEARN/training/get_lineage_positions.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pangolearn/build/pangoLEARN/training
> copying pangoLEARN/training/processOutputFile.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pangolearn/build/pangoLEARN/training
> copying pangoLEARN/training/utils.py ->
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pangolearn/build/pangoLEARN/training
> running egg_info
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/setup.py", line 9, in <module>
> setup(name='pangoLEARN',
> File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 108, in
> setup
> return distutils.core.setup(**attrs)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line
> 185, in setup
> return run_commands(dist)
> ^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line
> 201, in run_commands
> dist.run_commands()
> File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line
> 969, in run_commands
> self.run_command(cmd)
> File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1213, in
> run_command
> super().run_command(command)
> File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line
> 988, in run_command
> cmd_obj.run()
> File
> "/usr/lib/python3/dist-packages/setuptools/_distutils/command/build.py", line
> 132, in run
> self.run_command(cmd_name)
> File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line
> 318, in run_command
> self.distribution.run_command(command)
> File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1213, in
> run_command
> super().run_command(command)
> File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line
> 988, in run_command
> cmd_obj.run()
> File "/usr/lib/python3/dist-packages/setuptools/command/build_py.py", line
> 63, in run
> self.build_package_data()
> File "/usr/lib/python3/dist-packages/setuptools/command/build_py.py", line
> 159, in build_package_data
> for target, srcfile in self._get_package_data_output_mapping():
> File "/usr/lib/python3/dist-packages/setuptools/command/build_py.py", line
> 151, in _get_package_data_output_mapping
> for package, src_dir, build_dir, filenames in self.data_files:
> ^^^^^^^^^^^^^^^
> File "/usr/lib/python3/dist-packages/setuptools/command/build_py.py", line
> 72, in __getattr__
> self.data_files = self._get_data_files()
> ^^^^^^^^^^^^^^^^^^^^^^
> File "/usr/lib/python3/dist-packages/setuptools/command/build_py.py", line
> 84, in _get_data_files
> self.analyze_manifest()
> File "/usr/lib/python3/dist-packages/setuptools/command/build_py.py", line
> 181, in analyze_manifest
> self.run_command('egg_info')
> File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line
> 318, in run_command
> self.distribution.run_command(command)
> File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1213, in
> run_command
> super().run_command(command)
> File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line
> 987, in run_command
> cmd_obj.ensure_finalized()
> File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line
> 111, in ensure_finalized
> self.finalize_options()
> File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line
> 219, in finalize_options
> parsed_version = parse_version(self.egg_version)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File
> "/usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/version.py",
> line 266, in __init__
> raise InvalidVersion(f"Invalid version: '{version}'")
> pkg_resources.extern.packaging.version.InvalidVersion: Invalid version:
> '2022-07-09'
> E: pybuild pybuild:388: build: plugin distutils failed with: exit code=1:
> /usr/bin/python3 setup.py build
> dh_auto_build: error: pybuild --build -i python{version} -p 3.11 returned
> exit code 13
> make: *** [debian/rules:8: binary] Error 25
The full build log is available from:
http://qa-logs.debian.net/2023/02/03/python-pangolearn_2022-07-09+dfsg-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230203;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230203&[email protected]&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 mark 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: python-pangolearn
Source-Version: 2022-07-09+dfsg-2
Done: Étienne Mollier <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-pangolearn, 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.
Étienne Mollier <[email protected]> (supplier of updated python-pangolearn
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: Mon, 06 Feb 2023 18:41:52 +0100
Source: python-pangolearn
Architecture: source
Version: 2022-07-09+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Étienne Mollier <[email protected]>
Closes: 1030467
Changes:
python-pangolearn (2022-07-09+dfsg-2) unstable; urgency=medium
.
* Team upload.
* pep440.patch: add; adjust upstream version number. (Closes: #1030467)
* d/rules: unset spurious executable bits on csv files.
Checksums-Sha1:
f418cd6d6445e242bf6e24e337c03d932094840a 2335
python-pangolearn_2022-07-09+dfsg-2.dsc
ca539cad2e8eeb62642f8e5ee552c6d6a231f0b7 2804
python-pangolearn_2022-07-09+dfsg-2.debian.tar.xz
Checksums-Sha256:
8f0e64e2d110a5ef035bd4bf7058378a6e82be3accdd320dfb5f5a073f69b25b 2335
python-pangolearn_2022-07-09+dfsg-2.dsc
1cf0b150f5cd2bc6c582a33be08db5407e01100c447564ab49e02d07597ceac1 2804
python-pangolearn_2022-07-09+dfsg-2.debian.tar.xz
Files:
534714d3fd9ccad36c488ad9527129f9 2335 science optional
python-pangolearn_2022-07-09+dfsg-2.dsc
5c029b25faa7bd868ce0d4d22d5ec5b5 2804 science optional
python-pangolearn_2022-07-09+dfsg-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmPhQe0UHGVtb2xsaWVy
QGRlYmlhbi5vcmcACgkQeTz2fo8NEdr2Ng/+MIo3LtgW/uj6e9vjAjMrkyKtaL4c
kZQiOOMgsj43kDGsEdZ7aEF+vjiXomk4+RiIk8zlGjaJI6CE1HobdYkI3e9Sg98t
CyapC2chksJLpQyKBH0grKCHAjybJjdxbbBjEq5b9rvM7ltbydDZB8pFaFrdJ3PO
5cgtuf/GY069Ggm1prjkiIus4lv/9q/vwTTD9Pk75D7WaA9NFiNtq62JyOtNRpFf
gw+zpEjMxORNN4DtzR5Y97h0bC06br58gZlO0LFhl8+OAcBOU1cGRCx6/OMfXT57
lC6luJrzif+fRGaoq1M4W3YGJSDYLNOsZhfFzLCeSzV29Sja+3Z2AhvO3lN2NwmF
rS9xNh8vC8GIBUfoGT5OuxUNRfCtTpAw/TekGdO5Lz1uGblE+IOIPaNa2pGhALAf
SRqlpRUnJiyyyK94I5jR1OKipl5dy+nJrb5zJ19PesNB7D0wNX5RzaIeoooh46Ua
kDqLeTXDghh/l8uSD1fMr8lckRiD606G/acm6Q5xTNTJG3iMgz5VMpqybixOUoEq
h10r+r2XDM6gv1DFuu/J5XiIeTEeDcus2RG1RsFCYKdcNn2gT+DSCBf6JDIgMsSS
Tiw6bOJg61HmSrV+jhJMtZ+/s5PSqfgRH0dkVJG07wDzIc80GYO/ZG4/WeowA7el
9PAD7oUrLwR3CII=
=6WOX
-----END PGP SIGNATURE-----
--- End Message ---