Source: python-oslo.versionedobjects
Section: python
Priority: optional
Maintainer: MOS Oslo Team <mos-oslo@mirantis.com>
Build-Depends:
 debhelper (>= 9),
 python-sphinx (>= 1.1.2)
Build-Depends-Indep:
 python-oslosphinx (>= 2.5.0),
 python-pbr (>= 0.10),
 python-setuptools,
Standards-Version: 3.9.4
Homepage: http://launchpad.net/oslo

Package: python-oslo.versionedobjects
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 python-babel (>= 1.3),
 python-fixtures (>= 0.3.14),
 python-iso8601 (>= 0.1.9),
 python-mock (>= 1.0),
 python-oslo.concurrency (>= 1.8.0),
 python-oslo.context (>= 0.2.0),
 python-oslo.i18n (>= 1.5.0),
 python-oslo.log (>= 1.0.0),
 python-oslo.messaging (>= 1.8.0),
 python-oslo.serialization (>= 1.4.0),
 python-oslo.utils (>= 1.4.0),
 python-six (>= 1.9.0),
Description: oslo.versionedobjects library deals with DB schema being at different versions than the code expects, allowing services to be
 operated safely during upgrades. It enables DB independent schema by providing an abstraction layer, which allows us to support SQL and NoSQL
 Databases. oslo.versionedobjects is also used in RPC APIs, to ensure upgrades happen without spreading version dependent code across different
 services and projects.

Package: python-oslo.versionedobjects-doc
Architecture: all
Section: doc
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: oslo.versionedobjects library deals with DB schema being at different versions than the code expects, allowing services to be
 operated safely during upgrades. It enables DB independent schema by providing an abstraction layer, which allows us to support SQL and NoSQL
 Databases. oslo.versionedobjects is also used in RPC APIs, to ensure upgrades happen without spreading version dependent code across different
 services and projects.
 .
 This package contains the documentation.