Your message dated Tue, 27 Feb 2024 11:21:16 +0000
with message-id <e1revwo-000b4z...@fasolo.debian.org>
and subject line Bug#1026584: fixed in python-morris 1.2-4
has caused the Debian Bug report #1026584,
regarding python-morris: FTBFS: AssertionError: Failed doctest test for morris
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.)


-- 
1026584: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026584
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-morris
Version: 1.2-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221220 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_build --buildsystem=pybuild
> I: pybuild base:240: /usr/bin/python3.11 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_morris/build/morris
> copying morris/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_morris/build/morris
> copying morris/test_morris.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_morris/build/morris
> running egg_info
> writing morris.egg-info/PKG-INFO
> writing dependency_links to morris.egg-info/dependency_links.txt
> writing top-level names to morris.egg-info/top_level.txt
> reading manifest file 'morris.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '__pycache__' found under 
> directory '*'
> warning: no previously-included files matching '*.py[co]' found under 
> directory '*'
> adding license file 'COPYING'
> adding license file 'COPYING.LESSER'
> adding license file 'AUTHORS.rst'
> writing manifest file 'morris.egg-info/SOURCES.txt'
> I: pybuild base:240: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_morris/build/morris
> copying morris/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_morris/build/morris
> copying morris/test_morris.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_morris/build/morris
> running egg_info
> writing morris.egg-info/PKG-INFO
> writing dependency_links to morris.egg-info/dependency_links.txt
> writing top-level names to morris.egg-info/top_level.txt
> reading manifest file 'morris.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '__pycache__' found under 
> directory '*'
> warning: no previously-included files matching '*.py[co]' found under 
> directory '*'
> adding license file 'COPYING'
> adding license file 'COPYING.LESSER'
> adding license file 'AUTHORS.rst'
> writing manifest file 'morris.egg-info/SOURCES.txt'
> python3 setup.py build_sphinx -b html
> running build_sphinx
> Running Sphinx v5.3.0
> making output directory... done
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 7 source files that are out of date
> updating environment: [new config] 7 added, 0 changed, 0 removed
> reading sources... [ 14%] authors
> reading sources... [ 28%] contributing
> reading sources... [ 42%] history
> reading sources... [ 57%] index
> reading sources... [ 71%] installation
> reading sources... [ 85%] readme
> reading sources... [100%] usage
> 
> /<<PKGBUILDDIR>>/morris/__init__.py:docstring of 
> unittest.case.TestCase.assertListEqual:7: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/morris/__init__.py:docstring of 
> unittest.case.TestCase.assertRaisesRegex:6: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/morris/__init__.py:docstring of morris.SignalTestCase:1: 
> WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/morris/__init__.py:docstring of 
> unittest.case.TestCase.assertRaisesRegex:10: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/morris/__init__.py:docstring of 
> unittest.case.TestCase.assertSequenceEqual:10: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/morris/__init__.py:docstring of 
> unittest.case.TestCase.addClassCleanup:1: WARNING: Block quote ends without a 
> blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/morris/__init__.py:docstring of 
> unittest.case.TestCase.assertSetEqual:7: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/morris/__init__.py:docstring of 
> unittest.case.TestCase.assertTupleEqual:7: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/morris/__init__.py:docstring of 
> unittest.case.TestCase.assertWarnsRegex:9: ERROR: Unexpected indentation.
> /<<PKGBUILDDIR>>/morris/__init__.py:docstring of morris.SignalTestCase:4: 
> WARNING: Block quote ends without a blank line; unexpected unindent.
> /<<PKGBUILDDIR>>/morris/__init__.py:docstring of 
> unittest.case.TestCase.assertWarnsRegex:13: ERROR: Unexpected indentation.
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [ 14%] authors
> writing output... [ 28%] contributing
> writing output... [ 42%] history
> writing output... [ 57%] index
> writing output... [ 71%] installation
> writing output... [ 85%] readme
> writing output... [100%] usage
> 
> generating indices... genindex py-modindex done
> highlighting module code... [ 33%] builtins
> highlighting module code... [ 66%] morris
> highlighting module code... [100%] unittest.case
> 
> writing additional pages... search done
> copying static files... done
> copying extra files... done
> dumping search index in English (code: en)... done
> dumping object inventory... done
> build succeeded, 11 warnings.
> 
> The HTML pages are in build/sphinx/html.
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:240: python3.11 setup.py test 
> running test
> WARNING: Testing via this command is deprecated and will be removed in a 
> future version. Users looking for a generic test entry point independent of 
> test runner are encouraged to use tox.
> running egg_info
> writing morris.egg-info/PKG-INFO
> writing dependency_links to morris.egg-info/dependency_links.txt
> writing top-level names to morris.egg-info/top_level.txt
> reading manifest file 'morris.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '__pycache__' found under 
> directory '*'
> warning: no previously-included files matching '*.py[co]' found under 
> directory '*'
> adding license file 'COPYING'
> adding license file 'COPYING.LESSER'
> adding license file 'AUTHORS.rst'
> writing manifest file 'morris.egg-info/SOURCES.txt'
> running build_ext
> runTest (morris.test_morris.FakeSignalTestCase.runTest)
> An empty test method ... ok
> test_assertSignalFired 
> (morris.test_morris.SignalTestCaseTest.test_assertSignalFired)
> Ensure that assertSignalFired works correctly ... ok
> test_assertSignalNotFired 
> (morris.test_morris.SignalTestCaseTest.test_assertSignalNotFired)
> Ensure that assertSignalNotFired works correctly ... ok
> test_assertSignalOrdering 
> (morris.test_morris.SignalTestCaseTest.test_assertSignalOrdering)
> Ensure that assertSignalOrdering works correctly ... ok
> test_watchSignal (morris.test_morris.SignalTestCaseTest.test_watchSignal)
> Ensure that calling watchSignal() actually connects a signal listener ... ok
> test_calling_signal_fires_them 
> (morris.test_morris.SignalTestsC1.test_calling_signal_fires_them)
> Ensure that calling signals fires them ... ok
> test_calling_signals_passes_keyword_arguments 
> (morris.test_morris.SignalTestsC1.test_calling_signals_passes_keyword_arguments)
> Ensure that calling the signal object with keyword arguments works ... ok
> test_calling_signals_passes_positional_arguments 
> (morris.test_morris.SignalTestsC1.test_calling_signals_passes_positional_arguments)
> Ensure that calling the signal object with positional arguments works ... ok
> test_connect (morris.test_morris.SignalTestsC1.test_connect)
> Ensure that connecting signals works ... ok
> test_disconnect (morris.test_morris.SignalTestsC1.test_disconnect)
> Ensure that disconnecting signals works ... ok
> test_first_responder (morris.test_morris.SignalTestsC1.test_first_responder)
> Ensure that using the decorator syntax connects the decorated object ... ok
> test_remove_signals_listeners 
> (morris.test_morris.SignalTestsC1.test_remove_signals_listeners)
> Ensure that calling :func:`remove_signal_listeners()` works ... ok
> test_sanity (morris.test_morris.SignalTestsC1.test_sanity)
> Ensure that :meth:`get_c()` is not faulty ... ok
> test_calling_signal_fires_them 
> (morris.test_morris.SignalTestsC2.test_calling_signal_fires_them)
> Ensure that calling signals fires them ... ok
> test_calling_signals_passes_keyword_arguments 
> (morris.test_morris.SignalTestsC2.test_calling_signals_passes_keyword_arguments)
> Ensure that calling the signal object with keyword arguments works ... ok
> test_calling_signals_passes_positional_arguments 
> (morris.test_morris.SignalTestsC2.test_calling_signals_passes_positional_arguments)
> Ensure that calling the signal object with positional arguments works ... ok
> test_connect (morris.test_morris.SignalTestsC2.test_connect)
> Ensure that connecting signals works ... ok
> test_disconnect (morris.test_morris.SignalTestsC2.test_disconnect)
> Ensure that disconnecting signals works ... ok
> test_first_responder (morris.test_morris.SignalTestsC2.test_first_responder)
> Ensure that using the decorator syntax connects the decorated object ... ok
> test_remove_signals_listeners 
> (morris.test_morris.SignalTestsC2.test_remove_signals_listeners)
> Ensure that calling :func:`remove_signal_listeners()` works ... ok
> test_sanity (morris.test_morris.SignalTestsC2.test_sanity)
> Ensure that :meth:`get_c()` is not faulty ... ok
> test_calling_signal_fires_them 
> (morris.test_morris.SignalTestsM1.test_calling_signal_fires_them)
> Ensure that calling signals fires them ... ok
> test_calling_signals_passes_keyword_arguments 
> (morris.test_morris.SignalTestsM1.test_calling_signals_passes_keyword_arguments)
> Ensure that calling the signal object with keyword arguments works ... ok
> test_calling_signals_passes_positional_arguments 
> (morris.test_morris.SignalTestsM1.test_calling_signals_passes_positional_arguments)
> Ensure that calling the signal object with positional arguments works ... ok
> test_connect (morris.test_morris.SignalTestsM1.test_connect)
> Ensure that connecting signals works ... ok
> test_disconnect (morris.test_morris.SignalTestsM1.test_disconnect)
> Ensure that disconnecting signals works ... ok
> test_first_responder (morris.test_morris.SignalTestsM1.test_first_responder)
> Ensure that using the decorator syntax connects the decorated object as ... ok
> test_remove_signals_listeners 
> (morris.test_morris.SignalTestsM1.test_remove_signals_listeners)
> Ensure that calling :func:`remove_signal_listeners()` works ... ok
> test_sanity (morris.test_morris.SignalTestsM1.test_sanity)
> Ensure that :meth:`get_c()` is not faulty ... ok
> test_calling_signal_fires_them 
> (morris.test_morris.SignalTestsM2.test_calling_signal_fires_them)
> Ensure that calling signals fires them ... ok
> test_calling_signals_passes_keyword_arguments 
> (morris.test_morris.SignalTestsM2.test_calling_signals_passes_keyword_arguments)
> Ensure that calling the signal object with keyword arguments works ... ok
> test_calling_signals_passes_positional_arguments 
> (morris.test_morris.SignalTestsM2.test_calling_signals_passes_positional_arguments)
> Ensure that calling the signal object with positional arguments works ... ok
> test_connect (morris.test_morris.SignalTestsM2.test_connect)
> Ensure that connecting signals works ... ok
> test_disconnect (morris.test_morris.SignalTestsM2.test_disconnect)
> Ensure that disconnecting signals works ... ok
> test_first_responder (morris.test_morris.SignalTestsM2.test_first_responder)
> Ensure that using the decorator syntax connects the decorated object as ... ok
> test_remove_signals_listeners 
> (morris.test_morris.SignalTestsM2.test_remove_signals_listeners)
> Ensure that calling :func:`remove_signal_listeners()` works ... ok
> test_sanity (morris.test_morris.SignalTestsM2.test_sanity)
> Ensure that :meth:`get_c()` is not faulty ... ok
> morris ()
> Doctest: morris ... FAIL
> first_responder (morris.signal)
> Doctest: morris.signal.first_responder ... ok
> name (morris.signal)
> Doctest: morris.signal.name ... ok
> 
> ======================================================================
> FAIL: morris ()
> Doctest: morris
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3.11/doctest.py", line 2221, in runTest
>     raise self.failureException(self.format_failure(new.getvalue()))
> AssertionError: Failed doctest test for morris
>   File "/<<PKGBUILDDIR>>/morris/__init__.py", line 17, in morris
> 
> ----------------------------------------------------------------------
> File "/<<PKGBUILDDIR>>/morris/__init__.py", line 220, in morris
> Failed example:
>     runner.run(suite)  # doctest: +ELLIPSIS
> Expected:
>     test_login (morris.AppTests) ... ok
>     <BLANKLINE>
>     ----------------------------------------------------------------------
>     Ran 1 test in ...s
>     <BLANKLINE>
>     OK
>     <unittest.runner.TextTestResult run=1 errors=0 failures=0>
> Got:
>     test_login (morris.AppTests.test_login) ... ok
>     <BLANKLINE>
>     ----------------------------------------------------------------------
>     Ran 1 test in 0.000s
>     <BLANKLINE>
>     OK
>     <unittest.runner.TextTestResult run=1 errors=0 failures=0>
> 
> 
> ----------------------------------------------------------------------
> Ran 40 tests in 0.008s
> 
> FAILED (failures=1)
> Test failed: <unittest.runner.TextTestResult run=40 errors=0 failures=1>
> error: Test failed: <unittest.runner.TextTestResult run=40 errors=0 
> failures=1>
> E: pybuild pybuild:386: test: plugin distutils failed with: exit code=1: 
> python3.11 setup.py test 
> I: pybuild base:240: python3.10 setup.py test 
> running test
> WARNING: Testing via this command is deprecated and will be removed in a 
> future version. Users looking for a generic test entry point independent of 
> test runner are encouraged to use tox.
> running egg_info
> writing morris.egg-info/PKG-INFO
> writing dependency_links to morris.egg-info/dependency_links.txt
> writing top-level names to morris.egg-info/top_level.txt
> reading manifest file 'morris.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '__pycache__' found under 
> directory '*'
> warning: no previously-included files matching '*.py[co]' found under 
> directory '*'
> adding license file 'COPYING'
> adding license file 'COPYING.LESSER'
> adding license file 'AUTHORS.rst'
> writing manifest file 'morris.egg-info/SOURCES.txt'
> running build_ext
> runTest (morris.test_morris.FakeSignalTestCase)
> An empty test method ... ok
> test_assertSignalFired (morris.test_morris.SignalTestCaseTest)
> Ensure that assertSignalFired works correctly ... ok
> test_assertSignalNotFired (morris.test_morris.SignalTestCaseTest)
> Ensure that assertSignalNotFired works correctly ... ok
> test_assertSignalOrdering (morris.test_morris.SignalTestCaseTest)
> Ensure that assertSignalOrdering works correctly ... ok
> test_watchSignal (morris.test_morris.SignalTestCaseTest)
> Ensure that calling watchSignal() actually connects a signal listener ... ok
> test_calling_signal_fires_them (morris.test_morris.SignalTestsC1)
> Ensure that calling signals fires them ... ok
> test_calling_signals_passes_keyword_arguments 
> (morris.test_morris.SignalTestsC1)
> Ensure that calling the signal object with keyword arguments works ... ok
> test_calling_signals_passes_positional_arguments 
> (morris.test_morris.SignalTestsC1)
> Ensure that calling the signal object with positional arguments works ... ok
> test_connect (morris.test_morris.SignalTestsC1)
> Ensure that connecting signals works ... ok
> test_disconnect (morris.test_morris.SignalTestsC1)
> Ensure that disconnecting signals works ... ok
> test_first_responder (morris.test_morris.SignalTestsC1)
> Ensure that using the decorator syntax connects the decorated object ... ok
> test_remove_signals_listeners (morris.test_morris.SignalTestsC1)
> Ensure that calling :func:`remove_signal_listeners()` works ... ok
> test_sanity (morris.test_morris.SignalTestsC1)
> Ensure that :meth:`get_c()` is not faulty ... ok
> test_calling_signal_fires_them (morris.test_morris.SignalTestsC2)
> Ensure that calling signals fires them ... ok
> test_calling_signals_passes_keyword_arguments 
> (morris.test_morris.SignalTestsC2)
> Ensure that calling the signal object with keyword arguments works ... ok
> test_calling_signals_passes_positional_arguments 
> (morris.test_morris.SignalTestsC2)
> Ensure that calling the signal object with positional arguments works ... ok
> test_connect (morris.test_morris.SignalTestsC2)
> Ensure that connecting signals works ... ok
> test_disconnect (morris.test_morris.SignalTestsC2)
> Ensure that disconnecting signals works ... ok
> test_first_responder (morris.test_morris.SignalTestsC2)
> Ensure that using the decorator syntax connects the decorated object ... ok
> test_remove_signals_listeners (morris.test_morris.SignalTestsC2)
> Ensure that calling :func:`remove_signal_listeners()` works ... ok
> test_sanity (morris.test_morris.SignalTestsC2)
> Ensure that :meth:`get_c()` is not faulty ... ok
> test_calling_signal_fires_them (morris.test_morris.SignalTestsM1)
> Ensure that calling signals fires them ... ok
> test_calling_signals_passes_keyword_arguments 
> (morris.test_morris.SignalTestsM1)
> Ensure that calling the signal object with keyword arguments works ... ok
> test_calling_signals_passes_positional_arguments 
> (morris.test_morris.SignalTestsM1)
> Ensure that calling the signal object with positional arguments works ... ok
> test_connect (morris.test_morris.SignalTestsM1)
> Ensure that connecting signals works ... ok
> test_disconnect (morris.test_morris.SignalTestsM1)
> Ensure that disconnecting signals works ... ok
> test_first_responder (morris.test_morris.SignalTestsM1)
> Ensure that using the decorator syntax connects the decorated object as ... ok
> test_remove_signals_listeners (morris.test_morris.SignalTestsM1)
> Ensure that calling :func:`remove_signal_listeners()` works ... ok
> test_sanity (morris.test_morris.SignalTestsM1)
> Ensure that :meth:`get_c()` is not faulty ... ok
> test_calling_signal_fires_them (morris.test_morris.SignalTestsM2)
> Ensure that calling signals fires them ... ok
> test_calling_signals_passes_keyword_arguments 
> (morris.test_morris.SignalTestsM2)
> Ensure that calling the signal object with keyword arguments works ... ok
> test_calling_signals_passes_positional_arguments 
> (morris.test_morris.SignalTestsM2)
> Ensure that calling the signal object with positional arguments works ... ok
> test_connect (morris.test_morris.SignalTestsM2)
> Ensure that connecting signals works ... ok
> test_disconnect (morris.test_morris.SignalTestsM2)
> Ensure that disconnecting signals works ... ok
> test_first_responder (morris.test_morris.SignalTestsM2)
> Ensure that using the decorator syntax connects the decorated object as ... ok
> test_remove_signals_listeners (morris.test_morris.SignalTestsM2)
> Ensure that calling :func:`remove_signal_listeners()` works ... ok
> test_sanity (morris.test_morris.SignalTestsM2)
> Ensure that :meth:`get_c()` is not faulty ... ok
> morris ()
> Doctest: morris ... ok
> first_responder (morris.signal)
> Doctest: morris.signal.first_responder ... ok
> name (morris.signal)
> Doctest: morris.signal.name ... ok
> 
> ----------------------------------------------------------------------
> Ran 40 tests in 0.008s
> 
> OK
> dh_auto_test: error: pybuild --test -i python{version} -p "3.11 3.10" 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2022/12/20/python-morris_1.2-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: python-morris
Source-Version: 1.2-4
Done: Emmanuel Arias <eam...@debian.org>

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

