diff --git a/python-niapy.spec b/python-niapy.spec index 030c1c7..31f3aa0 100644 --- a/python-niapy.spec +++ b/python-niapy.spec @@ -17,7 +17,7 @@ time for implementing algorithms from scratch.} Name: python-%{pypi_name} Version: 2.0.0 -Release: 0.1rc10%{?dist} +Release: 0.2rc10%{?dist} Summary: Micro framework for building nature-inspired algorithms License: MIT @@ -99,6 +99,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitelib} pytest -ra \ %doc docs/build/html %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 2.0.0-0.2rc10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Thu Jul 02 2020 Ankur Sinha - 2.0.0-0.1rc10 - Remove dep on enum34 - Add python_provides for F32