heat (2015.1.0-4) unstable; urgency=medium
* Rebuilt with sqlalchemy 1.0.6.
+ * Refreshed patch.
+ * Added sqlalchemy version patch in requirements.txt.
-- Thomas Goirand <zigo@debian.org> Wed, 01 Jul 2015 02:27:14 +0000
--- /dev/null
+Description: Fix too restrictive sqlalchemy restriction in requirements.txt
+Author: Thomas Goirand <zigo@debian.org>
+Forwarded: no
+Last-Update: 2015-07-01
+
+--- heat-2015.1.0.orig/requirements.txt
++++ heat-2015.1.0/requirements.txt
+@@ -42,7 +42,7 @@ qpid-python
+ requests>=2.2.0,!=2.4.0
+ Routes>=1.12.3
+ six>=1.9.0
+-SQLAlchemy>=0.9.7,<=0.9.99
++SQLAlchemy>=0.9.7
+ sqlalchemy-migrate>=0.9.5
+ stevedore>=1.3.0,<1.4.0 # Apache-2.0
+ WebOb>=1.2.3
allow-route-2.0.patch
only-run-tests-in-heat.tests.patch
using-assertRegexp-instead-of-Regex.patch
+fix-sqlalchemy-requirements.txt
Forwarded: not-needed
Last-Update: 2015-04-16
---- heat-2015.1~rc1.orig/heat/tests/test_software_deployment.py
-+++ heat-2015.1~rc1/heat/tests/test_software_deployment.py
-@@ -951,7 +951,7 @@ class SoftwareDeploymentTest(common.Heat
+Index: heat/heat/tests/test_software_deployment.py
+===================================================================
+--- heat.orig/heat/tests/test_software_deployment.py
++++ heat/heat/tests/test_software_deployment.py
+@@ -952,7 +952,7 @@ class SoftwareDeploymentTest(common.Heat
'^http://192.0.2.1/v1/AUTH_test_tenant_id/'
'(software_deployment_test_stack-deployment_mysql-.*)/(.*)'
'\\?temp_url_sig=.*&temp_url_expires=\\d*$')