Your message dated Wed, 03 May 2017 13:33:26 +0000
with message-id <e1d5upg-000hji...@fasolo.debian.org>
and subject line Bug#859472: fixed in khal 1:0.8.4-4
has caused the Debian Bug report #859472,
regarding khal FTBFS: tests/event_test.py:307: AssertionError
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.)


-- 
859472: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859472
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: khal
Version: 0.9.4-1
Severity: serious

https://buildd.debian.org/status/fetch.php?pkg=khal&arch=all&ver=0.9.4-1&stamp=1491255368&raw=0

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/«PKGBUILDDIR»'
mkdir -p debian/tmp/locale/
localedef -f UTF-8 -i en_US ./debian/tmp/locale/en_US.UTF-8/
localedef -f UTF-8 -i de_DE ./debian/tmp/locale/de_DE.UTF-8/
localedef -f UTF-8 -i cs_CZ ./debian/tmp/locale/cs_CZ.UTF-8/
localedef -f UTF-8 -i el_GR ./debian/tmp/locale/el_GR.UTF-8/
export LOCPATH=/«PKGBUILDDIR»/debian/tmp/locale/ && \
export LC_ALL=en_US.UTF-8 && \
LC_ALL=en_US.UTF-8 dh_auto_test
I: pybuild base:184: cd /«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build; python3.5 
-m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.5.3, pytest-3.0.6, py-1.4.32, pluggy-0.4.0
rootdir: /«PKGBUILDDIR», inifile: 
collected 259 items

tests/backend_test.py ..........................
tests/cal_display_test.py ..s...
tests/cli_test.py ................................
tests/configwizard_test.py .
tests/controller_test.py ............
tests/event_test.py ..........................F................
tests/khalendar_test.py .....................
tests/khalendar_utils_test.py .s.......s..........s.................
tests/settings_test.py ...........
tests/terminal_test.py ...
tests/utils_test.py ..............................................ss.......
tests/vdir_test.py x..
tests/vtimezone_test.py ..F
tests/ui/test_calendarwidget.py ..s
tests/ui/test_editor.py .
tests/ui/test_widgets.py .

=================================== FAILURES ===================================
______________________________ test_event_no_dst _______________________________

    def test_event_no_dst():
        """test the creation of a corect VTIMEZONE for timezones with no dst"""
        event_no_dst = _get_text('event_no_dst')
        cal_no_dst = _get_text('cal_no_dst')
        event = Event.fromString(event_no_dst, calendar='foobar', 
locale=LOCALE_BOGOTA)
>       assert normalize_component(event.raw) == normalize_component(cal_no_dst)
E       assert ('VCALENDAR',...enset())}))})) == ('VCALENDAR', ...enset())}))}))
E         At index 2 diff: frozenset({('VTIMEZONE', 
b'BEGIN:VTIMEZONE\r\nTZID:America/Bogota\r\nEND:VTIMEZONE\r\n', 
frozenset({('STANDARD', 
b'BEGIN:STANDARD\r\nDTSTART;VALUE=DATE-TIME:19930403T230000\r\nTZNAME:-05\r\nTZOFFSETFROM:-0400\r\nTZOFFSETTO:-0500\r\nEND:STANDARD\r\n',
 frozenset())})), ('VEVENT', b'BEGIN:VEVENT\r\nSUMMARY:An 
Event\r\nDTSTART;TZID=America/Bogota;VALUE=DATE-TIME:20140409T093000\r\nDTEND;TZID=America/Bogota;VALUE=DATE-TIME:20140409T103000\r\nDTSTAMP;VALUE=DATE-TIME:20140401T234817Z\r\nUID:event_no_dst\r\nEND:VEVENT\r\n',
 frozenset())}) != frozenset({('VTIMEZONE', 
b'BEGIN:VTIMEZONE\r\nTZID:America/Bogota\r\nEND:VTIMEZONE\r\n', 
frozenset({('STANDARD', 
b'BEGIN:STANDARD\r\nDTSTART;VALUE=DATE-TIME:19930403T230000\r\nTZNAME:COT\r\nTZOFFSETFROM:-0400\r\nTZOFFSETTO:-0500\r\nEND:STANDARD\r\n',
 frozenset())})), ('VEVENT', b'BEGIN:VEVENT\r\nSUMMARY:An 
Event\r\nDTSTART;TZID=America/Bogota;VALUE=DATE-TIME:20140409T093000\r\nDTEND;TZID=America/Bogota;VALUE=DATE-TIME:20140409T103000\r\nDTSTAMP;VALUE=DATE-TIME:20140401T234817Z\r\nUID:event_no_dst\r\nEND:VEVENT\r\n',
 frozenset())})
E         Use -v to get the full diff
E         Detailed information truncated (-7 more lines), use "-vv" to show

tests/event_test.py:307: AssertionError
_________________________________ test_bogota __________________________________

    def test_bogota():
        vbogota = [b'BEGIN:VTIMEZONE',
                   b'TZID:America/Bogota',
                   b'BEGIN:STANDARD',
                   b'DTSTART;VALUE=DATE-TIME:19930403T230000',
                   b'TZNAME:COT',
                   b'TZOFFSETFROM:-0400',
                   b'TZOFFSETTO:-0500',
                   b'END:STANDARD',
                   b'END:VTIMEZONE',
                   b'']
