Your message dated Thu, 14 Apr 2022 22:35:40 +0000
with message-id <[email protected]>
and subject line Bug#1009088: fixed in aiocoap 0.4.3-0.1
has caused the Debian Bug report #1009088,
regarding aiocoap: (autopkgtest) needs update for python3.10: wait() got an 
unexpected keyword argument 'loop'
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.)


-- 
1009088: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009088
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: aiocoap
Version: 0.3-3.1
Severity: serious
Tags: sid bookworm
User: [email protected]
Usertags: needs-update
User: [email protected]
Usertags: python3.10
Control: affects -1 src:python3-defaults

Dear maintainer(s),

We are in the transition of making python3.10 the default Python versions [0]. With a recent upload of python3-defaults the autopkgtest of aiocoap fails in testing when that autopkgtest is run with the binary packages of python3-defaults from unstable. It passes when run with only packages from testing. In tabular form:

                       pass            fail
python3-defaults       from testing    3.10.4-1
aiocoap                from testing    0.3-3.1
all others             from testing    from testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration of python3-defaults to testing [1]. https://docs.python.org/3/whatsnew/3.10.html lists what's new in Python3.10, it may help to identify what needs to be updated.

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[0] https://bugs.debian.org/1006836
[1] https://qa.debian.org/excuses.php?package=python3-defaults

https://ci.debian.net/data/autopkgtest/testing/amd64/a/aiocoap/20646392/log.gz


======================================================================
ERROR: test_counter (tests.observe.TestObserve)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/tests/server.py", line 223, in tearDown
    self.loop.run_until_complete(self.server.shutdown())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/aiocoap/protocol.py", line 138, in shutdown yield from asyncio.wait([te.shutdown() for te in self.transport_endpoints], timeout=3, loop=self.loop)
TypeError: wait() got an unexpected keyword argument 'loop'

======================================================================
ERROR: test_echo (tests.observe.TestObserve)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/tests/server.py", line 223, in tearDown
    self.loop.run_until_complete(self.server.shutdown())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/aiocoap/protocol.py", line 138, in shutdown yield from asyncio.wait([te.shutdown() for te in self.transport_endpoints], timeout=3, loop=self.loop)
TypeError: wait() got an unexpected keyword argument 'loop'

======================================================================
ERROR: test_lingering (tests.observe.TestObserve)
Simulate what happens when a request is sent with an observe option,
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/tests/server.py", line 223, in tearDown
    self.loop.run_until_complete(self.server.shutdown())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/aiocoap/protocol.py", line 138, in shutdown yield from asyncio.wait([te.shutdown() for te in self.transport_endpoints], timeout=3, loop=self.loop)
TypeError: wait() got an unexpected keyword argument 'loop'

======================================================================
ERROR: test_normal_get (tests.observe.TestObserve)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/tests/server.py", line 223, in tearDown
    self.loop.run_until_complete(self.server.shutdown())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/aiocoap/protocol.py", line 138, in shutdown yield from asyncio.wait([te.shutdown() for te in self.transport_endpoints], timeout=3, loop=self.loop)
TypeError: wait() got an unexpected keyword argument 'loop'

======================================================================
ERROR: test_unknownhost (tests.observe.TestObserve)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/tests/server.py", line 223, in tearDown
    self.loop.run_until_complete(self.server.shutdown())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/aiocoap/protocol.py", line 138, in shutdown yield from asyncio.wait([te.shutdown() for te in self.transport_endpoints], timeout=3, loop=self.loop)
TypeError: wait() got an unexpected keyword argument 'loop'

======================================================================
ERROR: test_unobservable (tests.observe.TestObserve)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/tests/server.py", line 223, in tearDown
    self.loop.run_until_complete(self.server.shutdown())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/aiocoap/protocol.py", line 138, in shutdown yield from asyncio.wait([te.shutdown() for te in self.transport_endpoints], timeout=3, loop=self.loop)
TypeError: wait() got an unexpected keyword argument 'loop'

