From 6fd483879241ec5c1eccd93a89e927d2eee8aa6b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 06:44:52 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-attrs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-attrs.spec b/python-attrs.spec index eef7f76..bb60c21 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -2,7 +2,7 @@ Name: python-attrs Version: 17.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python attributes without boilerplate License: MIT @@ -90,6 +90,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitelib} py.test-3 -v %{python3_sitelib}/* %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 17.4.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Wed Jan 17 2018 Eric Smith 17.4.0-2 - Added BuildRequires for python-six.