Bug#983007: tqdm breaks backblaze-b2 autopkgtest: The wheel package is not available.

2021-03-02 Thread Sebastian Ramacher
Control: reassign -1 src:tqdm 4.56.2-1

On 2021-03-02 16:21:14 +0100, Sebastian Ramacher wrote:
> Control: notfound -1 backblaze-b2/1.3.8-4
> Control: retitle -1 tqdm: tqdm's egg-info has its version set to 0.0.0
> 
> (I hope the notfound is enough and no reassign is necessary.)

It wasn't, also reassigning.

Cheers

> 
> On 2021-02-18 07:21:30 +0100, Paul Gevers wrote:
> > Source: tqdm, backblaze-b2
> > Control: found -1 tqdm/4.56.2-1
> > Control: found -1 backblaze-b2/1.3.8-4
> > Severity: serious
> > Tags: sid bullseye
> > X-Debbugs-CC: debian...@lists.debian.org
> > User: debian...@lists.debian.org
> > Usertags: breaks needs-update
> > 
> > Dear maintainer(s),
> > 
> > With a recent upload of tqdm the autopkgtest of backblaze-b2 fails in
> > testing when that autopkgtest is run with the binary packages of tqdm
> > from unstable. It passes when run with only packages from testing. In
> > tabular form:
> > 
> >passfail
> > tqdm   from testing4.56.2-1
> > backblaze-b2   from testing1.3.8-4
> > all others from testingfrom testing
> 
> This is a bug in tqdm and is caused by
> debian/patches/dont-use-setuptools-scm.patch (as far as I can tell). The
> issue is that tqdm's egg-info has the version set to 0.0.0, so
> backblaze-b2, which requires tqdm >= 4.5.0, is unable to satisfy the
> dependency.
> 
> Please update the patch to set the correct version.
> 
> Cheers
> 
> > 
> > I copied some of the output at the bottom of this report.
> > 
> > Currently this regression is blocking the migration of tqdm to testing
> > [1]. Due to the nature of this issue, I filed this bug report against
> > both packages. Can you please investigate the situation and reassign the
> > bug to the right package?
> > 
> > More information about this bug and the reason for filing it can be found on
> > https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation
> > 
> > Paul
> > 
> > [1] https://qa.debian.org/excuses.php?package=tqdm
> > 
> > https://ci.debian.net/data/autopkgtest/testing/amd64/b/backblaze-b2/10523984/log.gz
> > 
> > [*] testing on python3.9:
> > running nosetests
> > running egg_info
> > creating b2.egg-info
> > writing b2.egg-info/PKG-INFO
> > writing dependency_links to b2.egg-info/dependency_links.txt
> > writing entry points to b2.egg-info/entry_points.txt
> > writing requirements to b2.egg-info/requires.txt
> > writing top-level names to b2.egg-info/top_level.txt
> > writing manifest file 'b2.egg-info/SOURCES.txt'
> > reading manifest file 'b2.egg-info/SOURCES.txt'
> > reading manifest template 'MANIFEST.in'
> > writing manifest file 'b2.egg-info/SOURCES.txt'
> > WARNING: The wheel package is not available.
> > /usr/bin/python3.9: No module named pip
> > error: Command '['/usr/bin/python3.9', '-m', 'pip',
> > '--disable-pip-version-check', 'wheel', '--no-deps', '-w',
> > '/tmp/tmp7u77k0jh', '--quiet', 'tqdm>=4.5.0']' returned non-zero exit
> > status 1.
> -- 
> Sebastian Ramacher



-- 
Sebastian Ramacher


signature.asc
Description: PGP signature


Processed: Re: Bug#983007: tqdm breaks backblaze-b2 autopkgtest: The wheel package is not available.

2021-03-02 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 src:tqdm 4.56.2-1
Bug #983007 [src:tqdm, src:backblaze-b2] tqdm: tqdm's egg-info has its version 
set to 0.0.0
Bug reassigned from package 'src:tqdm, src:backblaze-b2' to 'src:tqdm'.
No longer marked as found in versions tqdm/4.56.2-1.
Ignoring request to alter fixed versions of bug #983007 to the same values 
previously set
Bug #983007 [src:tqdm] tqdm: tqdm's egg-info has its version set to 0.0.0
Marked as found in versions tqdm/4.56.2-1.

-- 
983007: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983007
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#983007: tqdm breaks backblaze-b2 autopkgtest: The wheel package is not available.

2021-03-02 Thread Sebastian Ramacher
Control: notfound -1 backblaze-b2/1.3.8-4
Control: retitle -1 tqdm: tqdm's egg-info has its version set to 0.0.0

(I hope the notfound is enough and no reassign is necessary.)

On 2021-02-18 07:21:30 +0100, Paul Gevers wrote:
> Source: tqdm, backblaze-b2
> Control: found -1 tqdm/4.56.2-1
> Control: found -1 backblaze-b2/1.3.8-4
> Severity: serious
> Tags: sid bullseye
> X-Debbugs-CC: debian...@lists.debian.org
> User: debian...@lists.debian.org
> Usertags: breaks needs-update
> 
> Dear maintainer(s),
> 
> With a recent upload of tqdm the autopkgtest of backblaze-b2 fails in
> testing when that autopkgtest is run with the binary packages of tqdm
> from unstable. It passes when run with only packages from testing. In
> tabular form:
> 
>passfail
> tqdm   from testing4.56.2-1
> backblaze-b2   from testing1.3.8-4
> all others from testingfrom testing

