oslo.i18n: Update to 3.32.1

Change-Id: I8b98a9e020a0fad2729e9709257e6d92572f5793
This commit is contained in:
Thomas Bechtold
2019-03-05 16:16:51 +01:00
parent f3770c25c1
commit 55c35cd080

View File

@@ -1,5 +1,5 @@
{% set pypi_name = 'oslo.i18n' %}
{% set upstream_version = upstream_version('3.23.0') %}
{% set upstream_version = upstream_version('3.23.1') %}
{% set rpm_release = '1' %}
{% set source = url_pypi() %}
@@ -39,7 +39,6 @@ Documentation for the oslo.i18n library.
%prep
%autosetup -p1 -n {{ pypi_name }}-{{ upstream_version }}
%py_req_cleanup
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
%build
%{python_build}