diff -Nru python-vitrageclient-4.1.0/babel.cfg python-vitrageclient-4.1.1/babel.cfg --- python-vitrageclient-4.1.0/babel.cfg 2020-06-09 10:05:48.000000000 +0000 +++ python-vitrageclient-4.1.1/babel.cfg 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -[python: **.py] - diff -Nru python-vitrageclient-4.1.0/debian/changelog python-vitrageclient-4.1.1/debian/changelog --- python-vitrageclient-4.1.0/debian/changelog 2020-07-29 12:00:59.000000000 +0000 +++ python-vitrageclient-4.1.1/debian/changelog 2020-09-11 20:38:10.000000000 +0000 @@ -1,3 +1,10 @@ +python-vitrageclient (4.1.1-0ubuntu1) groovy; urgency=medium + + * New upstream release for OpenStack Victoria. + * d/control: Align (Build-)Depends with upstream. + + -- Corey Bryant Fri, 11 Sep 2020 16:38:10 -0400 + python-vitrageclient (4.1.0-0ubuntu1) groovy; urgency=medium * New upstream release for OpenStack Victoria. diff -Nru python-vitrageclient-4.1.0/debian/control python-vitrageclient-4.1.1/debian/control --- python-vitrageclient-4.1.0/debian/control 2020-07-29 12:00:59.000000000 +0000 +++ python-vitrageclient-4.1.1/debian/control 2020-09-11 20:38:10.000000000 +0000 @@ -16,7 +16,6 @@ python3-setuptools, python3-sphinx (>= 2.0.0), Build-Depends-Indep: - python3-babel (>= 2.5.3), python3-cliff (>= 2.8.0), python3-hacking (>= 1.1.0), python3-iso8601 (>= 0.1.11), @@ -61,7 +60,6 @@ Section: python Architecture: all Depends: - python3-babel (>= 2.5.3), python3-cliff (>= 2.8.0), python3-iso8601 (>= 0.1.11), python3-keystoneauth1 (>= 3.4.0), diff -Nru python-vitrageclient-4.1.0/doc/source/conf.py python-vitrageclient-4.1.1/doc/source/conf.py --- python-vitrageclient-4.1.0/doc/source/conf.py 2020-06-09 10:05:48.000000000 +0000 +++ python-vitrageclient-4.1.1/doc/source/conf.py 2020-06-23 07:45:20.000000000 +0000 @@ -51,7 +51,7 @@ add_module_names = True # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' +pygments_style = 'native' # -- Options for HTML output -------------------------------------------------- diff -Nru python-vitrageclient-4.1.0/lower-constraints.txt python-vitrageclient-4.1.1/lower-constraints.txt --- python-vitrageclient-4.1.0/lower-constraints.txt 2020-06-09 10:05:48.000000000 +0000 +++ python-vitrageclient-4.1.1/lower-constraints.txt 2020-06-23 07:45:20.000000000 +0000 @@ -1,5 +1,4 @@ appdirs==1.3.0 -Babel==2.5.3 cliff==2.8.0 cmd2==0.8.0 coverage==4.5.1 diff -Nru python-vitrageclient-4.1.0/releasenotes/source/conf.py python-vitrageclient-4.1.1/releasenotes/source/conf.py --- python-vitrageclient-4.1.0/releasenotes/source/conf.py 2020-06-09 10:05:48.000000000 +0000 +++ python-vitrageclient-4.1.1/releasenotes/source/conf.py 2020-06-23 07:45:20.000000000 +0000 @@ -52,7 +52,7 @@ add_module_names = True # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' +pygments_style = 'native' # -- Options for HTML output -------------------------------------------------- diff -Nru python-vitrageclient-4.1.0/requirements.txt python-vitrageclient-4.1.1/requirements.txt --- python-vitrageclient-4.1.0/requirements.txt 2020-06-09 10:05:48.000000000 +0000 +++ python-vitrageclient-4.1.1/requirements.txt 2020-06-23 07:45:20.000000000 +0000 @@ -3,7 +3,6 @@ # process, which may cause wedges in the gate later. pbr>=3.1.1 # Apache-2.0 -Babel>=2.5.3 # BSD cliff!=2.9.0,>=2.8.0 # Apache-2.0 osc-lib>=1.8.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 diff -Nru python-vitrageclient-4.1.0/setup.cfg python-vitrageclient-4.1.1/setup.cfg --- python-vitrageclient-4.1.0/setup.cfg 2020-06-09 10:05:48.000000000 +0000 +++ python-vitrageclient-4.1.1/setup.cfg 2020-06-23 07:45:20.000000000 +0000 @@ -71,17 +71,3 @@ table = cliff.formatters.table:TableFormatter value = cliff.formatters.value:ValueFormatter yaml = cliff.formatters.yaml_format:YAMLFormatter - -[compile_catalog] -directory = vitrageclient/locale -domain = python-vitrageclient - -[update_catalog] -domain = python-vitrageclient -output_dir = vitrageclient/locale -input_file = vitrageclient/locale/python-vitrageclient.pot - -[extract_messages] -keywords = _ gettext ngettext l_ lazy_gettext -mapping_file = babel.cfg -output_file = vitrageclient/locale/python-vitrageclient.pot