diff -Nru keystone-2013.1+git201310290730~raring/ChangeLog keystone-2013.1+git201312151801~raring/ChangeLog --- keystone-2013.1+git201310290730~raring/ChangeLog 2013-10-29 11:31:50.000000000 +0000 +++ keystone-2013.1+git201312151801~raring/ChangeLog 2013-12-15 23:02:27.000000000 +0000 @@ -1,3 +1,23 @@ +commit 23825691beec824d8c6ab83c761850db22061f0b +Author: Morgan Fainberg +Date: Wed Dec 11 17:47:30 2013 -0800 + + Pin Sphinx to <1.2 + + 1.2 was just released and has a bug that causes builds to fail with + the error: + + error: 'source_dir' must be a directory name (got `...doc/source`) + + See: http://bugs.python.org/issue19570 + and: https://bitbucket.org/birkenfeld/sphinx/pull-request/193/builddoc-shouldnt-fail-on-unicode-paths/diff + + Change-Id: I0487b4eca8f2755b882689289e3cdf429729b1fb + Ref: https://review.openstack.org/#/c/61164 + + tools/test-requires | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + commit 82dcde08f60c45002955875664a3cf82d1d211bc Author: Brant Knudson Date: Mon Oct 21 15:21:12 2013 -0500 diff -Nru keystone-2013.1+git201310290730~raring/PKG-INFO keystone-2013.1+git201312151801~raring/PKG-INFO --- keystone-2013.1+git201310290730~raring/PKG-INFO 2013-10-29 11:31:51.000000000 +0000 +++ keystone-2013.1+git201312151801~raring/PKG-INFO 2013-12-15 23:02:27.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: keystone -Version: 2013.1.5.a2.g82dcde0 +Version: 2013.1.5.a3.g2382569 Summary: Authentication service for OpenStack Home-page: http://www.openstack.org Author: OpenStack, LLC. diff -Nru keystone-2013.1+git201310290730~raring/debian/changelog keystone-2013.1+git201312151801~raring/debian/changelog --- keystone-2013.1+git201310290730~raring/debian/changelog 2013-10-29 11:34:11.000000000 +0000 +++ keystone-2013.1+git201312151801~raring/debian/changelog 2013-12-15 23:03:39.000000000 +0000 @@ -1,12 +1,9 @@ -keystone (1:2013.1+git201310290730~raring-0ubuntu1) raring; urgency=low +keystone (1:2013.1+git201312151801~raring-0ubuntu1) raring; urgency=low * Automated Ubuntu testing build: - * [82dcde0] Fix remove role assignment adds role using LDAP assignment - * [8025a9c] Bump stable/grizzly next version to 2013.1.5 - * [53ff445] Use joins instead of multiple lookups in groups sql - * [801a815] Fixes for Active Directory + * [2382569] Pin Sphinx to <1.2 - -- Openstack Ubuntu Testing Bot Tue, 29 Oct 2013 07:32:11 -0400 + -- Openstack Ubuntu Testing Bot Sun, 15 Dec 2013 18:02:33 -0500 keystone (1:2013.1.4-0ubuntu1) raring-proposed; urgency=low diff -Nru keystone-2013.1+git201310290730~raring/keystone.egg-info/PKG-INFO keystone-2013.1+git201312151801~raring/keystone.egg-info/PKG-INFO --- keystone-2013.1+git201310290730~raring/keystone.egg-info/PKG-INFO 2013-10-29 11:31:51.000000000 +0000 +++ keystone-2013.1+git201312151801~raring/keystone.egg-info/PKG-INFO 2013-12-15 23:02:27.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: keystone -Version: 2013.1.5.a2.g82dcde0 +Version: 2013.1.5.a3.g2382569 Summary: Authentication service for OpenStack Home-page: http://www.openstack.org Author: OpenStack, LLC. diff -Nru keystone-2013.1+git201310290730~raring/tools/test-requires keystone-2013.1+git201312151801~raring/tools/test-requires --- keystone-2013.1+git201310290730~raring/tools/test-requires 2013-10-29 11:30:26.000000000 +0000 +++ keystone-2013.1+git201312151801~raring/tools/test-requires 2013-12-15 23:01:26.000000000 +0000 @@ -16,7 +16,7 @@ nosehtmloutput pylint # static code analysis pep8==1.3.3 # checks for PEP8 code style compliance -Sphinx>=1.1.2 # required to build documentation +Sphinx>=1.1.2,<1.2 # required to build documentation unittest2 # backport of unittest lib in python 2.7 webtest # test wsgi apps without starting an http server distribute>=0.6.24