From 6535f7fd3a371a431da57acfebcfd324c369cf81 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 22 Jul 2022 16:30:13 +0000 Subject: [PATCH] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_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 21abab0..7d79e33 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -10,7 +10,7 @@ Name: python-attrs Version: 21.4.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Python attributes without boilerplate License: MIT @@ -64,6 +64,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitelib} py.test-3 -v %{python3_sitelib}/* %changelog +* Fri Jul 22 2022 Fedora Release Engineering - 21.4.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Fri Jun 24 2022 Lumír Balhar - 21.4.0-5 - Fixed compatibility with Python 3.11 beta 3 Resolves: rhbz#2039259