Bug#943695: didjvu: FTBFS: ERROR: tests.test_timestamp.test_timezones

2019-11-21 Thread Jakub Wilk

* Santiago Vila , 2019-11-21, 13:55:

you seem to be the upstream author,


Indeed.


would you consider adopting it?


No. Sorry!

--
Jakub Wilk



Bug#943695: didjvu: FTBFS: ERROR: tests.test_timestamp.test_timezones

2019-11-21 Thread Santiago Vila
On Mon, Oct 28, 2019 at 09:51:58AM +0100, Jakub Wilk wrote:
> Source: didjvu
> Version: 0.8.2-2
> Severity: serious
> Justification: fails to build from source
> 
> didjvu FTBFS in a minimal chroot:
> | ==
> | ERROR: tests.test_timestamp.test_timezones
> | --
> | Traceback (most recent call last):
> |   File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
> | self.test(*self.arg)
> |   File "/build/didjvu-w3wqV9/didjvu-0.8.2/tests/test_timestamp.py", line 
> 51, in test_timezones
> | t(1261171514, 'Europe/Warsaw', '2009-12-18T22:25:14+01:00')
> |   File "/build/didjvu-w3wqV9/didjvu-0.8.2/tests/tools.py", line 212, in 
> wrapper
> | raise IsolatedError('\n\n' + msg)
> | IsolatedError:
> |
> | Traceback (most recent call last):
> |   File "/build/didjvu-w3wqV9/didjvu-0.8.2/tests/tools.py", line 189, in 
> wrapper
> | f(*args, **kwargs)
> |   File "/build/didjvu-w3wqV9/didjvu-0.8.2/tests/test_timestamp.py", line 
> 44, in t
> | assert_equal(str(result), expected)
> | AssertionError: '2009-12-18T21:25:14Z' != '2009-12-18T22:25:14+01:00'
> |
> | --
> 
> The test in question needs the time zone database to work correctly, but it
> was not available in the build environment.
> 
> Please add "tzdata" to Build-Depends to fix this.

Thanks for the Cc.

I see that this package was orphaned yesterday.

Since you seem to be the upstream author, would you consider adopting it?

Thanks.