Update python-glanceclient to 3.2.2

Change-Id: I6fdf53988805b6d4dc9d70f32a76db3aa47c1687
This commit is contained in:
Sébastien Boyron 2020-09-14 11:57:52 +02:00 committed by Dirk Mueller
parent 02143a369a
commit fb22fceae9
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{% set pypi_name = 'python-glanceclient' %}
{% set upstream_version = upstream_version('3.2.1') %}
{% set upstream_version = upstream_version('3.2.2') %}
{% set rpm_release = '1' %}
{% set source = url_pypi() %}