Your message dated Sat, 08 Mar 2025 11:50:25 +0000
with message-id <e1tqshf-006siq...@fasolo.debian.org>
and subject line Bug#1098593: fixed in python-ciso8601 2.3.2-1
has caused the Debian Bug report #1098593,
regarding python-ciso8601: FTBFS: python3.13: isocalendar.c:128:
days_before_year: Assertion `year >= 1' failed.
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.)
--
1098593: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098593
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-ciso8601
Version: 2.3.1-3
Severity: serious
Tags: ftbfs trixie sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --with python3 --buildsystem pybuild
dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:311: python3.12 setup.py clean
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:270: UserWarning:
Unknown distribution option: 'test_suite'
warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:270: UserWarning:
Unknown distribution option: 'tests_require'
warnings.warn(msg)
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ciso8601/build' (and
everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.12' does not exist -- can't clean it
I: pybuild base:311: python3.13 setup.py clean
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:270: UserWarning:
Unknown distribution option: 'test_suite'
warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:270: UserWarning:
Unknown distribution option: 'tests_require'
warnings.warn(msg)
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ciso8601/build' (and
everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.13' does not exist -- can't clean it
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
debian/rules binary
dh binary --with python3 --buildsystem pybuild
dh_update_autotools_config -O--buildsystem=pybuild
dh_autoreconf -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:311: python3.12 setup.py config
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:270: UserWarning:
Unknown distribution option: 'test_suite'
warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:270: UserWarning:
Unknown distribution option: 'tests_require'
warnings.warn(msg)
running config
I: pybuild base:311: python3.13 setup.py config
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:270: UserWarning:
Unknown distribution option: 'test_suite'
warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:270: UserWarning:
Unknown distribution option: 'tests_require'
warnings.warn(msg)
running config
dh_auto_build -O--buildsystem=pybuild
I: pybuild base:311: /usr/bin/python3.12 setup.py build
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:270: UserWarning:
Unknown distribution option: 'test_suite'
warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:270: UserWarning:
Unknown distribution option: 'tests_require'
warnings.warn(msg)
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ciso8601/build/ciso8601
copying ciso8601/__init__.pyi ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ciso8601/build/ciso8601
copying ciso8601/py.typed ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ciso8601/build/ciso8601
running build_ext
building 'ciso8601' extension
creating build/temp.linux-x86_64-cpython-312
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DCISO8601_VERSION=2.3.1
-DCISO8601_CACHING_ENABLED=1 -I/usr/include/python3.12 -c isocalendar.c -o
build/temp.linux-x86_64-cpython-312/isocalendar.o
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DCISO8601_VERSION=2.3.1
-DCISO8601_CACHING_ENABLED=1 -I/usr/include/python3.12 -c module.c -o
build/temp.linux-x86_64-cpython-312/module.o
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DCISO8601_VERSION=2.3.1
-DCISO8601_CACHING_ENABLED=1 -I/usr/include/python3.12 -c timezone.c -o
build/temp.linux-x86_64-cpython-312/timezone.o
x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g
-fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
build/temp.linux-x86_64-cpython-312/isocalendar.o
build/temp.linux-x86_64-cpython-312/module.o
build/temp.linux-x86_64-cpython-312/timezone.o -L/usr/lib/x86_64-linux-gnu -o
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ciso8601/build/ciso8601.cpython-312-x86_64-linux-gnu.so
I: pybuild base:311: /usr/bin/python3 setup.py build
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:270: UserWarning:
Unknown distribution option: 'test_suite'
warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:270: UserWarning:
Unknown distribution option: 'tests_require'
warnings.warn(msg)
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ciso8601/build/ciso8601
copying ciso8601/__init__.pyi ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ciso8601/build/ciso8601
copying ciso8601/py.typed ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ciso8601/build/ciso8601
running build_ext
building 'ciso8601' extension
creating build/temp.linux-x86_64-cpython-313
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DCISO8601_VERSION=2.3.1
-DCISO8601_CACHING_ENABLED=1 -I/usr/include/python3.13 -c isocalendar.c -o
build/temp.linux-x86_64-cpython-313/isocalendar.o
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DCISO8601_VERSION=2.3.1
-DCISO8601_CACHING_ENABLED=1 -I/usr/include/python3.13 -c module.c -o
build/temp.linux-x86_64-cpython-313/module.o
x86_64-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DCISO8601_VERSION=2.3.1
-DCISO8601_CACHING_ENABLED=1 -I/usr/include/python3.13 -c timezone.c -o
build/temp.linux-x86_64-cpython-313/timezone.o
x86_64-linux-gnu-gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g
-fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
build/temp.linux-x86_64-cpython-313/isocalendar.o
build/temp.linux-x86_64-cpython-313/module.o
build/temp.linux-x86_64-cpython-313/timezone.o -L/usr/lib/x86_64-linux-gnu -o
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ciso8601/build/ciso8601.cpython-313-x86_64-linux-gnu.so
dh_auto_test -O--buildsystem=pybuild
I: pybuild pybuild:308: cp generate_test_timestamps.py
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ciso8601/build
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ciso8601/build;
python3.12 -m unittest discover -v
test_dst (tests.test_timezone.TimezoneTestCase.test_dst) ... ok
test_fromutc (tests.test_timezone.TimezoneTestCase.test_fromutc) ... ok
test_fromutc_fails_if_given_non_datetime
(tests.test_timezone.TimezoneTestCase.test_fromutc_fails_if_given_non_datetime)
... ok
test_fromutc_fails_if_tzinfo_is_none
(tests.test_timezone.TimezoneTestCase.test_fromutc_fails_if_tzinfo_is_none) ...
ok
test_fromutc_fails_if_tzinfo_is_some_other_offset
(tests.test_timezone.TimezoneTestCase.test_fromutc_fails_if_tzinfo_is_some_other_offset)
... ok
test_fromutc_straddling_a_day_boundary
(tests.test_timezone.TimezoneTestCase.test_fromutc_straddling_a_day_boundary)
... ok
test_tzname (tests.test_timezone.TimezoneTestCase.test_tzname) ... ok
test_utcoffset (tests.test_timezone.TimezoneTestCase.test_utcoffset) ... ok
test_all_valid_offsets (tests.tests.FixedOffsetTestCase.test_all_valid_offsets)
... ok
test_offsets_outside_valid_range
(tests.tests.FixedOffsetTestCase.test_offsets_outside_valid_range) ... ok
test_issue_13 (tests.tests.GithubIssueRegressionTestCase.test_issue_13) ... ok
test_issue_22 (tests.tests.GithubIssueRegressionTestCase.test_issue_22) ... ok
test_issue_35 (tests.tests.GithubIssueRegressionTestCase.test_issue_35) ... ok
test_issue_42 (tests.tests.GithubIssueRegressionTestCase.test_issue_42) ... ok
test_issue_5 (tests.tests.GithubIssueRegressionTestCase.test_issue_5) ... ok
test_issue_6 (tests.tests.GithubIssueRegressionTestCase.test_issue_6) ... ok
test_issue_71 (tests.tests.GithubIssueRegressionTestCase.test_issue_71) ... ok
test_issue_8 (tests.tests.GithubIssueRegressionTestCase.test_issue_8) ... ok
test_returns_expected_hardcoded_datetime
(tests.tests.HardCodedBenchmarkTimestampTestCase.test_returns_expected_hardcoded_datetime)
... ok
test_invalid_calendar_separator
(tests.tests.InvalidTimestampTestCase.test_invalid_calendar_separator) ... ok
test_invalid_date_and_time_separator
(tests.tests.InvalidTimestampTestCase.test_invalid_date_and_time_separator) ...
ok
test_invalid_day_for_month
(tests.tests.InvalidTimestampTestCase.test_invalid_day_for_month) ... ok
test_invalid_empty_but_required_fields
(tests.tests.InvalidTimestampTestCase.test_invalid_empty_but_required_fields)
... ok
test_invalid_hour_24
(tests.tests.InvalidTimestampTestCase.test_invalid_hour_24) ... ok
test_invalid_ordinal
(tests.tests.InvalidTimestampTestCase.test_invalid_ordinal) ... ok
test_invalid_time_separator
(tests.tests.InvalidTimestampTestCase.test_invalid_time_separator) ... ok
test_invalid_tz_minute
(tests.tests.InvalidTimestampTestCase.test_invalid_tz_minute) ... ok
test_invalid_tz_offsets_too_large
(tests.tests.InvalidTimestampTestCase.test_invalid_tz_offsets_too_large) ... ok
test_invalid_yyyymm_format
(tests.tests.InvalidTimestampTestCase.test_invalid_yyyymm_format) ... ok
test_mixed_basic_and_extended_formats
(tests.tests.InvalidTimestampTestCase.test_mixed_basic_and_extended_formats)
Both dates and times have "basic" and "extended" formats. ... ok
test_non_ascii_characters
(tests.tests.InvalidTimestampTestCase.test_non_ascii_characters) ... ok
test_parse_auto_generated_invalid_formats
(tests.tests.InvalidTimestampTestCase.test_parse_auto_generated_invalid_formats)
... python3.12: isocalendar.c:128: days_before_year: Assertion `year >= 1'
failed.
Aborted
E: pybuild pybuild:389: test: plugin distutils failed with: exit code=134: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_ciso8601/build; python3.12 -m unittest
discover -v
I: pybuild pybuild:308: cp generate_test_timestamps.py
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ciso8601/build
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ciso8601/build;
python3.13 -m unittest discover -v
test_dst (tests.test_timezone.TimezoneTestCase.test_dst) ... ok
test_fromutc (tests.test_timezone.TimezoneTestCase.test_fromutc) ... ok
test_fromutc_fails_if_given_non_datetime
(tests.test_timezone.TimezoneTestCase.test_fromutc_fails_if_given_non_datetime)
... ok
test_fromutc_fails_if_tzinfo_is_none
(tests.test_timezone.TimezoneTestCase.test_fromutc_fails_if_tzinfo_is_none) ...
ok
test_fromutc_fails_if_tzinfo_is_some_other_offset
(tests.test_timezone.TimezoneTestCase.test_fromutc_fails_if_tzinfo_is_some_other_offset)
... ok
test_fromutc_straddling_a_day_boundary
(tests.test_timezone.TimezoneTestCase.test_fromutc_straddling_a_day_boundary)
... ok
test_tzname (tests.test_timezone.TimezoneTestCase.test_tzname) ... ok
test_utcoffset (tests.test_timezone.TimezoneTestCase.test_utcoffset) ... ok
test_all_valid_offsets (tests.tests.FixedOffsetTestCase.test_all_valid_offsets)
... ok
test_offsets_outside_valid_range
(tests.tests.FixedOffsetTestCase.test_offsets_outside_valid_range) ... ok
test_issue_13 (tests.tests.GithubIssueRegressionTestCase.test_issue_13) ... ok
test_issue_22 (tests.tests.GithubIssueRegressionTestCase.test_issue_22) ... ok
test_issue_35 (tests.tests.GithubIssueRegressionTestCase.test_issue_35) ... ok
test_issue_42 (tests.tests.GithubIssueRegressionTestCase.test_issue_42) ... ok
test_issue_5 (tests.tests.GithubIssueRegressionTestCase.test_issue_5) ... ok
test_issue_6 (tests.tests.GithubIssueRegressionTestCase.test_issue_6) ... ok
test_issue_71 (tests.tests.GithubIssueRegressionTestCase.test_issue_71) ... ok
test_issue_8 (tests.tests.GithubIssueRegressionTestCase.test_issue_8) ... ok
test_returns_expected_hardcoded_datetime
(tests.tests.HardCodedBenchmarkTimestampTestCase.test_returns_expected_hardcoded_datetime)
... ok
test_invalid_calendar_separator
(tests.tests.InvalidTimestampTestCase.test_invalid_calendar_separator) ... ok
test_invalid_date_and_time_separator
(tests.tests.InvalidTimestampTestCase.test_invalid_date_and_time_separator) ...
ok
test_invalid_day_for_month
(tests.tests.InvalidTimestampTestCase.test_invalid_day_for_month) ... ok
test_invalid_empty_but_required_fields
(tests.tests.InvalidTimestampTestCase.test_invalid_empty_but_required_fields)
... ok
test_invalid_hour_24
(tests.tests.InvalidTimestampTestCase.test_invalid_hour_24) ... ok
test_invalid_ordinal
(tests.tests.InvalidTimestampTestCase.test_invalid_ordinal) ... ok
test_invalid_time_separator
(tests.tests.InvalidTimestampTestCase.test_invalid_time_separator) ... ok
test_invalid_tz_minute
(tests.tests.InvalidTimestampTestCase.test_invalid_tz_minute) ... ok
test_invalid_tz_offsets_too_large
(tests.tests.InvalidTimestampTestCase.test_invalid_tz_offsets_too_large) ... ok
test_invalid_yyyymm_format
(tests.tests.InvalidTimestampTestCase.test_invalid_yyyymm_format) ... ok
test_mixed_basic_and_extended_formats
(tests.tests.InvalidTimestampTestCase.test_mixed_basic_and_extended_formats)
Both dates and times have "basic" and "extended" formats. ... ok
test_non_ascii_characters
(tests.tests.InvalidTimestampTestCase.test_non_ascii_characters) ... ok
test_parse_auto_generated_invalid_formats
(tests.tests.InvalidTimestampTestCase.test_parse_auto_generated_invalid_formats)
... python3.13: isocalendar.c:128: days_before_year: Assertion `year >= 1'
failed.
Aborted
E: pybuild pybuild:389: test: plugin distutils failed with: exit code=134: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_ciso8601/build; python3.13 -m unittest
discover -v
dh_auto_test: error: pybuild --test -i python{version} -p "3.12 3.13" returned
exit code 13
make: *** [debian/rules:13: 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/202502/
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 add an affects on src:python-ciso8601, so that this is still
visible in the BTS web page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: python-ciso8601
Source-Version: 2.3.2-1
Done: Alexandre Detiste <tc...@debian.org>
We believe that the bug you reported is fixed in the latest version of
python-ciso8601, 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 1098...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Alexandre Detiste <tc...@debian.org> (supplier of updated python-ciso8601
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: SHA512
Format: 1.8
Date: Sat, 08 Mar 2025 11:52:02 +0100
Source: python-ciso8601
Architecture: source
Version: 2.3.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Alexandre Detiste <tc...@debian.org>
Closes: 1098593
Changes:
python-ciso8601 (2.3.2-1) unstable; urgency=medium
.
* Team upload.
* New upstream version 2.3.2 (Closes: #1098593)
* Remove patching of inert Dockerfile
* Use dh-sequence-python3
* Reformat d/control with debputy
* Bump Standards-Version to 4.7.2
Checksums-Sha1:
7ad64bcea00ed5bfc52120c19f8af69b648df0fb 2170 python-ciso8601_2.3.2-1.dsc
e2428bf082d6baadef1be175c810caff1fb27af9 46995
python-ciso8601_2.3.2.orig.tar.gz
5afce9c0c1573aa44ac17fb3bc03e6bbd1661018 4500
python-ciso8601_2.3.2-1.debian.tar.xz
6c91c0f8b55b9f870275098ee102c0fca5453e43 7624
python-ciso8601_2.3.2-1_source.buildinfo
Checksums-Sha256:
3d4d2e08d3727547af3d2d20b9bf364b6c4bdc3b8302f83af606169cccac507e 2170
python-ciso8601_2.3.2-1.dsc
318b91ed0d1adcfa51e13f3b3212a0836b0eae88b25e58aea7bfbdcbe624e127 46995
python-ciso8601_2.3.2.orig.tar.gz
55c1f296be198d891c14bef9d5b2b56cc248c3713a4bf5c1d11f5d5dcaf7ab79 4500
python-ciso8601_2.3.2-1.debian.tar.xz
e5a23f38d5bab642fbe621479077d5439b3b53e0e95f9f871221d1cff34e9078 7624
python-ciso8601_2.3.2-1_source.buildinfo
Files:
a284e2bd244ae56aefba688b39ace589 2170 python optional
python-ciso8601_2.3.2-1.dsc
cf89c45a512569eee38eb62bc2ffa1f1 46995 python optional
python-ciso8601_2.3.2.orig.tar.gz
9ac82f483c3c5fccbe481d7b4771f4da 4500 python optional
python-ciso8601_2.3.2-1.debian.tar.xz
c0e612e7d0e66f7c3db4d3cca8d570bf 7624 python optional
python-ciso8601_2.3.2-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmfMJlQRHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBrKAg/7BG2zMNjg2kdX1LQC9I0RkDpItreIRXMw
3fvndl6DYdVmSNCpJWaAiDd0Sq28mu95fX6+n0MANeEQlQ/XcYuTBFC7ghmPfGKR
uIUElHZqP3cBMDeGoQf55H7FtYJrbXhICmgw3wakp5a/74UY3RCrPsnrHvmfo19e
3NHULsyj7cA0nvxwAK4n9GvRbiZ1SgZ0y4D069mkTaPBGKTHWzdw2aJVkdRna3ZE
JpLkdUhLHqVmxepOY0ad/fRtlbnWr+Zkagd/HoLf56BUwQnvMPMJJzHOKXMgRtkR
FvmOZopl+yeFbylT23ISel6Otd8lXHFuS5X2kgkX3uRif4Bi8UMh2GV+ojndS9Jr
bFyi2pKaqO/ZZcIa+xZl/em9WbiYdQmIsQKwpbCWuD/sevMvfxWqCEIRgxnBitJb
z2tBeFFQ1fNRN4cQxM0SowsGgiUZwNjSQiJFaBuY/jJHUHeDySCb+ogkXBpNqaV1
t3GJjOt8Dp6Uz9khA8oDuJlK/e2+jgt8piwed1KZ4/StxkPuk5BIU8pGlXm0UVKc
kvCOOtjfJeHYL5h8EzjNUBupGkHBkoiy5VRbMRRwbx8u2/pNYxjt3q7vSCuB0f3f
cyD68NyV9uP2TKLwAu80ZGBfDBiUOwMSKZLPlYNBSI+O0WtqeU5gmtWYT0ua2A1u
aYd1KyBurDc=
=+njY
-----END PGP SIGNATURE-----
pgppcyt6lmdxK.pgp
Description: PGP signature
--- End Message ---