Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37517360
en ru br
ALT Linux repos
S:0.6-alt3

Group :: Development/Python3
RPM: python3-module-repoze.evolution

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.6-alt3
Build date: 12 december 2019, 10:19 ( 228.0 weeks ago )
Size: 20.19 Kb

Home page:   http://pypi.python.org/pypi/repoze.evolution/

License: BSD
Summary: Version-number-controlled evolution for database changes
Description:

`repoze.evolution` is a package which allows you to keep
persistent data structures (data in a relational database, on the
filesystem, in a persistent object store, etc) in sync with changes
made to software.  It does so by allowing you to create and use a
package full of monotonically named ``evolve`` scripts which modify
the data; each script brings the data up to some standard of a
software version.  It includes a "manager" implementation for ZODB,
and an interface which allows you to implement different types of
managers for different persistent data stores.

Current maintainer: Andrey Bychkov

List of contributors

List of rpms provided by this srpm:

  • python3-module-repoze.evolution
  • python3-module-repoze.evolution-tests
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin