oslo.policy: Update to 2.1.1

Change-Id: If2fe6dd5382c08f60dd767300412e616313f8f49
This commit is contained in:
Thomas Bechtold
2019-03-05 16:23:10 +01:00
parent f3770c25c1
commit db6eaa79f5

View File

@@ -1,5 +1,5 @@
{% set pypi_name = 'oslo.policy' %}
{% set upstream_version = upstream_version('2.1.0') %}
{% set upstream_version = upstream_version('2.1.1') %}
{% set rpm_release = '1' %}
{% set source = url_pypi() %}
@@ -58,7 +58,6 @@ Documentation for the Oslo Policy 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}