Package python3-module-transaction: Information

    Source package: python3-module-transaction
    Version: 3.0.1-alt2
    Latest version according to Repology
    Build time:  Feb 2, 2024, 02:54 PM in the task #339619
    Report package bug
    License: ZPL-2.1
    Summary: Transaction management for Python
    Description: 
    This package contains a generic transaction implementation for Python.
    It is mainly used by the ZODB, though.
    
    Note that the data manager API, transaction.interfaces.IDataManager, is
    syntactically simple, but semantically complex. The semantics were not
    easy to express in the interface. This could probably use more work. The
    semantics are presented in detail through examples of a sample data
    manager in transaction.tests.test_SampleDataManager.

    List of rpms provided by this srpm:
    python3-module-transaction (noarch)

    Maintainer: Grigory Ustinov


    ACL:
    Grigory Ustinov
    @python

      1. python3(mock)
      2. python3(setuptools)
      3. python3(tox)
      4. python3(tox_console_scripts)
      5. python3(wheel)
      6. python3(zope.interface)
      7. python3(zope.testrunner)
      8. rpm-build-python3
      9. python3-module-pyproject-installer >= 0.4.0

    Last changed


    Feb. 2, 2024 Grigory Ustinov 3.0.1-alt2
    - Moved on modern pyproject macros.
    March 30, 2022 Stanislav Levin 3.0.1-alt1
    - 2.1.2 -> 3.0.1.
    June 3, 2021 Grigory Ustinov 2.1.2-alt2
    - Drop python2 support.