Your message dated Sat, 15 Sep 2018 23:04:21 +0000
with message-id <e1g1jbx-0007ch...@fasolo.debian.org>
and subject line Bug#907067: fixed in python-simpy3 3.0.11-1
has caused the Debian Bug report #907067,
regarding python-simpy3 FTBFS with Python 3.7 as supported version
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.)


-- 
907067: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907067
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-simpy3
Version: 3.0.10-3
Severity: serious
Tags: ftbfs

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-simpy3.html

...
I: pybuild base:217: cd 
/build/1st/python-simpy3-3.0.10/.pybuild/cpython3_3.7_simpy3/build; python3.7 
-m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.7.0+, pytest-3.6.4, py-1.5.4, pluggy-0.6.0
rootdir: /build/1st/python-simpy3-3.0.10, inifile: setup.cfg
collected 150 items / 10 deselected

tests/test_condition.py .....................                            [ 15%]
tests/test_environment.py ......                                         [ 19%]
tests/test_event.py .....F...                                            [ 25%]
tests/test_exceptions.py ..........                                      [ 32%]
tests/test_interrupts.py ..F..F.F.F                                      [ 40%]
tests/test_process.py ....F.F..F                                         [ 47%]
tests/test_resources.py ....FFF.................................         [ 75%]
tests/test_rt.py .........                                               [ 82%]
tests/test_timeout.py ....F                                              [ 85%]
tests/test_util.py F.F.................                                  [100%]

=================================== FAILURES ===================================
________________________________ test_triggered ________________________________

env = <simpy.core.Environment object at 0x7f3e9da535f8>
event = <Event() object at 0x7f3e9da53ac8>

    def pem(env, event):
        value = yield event
>       env.exit(value)

tests/test_event.py:90: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <simpy.core.Environment object at 0x7f3e9da535f8>
value = 'i was already done'

    def exit(self, value=None):
        """Stop the current process, optionally providing a ``value``.
    
            This is a convenience function provided for Python versions prior to
            3.3. From Python 3.3, you can instead use ``return value`` in
            a process.
    
            """
>       raise StopIteration(value)
E       StopIteration: i was already done

simpy/core.py:154: StopIteration

The above exception was the direct cause of the following exception:

env = <simpy.core.Environment object at 0x7f3e9da535f8>

    def test_triggered(env):
        def pem(env, event):
            value = yield event
            env.exit(value)
    
        event = env.event()
        event.succeed('i was already done')
    
>       result = env.run(env.process(pem(env, event)))

tests/test_event.py:95: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
simpy/core.py:137: in run
    self.step()
simpy/core.py:221: in step
    callback(event)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

cls = <class 'simpy.core.StopSimulation'>
event = <Process(pem) object at 0x7f3e9da539e8>

    @classmethod
    def callback(cls, event):
        """Used as callback in :meth:`BaseEnvironment.run()` to stop the
            simulation when the *until* event occurred."""
        if event.ok:
            raise cls(event.value)
        else:
>           raise event.value
E           RuntimeError: generator raised StopIteration

simpy/core.py:59: RuntimeError
...

--- End Message ---
--- Begin Message ---
Source: python-simpy3
Source-Version: 3.0.11-1

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