======================================================================
ERROR: test_big_resource (tests.server.TestServer)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/tests/server.py", line 223, in tearDown
    self.loop.run_until_complete(self.server.shutdown())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/aiocoap/protocol.py", line 138, in shutdown yield from asyncio.wait([te.shutdown() for te in self.transport_endpoints], timeout=3, loop=self.loop)
TypeError: wait() got an unexpected keyword argument 'loop'

======================================================================
ERROR: test_empty_accept (tests.server.TestServer)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/tests/server.py", line 223, in tearDown
    self.loop.run_until_complete(self.server.shutdown())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/aiocoap/protocol.py", line 138, in shutdown yield from asyncio.wait([te.shutdown() for te in self.transport_endpoints], timeout=3, loop=self.loop)
TypeError: wait() got an unexpected keyword argument 'loop'

======================================================================
ERROR: test_fast_resource (tests.server.TestServer)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/tests/server.py", line 223, in tearDown
    self.loop.run_until_complete(self.server.shutdown())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/aiocoap/protocol.py", line 138, in shutdown yield from asyncio.wait([te.shutdown() for te in self.transport_endpoints], timeout=3, loop=self.loop)
TypeError: wait() got an unexpected keyword argument 'loop'

======================================================================
ERROR: test_js_accept (tests.server.TestServer)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/tests/server.py", line 223, in tearDown
    self.loop.run_until_complete(self.server.shutdown())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/aiocoap/protocol.py", line 138, in shutdown yield from asyncio.wait([te.shutdown() for te in self.transport_endpoints], timeout=3, loop=self.loop)
TypeError: wait() got an unexpected keyword argument 'loop'

======================================================================
ERROR: test_nonexisting_resource (tests.server.TestServer)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/tests/server.py", line 223, in tearDown
    self.loop.run_until_complete(self.server.shutdown())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/aiocoap/protocol.py", line 138, in shutdown yield from asyncio.wait([te.shutdown() for te in self.transport_endpoints], timeout=3, loop=self.loop)
TypeError: wait() got an unexpected keyword argument 'loop'

======================================================================
ERROR: test_replacing_resource (tests.server.TestServer)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/tests/server.py", line 223, in tearDown
    self.loop.run_until_complete(self.server.shutdown())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/aiocoap/protocol.py", line 138, in shutdown yield from asyncio.wait([te.shutdown() for te in self.transport_endpoints], timeout=3, loop=self.loop)
TypeError: wait() got an unexpected keyword argument 'loop'

======================================================================
ERROR: test_slow_resource (tests.server.TestServer)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/tests/server.py", line 223, in tearDown
    self.loop.run_until_complete(self.server.shutdown())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/aiocoap/protocol.py", line 138, in shutdown yield from asyncio.wait([te.shutdown() for te in self.transport_endpoints], timeout=3, loop=self.loop)
TypeError: wait() got an unexpected keyword argument 'loop'

======================================================================
ERROR: test_slowbig_resource (tests.server.TestServer)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/tests/server.py", line 223, in tearDown
    self.loop.run_until_complete(self.server.shutdown())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/aiocoap/protocol.py", line 138, in shutdown yield from asyncio.wait([te.shutdown() for te in self.transport_endpoints], timeout=3, loop=self.loop)
TypeError: wait() got an unexpected keyword argument 'loop'

======================================================================
ERROR: test_spurious_resource (tests.server.TestServer)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/tests/server.py", line 223, in tearDown
    self.loop.run_until_complete(self.server.shutdown())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/aiocoap/protocol.py", line 138, in shutdown yield from asyncio.wait([te.shutdown() for te in self.transport_endpoints], timeout=3, loop=self.loop)
TypeError: wait() got an unexpected keyword argument 'loop'

======================================================================
ERROR: test_unacceptable_accept (tests.server.TestServer)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/tests/server.py", line 223, in tearDown
    self.loop.run_until_complete(self.server.shutdown())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/aiocoap/protocol.py", line 138, in shutdown yield from asyncio.wait([te.shutdown() for te in self.transport_endpoints], timeout=3, loop=self.loop)
TypeError: wait() got an unexpected keyword argument 'loop'