This is a bug in tqdm and is caused by
debian/patches/dont-use-setuptools-scm.patch (as far as I can tell). The
issue is that tqdm's egg-info has the version set to 0.0.0, so
backblaze-b2, which requires tqdm >= 4.5.0, is unable to satisfy the
dependency.

Please update the patch to set the correct version.

Cheers

> 
> I copied some of the output at the bottom of this report.
> 
> Currently this regression is blocking the migration of tqdm to testing
> [1]. Due to the nature of this issue, I filed this bug report against
> both packages. Can you please investigate the situation and reassign the
> bug to the right package?
> 
> More information about this bug and the reason for filing it can be found on
> https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation
> 
> Paul
> 
> [1] https://qa.debian.org/excuses.php?package=tqdm
> 
> https://ci.debian.net/data/autopkgtest/testing/amd64/b/backblaze-b2/10523984/log.gz
> 
> [*] testing on python3.9:
> running nosetests
> running egg_info
> creating b2.egg-info
> writing b2.egg-info/PKG-INFO
> writing dependency_links to b2.egg-info/dependency_links.txt
> writing entry points to b2.egg-info/entry_points.txt
> writing requirements to b2.egg-info/requires.txt
> writing top-level names to b2.egg-info/top_level.txt
> writing manifest file 'b2.egg-info/SOURCES.txt'
> reading manifest file 'b2.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> writing manifest file 'b2.egg-info/SOURCES.txt'
> WARNING: The wheel package is not available.
> /usr/bin/python3.9: No module named pip
> error: Command '['/usr/bin/python3.9', '-m', 'pip',
> '--disable-pip-version-check', 'wheel', '--no-deps', '-w',
> '/tmp/tmp7u77k0jh', '--quiet', 'tqdm>=4.5.0']' returned non-zero exit
> status 1.
-- 
Sebastian Ramacher


signature.asc
Description: PGP signature


Processed: Re: Bug#983007: tqdm breaks backblaze-b2 autopkgtest: The wheel package is not available.

2021-03-02 Thread Debian Bug Tracking System
Processing control commands:

> notfound -1 backblaze-b2/1.3.8-4
Bug #983007 [src:tqdm, src:backblaze-b2] tqdm breaks backblaze-b2 autopkgtest: 
The wheel package is not available.
No longer marked as found in versions backblaze-b2/1.3.8-4.
> retitle -1 tqdm: tqdm's egg-info has its version set to 0.0.0
Bug #983007 [src:tqdm, src:backblaze-b2] tqdm breaks backblaze-b2 autopkgtest: 
The wheel package is not available.
Changed Bug title to 'tqdm: tqdm's egg-info has its version set to 0.0.0' from 
'tqdm breaks backblaze-b2 autopkgtest: The wheel package is not available.'.

-- 
983007: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983007
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#983007: tqdm breaks backblaze-b2 autopkgtest: The wheel package is not available.

2021-02-17 Thread Paul Gevers
Source: tqdm, backblaze-b2
Control: found -1 tqdm/4.56.2-1
Control: found -1 backblaze-b2/1.3.8-4
Severity: serious
Tags: sid bullseye
X-Debbugs-CC: debian...@lists.debian.org
User: debian...@lists.debian.org
Usertags: breaks needs-update

Dear maintainer(s),

With a recent upload of tqdm the autopkgtest of backblaze-b2 fails in
testing when that autopkgtest is run with the binary packages of tqdm
from unstable. It passes when run with only packages from testing. In
tabular form:

   passfail
tqdm   from testing4.56.2-1
backblaze-b2   from testing1.3.8-4
all others from testingfrom testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration of tqdm to testing
[1]. Due to the nature of this issue, I filed this bug report against
both packages. Can you please investigate the situation and reassign the
bug to the right package?

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=tqdm

https://ci.debian.net/data/autopkgtest/testing/amd64/b/backblaze-b2/10523984/log.gz

[*] testing on python3.9:
running nosetests
running egg_info
creating b2.egg-info
writing b2.egg-info/PKG-INFO
writing dependency_links to b2.egg-info/dependency_links.txt
writing entry points to b2.egg-info/entry_points.txt
writing requirements to b2.egg-info/requires.txt
writing top-level names to b2.egg-info/top_level.txt
writing manifest file 'b2.egg-info/SOURCES.txt'
reading manifest file 'b2.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'b2.egg-info/SOURCES.txt'
WARNING: The wheel package is not available.
/usr/bin/python3.9: No module named pip
error: Command '['/usr/bin/python3.9', '-m', 'pip',
'--disable-pip-version-check', 'wheel', '--no-deps', '-w',
'/tmp/tmp7u77k0jh', '--quiet', 'tqdm>=4.5.0']' returned non-zero exit
status 1.



OpenPGP_signature
Description: OpenPGP digital signature