From c184a090de7f3bca96e8a0f8a8dcd6abe12fb60a Mon Sep 17 00:00:00 2001 From: James Page Date: Mon, 23 May 2016 10:35:24 +0100 Subject: [PATCH] * New upstream release. * d/control: Align (Build-)Depends with upstream --- debian/changelog | 7 ++++++- debian/control | 18 +++++++----------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index b6ee8f6..38c21ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,13 @@ -python-oslo.concurrency (3.7.0-3) UNRELEASED; urgency=medium +python-oslo.concurrency (3.8.0-1) UNRELEASED; urgency=medium + [ Ondřej Nový ] * Standards-Version is 3.9.8 now (no change) * d/rules: Changed UPSTREAM_GIT protocol to https + [ James Page ] + * New upstream release. + * d/control: Align (Build-)Depends with upstream + -- Ondřej Nový Sat, 09 Apr 2016 19:28:50 +0200 python-oslo.concurrency (3.7.0-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index 67aba15..f485386 100644 --- a/debian/control +++ b/debian/control @@ -13,8 +13,7 @@ Build-Depends: debhelper (>= 9), python3-all, python3-pbr (>= 1.8), python3-setuptools, -Build-Depends-Indep: python-babel, - python-concurrent.futures, +Build-Depends-Indep: python-concurrent.futures, python-coverage, python-eventlet (>= 0.18.2), python-enum34, @@ -23,7 +22,7 @@ Build-Depends-Indep: python-babel, python-greenlet, python-hacking, python-iso8601, - python-oslo.config (>= 1:3.7.0), + python-oslo.config (>= 1:3.9.0), python-oslo.i18n (>= 2.1.0), python-oslo.utils (>= 3.5.0), python-oslosphinx (>= 2.5.0), @@ -31,13 +30,12 @@ Build-Depends-Indep: python-babel, python-posix-ipc, python-retrying, python-six (>= 1.9.0), - python3-babel, python3-eventlet (>= 0.18.2), python3-fasteners, python3-fixtures (>= 1.3.1), python3-greenlet, python3-iso8601, - python3-oslo.config (>= 1:3.7.0), + python3-oslo.config (>= 1:3.9.0), python3-oslo.i18n (>= 2.1.0), python3-oslo.utils (>= 3.5.0), python3-oslotest (>= 1.5.1), @@ -53,12 +51,11 @@ Homepage: https://github.com/openstack/oslo.concurrency Package: python-oslo.concurrency Architecture: all -Depends: python-babel, - python-concurrent.futures, +Depends: python-concurrent.futures, python-enum34, python-fixtures, python-iso8601, - python-oslo.config (>= 1:3.7.0), + python-oslo.config (>= 1:3.97.0), python-oslo.i18n (>= 2.1.0), python-oslo.utils (>= 3.5.0), python-pbr (>= 1.8), @@ -78,11 +75,10 @@ Description: concurrency and locks for OpenStack projects - Python 2.x Package: python3-oslo.concurrency Architecture: all -Depends: python3-babel, - python3-eventlet (>= 0.18.2), +Depends: python3-eventlet (>= 0.18.2), python3-fixtures, python3-iso8601, - python3-oslo.config (>= 1:3.7.0), + python3-oslo.config (>= 1:3.9.0), python3-oslo.i18n (>= 2.1.0), python3-oslo.utils (>= 3.5.0), python3-pbr (>= 1.8),