Patch-out upper constraints of SQLAlchemy

Change-Id: I74ecf12ab2267f87db6eb8b2871a69dd13b60d43
This commit is contained in:
Ondřej Nový 2017-01-20 11:32:16 +01:00
parent 887f5bfacb
commit 55c2969004
3 changed files with 15 additions and 2 deletions

5
debian/changelog vendored
View File

@ -1,8 +1,9 @@
ironic (1:6.2.0-2) UNRELEASED; urgency=medium
ironic (1:6.2.0-2) unstable; urgency=medium
* Bumped debhelper compat version to 10
* Patch-out upper constraints of SQLAlchemy
-- Ondřej Nový <onovy@debian.org> Wed, 23 Nov 2016 23:58:53 +0100
-- Ondřej Nový <onovy@debian.org> Fri, 20 Jan 2017 11:32:07 +0100
ironic (1:6.2.0-1) unstable; urgency=medium

View File

@ -0,0 +1,11 @@
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr>=1.6 # Apache-2.0
-SQLAlchemy<1.1.0,>=1.0.10 # MIT
+SQLAlchemy>=1.0.10 # MIT
alembic>=0.8.4 # MIT
automaton>=0.5.0 # Apache-2.0
eventlet!=0.18.3,>=0.18.2 # MIT

View File

@ -1,3 +1,4 @@
adds-alembic.ini-in-MANIFEST.in.patch
allow-any-pytz-version.patch
allow-any-fixtures-version.patch
allow_newer_sqlalchemy.patch