Package python-module-z3c.persistentfactory-tests: Information

    Binary package: python-module-z3c.persistentfactory-tests
    Version: 0.3-alt3.2
    Architecture: i586
    Build time:  May 2, 2019, 06:57 AM in the task #228634
    Report package bug
    License: ZPL
    Summary: Tests for z3c.persistentfactory
    Description: 
    The ZCA and the ZODB are a good combination where components require
    persistent state. ZCA factories or handlers typically retrieve any
    persistent state required from the persistent objects being adapted. If
    the persistent state required is not specific to the objects being
    adapted, a common solution is to register a persistent utility which is
    then looked up in the factory or handler. The persistent utility
    approach requires, however, that the one appropriate utility is looked
    up which requires support in the ZCA registrations either in the
    interface provided or the utility name.
    
    In some cases, however, it is more consistent with the object oriented
    semantics of Python and the ZCA to think of the factory or handler as an
    instance method of a persistent object. With this approach the
    non-context specific persistent state can be accessed on self.
    
    This package contains tests for z3c.persistentfactory.



    Last changed


    April 30, 2019 Grigory Ustinov 0.3-alt3.2
    - Rebuild with python3.7.
    June 6, 2016 Ivan Zakharyaschev 0.3-alt3.1.1
    - (AUTO) subst_x86_64.
    March 13, 2016 Ivan Zakharyaschev 0.3-alt3.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)