Debian distribution maintenance software
pp.
W. Martin Borgert <deba...@debian.org> (supplier of updated python-simpy3 
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, 15 Sep 2018 22:31:38 +0000
Source: python-simpy3
Binary: python-simpy3 python3-simpy3 python-simpy3-doc
Architecture: source all
Version: 3.0.11-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: W. Martin Borgert <deba...@debian.org>
Description:
 python-simpy3 - python-based simulation package
 python-simpy3-doc - python-based simulation package, Documentation and examples
 python3-simpy3 - python-based simulation package (Python3 version)
Closes: 907067
Changes:
 python-simpy3 (3.0.11-1) unstable; urgency=medium
 .
   * Team upload
   * New version, support Python 3.7 (Closes: #907067)
 .
   [ Ondřej Nový ]
   * d/changelog: Remove trailing whitespaces
   * d/control: Remove trailing whitespaces
   * d/control: Remove ancient X-Python3-Version field
Checksums-Sha1:
 890d6befe3ed0f3942eca5ecf1ca41fc44bbf7e8 2278 python-simpy3_3.0.11-1.dsc
 dd01c6793cc94890820fe6c25cd41f7f8a109dfe 399980 
python-simpy3_3.0.11.orig.tar.gz
 54604ac7de1cf832ec710a5363a85f9eeab38b6a 5580 
python-simpy3_3.0.11-1.debian.tar.xz
 ed04d2ace72f5e624a84b00624effba9dfe72af9 434304 
python-simpy3-doc_3.0.11-1_all.deb
 77c1daf277e70c5c2b218c291da7bdf268d11bf2 28212 python-simpy3_3.0.11-1_all.deb
 13a26d3f4dd19688f30e878a8e11e7f0a0a79d51 8588 
python-simpy3_3.0.11-1_amd64.buildinfo
 d4e742f60d18fec48fb5c11f89542d3f9133a8c0 28240 python3-simpy3_3.0.11-1_all.deb
Checksums-Sha256:
 c3044d5ed2c9ebf7122bcc5fd583496acec6c085faa8156d969f837cb15e8032 2278 
python-simpy3_3.0.11-1.dsc
 6806ab46fd0df5ad7c998a87dc990227dee9486e6d3698ef8fbcd3e0e158a904 399980 
python-simpy3_3.0.11.orig.tar.gz
 c1d48de1e632b04407c300f75332a3440cc33c05e349664a0933ec505107482f 5580 
python-simpy3_3.0.11-1.debian.tar.xz
 c5e2b9d160448757d561b19fb20da9fc723e5053252834bf7f159a95e16ae510 434304 
python-simpy3-doc_3.0.11-1_all.deb
 26449b1a9ba7844780414c40c8e654593354f30d64c5f9ea6f3776759e321e7b 28212 
python-simpy3_3.0.11-1_all.deb
 74f6a849526154ee171e32bf53fddd723c9875732ed231f9778e6388c7d5f813 8588 
python-simpy3_3.0.11-1_amd64.buildinfo
 16cb36ac58397a2ac61adde28469a653396170c94639670cffa6c52d96849a28 28240 
python3-simpy3_3.0.11-1_all.deb
Files:
 13e812ee83407b5d8019728bab14ee36 2278 python optional 
python-simpy3_3.0.11-1.dsc
 b88148b05458bd74849c346c7e9cde4d 399980 python optional 
python-simpy3_3.0.11.orig.tar.gz
 b84b130e1f0b9491e40fc47a3c65cce9 5580 python optional 
python-simpy3_3.0.11-1.debian.tar.xz
 e4e8a9606f05479da24cf861215c8745 434304 doc optional 
python-simpy3-doc_3.0.11-1_all.deb
 e7572a886c8d2c66cfddd9e90b40684c 28212 python optional 
python-simpy3_3.0.11-1_all.deb
 40a69889853175e380f26ce8de781a9e 8588 python optional 
python-simpy3_3.0.11-1_amd64.buildinfo
 84acd51368b36ba9c68b152946e6bcd7 28240 python optional 
python3-simpy3_3.0.11-1_all.deb

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

iQIzBAEBCgAdFiEEftHeo0XZoKEY1KdA4+Chwoa5Y+oFAludi1MACgkQ4+Chwoa5
Y+q80BAAmPWaAIJ5EyQ7DolYZEZu1qxI26L2n/SnIjMTsK7KlKvoanGEbUxO3GXh
UPWCq2mbHyTvH57REyV14dZym5s518WBfj2vH5y93JU/blGRCkGYZPSQue9OVTLa
hNBwd94zp0CS1a9MiCi1Y0Q3+XlTYQosm4k83r1lKCfLmaWsxetbl7S0zkgJWS32
IqHkIAT0G3Uqelca2Arqbb77fTi8K/tdV0eIT8pLJAh//VJ3OakMGpUQSvp71qIy
Q3679npOR5fVLNkAZKBKtbAAtjq8E0chTQxUkTS5icusr7TxWRJvF71Oh8Jw4ROo
tTmjmsP8LIeXCTUTULOve04ZE2RBk32cnKMeqAppZ8xsRAkm0rXsDW/mTZQtnFVK
FirosPDvUqFNlnIsOfDiibGk0RNqvXgszVvnAxuXO3Rsfd162ReGmxtKJXl8M7DO
GMI5X3vL7ToPp3JkGC5f3/Y15MxzQsl0E81NXtcMaYBHm/HnRBk2dBN6UNOszEHz
el49jsOOX/odIlIKBKBA9iH3nqrzlfIwx9sZ4mTqAadkkSWINswFfIES7JMRHnsG
5YBQB8HXIc69UsvGJo3pN2GKBy5pYDtSC58MWqNsMt3VLfcDCNuQG4EiES+LongG
PJQLXDCUvsbBLFzDtpUf+nBSpSS3Q/cffDbVVrMnrB74SSCUzY8=
=YaYM
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to