Your message dated Sun, 26 Feb 2023 10:55:40 +0000
with message-id <e1pwegu-00gndh...@fasolo.debian.org>
and subject line Bug#1030449: fixed in twms 0.07z+git20201202+bb7c3f8-2
has caused the Debian Bug report #1030449,
regarding twms: FTBFS: pkg_resources.extern.packaging.version.InvalidVersion: 
Invalid version: '0.06y'
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.)


-- 
1030449: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1030449
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: twms
Version: 0.07z+git20201202+bb7c3f8-1.1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
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 build
> dh build --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 ('0.06y') 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 ('0.06y') 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/build/twms
> copying twms/__init__.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/twms
> copying twms/canvas.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/twms
> copying twms/gpxparse.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/twms
> copying twms/drawing.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/twms
> copying twms/daemon.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/twms
> copying twms/twms.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/twms
> copying twms/reproject.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/twms
> copying twms/projections.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/twms
> copying twms/correctify.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/twms
> copying twms/filter.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/twms
> copying twms/capabilities.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/twms
> copying twms/overview.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/twms
> copying twms/sketch.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/twms
> copying twms/fetchers.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/twms
> copying twms/bbox.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/twms
> running egg_info
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/setup.py", line 56, in <module>
>     setup(
>   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: 
> '0.06y'
> 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:6: build] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/02/03/twms_0.07z+git20201202+bb7c3f8-1.1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230203;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230203&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 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: twms
Source-Version: 0.07z+git20201202+bb7c3f8-2
Done: Andrej Shadura <andre...@debian.org>

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

Debian distribution maintenance software
pp.
Andrej Shadura <andre...@debian.org> (supplier of updated twms 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: Sun, 26 Feb 2023 11:16:36 +0100
Source: twms
Architecture: source
Version: 0.07z+git20201202+bb7c3f8-2
Distribution: unstable
Urgency: medium
Maintainer: Andrej Shadura <andre...@debian.org>
Changed-By: Andrej Shadura <andre...@debian.org>
Closes: 1030449
Changes:
 twms (0.07z+git20201202+bb7c3f8-2) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Add missing ${misc:Depends} to Depends for twms.
   * Set upstream metadata fields: Repository, Repository-Browse.
 .
   [ Adrian Bunk ]
   * setup.py: Use a valid version (Closes: #1030449).
 .
   [ Andrej Shadura ]
   * Set field Upstream-Name in debian/copyright.
   * Set Rules-Requires-Root: no.
   * Bump Standards-Version to 4.6.1.
   * Fix {build-}depends, use dh-sequence-python3.
   * Update copyrights.
Checksums-Sha1:
 63f60bee88671996d35dbd946b11a76d0da93a91 1577 
twms_0.07z+git20201202+bb7c3f8-2.dsc
 21c35459a340e9c777d4ebbaa94712e39283d238 5924 
twms_0.07z+git20201202+bb7c3f8-2.debian.tar.xz
Checksums-Sha256:
 0e964c0d1d816abd58ea68f6e50cfc2b8c88b2efcda49e0a766d4b100f6a888d 1577 
twms_0.07z+git20201202+bb7c3f8-2.dsc
 425475ca8d10c637872877429ca6548b49c5531f3f767bf88b1a409633ed9dbf 5924 
twms_0.07z+git20201202+bb7c3f8-2.debian.tar.xz
Files:
 6922a23c3802535a4fa7c3b839edd8bf 1577 science optional 
twms_0.07z+git20201202+bb7c3f8-2.dsc
 4e5059421232d59c5aca91d28ba54588 5924 science optional 
twms_0.07z+git20201202+bb7c3f8-2.debian.tar.xz

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

iHUEARYIAB0WIQSD3NF/RLIsyDZW7aHoRGtKyMdyYQUCY/sxvgAKCRDoRGtKyMdy
YbFwAP9TVX7NJgFvhyL33lN0yKYXTCoQhA7GcFJZn/ELULSFQwD+PiTp3H2Dqta5
Zfm1YmJ6cjkEMzHm5trwyrlb6XK8tgE=
=6Sba
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to