======================================================================
ERROR: test_options (tests.reverseproxy.TestReverseProxy)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/tests/reverseproxy.py", line 23, in tearDown
    super(WithReverseProxy, self).tearDown()
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/tests/server.py", line 239, in tearDown
    self.loop.run_until_complete(self.client.shutdown())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/aiocoap/protocol.py", line 138, in shutdown yield from asyncio.wait([te.shutdown() for te in self.transport_endpoints], timeout=3, loop=self.loop)
TypeError: wait() got an unexpected keyword argument 'loop'

======================================================================
ERROR: test_routing (tests.reverseproxy.TestReverseProxy)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/tests/reverseproxy.py", line 23, in tearDown
    super(WithReverseProxy, self).tearDown()
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/tests/server.py", line 239, in tearDown
    self.loop.run_until_complete(self.client.shutdown())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/aiocoap/protocol.py", line 138, in shutdown yield from asyncio.wait([te.shutdown() for te in self.transport_endpoints], timeout=3, loop=self.loop)
TypeError: wait() got an unexpected keyword argument 'loop'

======================================================================
ERROR: test_raising (tests.client.TestClientOther)
This test obtains results via the response_nonraising property of a
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/tests/server.py", line 223, in tearDown
    self.loop.run_until_complete(self.server.shutdown())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/aiocoap/protocol.py", line 138, in shutdown yield from asyncio.wait([te.shutdown() for te in self.transport_endpoints], timeout=3, loop=self.loop)
TypeError: wait() got an unexpected keyword argument 'loop'

======================================================================
ERROR: test_uri_parser (tests.client.TestClientWithHostlessMessages)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/tests/server.py", line 223, in tearDown
    self.loop.run_until_complete(self.server.shutdown())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/aiocoap/protocol.py", line 138, in shutdown yield from asyncio.wait([te.shutdown() for te in self.transport_endpoints], timeout=3, loop=self.loop)
TypeError: wait() got an unexpected keyword argument 'loop'

======================================================================
ERROR: test_uri_parser2 (tests.client.TestClientWithHostlessMessages)
A difficult test because it is prone to keeping the transport
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/tests/server.py", line 223, in tearDown
    self.loop.run_until_complete(self.server.shutdown())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/aiocoap/protocol.py", line 138, in shutdown yield from asyncio.wait([te.shutdown() for te in self.transport_endpoints], timeout=3, loop=self.loop)
TypeError: wait() got an unexpected keyword argument 'loop'

======================================================================
ERROR: test_uri_reconstruction (tests.client.TestClientWithHostlessMessages)
This test aims for reconstruction of the URI when for some reasons
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/tests/server.py", line 223, in tearDown
    self.loop.run_until_complete(self.server.shutdown())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/aiocoap/protocol.py", line 138, in shutdown yield from asyncio.wait([te.shutdown() for te in self.transport_endpoints], timeout=3, loop=self.loop)
TypeError: wait() got an unexpected keyword argument 'loop'

======================================================================
ERROR: test_uri_parser (tests.client.TestClientWithSetHost)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/tests/server.py", line 223, in tearDown
    self.loop.run_until_complete(self.server.shutdown())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/aiocoap/protocol.py", line 138, in shutdown yield from asyncio.wait([te.shutdown() for te in self.transport_endpoints], timeout=3, loop=self.loop)
TypeError: wait() got an unexpected keyword argument 'loop'

======================================================================
ERROR: test_uri_parser2 (tests.client.TestClientWithSetHost)
A difficult test because it is prone to keeping the transport
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/tests/server.py", line 223, in tearDown
    self.loop.run_until_complete(self.server.shutdown())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/aiocoap/protocol.py", line 138, in shutdown yield from asyncio.wait([te.shutdown() for te in self.transport_endpoints], timeout=3, loop=self.loop)
TypeError: wait() got an unexpected keyword argument 'loop'

======================================================================
ERROR: test_uri_reconstruction (tests.client.TestClientWithSetHost)
This test aims for reconstruction of the URI when for some reasons
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/tests/server.py", line 223, in tearDown
    self.loop.run_until_complete(self.server.shutdown())
