import python-attrs-17.4.0-10.module+el8.0.0+2961+596d0223

This commit is contained in:
CentOS Sources 2019-05-07 17:54:29 -04:00 committed by Andrew Lukoshko
parent 3f7128d20e
commit 4284f1c647

View File

@ -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 <torsava@redhat.com> - 17.4.0-10
- Bumping due to problems with modular RPM upgrade path (#1695587)
- Related: rhbz#1693974
* Mon Sep 17 2018 Lumír Balhar <lbalhar@redhat.com> - 17.4.0-9
- Get rid of unversioned Python dependencies
- Resolves: rhbz#1628242