diff --git a/SPECS/python-attrs.spec b/SPECS/python-attrs.spec index 5cbd2c7..b1d66de 100644 --- a/SPECS/python-attrs.spec +++ b/SPECS/python-attrs.spec @@ -5,7 +5,7 @@ Name: python-attrs Version: 17.4.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Python attributes without boilerplate License: MIT @@ -121,6 +121,10 @@ PYTHONPATH=%{buildroot}/%{python3_sitelib} py.test-3 -v %endif %changelog +* Wed Apr 03 2019 Tomas Orsava - 17.4.0-10 +- Bumping due to problems with modular RPM upgrade path (#1695587) +- Related: rhbz#1693974 + * Mon Sep 17 2018 Lumír Balhar - 17.4.0-9 - Get rid of unversioned Python dependencies - Resolves: rhbz#1628242