diff --git a/adapt.spec b/adapt.spec index f69f9f5..f4f2967 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,7 +3,7 @@ Name: adapt Version: 0.3.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ @@ -35,9 +35,10 @@ A python3 library for Adapt Intent Parser. %prep %autosetup -p1 +rm -rf adapt-parser.egg-info +sed -i 's#pyee==5.0.0#pyee>=5.0.0#' requirements.txt %build -rm -rf adapt-parser.egg-info %py3_build %install @@ -54,6 +55,9 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Sat Feb 1 2020 Peter Robinson 0.3.4-3 +- Handle newer pyee + * Tue Jan 28 2020 Fedora Release Engineering - 0.3.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild