diff -Nru networking-bgpvpn-9.0.0~b3/ChangeLog networking-bgpvpn-9.0.0/ChangeLog --- networking-bgpvpn-9.0.0~b3/ChangeLog 2018-07-26 17:37:28.000000000 +0000 +++ networking-bgpvpn-9.0.0/ChangeLog 2018-08-30 16:38:17.000000000 +0000 @@ -1,6 +1,12 @@ CHANGES ======= +9.0.0 +----- + +* update requirements for neutron-lib 1.18.0 +* Trivial fix typo of description + 9.0.0.0b3 --------- diff -Nru networking-bgpvpn-9.0.0~b3/debian/changelog networking-bgpvpn-9.0.0/debian/changelog --- networking-bgpvpn-9.0.0~b3/debian/changelog 2018-08-08 17:02:51.000000000 +0000 +++ networking-bgpvpn-9.0.0/debian/changelog 2018-08-30 17:26:55.000000000 +0000 @@ -1,10 +1,21 @@ -networking-bgpvpn (9.0.0~b3-0ubuntu1~ubuntu18.10.1~ppa201808081302) cosmic; urgency=medium +networking-bgpvpn (9.0.0-0ubuntu1~ubuntu18.10.1~ppa201808301326) cosmic; urgency=medium - * New upstream milestone for OpenStack Rocky. - * d/control: Align (Build-)Depends with upstream. + * New upstream release for OpenStack Rocky. * No-change backport to cosmic - -- Corey Bryant Wed, 08 Aug 2018 13:02:51 -0400 + -- Corey Bryant Thu, 30 Aug 2018 13:26:55 -0400 + +networking-bgpvpn (9.0.0~rc1-0ubuntu1) cosmic; urgency=medium + + [ Corey Bryant ] + * New upstream release candidate for OpenStack Rocky. + * d/control: Align (Build-)Depends with upstream. + + [ James Page ] + * d/control: Drop duplicate BD's. + * d/copyright: Tidy. + + -- Corey Bryant Mon, 20 Aug 2018 11:06:11 +0100 networking-bgpvpn (9.0.0~b2-0ubuntu3) cosmic; urgency=medium diff -Nru networking-bgpvpn-9.0.0~b3/debian/control networking-bgpvpn-9.0.0/debian/control --- networking-bgpvpn-9.0.0~b3/debian/control 2018-08-08 16:44:02.000000000 +0000 +++ networking-bgpvpn-9.0.0/debian/control 2018-08-30 17:25:42.000000000 +0000 @@ -24,7 +24,7 @@ python-networking-bagpipe (>= 8.0.0~), python-networking-odl (>= 12.0.0~), python-neutron (>= 2:13.0.0~b1~), - python-neutron-lib (>= 1.13.0), + python-neutron-lib (>= 1.18.0), python-openstackdocstheme (>= 1.18.1), python-os-testr (>= 1.0.0), python-oslo.config (>= 1:5.2.0), @@ -51,7 +51,7 @@ python3-networking-bagpipe (>= 8.0.0~), python3-networking-odl (>= 12.0.0~), python3-neutron (>= 2:13.0.0~b1~), - python3-neutron-lib (>= 1.13.0), + python3-neutron-lib (>= 1.18.0), python3-openstackdocstheme (>= 1.18.1), python3-os-testr (>= 1.0.0), python3-oslo.config (>= 1:5.2.0), @@ -64,8 +64,6 @@ python3-psycopg2 (>= 2.6.2), python3-pymysql (>= 0.7.6), python3-reno (>= 2.5.0), - python3-sphinxcontrib.blockdiag, - python3-sphinxcontrib.seqdiag, python3-stestr (>= 1.0.0), python3-subunit (>= 1.0.0), python3-tempest (>= 1:17.1.0), @@ -103,7 +101,7 @@ python-babel (>= 2.3.4), python-debtcollector (>= 1.2.0), python-neutron (>= 2:13.0.0~b1~), - python-neutron-lib (>= 1.13.0), + python-neutron-lib (>= 1.18.0), python-oslo.config (>= 1:5.2.0), python-oslo.db (>= 4.27.0), python-oslo.i18n (>= 3.15.3), @@ -153,7 +151,7 @@ python3-babel (>= 2.3.4), python3-debtcollector (>= 1.2.0), python3-neutron (>= 2:13.0.0~b1~), - python3-neutron-lib (>= 1.13.0), + python3-neutron-lib (>= 1.18.0), python3-oslo.config (>= 1:5.2.0), python3-oslo.db (>= 4.27.0), python3-oslo.i18n (>= 3.15.3), diff -Nru networking-bgpvpn-9.0.0~b3/debian/copyright networking-bgpvpn-9.0.0/debian/copyright --- networking-bgpvpn-9.0.0~b3/debian/copyright 2018-08-08 16:44:02.000000000 +0000 +++ networking-bgpvpn-9.0.0/debian/copyright 2018-08-30 17:25:42.000000000 +0000 @@ -15,24 +15,12 @@ 2015-2016 Orange. 2016 Intel Corporation License: Apache-2 - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - . - http://www.apache.org/licenses/LICENSE-2.0 - . - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - . - On Debian-based systems the full text of the Apache version 2.0 license - can be found in `/usr/share/common-licenses/Apache-2.0' Files: debian/* Copyright: 2017 Canonical Ltd License: Apache-2 + +License: Apache-2 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff -Nru networking-bgpvpn-9.0.0~b3/debian/rules networking-bgpvpn-9.0.0/debian/rules --- networking-bgpvpn-9.0.0~b3/debian/rules 2018-08-08 16:44:02.000000000 +0000 +++ networking-bgpvpn-9.0.0/debian/rules 2018-08-30 17:25:42.000000000 +0000 @@ -13,13 +13,13 @@ pkgos-dh_auto_install override_dh_install: - rm -rf $(CURDIR)/debian/python*-networking-bgpvpn/usr/etc/neutron + rm -rf $(CURDIR)/debian/python*-networking-bgpvpn/usr/etc dh_install override_dh_auto_test: ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) PYTHON=python PYTHONPATH=$(CURDIR) ostestr --black-regex '.bagpipe' - #PYTHON=python3 PYTHONPATH=$(CURDIR) ostestr --black-regex '.bagpipe' + PYTHON=python3 PYTHONPATH=$(CURDIR) ostestr --black-regex '.bagpipe' endif override_dh_sphinxdoc: diff -Nru networking-bgpvpn-9.0.0~b3/lower-constraints.txt networking-bgpvpn-9.0.0/lower-constraints.txt --- networking-bgpvpn-9.0.0~b3/lower-constraints.txt 2018-07-26 17:31:14.000000000 +0000 +++ networking-bgpvpn-9.0.0/lower-constraints.txt 2018-08-30 16:36:20.000000000 +0000 @@ -65,7 +65,7 @@ networking-bagpipe==8.0.0 networking-odl==12.0.0 neutron==12.0.0 -neutron-lib==1.13.0 +neutron-lib==1.18.0 nose==1.3.7 openstacksdk==0.11.2 os-client-config==1.28.0 diff -Nru networking-bgpvpn-9.0.0~b3/networking_bgpvpn/tests/unit/extensions/test_bgpvpn.py networking-bgpvpn-9.0.0/networking_bgpvpn/tests/unit/extensions/test_bgpvpn.py --- networking-bgpvpn-9.0.0~b3/networking_bgpvpn/tests/unit/extensions/test_bgpvpn.py 2018-07-26 17:31:14.000000000 +0000 +++ networking-bgpvpn-9.0.0/networking_bgpvpn/tests/unit/extensions/test_bgpvpn.py 2018-08-30 16:36:20.000000000 +0000 @@ -38,8 +38,8 @@ def setUp(self): # NOTE(tmorin): this is already done in # networking_bgpvpn.neutron.extensions.bgpvpn at module loading time, - # but for some reason I don't understand this is overriden later, which - # is why we re-force this here: + # but for some reason I don't understand this is overridden later, + # which is why we re-force this here: extensions.append_api_extensions_path(bgpvpn_extensions.__path__) super(BgpvpnExtensionTestCaseBase, self).setUp() diff -Nru networking-bgpvpn-9.0.0~b3/networking_bgpvpn.egg-info/pbr.json networking-bgpvpn-9.0.0/networking_bgpvpn.egg-info/pbr.json --- networking-bgpvpn-9.0.0~b3/networking_bgpvpn.egg-info/pbr.json 2018-07-26 17:37:28.000000000 +0000 +++ networking-bgpvpn-9.0.0/networking_bgpvpn.egg-info/pbr.json 2018-08-30 16:38:17.000000000 +0000 @@ -1 +1 @@ -{"git_version": "2106379", "is_release": true} \ No newline at end of file +{"git_version": "da2d0db", "is_release": true} \ No newline at end of file diff -Nru networking-bgpvpn-9.0.0~b3/networking_bgpvpn.egg-info/PKG-INFO networking-bgpvpn-9.0.0/networking_bgpvpn.egg-info/PKG-INFO --- networking-bgpvpn-9.0.0~b3/networking_bgpvpn.egg-info/PKG-INFO 2018-07-26 17:37:28.000000000 +0000 +++ networking-bgpvpn-9.0.0/networking_bgpvpn.egg-info/PKG-INFO 2018-08-30 16:38:17.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: networking-bgpvpn -Version: 9.0.0.0b3 +Version: 9.0.0 Summary: API and Framework to interconnect bgpvpn to neutron networks Home-page: https://docs.openstack.org/networking-bgpvpn/latest/ Author: OpenStack diff -Nru networking-bgpvpn-9.0.0~b3/networking_bgpvpn.egg-info/requires.txt networking-bgpvpn-9.0.0/networking_bgpvpn.egg-info/requires.txt --- networking-bgpvpn-9.0.0~b3/networking_bgpvpn.egg-info/requires.txt 2018-07-26 17:37:28.000000000 +0000 +++ networking-bgpvpn-9.0.0/networking_bgpvpn.egg-info/requires.txt 2018-08-30 16:38:17.000000000 +0000 @@ -5,7 +5,7 @@ oslo.i18n>=3.15.3 oslo.log>=3.36.0 oslo.utils>=3.33.0 -neutron-lib>=1.13.0 +neutron-lib>=1.18.0 debtcollector>=1.2.0 neutron>=13.0.0.0b1 horizon>=13.0.0 diff -Nru networking-bgpvpn-9.0.0~b3/PKG-INFO networking-bgpvpn-9.0.0/PKG-INFO --- networking-bgpvpn-9.0.0~b3/PKG-INFO 2018-07-26 17:37:34.000000000 +0000 +++ networking-bgpvpn-9.0.0/PKG-INFO 2018-08-30 16:38:17.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: networking-bgpvpn -Version: 9.0.0.0b3 +Version: 9.0.0 Summary: API and Framework to interconnect bgpvpn to neutron networks Home-page: https://docs.openstack.org/networking-bgpvpn/latest/ Author: OpenStack diff -Nru networking-bgpvpn-9.0.0~b3/requirements.txt networking-bgpvpn-9.0.0/requirements.txt --- networking-bgpvpn-9.0.0~b3/requirements.txt 2018-07-26 17:31:14.000000000 +0000 +++ networking-bgpvpn-9.0.0/requirements.txt 2018-08-30 16:36:20.000000000 +0000 @@ -9,7 +9,7 @@ oslo.i18n>=3.15.3 # Apache-2.0 oslo.log>=3.36.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 -neutron-lib>=1.13.0 # Apache-2.0 +neutron-lib>=1.18.0 # Apache-2.0 debtcollector>=1.2.0 # Apache-2.0 # OpenStack CI will install the following projects from git