Patch-out upper constraints of SQLAlchemy

Change-Id: Ic6487b106fc0d5ede70d92a3558c3c111d4269f7
This commit is contained in:
Ondřej Nový 2017-01-20 11:30:01 +01:00
parent 7e5203b722
commit 21d2f63466
3 changed files with 15 additions and 2 deletions

5
debian/changelog vendored
View File

@ -1,8 +1,9 @@
glare (0.1.0-3) UNRELEASED; urgency=medium
glare (0.1.0-3) 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:23 +0100
-- Ondřej Nový <onovy@debian.org> Fri, 20 Jan 2017 11:29:48 +0100
glare (0.1.0-2) unstable; urgency=medium

View File

@ -0,0 +1,11 @@
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,7 @@
pbr>=1.6 # Apache-2.0
-SQLAlchemy<1.1.0,>=1.0.10 # MIT
+SQLAlchemy>=1.0.10 # MIT
alembic>=0.8.4 # MIT
eventlet!=0.18.3,>=0.18.2 # MIT
PasteDeploy>=1.5.0 # MIT

View File

@ -1 +1,2 @@
add-MANIFEST.in.patch
allow_newer_sqlalchemy.patch