Added requirements.txt patch for SQLA version.
authorThomas Goirand <thomas@goirand.fr>
Wed, 1 Jul 2015 03:03:23 +0000 (03:03 +0000)
committerThomas Goirand <thomas@goirand.fr>
Wed, 1 Jul 2015 03:03:23 +0000 (03:03 +0000)
debian/changelog
debian/patches/fixed-sqla-upper-bound.patch [new file with mode: 0644]
debian/patches/series

index 5de499c0a645ccbbc5af941abee08069e6fbdcde..0182151305961598162e9253f58cd45555452133 100644 (file)
@@ -1,3 +1,9 @@
+neutron (2015.1.0+2015.06.24.git61.bdf194a0e1-3) unstable; urgency=medium
+
+  * Added requirements.txt patch for SQLA version.
+
+ -- Thomas Goirand <zigo@debian.org>  Wed, 01 Jul 2015 03:02:58 +0000
+
 neutron (2015.1.0+2015.06.24.git61.bdf194a0e1-2) unstable; urgency=medium
 
   * Rebuilt for sqlalchemy 1.0.6.
diff --git a/debian/patches/fixed-sqla-upper-bound.patch b/debian/patches/fixed-sqla-upper-bound.patch
new file mode 100644 (file)
index 0000000..f3d6153
--- /dev/null
@@ -0,0 +1,16 @@
+Description: Allow working with SQLA 1.0.6
+Author: Thomas Goirand <zigo@debian.org>
+Forwarded: no
+Last-Update: 2015-07-01
+
+--- neutron-2015.1.0+2015.06.24.git61.bdf194a0e1.orig/requirements.txt
++++ neutron-2015.1.0+2015.06.24.git61.bdf194a0e1/requirements.txt
+@@ -16,7 +16,7 @@ keystonemiddleware>=1.5.0,<1.6.0
+ netaddr>=0.7.12
+ python-neutronclient>=2.3.11,<2.5.0
+ retrying>=1.2.3,!=1.3.0 # Apache-2.0
+-SQLAlchemy>=0.9.7,<=0.9.99
++SQLAlchemy>=0.9.7
+ WebOb>=1.2.3
+ python-keystoneclient>=1.1.0,<1.4.0
+ alembic>=0.7.2
index 6cf27d9675c0fc488c5ec5001c888cb44af64a81..5f8a269c73d23f65e297e09dfb45a375b6d1ccbf 100644 (file)
@@ -1,2 +1,3 @@
 better-config-defaults.patch
 CVE-2015-3221_Provide_work_around_for_0.0.0.0_for_ipset.patch
+fixed-sqla-upper-bound.patch