>       assert create_timezone(bogota, atime, atime).to_ical().split(b'\r\n') 
> == vbogota
E       assert [b'BEGIN:VTIM...M:-0400', ...] == [b'BEGIN:VTIME...M:-0400', ...]
E         At index 4 diff: b'TZNAME:-05' != b'TZNAME:COT'
E         Use -v to get the full diff

tests/vtimezone_test.py:75: AssertionError
========== 2 failed, 249 passed, 7 skipped, 1 xfailed in 8.06 seconds ==========
E: pybuild pybuild:283: test: plugin distutils failed with: exit code=1: cd 
/«PKGBUILDDIR»/.pybuild/pythonX.Y_3.5/build; python3.5 -m pytest tests
dh_auto_test: pybuild --test --test-pytest -i python{version} -p 3.5 returned 
exit code 13
debian/rules:26: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 25
make[1]: Leaving directory '/«PKGBUILDDIR»'
debian/rules:6: recipe for target 'build-indep' failed
make: *** [build-indep] Error 2

--- End Message ---
--- Begin Message ---
Source: khal
Source-Version: 1:0.8.4-4

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

Debian distribution maintenance software
pp.
Filip Pytloun <fi...@pytloun.cz> (supplier of updated khal 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: Wed, 03 May 2017 14:08:59 +0200
Source: khal
Binary: khal khal-doc
Architecture: source
Version: 1:0.8.4-4
Distribution: unstable
Urgency: medium
Maintainer: Python Applications Packaging Team 
<python-apps-t...@lists.alioth.debian.org>
Changed-By: Filip Pytloun <fi...@pytloun.cz>
Description:
 khal       - Standards based CLI and terminal calendar program
 khal-doc   - Standards based CLI and terminal calendar program - documentation
Closes: 859472 860984
Changes:
 khal (1:0.8.4-4) unstable; urgency=medium
 .
   * Raise epoch to "revert" new upstream version in unstable and pass
     stretch migration
   * d/copyright: mention presence of
     0002-Reference-license-from-copyright-file.patch (Closes: #860984)
   * d/copyright: add upstream contact
   * d/copyright: update copyright year
   * d/patches: some TZ tests may fail due to Debian's python-tz of older
     version but with newer TZ definitions, should be removed when 2017.2
     reaches sid (Closes: #859472)
Checksums-Sha1:
 8ce89b0403c25db749eebff27b322b6c9cfd10e8 2391 khal_0.8.4-4.dsc
 b6dd1252a299979f759a540a79b4dd6eca49ad98 6940 khal_0.8.4-4.debian.tar.xz
 14318c808fdb4e757420da6c935f74f75f3e3e26 7216 khal_0.8.4-4_source.buildinfo
Checksums-Sha256:
 d85a17b498d3dc1c475cbbbe76b89abc84f8bb719edd425044f43bb0e18283e7 2391 
khal_0.8.4-4.dsc
 df2dd79fa54a0c1ed37beef6ad61f4f1117d490018c4263a79ae535f45631719 6940 
khal_0.8.4-4.debian.tar.xz
 ee4620c2f14d09cc4dda7955ed205814f3989fada899afc4280884d0c807f4fd 7216 
khal_0.8.4-4_source.buildinfo
Files:
 da68b4994a165b1636cd6c732ec4715e 2391 utils optional khal_0.8.4-4.dsc
 c76743d657e4d23f1ab101d68f6d9b7b 6940 utils optional khal_0.8.4-4.debian.tar.xz
 a77411858808937cc473356fb9d3cd2e 7216 utils optional 
khal_0.8.4-4_source.buildinfo

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

iQJFBAEBCAAvFiEEOAKTsWyox6BpW4soaAgjm5xy5hsFAlkJ2JQRHGZpbGlwQHB5
dGxvdW4uY3oACgkQaAgjm5xy5hvFFQ//bdtDBvHZ60v5JE0OsACj+bUtuupV1gPH
tx9xeWzPAxWr8erHwf7yeiYBVfO81gDXV0Bqs04FMFmt6zIAxXeT8kGC39K5KFNI
xW7CAvJNJP+bvxyvSL5GLhaVopy/eYr1asJQpnQe8lGOfHwP7ElmDJdWQr9ki88d
HE6u6c/X64abH3T7JuexZYwbXdSvtrdq8r7zludQVGWtFh9QQgj4/T5SDrUuFLvr
jC/nu78hGZxvFUDkOrJGxconGEsf3fs0Xns0khqfNmvFNQunAeUDKZdcnzm/vomL
8hZ9VurkJu4+lu7N22V0RrKcuAGDK/mgaW2U66Z3+sVW4W+Q/5znXpH0XS+C5Voc
qeUMjHNuzBq7JFFuVJDtGqXcHFIOdnKrRUHds1MjdXK00Cz61gOTmfHbb6JatUvb
dMqU0BdburrA1hJSL9Q07d+NUa7Irs8D/nsYHbEfc2ts9+zU/OhjzZMlNU/ebTyC
9oRnt0zqnnW1WYC6iNaZ80qeO2PdOJLdzBr6Xds5ShsXdVLKeSkTAGtL3XhWqiPI
ysCuEp4ufFEvo2woiQqS3JAROIsz5t2FDaEx3zgE2smBpw9NKLW4L9+34VcIIzR5
K2CX1e32H6PgR6NDdC+1S+8n/BgV9HqYV9vV1ksM0+JRmsJXuKV3QYhal0nTZq5E
BAzPnObNJ6Y=
=pUsT
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to