Debian distribution maintenance software
pp.
Emmanuel Arias <eam...@debian.org> (supplier of updated python-morris 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: Mon, 26 Feb 2024 15:36:25 -0300
Source: python-morris
Architecture: source
Version: 1.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Emmanuel Arias <eam...@debian.org>
Closes: 1026584
Changes:
 python-morris (1.2-4) unstable; urgency=medium
 .
   * Team upload.
   * d/rules: Remove override_dh_auto_build. It is not necessary.
   * d/control: Bump Standards-Version to 4.6.2.1 (from 3.9.6; no further
     changes needed).
   * d/control: Use dh-sequence-python3 instead of dh-python.
     - d/rules remove --with=python3.
   * d/rules: Add override_dh_installdocs target to fix the documentation build
     (Closes: #1026584).
   * d/patches/0001-Fix-doctest.patch: Add patch to fix doctest during the
     build and autopkgtest.
   * d/control: Add Rules-Requires-Root: no in the source stanza.
   * d/watch: Bump version to 4 (from 3).
   * d/patches/0002-Remove-links-to-images.patch: Add patch to remove image
     links to avoid privacy-breach-generic lintian warnings.
Checksums-Sha1:
 6f8f464a2c01e75c3998b0a07c6d187ca0b08841 2150 python-morris_1.2-4.dsc
 ca94276b126ce2f716a0b77487d6a9226e828956 3752 python-morris_1.2-4.debian.tar.xz
 68c95d9fa05b1f83e9e830dc4abaa1de0c26ad8c 8319 
python-morris_1.2-4_amd64.buildinfo
Checksums-Sha256:
 83e74230bcc3859f2bc99be2bbf3de8adb8469b9498dabb37fd15100cb54388d 2150 
python-morris_1.2-4.dsc
 d8945bf99efff2b28477d53b76814eb7da55ebd9f07a0887ead7286d271347c5 3752 
python-morris_1.2-4.debian.tar.xz
 9f04d6c00bc6eef4303413cb85f35158ef57d090c11744a738f1848de17e829a 8319 
python-morris_1.2-4_amd64.buildinfo
Files:
 09c617924b35f914b3de620727ba5b3b 2150 python optional python-morris_1.2-4.dsc
 6a2ed3eb475dcb685597417af5c513c2 3752 python optional 
python-morris_1.2-4.debian.tar.xz
 7bb3b47e59bd8d74567d379fd0e0e2b5 8319 python optional 
python-morris_1.2-4_amd64.buildinfo

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

iQJGBAEBCgAwFiEEE3lnVbvHK7ir4q61+p3sXeEcY/EFAmXdvp4SHGVhbWFudUBk
ZWJpYW4ub3JnAAoJEPqd7F3hHGPxiBEQAKgMlt/U8+c4KT0g73tCNzeISTk3c2/S
dMEnVdPxjxzTGD2kU66DaK7i+DyXg822vKCj+cAw0wLTDdQ9Q5xEEE3qACKIGNcw
TtgmrHRBUx0ZpuiZnht/cxdnRXSvJMhrbWKiMh7aqx8qHm4/1qmdIo86i85DRUmc
0FBkPwPDKMF1FPizPKs5DpzQ5OH9gc/QE8U/NzpFV/mvsSa4q1Ba05gcH7xtYzVE
TTfB9bH+wW8AD9AToAS/jZcI2xIcUYQzw3Z3GI4DYBuckEt9DObEKQnqOcRMx5RK
99KWqzg3p4fSsYsRXOPLeLJC40qLDxclr83ggaxOskDHamHDK2lO0wa+zmDijk18
Hk5UiLTBX3BhQynZ4wfEATKFO0GBbPPJvFq2osowy9gVCVwMzl7XVIXR/IlLJGDS
4cAYaIuzbk4mTdejTfl6X433PlrwB2KjNhQphsvELCgQ3QMO/KGUQb6HvHji0mNE
70Uam0Wfg1a9dkpSHHEzS7Xyz7XZXHUtXj0x5Y5NRsT2UaP4zJJmThcQsUqwGKMI
vTjXmOKVxtfbG5vGSiQcULIrD7Po8Ne0ghzv3T5qpN/KqRtLkIUkrSTLH/JFU2r7
k4bzulTf7h4BbLtK3pN7WPCByM183rofs9u3Wo68xY6VhMVtAGWpNwpMMG6rOtHv
6GYqg4uaqnqY
=4LZ4
-----END PGP SIGNATURE-----

Attachment: pgprEPG9EV54d.pgp
Description: PGP signature


--- End Message ---

Reply via email to