History | View | Annotate | Download (6.8 kB)
Have BaseBackend inherit from ArgBasedSingleton
Have the base pithos+ backend inherit fromsynnefo.lib.singleton.ArgBasedSingleton.
This makes repeated attempts to re-instantiate any pithos+ backend withthe same arguments reuse the pre-existing backend object.
Include alembic dir in python package
Bump versions for v0.10.0 release
- in setup.py required packages- in Changelog entry
Update pithos-backend setup.py
- Include alembic in required packages- Entry point for migration tool
Proper snf-common version spec
Updated snf-common required version
Fix dependencies.
Updated snf-webproject hooks
Remove lib package.
Fixed additional conflicts from previous merge
Add pithos-backend synnefo settings entry point
setup.py changes
- declare dependencies- changed console scripts names
Handle synnefo imports in setup.py files
setup.py version module import fixes
Split pithos components in separate packages
- splitted pithos modules in separate reusable components- python packaging for all packages- snf-webproject support (entry_points) for pithos django applications