Your message dated Sun, 23 Apr 2017 09:00:10 +0000
with message-id <[email protected]>
and subject line Bug#859472: fixed in khal 0.9.5-1
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 [email protected]
immediately.)


-- 
859472: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859472
Debian Bug Tracking System
Contact [email protected] 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: 0.9.5-1

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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Filip Pytloun <[email protected]> (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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 20 Apr 2017 20:55:06 +0200
Source: khal
Binary: khal khal-doc
Architecture: source all
Version: 0.9.5-1
Distribution: unstable
Urgency: medium
Maintainer: Python Applications Packaging Team 
<[email protected]>
Changed-By: Filip Pytloun <[email protected]>
Description:
 khal       - Standards based CLI and terminal calendar program
 khal-doc   - Standards based CLI and terminal calendar program - documentation
Closes: 859472
Changes:
 khal (0.9.5-1) unstable; urgency=medium
 .
   * New upstream release
   * 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:
 4e1ad6495e507c649d0317748bffcc2060c1548c 2364 khal_0.9.5-1.dsc
 3e646d16277f7c6bf2b781b892e3b20609e7d9fe 170011 khal_0.9.5.orig.tar.gz
 822d2a8315d93a8a56d6bfc1e20bde36410c25e3 6492 khal_0.9.5-1.debian.tar.xz
 1b709f45f892dcdd49dfb2acb7864569f8369e14 77938 khal-doc_0.9.5-1_all.deb
 dc2fb275faf122dd24bf86f6f0f5a71c33e5f4cb 94796 khal_0.9.5-1_all.deb
 4b9eadd5b7c5c60a8d200b6a3fcda68f34ec641b 7483 khal_0.9.5-1_amd64.buildinfo
Checksums-Sha256:
 1d3c0ececee7eeb09bb74f849e94dbe8025bfc80f910aa67a6de0206b8a45dad 2364 
khal_0.9.5-1.dsc
 b945894cb4ededa6711989814bd4866815f322aa25dff581d808a7eae5047b3b 170011 
khal_0.9.5.orig.tar.gz
 ff44e4332c20228b8a144bb776a8aac880b3ce5d67d758992308dffa6b1abc56 6492 
khal_0.9.5-1.debian.tar.xz
 1315dee9050f5dc4b8c7f48b98e62a751f9e72a2c64522dc7daa133a91b5f308 77938 
khal-doc_0.9.5-1_all.deb
 0a00a4971244b84021b24d3d2e0e292971b45b7012e918b57311d9639b9faf46 94796 
khal_0.9.5-1_all.deb
 17871723f999e64014507d4c3e9979c79c9fec145d9733932cdbdbbcbfd4ea40 7483 
khal_0.9.5-1_amd64.buildinfo
Files:
 c58df75a6c9cf95f5979db7da187ab72 2364 utils optional khal_0.9.5-1.dsc
 c8034adebd7c29aa0b9934854a0fb821 170011 utils optional khal_0.9.5.orig.tar.gz
 17dacaaf530073d58995a5deac413adc 6492 utils optional khal_0.9.5-1.debian.tar.xz
 c23997e86b4cebc7afdffe27598984d1 77938 doc optional khal-doc_0.9.5-1_all.deb
 0d7ec723e206957be897ee46d8e21ba0 94796 utils optional khal_0.9.5-1_all.deb
 0a1f712e18105950a497f0d26705e913 7483 utils optional 
khal_0.9.5-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEPZg8UuuFmAxGpWCQNXMSVZ0eBksFAlj5GI4ACgkQNXMSVZ0e
BkuuTQ//e90v5gN6XlqI+WY8IPLtfjeh9+9ZbwM4RkycMCsx48DOAN6Lm5XtZ+Hi
CDopLyXYEudS9KKD6nvE5TsC1J95NVcsRczyvtW4SLf0LO9VyifUPGfFYBlC9m8q
w1cF2Zr5AhJqPDFT0g50zPMvdAZhMHMSNgvsse+mLej3sexSlSTwOQYTk7Ocul5K
b5dEFfKaQ9yFb8w8oUKhSVgeIXoa4M0U3YbJwdCbf7JZQpeU0wyvD9ATcS8rItuy
8ank2jOOsbuNqZf3TDGsa9Hfp4qp5brLWf7SsTp1WD5i+0KqQ2g68KASAt2puqN/
fu7MCI5epMqC6R8jOVYfDFDFcBZvrmZ9NTvEZEUbuxbWbIkMOYLd7ZVxY+FwoRj1
WuuUlkln6Jf1dn1Eciw3axh97HQ2yYi9tWZ/IhK4sYclncsUAoWX7rJDBZSWq/Fc
mhk+ILGTeYKpIsiyOBsoNjncuxFAJxJiTOhLahSjQZYV/X24aGWjMG8yP4m1wwvj
w49uqiWK5tQ56begtpAPD6J/d3qgU8rnEf9eVvUUwzYGI/9D6nb8wPAicnsogf64
SQwKH3nDMjs+SqctCdKfTT6g1ec0hqtTVJtd7oPYvFLyrcu/odm1iEB4I/zZKhrN
VrcmA7LLhMLH6taHLrgzbxSA7yk+JKj3gbULJsWSRa66WGdx7rE=
=Pazt
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to