File "/usr/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
    return future.result()
File "/tmp/autopkgtest-lxc.ziizqh7f/downtmp/build.LDO/src/aiocoap/protocol.py", line 138, in shutdown yield from asyncio.wait([te.shutdown() for te in self.transport_endpoints], timeout=3, loop=self.loop)
TypeError: wait() got an unexpected keyword argument 'loop'

----------------------------------------------------------------------
Ran 50 tests in 2.042s

FAILED (errors=25)
Test failed: <unittest.runner.TextTestResult run=50 errors=25 failures=0>
error: Test failed: <unittest.runner.TextTestResult run=50 errors=25 failures=0>
autopkgtest [06:10:12]: test unittest

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: aiocoap
Source-Version: 0.4.3-0.1
Done: Stefano Rivera <[email protected]>

We believe that the bug you reported is fixed in the latest version of
aiocoap, 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.
Stefano Rivera <[email protected]> (supplier of updated aiocoap 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, 14 Apr 2022 15:18:14 -0400
Source: aiocoap
Architecture: source
Version: 0.4.3-0.1
Distribution: unstable
Urgency: medium
Maintainer: Agustin Henze <[email protected]>
Changed-By: Stefano Rivera <[email protected]>
Closes: 1009088
Changes:
 aiocoap (0.4.3-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * New upstream release.
     - Adds support for Python 3.10 (Closes: #1009088)
   * Dropped 3.7.1 compatibility patch, superseded upstream.
   * Run test suite at build time with pytest.
   * Run autopkgtest against installed package, with pytest.
   * Patch: Run test_commandline against installed binaries, not the scripts in
     the source tree.
   * Skip test_commandline at build time, the binaries aren't installed, yet.
   * Build-Depend and autopkgtest Depend on openssl, for test_ssl.py.
Checksums-Sha1:
 5412453c035e5ddde0bc3f0acaa87d087666c8c3 1490 aiocoap_0.4.3-0.1.dsc
 1bf54b4950a9b5d560342d63969d82d24ac9bb42 189428 aiocoap_0.4.3.orig.tar.xz
 606c0111c1fc602a3348a8d0ce4a5ff4afe78cba 4472 aiocoap_0.4.3-0.1.debian.tar.xz
 94dd0e78be1a9bc64140d0b230b6a97523dcce03 7194 
aiocoap_0.4.3-0.1_source.buildinfo
Checksums-Sha256:
 7a74e75525537a875f1dfde7afe3d178da6d9bcfa4df9347a576d44828f0de76 1490 
aiocoap_0.4.3-0.1.dsc
 14ed44fb28a2c9b7ab9c93b7c5867babea9df73f624db4b50c33f9475b427ae8 189428 
aiocoap_0.4.3.orig.tar.xz
 453265c2952ba2b1ffb36ef5bfe45ad3945e3414c75b580a1f13b4971d71b092 4472 
aiocoap_0.4.3-0.1.debian.tar.xz
 5c4a374193af718907a3c8585c6f553687d51a4e4620f50fb9c3842a49b70ae0 7194 
aiocoap_0.4.3-0.1_source.buildinfo
Files:
 4ded02c3ce60d0b412c52105478be57a 1490 python optional aiocoap_0.4.3-0.1.dsc
 cadb8928f2cfb184f5d2a44f0f7cc554 189428 python optional 
aiocoap_0.4.3.orig.tar.xz
 42bec6483a7ba3905b8f11d0a2c4515f 4472 python optional 
aiocoap_0.4.3-0.1.debian.tar.xz
 379a4cb5b208cd3afcd67c641316f493 7194 python optional 
aiocoap_0.4.3-0.1_source.buildinfo

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

iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCYlienhQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2NQFAQDrDn1purokY7z39Cl1GoxuJOFC4/7G
14l2IIh7HJCLNgEAtlo1byI3SsbqK8L/WaaLmDi+ELroRezx8m0YPobotQM=
=zmPe
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to