Patch-out upper constraints of SQLAlchemy

Change-Id: I52ddb79147388235363441bbc361bce9dc9801ac
This commit is contained in:
Ondřej Nový 2017-01-20 11:26:49 +01:00
parent 03a2e2daee
commit c3af8595b6
3 changed files with 15 additions and 2 deletions

5
debian/changelog vendored
View File

@ -1,8 +1,9 @@
glance (2:13.0.0-2) UNRELEASED; urgency=medium
glance (2:13.0.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:32 +0100
-- Ondřej Nový <onovy@debian.org> Fri, 20 Jan 2017 11:26:08 +0100
glance (2:13.0.0-1) unstable; urgency=medium

View File

@ -0,0 +1,11 @@
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,7 +5,7 @@
pbr>=1.6 # Apache-2.0
# < 0.8.0/0.8 does not work, see https://bugs.launchpad.net/bugs/1153983
-SQLAlchemy<1.1.0,>=1.0.10 # MIT
+SQLAlchemy>=1.0.10 # MIT
eventlet!=0.18.3,>=0.18.2 # MIT
PasteDeploy>=1.5.0 # MIT
Routes

View File

@ -1,3 +1,4 @@
sql_conn-registry.patch
fix-test_multiprocessing.py-call-to-psutils.patch
fix-requirements.txt.patch
allow_newer_sqlalchemy.patch