23119272 Upgrade oslo.versionedobjects to 1.8.0
authorLaszlo Peter <laszlo.peter@oracle.com>
Wed, 07 Sep 2016 14:48:33 -0700
changeset 6809 5e261d484d5f
parent 6808 2834655f91ca
child 6810 6d61c5ebdcbb
23119272 Upgrade oslo.versionedobjects to 1.8.0
components/python/oslo.versionedobjects/Makefile
components/python/oslo.versionedobjects/oslo.versionedobjects-PYVER.p5m
components/python/oslo.versionedobjects/oslo.versionedobjects.license
--- a/components/python/oslo.versionedobjects/Makefile	Wed Sep 07 14:48:33 2016 -0700
+++ b/components/python/oslo.versionedobjects/Makefile	Wed Sep 07 14:48:33 2016 -0700
@@ -26,16 +26,17 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		oslo.versionedobjects
-COMPONENT_VERSION=	0.1.1
+COMPONENT_VERSION=	1.8.0
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:dac8ef3ec789bd3f69f3f974e9f40282a411d804663eefd1ae39721f16a4c2da
+    sha256:e727d969a5a89190783bcfa10d2c0d0bfd68d2344be3eb2f1a61ff6f63d6fd59
 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
-COMPONENT_PROJECT_URL=	http://pypi.python.org/pypi/oslo.versionedobjects/
+COMPONENT_PROJECT_URL=	\
+    http://docs.openstack.org/developer/oslo.versionedobjects/
 COMPONENT_BUGDB=	python-mod/oslo.versioned
 
-TPNO=			23690
+TPNO=			29103
 
 # Depends on oslo.serialization which is not Python 3 ready.
 PYTHON_VERSIONS =	$(PYTHON2_VERSIONS)
@@ -53,4 +54,4 @@
 
 test:		$(NO_TESTS)
 
-system-test:    $(NO_TESTS)
+system-test:	$(NO_TESTS)
--- a/components/python/oslo.versionedobjects/oslo.versionedobjects-PYVER.p5m	Wed Sep 07 14:48:33 2016 -0700
+++ b/components/python/oslo.versionedobjects/oslo.versionedobjects-PYVER.p5m	Wed Sep 07 14:48:33 2016 -0700
@@ -41,22 +41,21 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/oslo.versionedobjects-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
 file path=usr/lib/python$(PYVER)/vendor-packages/oslo.versionedobjects-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
 file path=usr/lib/python$(PYVER)/vendor-packages/oslo.versionedobjects-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/oslo.versionedobjects-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
 file path=usr/lib/python$(PYVER)/vendor-packages/oslo.versionedobjects-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
 file path=usr/lib/python$(PYVER)/vendor-packages/oslo.versionedobjects-$(COMPONENT_VERSION)-py$(PYVER).egg-info/pbr.json
 file path=usr/lib/python$(PYVER)/vendor-packages/oslo.versionedobjects-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
 file path=usr/lib/python$(PYVER)/vendor-packages/oslo.versionedobjects-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_versionedobjects/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_versionedobjects/_i18n.py
+file path=usr/lib/python$(PYVER)/vendor-packages/oslo_versionedobjects/_options.py
 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_versionedobjects/_utils.py
 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_versionedobjects/base.py
 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_versionedobjects/exception.py
 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_versionedobjects/fields.py
 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_versionedobjects/fixture.py
-file path=usr/lib/python$(PYVER)/vendor-packages/oslo_versionedobjects/openstack/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/oslo_versionedobjects/openstack/common/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/oslo_versionedobjects/openstack/common/_i18n.py
-file path=usr/lib/python$(PYVER)/vendor-packages/oslo_versionedobjects/openstack/common/versionutils.py
 file path=usr/lib/python$(PYVER)/vendor-packages/oslo_versionedobjects/safe_utils.py
+file path=usr/lib/python$(PYVER)/vendor-packages/oslo_versionedobjects/test.py
 #
 license oslo.versionedobjects.license license="Apache v2.0"
 
@@ -64,33 +63,22 @@
 depend type=require fmri=__TBD pkg.debug.depend.file=python$(PYVER) \
     pkg.debug.depend.path=usr/bin
 
-# force a dependency on fixtures; pkgdepend work is needed to flush this out.
-depend type=require fmri=library/python/fixtures-$(PYV)
-
 # force a dependency on iso8601; pkgdepend work is needed to flush this out.
 depend type=require fmri=library/python/iso8601-$(PYV)
 
-# force a dependency on mock; pkgdepend work is needed to flush this out.
-depend type=require fmri=library/python/mock-$(PYV)
+# force a dependency on netaddr; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python/netaddr-$(PYV)
 
-# force a dependency on oslo.concurrency; pkgdepend work is needed to flush this out.
-depend type=require fmri=library/python/oslo.concurrency-$(PYV)
-
-# force a dependency on oslo.context; pkgdepend work is needed to flush this out.
-depend type=require fmri=library/python/oslo.context-$(PYV)
+# force a dependency on oslo.config; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python/oslo.config-$(PYV)
 
 # force a dependency on oslo.i18n; pkgdepend work is needed to flush this out.
 depend type=require fmri=library/python/oslo.i18n-$(PYV)
 
-# force a dependency on oslo.log; pkgdepend work is needed to flush this out.
-depend type=require fmri=library/python/oslo.log-$(PYV)
-
-# force a dependency on oslo.messaging; pkgdepend work is needed to flush this out.
+# force a dependency on oslo.messaging; pkgdepend work is needed to flush this
+# out.
 depend type=require fmri=library/python/oslo.messaging-$(PYV)
 
-# force a dependency on oslo.serialization; pkgdepend work is needed to flush this out.
-depend type=require fmri=library/python/oslo.serialization-$(PYV)
-
 # force a dependency on oslo.utils; pkgdepend work is needed to flush this out.
 depend type=require fmri=library/python/oslo.utils-$(PYV)
 
@@ -100,3 +88,6 @@
 
 # force a dependency on six; pkgdepend work is needed to flush this out.
 depend type=require fmri=library/python/six-$(PYV)
+
+# force a dependency on webob; pkgdepend work is needed to flush this out.
+depend type=require fmri=library/python/webob-$(PYV)
--- a/components/python/oslo.versionedobjects/oslo.versionedobjects.license	Wed Sep 07 14:48:33 2016 -0700
+++ b/components/python/oslo.versionedobjects/oslo.versionedobjects.license	Wed Sep 07 14:48:33 2016 -0700
@@ -183,30 +183,3 @@
       defend, and hold each Contributor harmless for any liability
       incurred by, or claims asserted against, such Contributor by reason
       of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "[]"
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same "printed page" as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.