Your message dated Wed, 30 Oct 2024 23:53:57 +0000
with message-id <[email protected]>
and subject line Bug#1086374: fixed in python-icalendar 6.0.1-1
has caused the Debian Bug report #1086374,
regarding python-icalendar: FTBFS: E pytz.exceptions.UnknownTimeZoneError: 'EST'
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.)
--
1086374: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1086374
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-icalendar
Version: 5.0.12-1
Severity: serious
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules binary
dh binary --buildsystem=pybuild
dh_update_autotools_config -O--buildsystem=pybuild
dh_autoreconf -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build"
module
I: pybuild base:311: python3.12 -m build --skip-dependency-check --no-isolation --wheel
--outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_icalendar
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning:
Unknown distribution option: 'test_suite'
warnings.warn(msg)
running bdist_wheel
running build
running build_py
creating build/lib/icalendar
copying src/icalendar/windows_to_olson.py -> build/lib/icalendar
copying src/icalendar/tools.py -> build/lib/icalendar
copying src/icalendar/caselessdict.py -> build/lib/icalendar
copying src/icalendar/parser_tools.py -> build/lib/icalendar
copying src/icalendar/timezone_cache.py -> build/lib/icalendar
copying src/icalendar/cal.py -> build/lib/icalendar
copying src/icalendar/__init__.py -> build/lib/icalendar
copying src/icalendar/cli.py -> build/lib/icalendar
copying src/icalendar/parser.py -> build/lib/icalendar
copying src/icalendar/prop.py -> build/lib/icalendar
creating build/lib/icalendar/tests
copying src/icalendar/tests/test_issue_165_missing_event.py ->
build/lib/icalendar/tests
copying src/icalendar/tests/test_issue_168_parsing_invalid_calendars_no_warning.py
-> build/lib/icalendar/tests
copying src/icalendar/tests/test_multiple.py -> build/lib/icalendar/tests
copying src/icalendar/tests/test_issue_557_encode_native_parameters.py ->
build/lib/icalendar/tests
copying src/icalendar/tests/test_unit_caselessdict.py ->
build/lib/icalendar/tests
copying src/icalendar/tests/test_issue_348_exception_parsing_value.py ->
build/lib/icalendar/tests
copying src/icalendar/tests/test_equality.py -> build/lib/icalendar/tests
copying src/icalendar/tests/test_property_params.py -> build/lib/icalendar/tests
copying src/icalendar/tests/test_cli_tool.py -> build/lib/icalendar/tests
copying src/icalendar/tests/test_time.py -> build/lib/icalendar/tests
copying src/icalendar/tests/test_issue_318_skip_default_parameters.py ->
build/lib/icalendar/tests
copying src/icalendar/tests/conftest.py -> build/lib/icalendar/tests
copying src/icalendar/tests/test_components_break_on_bad_ics.py ->
build/lib/icalendar/tests
copying src/icalendar/tests/test_unit_prop.py -> build/lib/icalendar/tests
copying src/icalendar/tests/test_timezoned.py -> build/lib/icalendar/tests
copying src/icalendar/tests/test_examples.py -> build/lib/icalendar/tests
copying src/icalendar/tests/test_period.py -> build/lib/icalendar/tests
copying src/icalendar/tests/test_unit_tools.py -> build/lib/icalendar/tests
copying src/icalendar/tests/__init__.py -> build/lib/icalendar/tests
copying src/icalendar/tests/test_icalendar.py -> build/lib/icalendar/tests
copying src/icalendar/tests/test_issue_500_vboolean_for_parameter.py ->
build/lib/icalendar/tests
copying src/icalendar/tests/test_issue_116.py -> build/lib/icalendar/tests
copying
src/icalendar/tests/test_issue_322_single_strings_characters_split_into_multiple_categories.py
-> build/lib/icalendar/tests
copying src/icalendar/tests/test_parsing.py -> build/lib/icalendar/tests
copying src/icalendar/tests/test_with_doctest.py -> build/lib/icalendar/tests
copying src/icalendar/tests/test_unit_cal.py -> build/lib/icalendar/tests
copying src/icalendar/tests/test_recurrence.py -> build/lib/icalendar/tests
copying src/icalendar/tests/test_issue_27_period.py -> build/lib/icalendar/tests
copying src/icalendar/tests/test_encoding.py -> build/lib/icalendar/tests
copying src/icalendar/tests/test_unit_parser_tools.py ->
build/lib/icalendar/tests
copying src/icalendar/tests/test_oss_fuzz_errors.py -> build/lib/icalendar/tests
creating build/lib/icalendar/tests/hypothesis
copying src/icalendar/tests/hypothesis/test_fuzzing.py ->
build/lib/icalendar/tests/hypothesis
creating build/lib/icalendar/tests/fuzzed
copying src/icalendar/tests/fuzzed/test_fuzzed_calendars.py ->
build/lib/icalendar/tests/fuzzed
copying src/icalendar/tests/fuzzed/__init__.py ->
build/lib/icalendar/tests/fuzzed
running egg_info
creating src/icalendar.egg-info
writing src/icalendar.egg-info/PKG-INFO
writing dependency_links to src/icalendar.egg-info/dependency_links.txt
writing entry points to src/icalendar.egg-info/entry_points.txt
writing requirements to src/icalendar.egg-info/requires.txt
writing top-level names to src/icalendar.egg-info/top_level.txt
writing manifest file 'src/icalendar.egg-info/SOURCES.txt'
reading manifest file 'src/icalendar.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found under directory
'src/icalendar'
warning: no previously-included files matching '*~' found under directory
'src/icalendar'
adding license file 'LICENSE.rst'
writing manifest file 'src/icalendar.egg-info/SOURCES.txt'
copying src/icalendar/tests/test_create_release.sh -> build/lib/icalendar/tests
creating build/lib/icalendar/tests/events
copying src/icalendar/tests/events/event_with_escaped_character1.ics ->
build/lib/icalendar/tests/events
copying src/icalendar/tests/events/event_with_escaped_character2.ics ->
build/lib/icalendar/tests/events
copying src/icalendar/tests/events/event_with_escaped_character3.ics ->
build/lib/icalendar/tests/events
copying src/icalendar/tests/events/event_with_escaped_character4.ics ->
build/lib/icalendar/tests/events
copying src/icalendar/tests/events/event_with_escaped_characters.ics ->
build/lib/icalendar/tests/events
copying src/icalendar/tests/events/event_with_recurrence.ics ->
build/lib/icalendar/tests/events
copying
src/icalendar/tests/events/event_with_recurrence_exdates_on_different_lines.ics
-> build/lib/icalendar/tests/events
copying src/icalendar/tests/events/event_with_rsvp.ics ->
build/lib/icalendar/tests/events
copying src/icalendar/tests/events/event_with_unicode_fields.ics ->
build/lib/icalendar/tests/events
copying src/icalendar/tests/events/event_with_unicode_organizer.ics ->
build/lib/icalendar/tests/events
copying
src/icalendar/tests/events/issue_100_transformed_doctests_into_unittests.ics ->
build/lib/icalendar/tests/events
copying
src/icalendar/tests/events/issue_101_icalendar_chokes_on_umlauts_in_organizer.ics
-> build/lib/icalendar/tests/events
copying src/icalendar/tests/events/issue_104_mark_events_broken.ics ->
build/lib/icalendar/tests/events
copying src/icalendar/tests/events/issue_112_missing_tzinfo_on_exdate.ics ->
build/lib/icalendar/tests/events
copying src/icalendar/tests/events/issue_156_RDATE_with_PERIOD.ics ->
build/lib/icalendar/tests/events
copying src/icalendar/tests/events/issue_156_RDATE_with_PERIOD_list.ics ->
build/lib/icalendar/tests/events
copying src/icalendar/tests/events/issue_157_removes_trailing_semicolon.ics ->
build/lib/icalendar/tests/events
copying src/icalendar/tests/events/issue_184_broken_representation_of_period.ics
-> build/lib/icalendar/tests/events
copying src/icalendar/tests/events/issue_464_invalid_rdate.ics ->
build/lib/icalendar/tests/events
copying src/icalendar/tests/events/issue_53_description_parsed_properly.ics ->
build/lib/icalendar/tests/events
copying src/icalendar/tests/events/issue_64_event_with_ascii_summary.ics ->
build/lib/icalendar/tests/events
copying src/icalendar/tests/events/issue_64_event_with_non_ascii_summary.ics ->
build/lib/icalendar/tests/events
copying src/icalendar/tests/events/issue_70_rrule_causes_attribute_error.ics ->
build/lib/icalendar/tests/events
copying src/icalendar/tests/events/issue_82_expected_output.ics ->
build/lib/icalendar/tests/events
creating build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/america_new_york.ics ->
build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/big_bad_calendar.ics ->
build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/broken_ical.ics ->
build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/calendar_with_unicode.ics ->
build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/created_calendar_with_unicode_fields.ics
-> build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/example.ics ->
build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/issue_104_broken_calendar.ics ->
build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/issue_156_RDATE_with_PERIOD_TZID_khal.ics
-> build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/issue_156_RDATE_with_PERIOD_TZID_khal_2.ics
-> build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/issue_165_missing_event.ics ->
build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/issue_168_expected_output.ics ->
build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/issue_168_input.ics ->
build/lib/icalendar/tests/calendars
copying
src/icalendar/tests/calendars/issue_178_component_with_invalid_name_represented.ics
-> build/lib/icalendar/tests/calendars
copying
src/icalendar/tests/calendars/issue_178_custom_component_contains_other.ics ->
build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/issue_178_custom_component_inside_other.ics
-> build/lib/icalendar/tests/calendars
copying
src/icalendar/tests/calendars/issue_237_fail_to_parse_timezone_with_non_ascii_tzid.ics
-> build/lib/icalendar/tests/calendars
copying
src/icalendar/tests/calendars/issue_27_multiple_periods_in_freebusy_multiple_freebusies.ics
-> build/lib/icalendar/tests/calendars
copying
src/icalendar/tests/calendars/issue_27_multiple_periods_in_freebusy_one_freebusy.ics
-> build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/issue_322_expected_calendar.ics ->
build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/issue_348_exception_parsing_value.ics ->
build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/issue_466_convert_tzid_with_slash.ics ->
build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/issue_466_respect_unique_timezone.ics ->
build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/issue_526_calendar_with_different_events.ics
-> build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/issue_526_calendar_with_event_subset.ics
-> build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/issue_526_calendar_with_events.ics ->
build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/issue_526_calendar_with_shuffeled_events.ics
-> build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/multiple_calendar_components.ics ->
build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/pacific_fiji.ics ->
build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/parsing_error.ics ->
build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/parsing_error_in_UTC_offset.ics ->
build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/period_with_timezone.ics ->
build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/pr_480_summary_with_colon.ics ->
build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/small_bad_calendar.ics ->
build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/time.ics ->
build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/timezone_rdate.ics ->
build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/timezone_same_start.ics ->
build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/timezone_same_start_and_offset.ics ->
build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/timezoned.ics ->
build/lib/icalendar/tests/calendars
copying src/icalendar/tests/calendars/x_location.ics ->
build/lib/icalendar/tests/calendars
copying
src/icalendar/tests/fuzzed/generate_python_test_cases_from_downloaded_clusterfuzz_test_cases.sh
-> build/lib/icalendar/tests/fuzzed
creating build/lib/icalendar/tests/timezones
copying src/icalendar/tests/timezones/issue_237_brazilia_standard.ics ->
build/lib/icalendar/tests/timezones
copying src/icalendar/tests/timezones/issue_53_tzid_parsed_properly.ics ->
build/lib/icalendar/tests/timezones
copying
src/icalendar/tests/timezones/issue_55_parse_error_on_utc_offset_with_seconds.ics
-> build/lib/icalendar/tests/timezones
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/icalendar
copying build/lib/icalendar/windows_to_olson.py ->
build/bdist.linux-x86_64/wheel/./icalendar
copying build/lib/icalendar/tools.py ->
build/bdist.linux-x86_64/wheel/./icalendar
copying build/lib/icalendar/caselessdict.py ->
build/bdist.linux-x86_64/wheel/./icalendar
copying build/lib/icalendar/parser_tools.py ->
build/bdist.linux-x86_64/wheel/./icalendar
copying build/lib/icalendar/timezone_cache.py ->
build/bdist.linux-x86_64/wheel/./icalendar
copying build/lib/icalendar/cal.py -> build/bdist.linux-x86_64/wheel/./icalendar
copying build/lib/icalendar/__init__.py ->
build/bdist.linux-x86_64/wheel/./icalendar
copying build/lib/icalendar/cli.py -> build/bdist.linux-x86_64/wheel/./icalendar
creating build/bdist.linux-x86_64/wheel/icalendar/tests
creating build/bdist.linux-x86_64/wheel/icalendar/tests/events
copying build/lib/icalendar/tests/events/issue_104_mark_events_broken.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/events
copying build/lib/icalendar/tests/events/event_with_unicode_organizer.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/events
copying
build/lib/icalendar/tests/events/issue_101_icalendar_chokes_on_umlauts_in_organizer.ics
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/events
copying build/lib/icalendar/tests/events/event_with_escaped_character4.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/events
copying build/lib/icalendar/tests/events/event_with_unicode_fields.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/events
copying build/lib/icalendar/tests/events/issue_70_rrule_causes_attribute_error.ics
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/events
copying build/lib/icalendar/tests/events/event_with_escaped_character3.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/events
copying
build/lib/icalendar/tests/events/issue_184_broken_representation_of_period.ics
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/events
copying build/lib/icalendar/tests/events/issue_157_removes_trailing_semicolon.ics
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/events
copying
build/lib/icalendar/tests/events/event_with_recurrence_exdates_on_different_lines.ics
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/events
copying build/lib/icalendar/tests/events/issue_156_RDATE_with_PERIOD.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/events
copying build/lib/icalendar/tests/events/issue_82_expected_output.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/events
copying build/lib/icalendar/tests/events/issue_64_event_with_non_ascii_summary.ics
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/events
copying build/lib/icalendar/tests/events/issue_53_description_parsed_properly.ics
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/events
copying build/lib/icalendar/tests/events/issue_64_event_with_ascii_summary.ics
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/events
copying
build/lib/icalendar/tests/events/issue_100_transformed_doctests_into_unittests.ics
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/events
copying build/lib/icalendar/tests/events/event_with_rsvp.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/events
copying build/lib/icalendar/tests/events/event_with_escaped_character1.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/events
copying build/lib/icalendar/tests/events/event_with_recurrence.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/events
copying build/lib/icalendar/tests/events/event_with_escaped_character2.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/events
copying build/lib/icalendar/tests/events/issue_112_missing_tzinfo_on_exdate.ics
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/events
copying build/lib/icalendar/tests/events/event_with_escaped_characters.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/events
copying build/lib/icalendar/tests/events/issue_464_invalid_rdate.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/events
copying build/lib/icalendar/tests/events/issue_156_RDATE_with_PERIOD_list.ics
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/events
copying build/lib/icalendar/tests/test_issue_165_missing_event.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
copying
build/lib/icalendar/tests/test_issue_168_parsing_invalid_calendars_no_warning.py
-> build/bdist.linux-x86_64/wheel/./icalendar/tests
copying build/lib/icalendar/tests/test_multiple.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
copying build/lib/icalendar/tests/test_issue_557_encode_native_parameters.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
copying build/lib/icalendar/tests/test_unit_caselessdict.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
copying build/lib/icalendar/tests/test_issue_348_exception_parsing_value.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
copying build/lib/icalendar/tests/test_equality.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
copying build/lib/icalendar/tests/test_property_params.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
copying build/lib/icalendar/tests/test_cli_tool.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
copying build/lib/icalendar/tests/test_time.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
copying build/lib/icalendar/tests/test_issue_318_skip_default_parameters.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
copying build/lib/icalendar/tests/conftest.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
copying build/lib/icalendar/tests/test_components_break_on_bad_ics.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
copying build/lib/icalendar/tests/test_unit_prop.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
copying build/lib/icalendar/tests/test_timezoned.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
copying build/lib/icalendar/tests/test_examples.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
copying build/lib/icalendar/tests/test_period.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
creating build/bdist.linux-x86_64/wheel/icalendar/tests/calendars
copying build/lib/icalendar/tests/calendars/small_bad_calendar.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying build/lib/icalendar/tests/calendars/broken_ical.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying build/lib/icalendar/tests/calendars/issue_322_expected_calendar.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying
build/lib/icalendar/tests/calendars/issue_526_calendar_with_event_subset.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying build/lib/icalendar/tests/calendars/pr_480_summary_with_colon.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying build/lib/icalendar/tests/calendars/multiple_calendar_components.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying build/lib/icalendar/tests/calendars/parsing_error.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying
build/lib/icalendar/tests/calendars/issue_178_custom_component_inside_other.ics
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying
build/lib/icalendar/tests/calendars/issue_237_fail_to_parse_timezone_with_non_ascii_tzid.ics
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying build/lib/icalendar/tests/calendars/timezone_same_start.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying build/lib/icalendar/tests/calendars/timezone_rdate.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying
build/lib/icalendar/tests/calendars/issue_526_calendar_with_different_events.ics
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying
build/lib/icalendar/tests/calendars/issue_27_multiple_periods_in_freebusy_multiple_freebusies.ics
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying build/lib/icalendar/tests/calendars/calendar_with_unicode.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying build/lib/icalendar/tests/calendars/time.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying build/lib/icalendar/tests/calendars/issue_168_input.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying
build/lib/icalendar/tests/calendars/issue_178_custom_component_contains_other.ics
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying
build/lib/icalendar/tests/calendars/issue_156_RDATE_with_PERIOD_TZID_khal.ics
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying build/lib/icalendar/tests/calendars/timezone_same_start_and_offset.ics
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying build/lib/icalendar/tests/calendars/issue_526_calendar_with_events.ics
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying build/lib/icalendar/tests/calendars/issue_168_expected_output.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying build/lib/icalendar/tests/calendars/period_with_timezone.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying
build/lib/icalendar/tests/calendars/issue_156_RDATE_with_PERIOD_TZID_khal_2.ics
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying build/lib/icalendar/tests/calendars/issue_466_respect_unique_timezone.ics
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying
build/lib/icalendar/tests/calendars/created_calendar_with_unicode_fields.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying build/lib/icalendar/tests/calendars/example.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying build/lib/icalendar/tests/calendars/timezoned.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying build/lib/icalendar/tests/calendars/x_location.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying build/lib/icalendar/tests/calendars/issue_466_convert_tzid_with_slash.ics
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying
build/lib/icalendar/tests/calendars/issue_27_multiple_periods_in_freebusy_one_freebusy.ics
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying build/lib/icalendar/tests/calendars/issue_348_exception_parsing_value.ics
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying build/lib/icalendar/tests/calendars/pacific_fiji.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying build/lib/icalendar/tests/calendars/big_bad_calendar.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying build/lib/icalendar/tests/calendars/america_new_york.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying build/lib/icalendar/tests/calendars/issue_165_missing_event.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying
build/lib/icalendar/tests/calendars/issue_526_calendar_with_shuffeled_events.ics
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying build/lib/icalendar/tests/calendars/issue_104_broken_calendar.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying build/lib/icalendar/tests/calendars/parsing_error_in_UTC_offset.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
copying
build/lib/icalendar/tests/calendars/issue_178_component_with_invalid_name_represented.ics
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/calendars
creating build/bdist.linux-x86_64/wheel/icalendar/tests/hypothesis
copying build/lib/icalendar/tests/hypothesis/test_fuzzing.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/hypothesis
creating build/bdist.linux-x86_64/wheel/icalendar/tests/fuzzed
copying build/lib/icalendar/tests/fuzzed/test_fuzzed_calendars.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/fuzzed
copying
build/lib/icalendar/tests/fuzzed/generate_python_test_cases_from_downloaded_clusterfuzz_test_cases.sh
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/fuzzed
copying build/lib/icalendar/tests/fuzzed/__init__.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/fuzzed
copying build/lib/icalendar/tests/test_unit_tools.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
copying build/lib/icalendar/tests/__init__.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
copying build/lib/icalendar/tests/test_icalendar.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
copying build/lib/icalendar/tests/test_issue_500_vboolean_for_parameter.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
creating build/bdist.linux-x86_64/wheel/icalendar/tests/timezones
copying
build/lib/icalendar/tests/timezones/issue_55_parse_error_on_utc_offset_with_seconds.ics
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/timezones
copying build/lib/icalendar/tests/timezones/issue_53_tzid_parsed_properly.ics
-> build/bdist.linux-x86_64/wheel/./icalendar/tests/timezones
copying build/lib/icalendar/tests/timezones/issue_237_brazilia_standard.ics ->
build/bdist.linux-x86_64/wheel/./icalendar/tests/timezones
copying build/lib/icalendar/tests/test_issue_116.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
copying
build/lib/icalendar/tests/test_issue_322_single_strings_characters_split_into_multiple_categories.py
-> build/bdist.linux-x86_64/wheel/./icalendar/tests
copying build/lib/icalendar/tests/test_parsing.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
copying build/lib/icalendar/tests/test_with_doctest.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
copying build/lib/icalendar/tests/test_unit_cal.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
copying build/lib/icalendar/tests/test_recurrence.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
copying build/lib/icalendar/tests/test_issue_27_period.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
copying build/lib/icalendar/tests/test_encoding.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
copying build/lib/icalendar/tests/test_create_release.sh ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
copying build/lib/icalendar/tests/test_unit_parser_tools.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
copying build/lib/icalendar/tests/test_oss_fuzz_errors.py ->
build/bdist.linux-x86_64/wheel/./icalendar/tests
copying build/lib/icalendar/parser.py ->
build/bdist.linux-x86_64/wheel/./icalendar
copying build/lib/icalendar/prop.py ->
build/bdist.linux-x86_64/wheel/./icalendar
running install_egg_info
Copying src/icalendar.egg-info to
build/bdist.linux-x86_64/wheel/./icalendar-5.0.12.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/icalendar-5.0.12.dist-info/WHEEL
creating
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_icalendar/.tmp-noyp_3zh/icalendar-5.0.12-py3-none-any.whl'
and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'icalendar/__init__.py'
adding 'icalendar/cal.py'
adding 'icalendar/caselessdict.py'
adding 'icalendar/cli.py'
adding 'icalendar/parser.py'
adding 'icalendar/parser_tools.py'
adding 'icalendar/prop.py'
adding 'icalendar/timezone_cache.py'
adding 'icalendar/tools.py'
adding 'icalendar/windows_to_olson.py'
adding 'icalendar/tests/__init__.py'
adding 'icalendar/tests/conftest.py'
adding 'icalendar/tests/test_cli_tool.py'
adding 'icalendar/tests/test_components_break_on_bad_ics.py'
adding 'icalendar/tests/test_create_release.sh'
adding 'icalendar/tests/test_encoding.py'
adding 'icalendar/tests/test_equality.py'
adding 'icalendar/tests/test_examples.py'
adding 'icalendar/tests/test_icalendar.py'
adding 'icalendar/tests/test_issue_116.py'
adding 'icalendar/tests/test_issue_165_missing_event.py'
adding 'icalendar/tests/test_issue_168_parsing_invalid_calendars_no_warning.py'
adding 'icalendar/tests/test_issue_27_period.py'
adding 'icalendar/tests/test_issue_318_skip_default_parameters.py'
adding
'icalendar/tests/test_issue_322_single_strings_characters_split_into_multiple_categories.py'
adding 'icalendar/tests/test_issue_348_exception_parsing_value.py'
adding 'icalendar/tests/test_issue_500_vboolean_for_parameter.py'
adding 'icalendar/tests/test_issue_557_encode_native_parameters.py'
adding 'icalendar/tests/test_multiple.py'
adding 'icalendar/tests/test_oss_fuzz_errors.py'
adding 'icalendar/tests/test_parsing.py'
adding 'icalendar/tests/test_period.py'
adding 'icalendar/tests/test_property_params.py'
adding 'icalendar/tests/test_recurrence.py'
adding 'icalendar/tests/test_time.py'
adding 'icalendar/tests/test_timezoned.py'
adding 'icalendar/tests/test_unit_cal.py'
adding 'icalendar/tests/test_unit_caselessdict.py'
adding 'icalendar/tests/test_unit_parser_tools.py'
adding 'icalendar/tests/test_unit_prop.py'
adding 'icalendar/tests/test_unit_tools.py'
adding 'icalendar/tests/test_with_doctest.py'
adding 'icalendar/tests/calendars/america_new_york.ics'
adding 'icalendar/tests/calendars/big_bad_calendar.ics'
adding 'icalendar/tests/calendars/broken_ical.ics'
adding 'icalendar/tests/calendars/calendar_with_unicode.ics'
adding 'icalendar/tests/calendars/created_calendar_with_unicode_fields.ics'
adding 'icalendar/tests/calendars/example.ics'
adding 'icalendar/tests/calendars/issue_104_broken_calendar.ics'
adding 'icalendar/tests/calendars/issue_156_RDATE_with_PERIOD_TZID_khal.ics'
adding 'icalendar/tests/calendars/issue_156_RDATE_with_PERIOD_TZID_khal_2.ics'
adding 'icalendar/tests/calendars/issue_165_missing_event.ics'
adding 'icalendar/tests/calendars/issue_168_expected_output.ics'
adding 'icalendar/tests/calendars/issue_168_input.ics'
adding
'icalendar/tests/calendars/issue_178_component_with_invalid_name_represented.ics'
adding 'icalendar/tests/calendars/issue_178_custom_component_contains_other.ics'
adding 'icalendar/tests/calendars/issue_178_custom_component_inside_other.ics'
adding
'icalendar/tests/calendars/issue_237_fail_to_parse_timezone_with_non_ascii_tzid.ics'
adding
'icalendar/tests/calendars/issue_27_multiple_periods_in_freebusy_multiple_freebusies.ics'
adding
'icalendar/tests/calendars/issue_27_multiple_periods_in_freebusy_one_freebusy.ics'
adding 'icalendar/tests/calendars/issue_322_expected_calendar.ics'
adding 'icalendar/tests/calendars/issue_348_exception_parsing_value.ics'
adding 'icalendar/tests/calendars/issue_466_convert_tzid_with_slash.ics'
adding 'icalendar/tests/calendars/issue_466_respect_unique_timezone.ics'
adding 'icalendar/tests/calendars/issue_526_calendar_with_different_events.ics'
adding 'icalendar/tests/calendars/issue_526_calendar_with_event_subset.ics'
adding 'icalendar/tests/calendars/issue_526_calendar_with_events.ics'
adding 'icalendar/tests/calendars/issue_526_calendar_with_shuffeled_events.ics'
adding 'icalendar/tests/calendars/multiple_calendar_components.ics'
adding 'icalendar/tests/calendars/pacific_fiji.ics'
adding 'icalendar/tests/calendars/parsing_error.ics'
adding 'icalendar/tests/calendars/parsing_error_in_UTC_offset.ics'
adding 'icalendar/tests/calendars/period_with_timezone.ics'
adding 'icalendar/tests/calendars/pr_480_summary_with_colon.ics'
adding 'icalendar/tests/calendars/small_bad_calendar.ics'
adding 'icalendar/tests/calendars/time.ics'
adding 'icalendar/tests/calendars/timezone_rdate.ics'
adding 'icalendar/tests/calendars/timezone_same_start.ics'
adding 'icalendar/tests/calendars/timezone_same_start_and_offset.ics'
adding 'icalendar/tests/calendars/timezoned.ics'
adding 'icalendar/tests/calendars/x_location.ics'
adding 'icalendar/tests/events/event_with_escaped_character1.ics'
adding 'icalendar/tests/events/event_with_escaped_character2.ics'
adding 'icalendar/tests/events/event_with_escaped_character3.ics'
adding 'icalendar/tests/events/event_with_escaped_character4.ics'
adding 'icalendar/tests/events/event_with_escaped_characters.ics'
adding 'icalendar/tests/events/event_with_recurrence.ics'
adding
'icalendar/tests/events/event_with_recurrence_exdates_on_different_lines.ics'
adding 'icalendar/tests/events/event_with_rsvp.ics'
adding 'icalendar/tests/events/event_with_unicode_fields.ics'
adding 'icalendar/tests/events/event_with_unicode_organizer.ics'
adding
'icalendar/tests/events/issue_100_transformed_doctests_into_unittests.ics'
adding
'icalendar/tests/events/issue_101_icalendar_chokes_on_umlauts_in_organizer.ics'
adding 'icalendar/tests/events/issue_104_mark_events_broken.ics'
adding 'icalendar/tests/events/issue_112_missing_tzinfo_on_exdate.ics'
adding 'icalendar/tests/events/issue_156_RDATE_with_PERIOD.ics'
adding 'icalendar/tests/events/issue_156_RDATE_with_PERIOD_list.ics'
adding 'icalendar/tests/events/issue_157_removes_trailing_semicolon.ics'
adding 'icalendar/tests/events/issue_184_broken_representation_of_period.ics'
adding 'icalendar/tests/events/issue_464_invalid_rdate.ics'
adding 'icalendar/tests/events/issue_53_description_parsed_properly.ics'
adding 'icalendar/tests/events/issue_64_event_with_ascii_summary.ics'
adding 'icalendar/tests/events/issue_64_event_with_non_ascii_summary.ics'
adding 'icalendar/tests/events/issue_70_rrule_causes_attribute_error.ics'
adding 'icalendar/tests/events/issue_82_expected_output.ics'
adding 'icalendar/tests/fuzzed/__init__.py'
adding
'icalendar/tests/fuzzed/generate_python_test_cases_from_downloaded_clusterfuzz_test_cases.sh'
adding 'icalendar/tests/fuzzed/test_fuzzed_calendars.py'
adding 'icalendar/tests/hypothesis/test_fuzzing.py'
adding 'icalendar/tests/timezones/issue_237_brazilia_standard.ics'
adding 'icalendar/tests/timezones/issue_53_tzid_parsed_properly.ics'
adding
'icalendar/tests/timezones/issue_55_parse_error_on_utc_offset_with_seconds.ics'
adding 'icalendar-5.0.12.dist-info/LICENSE.rst'
adding 'icalendar-5.0.12.dist-info/METADATA'
adding 'icalendar-5.0.12.dist-info/WHEEL'
adding 'icalendar-5.0.12.dist-info/entry_points.txt'
adding 'icalendar-5.0.12.dist-info/top_level.txt'
adding 'icalendar-5.0.12.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built icalendar-5.0.12-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with
"installer" module
debian/rules execute_after_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
pandoc --from rst --to html --standalone --output README.html README.rst
pandoc --from rst --to plain --output README.txt README.rst
pandoc --from rst --to html --standalone --output CHANGES.html CHANGES.rst
pandoc --from rst --to plain --output CHANGES.txt CHANGES.rst
/usr/bin/make -C docs html PYTHONPATH=/<<PKGBUILDDIR>>/src
make[2]: Entering directory '/<<PKGBUILDDIR>>/docs'
sphinx-build -b html -d _build/doctrees . _build/html
Running Sphinx v7.4.7
--------------------------------------------------------------------------
Warning: sphinx-rtd-theme not installed, building with default theme.
--------------------------------------------------------------------------
loading translations [en]... done
making output directory... done
Converting `source_suffix = '.rst'` to `source_suffix = {'.rst':
'restructuredtext'}`.
building [mo]: targets for 0 po files that are out of date
writing output...
building [html]: targets for 11 source files that are out of date
updating environment: [new config] 11 added, 0 changed, 0 removed
reading sources... [ 9%] about
reading sources... [ 18%] api
reading sources... [ 27%] changelog
reading sources... [ 36%] cli
reading sources... [ 45%] contributing
reading sources... [ 55%] credits
reading sources... [ 64%] index
reading sources... [ 73%] install
reading sources... [ 82%] license
reading sources... [ 91%] maintenance
reading sources... [100%] usage
/<<PKGBUILDDIR>>/src/icalendar/prop.py:docstring of icalendar.prop:4: CRITICAL:
Missing matching underline for section title overline.
###########################################################################
# This module defines these property value data types and property parameters
/<<PKGBUILDDIR>>/docs/credits.rst:71: ERROR: Unknown target name: "natasha mattson
<https://github.com/natashamm".
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
copying assets...
copying static files... done
copying extra files... done
copying assets: done
writing output... [ 9%] about
writing output... [ 18%] api
writing output... [ 27%] changelog
writing output... [ 36%] cli
writing output... [ 45%] contributing
writing output... [ 55%] credits
writing output... [ 64%] index
writing output... [ 73%] install
writing output... [ 82%] license
writing output... [ 91%] maintenance
writing output... [100%] usage
generating indices... genindex py-modindex done
highlighting module code... [ 50%] icalendar.cal
highlighting module code... [100%] icalendar.prop
writing additional pages... search done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 2 warnings.
The HTML pages are in _build/html.
Build finished. The HTML pages are in docs/_build/html.
rm -rf build
make[2]: Leaving directory '/<<PKGBUILDDIR>>/docs'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_icalendar/build; python3.12 -m pytest
--ignore=icalendar/tests/test_with_doctest.py
============================= test session starts ==============================
platform linux -- Python 3.12.7, pytest-8.3.3, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>
configfile: setup.cfg
plugins: typeguard-4.3.0, hypothesis-6.115.3
collected 672 items / 1 error
==================================== ERRORS ====================================
_ ERROR collecting
.pybuild/cpython3_3.12_icalendar/build/icalendar/tests/test_unit_prop.py _
icalendar/tests/test_unit_prop.py:516: in <module>
vDDDTypes(pytz.timezone('EST').localize(datetime(year=2022, month=7,
day=22, hour=12, minute=7))),
/usr/lib/python3/dist-packages/pytz/__init__.py:201: in timezone
raise UnknownTimeZoneError(zone)
E pytz.exceptions.UnknownTimeZoneError: 'EST'
=========================== short test summary info ============================
ERROR icalendar/tests/test_unit_prop.py - pytz.exceptions.UnknownTimeZoneErro...
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 0.32s ===============================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_icalendar/build; python3.12 -m pytest
--ignore=icalendar/tests/test_with_doctest.py
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.12
returned exit code 13
make: *** [debian/rules:20: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202410/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: python-icalendar
Source-Version: 6.0.1-1
Done: Colin Watson <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-icalendar, 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.
Colin Watson <[email protected]> (supplier of updated python-icalendar
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: SHA256
Format: 1.8
Date: Wed, 30 Oct 2024 14:23:12 +0000
Source: python-icalendar
Architecture: source
Version: 6.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1086374
Changes:
python-icalendar (6.0.1-1) unstable; urgency=medium
.
* Team upload.
* New upstream release.
* Build-depend on tzdata-legacy (closes: #1086374).
* Add Built-Using: ${sphinxdoc:Built-Using} to python-icalendar-doc.
Checksums-Sha1:
706d91813d028505a9fa2951823e02ff4dce5d6a 2651 python-icalendar_6.0.1-1.dsc
116acce212e0000f75e1e02947ddee00ceccb2ca 122845
python-icalendar_6.0.1.orig.tar.gz
3f8c1588aeab6052a6484d4039f15707430c12cc 8284
python-icalendar_6.0.1-1.debian.tar.xz
Checksums-Sha256:
0e51277a26d8cd782473eba1dc0b915b2690bf3625d24897f593fbe3046f7d08 2651
python-icalendar_6.0.1-1.dsc
16e664f2dddf2c6016c63c1df1feea250c501ae4cc6f580594bc75c7a54390e9 122845
python-icalendar_6.0.1.orig.tar.gz
065a68276d70886c4c0b4a0201465b14826bfe9ba90a813c7bcef7e056a752cd 8284
python-icalendar_6.0.1-1.debian.tar.xz
Files:
6674410e28693456fec2b0168f9bcc1c 2651 python optional
python-icalendar_6.0.1-1.dsc
549c5973f49e969a8889a3d853d844a7 122845 python optional
python-icalendar_6.0.1.orig.tar.gz
9c371230571b7b24dc5a572d75c7cf80 8284 python optional
python-icalendar_6.0.1-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmciQX4ACgkQOTWH2X2G
UAsrmRAAoXSkMA+oHXXd+Z6/940p6ysP0/29ZKh1+C1hhqucqgpTUX55Hy1O50tb
Vo+nQXZVw/jMw5IPYK0xmMV5TShZR0jxSaWlOJ/ioUNixOuMVsfPjHi5wFx1KbID
SCIOAod/n2l3A9KHZ++jVR4yHO8VARtbOpb6XdMdQf5PXwx9buBbQs5smrWtLl4U
Kln6q19/NMfXgI8ZEAKIfeYVojcx1+hQyHO/Y7+Ouy0kBhM1xcVlyrUXnIfNmTsa
V0iP40nItwkOVT8YwK7Bk2gi/xtFI9i3lTD8sUVOvM9A6OOoGdwlsCxmGr0l6cdA
/CAOCyAE5COSbfkSv7bED5twRVaOjcxm9i9XZI9OT47FvvdHzO3SVhu95g2/+Xn2
WhHcZM3jTwmERmwnSqyY+JXz6rKqq9orAmHc7ZNaoOdE/FTXtIovi7bq9MNweMYC
yin7jma3om7m6Rb9Ta0nCyfpoStMSjN9hQFGFf64e74TQZHuck+dJ5DStHuBn6Gc
/oZYzwjWx1g+U9hvbvMIhBs4s9RRjfzxKyjwTBlbX5lRPOPTu9TcdwPthzN+d63/
eVDG7ZQl/oPGyltDkzh3h5LXSjO9c1CTc2T0dYhjgOPMehd2+uAFY9SgZBTDuqFd
z4Ty4JwB45+VslOoqaxdFdHrx07+/TkJeu1uGLeV5zSqScRAvq8=
=v1QJ
-----END PGP SIGNATURE-----
pgpSvof9kf9cf.pgp
Description: PGP signature
--- End Message ---