diff --git a/python-aioresponses.spec b/python-aioresponses.spec index 03715f3..07fb4c6 100644 --- a/python-aioresponses.spec +++ b/python-aioresponses.spec @@ -5,7 +5,7 @@ easy way to test asynchronous HTTP requests. Name: python-%{srcname} Version: 0.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mock out requests made by ClientSession from aiohttp package License: MIT @@ -64,6 +64,9 @@ sed -i 's/def \(test_address_as_instance_of_url_combined_with_pass_through\)(/de %changelog +* Fri Jul 26 2019 Fedora Release Engineering - 0.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Tue Mar 26 2019 Georg Sauthoff - 0.6.0-1 - initial packaging