From 4483190f06b3da2806efa2afa4395e170c5ca8d8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 02:35:17 +0000 Subject: [PATCH 01/43] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- adapt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adapt.spec b/adapt.spec index 376d8ff..8dea6f5 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,7 +3,7 @@ Name: adapt Version: 0.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mycroft's Adapt Intent Parser License: LGPLv3 @@ -79,5 +79,8 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 0.3.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sun Mar 19 2017 Peter Robinson 0.3.0-1 - Initial package From 8bab3772f7abe3030fa5aec7cdab65c7f11dbcee Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mon, 11 Dec 2017 14:41:53 +0100 Subject: [PATCH 02/43] Fix ambiguous Python 2 dependency declarations --- adapt.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/adapt.spec b/adapt.spec index 8dea6f5..5b5f053 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,7 +3,7 @@ Name: adapt Version: 0.3.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mycroft's Adapt Intent Parser License: LGPLv3 @@ -15,13 +15,13 @@ BuildRequires: libicu-devel BuildRequires: pulseaudio-libs-devel BuildRequires: python2-devel BuildRequires: python2-setuptools -BuildRequires: python-six +BuildRequires: python2-six BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-six %if 0%{?with_tests} -BuildRequires: python-pep8 +BuildRequires: python2-pep8 BuildRequires: python3-pep8 %endif @@ -79,6 +79,10 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Mon Dec 11 2017 Iryna Shcherbina - 0.3.0-3 +- Fix ambiguous Python 2 dependency declarations + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Jul 26 2017 Fedora Release Engineering - 0.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From e7771c7022e05e3d1649bd656010a834c68f032c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 01:50:55 +0000 Subject: [PATCH 03/43] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- adapt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adapt.spec b/adapt.spec index 5b5f053..744d325 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,7 +3,7 @@ Name: adapt Version: 0.3.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Mycroft's Adapt Intent Parser License: LGPLv3 @@ -79,6 +79,9 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 0.3.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Mon Dec 11 2017 Iryna Shcherbina - 0.3.0-3 - Fix ambiguous Python 2 dependency declarations (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) From d062d19e3dc691b8bc9c8811e79d4ea691566dde Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 20 May 2018 13:06:09 +0100 Subject: [PATCH 04/43] drop python2 support --- adapt.spec | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/adapt.spec b/adapt.spec index 744d325..7a9baab 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,7 +3,7 @@ Name: adapt Version: 0.3.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Mycroft's Adapt Intent Parser License: LGPLv3 @@ -13,15 +13,11 @@ BuildArch: noarch BuildRequires: libicu-devel BuildRequires: pulseaudio-libs-devel -BuildRequires: python2-devel -BuildRequires: python2-setuptools -BuildRequires: python2-six BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-six %if 0%{?with_tests} -BuildRequires: python2-pep8 BuildRequires: python3-pep8 %endif @@ -30,14 +26,6 @@ The Adapt Intent Parser is a flexible and extensible intent definition and determination framework. It is intended to parse natural language text into a structured intent that can then be invoked programatically. -%package -n python2-adapt -Summary: A python2 library for Adapt Intent Parser -%{?python_provide:%python_provide python2-adapt} -Requires: python2-ee - -%description -n python2-adapt -A python2 library for Adapt Intent Parser. - %package -n python3-adapt Summary: A python3 library for Adapt Intent Parser %{?python_provide:%python_provide python3-adapt} @@ -51,27 +39,17 @@ A python3 library for Adapt Intent Parser. %build rm -rf adapt-parser.egg-info - -%py2_build %py3_build %install -%py2_install %py3_install %check %if %{with_tests} -%{__python2} setup.py test %{__python3} setup.py test %endif -%files -n python2-adapt -%{!?_licensedir:%global license %%doc} -%license LICENSE -%{python_sitelib}/%{name}_parser-%{version}* -%{python_sitelib}/%{name}/ - %files -n python3-adapt %{!?_licensedir:%global license %%doc} %license LICENSE @@ -79,6 +57,9 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Sun May 20 2018 Peter Robinson 0.3.0-5 +- Drop python2 support + * Wed Feb 07 2018 Fedora Release Engineering - 0.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 4eb139d1d56a47536f5911542a86ffca4e898bf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 10:39:23 +0200 Subject: [PATCH 05/43] Rebuilt for Python 3.7 --- adapt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adapt.spec b/adapt.spec index 7a9baab..ebab2db 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,7 +3,7 @@ Name: adapt Version: 0.3.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Mycroft's Adapt Intent Parser License: LGPLv3 @@ -57,6 +57,9 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Tue Jun 19 2018 Miro Hrončok - 0.3.0-6 +- Rebuilt for Python 3.7 + * Sun May 20 2018 Peter Robinson 0.3.0-5 - Drop python2 support From 07171d8199ffd6bd515eb221d0996db88e875b81 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 12 Jul 2018 19:58:41 +0000 Subject: [PATCH 06/43] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- adapt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adapt.spec b/adapt.spec index ebab2db..32db0d6 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,7 +3,7 @@ Name: adapt Version: 0.3.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Mycroft's Adapt Intent Parser License: LGPLv3 @@ -57,6 +57,9 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Thu Jul 12 2018 Fedora Release Engineering - 0.3.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Tue Jun 19 2018 Miro Hrončok - 0.3.0-6 - Rebuilt for Python 3.7 From fe6f587bed2525e77913b0bff9499395f6e246f9 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 23 Dec 2018 07:30:46 +0000 Subject: [PATCH 07/43] 0.3.2 --- .gitignore | 1 + adapt.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index afc3864..959bfc0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /v0.3.0.tar.gz +/v0.3.2.tar.gz diff --git a/adapt.spec b/adapt.spec index 32db0d6..f3ebdef 100644 --- a/adapt.spec +++ b/adapt.spec @@ -2,11 +2,10 @@ %global debug_package %{nil} Name: adapt -Version: 0.3.0 -Release: 7%{?dist} +Version: 0.3.2 +Release: 1%{?dist} Summary: Mycroft's Adapt Intent Parser - -License: LGPLv3 +License: ASL 2.0 URL: https://adapt.mycroft.ai/ Source0: https://github.com/MycroftAI/adapt/archive/release/v%{version}.tar.gz BuildArch: noarch @@ -57,6 +56,10 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Sat Dec 22 2018 Peter Robinson 0.3.2-1 +- Update to 0.3.2 +- License changed to Apache 2.0 + * Thu Jul 12 2018 Fedora Release Engineering - 0.3.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild diff --git a/sources b/sources index 4b06839..dbe3dfe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v0.3.0.tar.gz) = b067670051b440f2b3b322f10263e1f5a06c5c0ab34cc967c52df724e8e833068b905d74b4e8b58582aee1e59e67ad17c2427785a8d66168b90d1acbbdbf8299 +SHA512 (v0.3.2.tar.gz) = f9bd258a78905cd7cda001de071fe53620494993d1d3bb8ab473c918d5a4d55a7441e8d483f993972dcc07e9a9bbb82a8ba12175ceb205f0bd881ee187ad1918 From 3f6c27168876f59931cc2efae4bc4e7e5a2f0fd4 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 23 Dec 2018 14:19:47 +0000 Subject: [PATCH 08/43] fix license file --- adapt.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/adapt.spec b/adapt.spec index f3ebdef..e8ced74 100644 --- a/adapt.spec +++ b/adapt.spec @@ -50,8 +50,7 @@ rm -rf adapt-parser.egg-info %files -n python3-adapt -%{!?_licensedir:%global license %%doc} -%license LICENSE +%license LICENSE.md %{python3_sitelib}/%{name}_parser-%{version}* %{python3_sitelib}/%{name}/ From 5fe9ae175cd88a920e45972358da58ca934a15b3 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 27 Dec 2018 16:20:21 +0100 Subject: [PATCH 09/43] Enable python dependency generator References: https://fedoraproject.org/wiki/Changes/EnablingPythonGeneratorsByDefault Signed-off-by: Igor Gnatenko --- adapt.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/adapt.spec b/adapt.spec index e8ced74..a7b2c55 100644 --- a/adapt.spec +++ b/adapt.spec @@ -1,9 +1,9 @@ +%{?python_enable_dependency_generator} %global with_tests 0 -%global debug_package %{nil} Name: adapt Version: 0.3.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ @@ -14,9 +14,10 @@ BuildRequires: libicu-devel BuildRequires: pulseaudio-libs-devel BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-six %if 0%{?with_tests} +BuildRequires: python3dist(six) +BuildRequires: python3dist(pyee) = 5.0.0 BuildRequires: python3-pep8 %endif @@ -28,13 +29,14 @@ structured intent that can then be invoked programatically. %package -n python3-adapt Summary: A python3 library for Adapt Intent Parser %{?python_provide:%python_provide python3-adapt} -Requires: python3-ee %description -n python3-adapt A python3 library for Adapt Intent Parser. %prep %setup -q -n adapt-release-v%{version} +# https://github.com/MycroftAI/adapt/pull/90 +sed -i -e "s/six==1.10.0/six/" setup.py %build rm -rf adapt-parser.egg-info @@ -48,13 +50,15 @@ rm -rf adapt-parser.egg-info %{__python3} setup.py test %endif - %files -n python3-adapt %license LICENSE.md %{python3_sitelib}/%{name}_parser-%{version}* %{python3_sitelib}/%{name}/ %changelog +* Thu Dec 27 2018 Igor Gnatenko - 0.3.2-2 +- Enable python dependency generator + * Sat Dec 22 2018 Peter Robinson 0.3.2-1 - Update to 0.3.2 - License changed to Apache 2.0 From a77c072e17b7521409fd43cfed3a90893350144f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 31 Jan 2019 12:56:32 +0000 Subject: [PATCH 10/43] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- adapt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adapt.spec b/adapt.spec index a7b2c55..4d0c2e3 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,7 +3,7 @@ Name: adapt Version: 0.3.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ @@ -56,6 +56,9 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Thu Jan 31 2019 Fedora Release Engineering - 0.3.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Thu Dec 27 2018 Igor Gnatenko - 0.3.2-2 - Enable python dependency generator From 6b30c8fdf1345fb12ac40ad17ff5e47cdd0c12b8 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 2 Jul 2019 09:13:18 +0100 Subject: [PATCH 11/43] 0.3.3 --- .gitignore | 1 + adapt.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 959bfc0..fa5a597 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /v0.3.0.tar.gz /v0.3.2.tar.gz +/adapt-0.3.3.tar.gz diff --git a/adapt.spec b/adapt.spec index 4d0c2e3..9048aa1 100644 --- a/adapt.spec +++ b/adapt.spec @@ -2,12 +2,12 @@ %global with_tests 0 Name: adapt -Version: 0.3.2 -Release: 3%{?dist} +Version: 0.3.3 +Release: 1%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ -Source0: https://github.com/MycroftAI/adapt/archive/release/v%{version}.tar.gz +Source0: https://github.com/MycroftAI/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: libicu-devel @@ -56,6 +56,9 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Tue Jul 2 2019 Peter Robinson 0.3.3-1 +- Update to 0.3.3 + * Thu Jan 31 2019 Fedora Release Engineering - 0.3.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild diff --git a/sources b/sources index dbe3dfe..26e2fdc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v0.3.2.tar.gz) = f9bd258a78905cd7cda001de071fe53620494993d1d3bb8ab473c918d5a4d55a7441e8d483f993972dcc07e9a9bbb82a8ba12175ceb205f0bd881ee187ad1918 +SHA512 (adapt-0.3.3.tar.gz) = 7483ea643ccf9fc7f27c00a9b0a4f27f12065f08b6b9ef7a0f6b510a5a7a709022cab874a846f9c2c80f43b7d3e197ee2cf212c5b3445bd04dd6bb19d573c22e From b270f83bab6dd2ef59ed01f513734ebea50cad93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 4 Jul 2019 16:21:49 +0200 Subject: [PATCH 12/43] Remove .0 from (Build)Requires See https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/NLMEX6MY7DQLWTD2PMX4WGC3L3ER4HFS/ --- adapt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adapt.spec b/adapt.spec index 9048aa1..84710a8 100644 --- a/adapt.spec +++ b/adapt.spec @@ -17,7 +17,7 @@ BuildRequires: python3-setuptools %if 0%{?with_tests} BuildRequires: python3dist(six) -BuildRequires: python3dist(pyee) = 5.0.0 +BuildRequires: python3dist(pyee) = 5 BuildRequires: python3-pep8 %endif From 720b49ed7d414d7d177a0cca4a55ea0b3756bdd9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 24 Jul 2019 17:31:51 +0000 Subject: [PATCH 13/43] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- adapt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adapt.spec b/adapt.spec index 84710a8..116c46d 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,7 +3,7 @@ Name: adapt Version: 0.3.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ @@ -56,6 +56,9 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Wed Jul 24 2019 Fedora Release Engineering - 0.3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Tue Jul 2 2019 Peter Robinson 0.3.3-1 - Update to 0.3.3 From 42faf771bead318c919b938b6efd9bf736cca53a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Aug 2019 10:00:54 +0200 Subject: [PATCH 14/43] Rebuilt for Python 3.8 --- adapt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adapt.spec b/adapt.spec index 116c46d..dbe91c4 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,7 +3,7 @@ Name: adapt Version: 0.3.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ @@ -56,6 +56,9 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Mon Aug 19 2019 Miro Hrončok - 0.3.3-3 +- Rebuilt for Python 3.8 + * Wed Jul 24 2019 Fedora Release Engineering - 0.3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From db75b21473b8db17f1d2e2781314c3cb63fd0c84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Aug 2019 10:08:04 +0200 Subject: [PATCH 15/43] Rebuilt for Python 3.8 --- adapt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adapt.spec b/adapt.spec index dbe91c4..69e0e19 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,7 +3,7 @@ Name: adapt Version: 0.3.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ @@ -56,6 +56,9 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Mon Aug 19 2019 Miro Hrončok - 0.3.3-4 +- Rebuilt for Python 3.8 + * Mon Aug 19 2019 Miro Hrončok - 0.3.3-3 - Rebuilt for Python 3.8 From aba9412d192cbb929ccc9c591336796249de5490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 3 Oct 2019 13:50:08 +0200 Subject: [PATCH 16/43] Rebuilt for Python 3.8.0rc1 (#1748018) --- adapt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adapt.spec b/adapt.spec index 69e0e19..449a245 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,7 +3,7 @@ Name: adapt Version: 0.3.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ @@ -56,6 +56,9 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Thu Oct 03 2019 Miro Hrončok - 0.3.3-5 +- Rebuilt for Python 3.8.0rc1 (#1748018) + * Mon Aug 19 2019 Miro Hrončok - 0.3.3-4 - Rebuilt for Python 3.8 From c0875cd84bdd75a33ffd8bfbaeeed93009a6fda5 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 29 Nov 2019 22:49:39 +0000 Subject: [PATCH 17/43] 0.3.4 --- .gitignore | 1 + adapt.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fa5a597..a8087e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /v0.3.0.tar.gz /v0.3.2.tar.gz /adapt-0.3.3.tar.gz +/adapt-0.3.4.tar.gz diff --git a/adapt.spec b/adapt.spec index 449a245..e57fd9a 100644 --- a/adapt.spec +++ b/adapt.spec @@ -2,8 +2,8 @@ %global with_tests 0 Name: adapt -Version: 0.3.3 -Release: 5%{?dist} +Version: 0.3.4 +Release: 1%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ @@ -56,6 +56,9 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Fri Nov 29 2019 Peter Robinson 0.3.4-1 +- Update to 0.3.4 + * Thu Oct 03 2019 Miro Hrončok - 0.3.3-5 - Rebuilt for Python 3.8.0rc1 (#1748018) diff --git a/sources b/sources index 26e2fdc..20f0d7b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (adapt-0.3.3.tar.gz) = 7483ea643ccf9fc7f27c00a9b0a4f27f12065f08b6b9ef7a0f6b510a5a7a709022cab874a846f9c2c80f43b7d3e197ee2cf212c5b3445bd04dd6bb19d573c22e +SHA512 (adapt-0.3.4.tar.gz) = 97e8ce688711066e8468e89f5f9b2816e8b8283e3bdce18f2549720b7bb6c9f5aa8a241ddf1f41fa0e9cc2f79764a458f4bc2ffd31810f04dde54e49605f307e From ea5a1271487360703166f702e973fdac2f0e377b Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 29 Nov 2019 23:41:54 +0000 Subject: [PATCH 18/43] fix up spec --- adapt.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/adapt.spec b/adapt.spec index e57fd9a..b9f73df 100644 --- a/adapt.spec +++ b/adapt.spec @@ -34,9 +34,7 @@ Summary: A python3 library for Adapt Intent Parser A python3 library for Adapt Intent Parser. %prep -%setup -q -n adapt-release-v%{version} -# https://github.com/MycroftAI/adapt/pull/90 -sed -i -e "s/six==1.10.0/six/" setup.py +%autosetup -p1 %build rm -rf adapt-parser.egg-info From 1656c79003c6ee0b3abd1bd0c8d993bf564a7a09 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jan 2020 11:11:07 +0000 Subject: [PATCH 19/43] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- adapt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adapt.spec b/adapt.spec index b9f73df..f69f9f5 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,7 +3,7 @@ Name: adapt Version: 0.3.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ @@ -54,6 +54,9 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Tue Jan 28 2020 Fedora Release Engineering - 0.3.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Fri Nov 29 2019 Peter Robinson 0.3.4-1 - Update to 0.3.4 From 53a900540308728705f7652a98d789489dca9cad Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 1 Feb 2020 18:10:47 +0000 Subject: [PATCH 20/43] Handle newer pyee --- adapt.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 From 8d94297d3afd814310cdb9582428a7aa1ac4631f Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 3 May 2020 11:00:46 +0100 Subject: [PATCH 21/43] 0.3.5 --- .gitignore | 1 + adapt.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a8087e3..14e8745 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /v0.3.2.tar.gz /adapt-0.3.3.tar.gz /adapt-0.3.4.tar.gz +/adapt-0.3.5.tar.gz diff --git a/adapt.spec b/adapt.spec index f4f2967..115acb3 100644 --- a/adapt.spec +++ b/adapt.spec @@ -2,8 +2,8 @@ %global with_tests 0 Name: adapt -Version: 0.3.4 -Release: 3%{?dist} +Version: 0.3.5 +Release: 1%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ @@ -34,9 +34,10 @@ Summary: A python3 library for Adapt Intent Parser A python3 library for Adapt Intent Parser. %prep -%autosetup -p1 +%autosetup -p1 -n %{name}-release-v%{version} rm -rf adapt-parser.egg-info sed -i 's#pyee==5.0.0#pyee>=5.0.0#' requirements.txt +sed -i 's#pyee==5.0.0#pyee>=5.0.0#' setup.py %build %py3_build @@ -55,6 +56,9 @@ sed -i 's#pyee==5.0.0#pyee>=5.0.0#' requirements.txt %{python3_sitelib}/%{name}/ %changelog +* Sun May 03 2020 Peter Robinson - 0.3.5-1 +- Update to 0.3.5 + * Sat Feb 1 2020 Peter Robinson 0.3.4-3 - Handle newer pyee diff --git a/sources b/sources index 20f0d7b..5f12aa9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (adapt-0.3.4.tar.gz) = 97e8ce688711066e8468e89f5f9b2816e8b8283e3bdce18f2549720b7bb6c9f5aa8a241ddf1f41fa0e9cc2f79764a458f4bc2ffd31810f04dde54e49605f307e +SHA512 (adapt-0.3.5.tar.gz) = 96b199ff00d7297a776d03ba2a10e5e96a50c93baa82fb5e8e1f772c73bb88afcce9dc0c56c1b5fb4f757f3848a40447a31a3897617b86decd9cbc777f9c9fb3 From 366894f9b0be367f9a95b8139e6c723d58a526c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 02:39:59 +0200 Subject: [PATCH 22/43] Rebuilt for Python 3.9 --- adapt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adapt.spec b/adapt.spec index 115acb3..70dda45 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,7 +3,7 @@ Name: adapt Version: 0.3.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ @@ -56,6 +56,9 @@ sed -i 's#pyee==5.0.0#pyee>=5.0.0#' setup.py %{python3_sitelib}/%{name}/ %changelog +* Tue May 26 2020 Miro Hrončok - 0.3.5-2 +- Rebuilt for Python 3.9 + * Sun May 03 2020 Peter Robinson - 0.3.5-1 - Update to 0.3.5 From 073fd660b83a12265dd680cb06cda9cc28bcce69 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 27 Jul 2020 11:43:27 +0000 Subject: [PATCH 23/43] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- adapt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adapt.spec b/adapt.spec index 70dda45..b692a00 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,7 +3,7 @@ Name: adapt Version: 0.3.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ @@ -56,6 +56,9 @@ sed -i 's#pyee==5.0.0#pyee>=5.0.0#' setup.py %{python3_sitelib}/%{name}/ %changelog +* Mon Jul 27 2020 Fedora Release Engineering - 0.3.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue May 26 2020 Miro Hrončok - 0.3.5-2 - Rebuilt for Python 3.9 From 19e02754e6dc7a3c2dc6b28da016f0fad4d3e110 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 30 Jul 2020 13:38:04 +0100 Subject: [PATCH 24/43] 0.3.6 --- .gitignore | 6 +----- adapt.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 14e8745..5421f8a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1 @@ -/v0.3.0.tar.gz -/v0.3.2.tar.gz -/adapt-0.3.3.tar.gz -/adapt-0.3.4.tar.gz -/adapt-0.3.5.tar.gz +/adapt-*.tar.gz diff --git a/adapt.spec b/adapt.spec index b692a00..cfa3a50 100644 --- a/adapt.spec +++ b/adapt.spec @@ -2,8 +2,8 @@ %global with_tests 0 Name: adapt -Version: 0.3.5 -Release: 3%{?dist} +Version: 0.3.6 +Release: 1%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ @@ -36,8 +36,8 @@ A python3 library for Adapt Intent Parser. %prep %autosetup -p1 -n %{name}-release-v%{version} rm -rf adapt-parser.egg-info -sed -i 's#pyee==5.0.0#pyee>=5.0.0#' requirements.txt -sed -i 's#pyee==5.0.0#pyee>=5.0.0#' setup.py +sed -i 's#pyee==7.0.1#pyee>=7.0.1#' requirements.txt +sed -i 's#pyee==7.0.1#pyee>=7.0.1#' setup.py %build %py3_build @@ -56,6 +56,9 @@ sed -i 's#pyee==5.0.0#pyee>=5.0.0#' setup.py %{python3_sitelib}/%{name}/ %changelog +* Thu Jul 30 2020 Peter Robinson - 0.3.6-1 +- Update to 0.3.6 + * Mon Jul 27 2020 Fedora Release Engineering - 0.3.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index 5f12aa9..6d4ed92 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (adapt-0.3.5.tar.gz) = 96b199ff00d7297a776d03ba2a10e5e96a50c93baa82fb5e8e1f772c73bb88afcce9dc0c56c1b5fb4f757f3848a40447a31a3897617b86decd9cbc777f9c9fb3 +SHA512 (adapt-0.3.6.tar.gz) = ba10b5b4ae19945cae683c94025a57f40c5d7bc3225629cfca889a3861dfdb3511396eb8c6ad8f2a1509a3f1071080fb73684c8d8288cc2e6e0799d06c5ca086 From 9bb00e46d1f1cc17c404fffe86cb17380f3577fc Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 1 Dec 2020 16:36:27 +0000 Subject: [PATCH 25/43] 0.3.7 --- adapt.spec | 7 ++++--- sources | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/adapt.spec b/adapt.spec index cfa3a50..831342e 100644 --- a/adapt.spec +++ b/adapt.spec @@ -2,7 +2,7 @@ %global with_tests 0 Name: adapt -Version: 0.3.6 +Version: 0.3.7 Release: 1%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 @@ -36,8 +36,6 @@ A python3 library for Adapt Intent Parser. %prep %autosetup -p1 -n %{name}-release-v%{version} rm -rf adapt-parser.egg-info -sed -i 's#pyee==7.0.1#pyee>=7.0.1#' requirements.txt -sed -i 's#pyee==7.0.1#pyee>=7.0.1#' setup.py %build %py3_build @@ -56,6 +54,9 @@ sed -i 's#pyee==7.0.1#pyee>=7.0.1#' setup.py %{python3_sitelib}/%{name}/ %changelog +* Tue Dec 1 2020 Peter Robinson - 0.3.7-1 +- Update to 0.3.7 + * Thu Jul 30 2020 Peter Robinson - 0.3.6-1 - Update to 0.3.6 diff --git a/sources b/sources index 6d4ed92..1dd52e4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (adapt-0.3.6.tar.gz) = ba10b5b4ae19945cae683c94025a57f40c5d7bc3225629cfca889a3861dfdb3511396eb8c6ad8f2a1509a3f1071080fb73684c8d8288cc2e6e0799d06c5ca086 +SHA512 (adapt-0.3.7.tar.gz) = 622f49bd4c6d1c9d0351afb4694d2129a056871b79bcceb96fb105fec502ae53014dbb0f2b9f566f30b5cd73ebaf1e6b39d7195f29362973b268c288ddb63b38 From a49eb689b95b98b6bcaee41ef15a9055a1676b0b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 25 Jan 2021 23:47:06 +0000 Subject: [PATCH 26/43] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- adapt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adapt.spec b/adapt.spec index 831342e..0b99da0 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,7 +3,7 @@ Name: adapt Version: 0.3.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ @@ -54,6 +54,9 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Mon Jan 25 2021 Fedora Release Engineering - 0.3.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Dec 1 2020 Peter Robinson - 0.3.7-1 - Update to 0.3.7 From 79040e28f4a083d39220d747bbac831e4d883937 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 19:58:42 +0200 Subject: [PATCH 27/43] Rebuilt for Python 3.10 --- adapt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adapt.spec b/adapt.spec index 0b99da0..5299984 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,7 +3,7 @@ Name: adapt Version: 0.3.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ @@ -54,6 +54,9 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Fri Jun 04 2021 Python Maint - 0.3.7-3 +- Rebuilt for Python 3.10 + * Mon Jan 25 2021 Fedora Release Engineering - 0.3.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 9fb2d6787a6b7a629c0a021830a8eb24561d14d7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 21 Jul 2021 12:19:15 +0000 Subject: [PATCH 28/43] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 0fc034f78f89ce8efa8941eb79dcfb5091c2f202 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 21 Jul 2021 17:14:24 +0000 Subject: [PATCH 29/43] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- adapt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adapt.spec b/adapt.spec index 5299984..923646a 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,7 +3,7 @@ Name: adapt Version: 0.3.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ @@ -54,6 +54,9 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Wed Jul 21 2021 Fedora Release Engineering - 0.3.7-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri Jun 04 2021 Python Maint - 0.3.7-3 - Rebuilt for Python 3.10 From 950bca2e6485a7548cfc500025e663858164f934 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 24 Aug 2021 10:59:29 +0100 Subject: [PATCH 30/43] 0.5.1 --- adapt.spec | 8 ++++++-- sources | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/adapt.spec b/adapt.spec index 923646a..a50a22f 100644 --- a/adapt.spec +++ b/adapt.spec @@ -2,8 +2,8 @@ %global with_tests 0 Name: adapt -Version: 0.3.7 -Release: 4%{?dist} +Version: 0.5.1 +Release: 1%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ @@ -36,6 +36,7 @@ A python3 library for Adapt Intent Parser. %prep %autosetup -p1 -n %{name}-release-v%{version} rm -rf adapt-parser.egg-info +sed -i 's/pyee==8.1.0/pyee>=8.1.0/' requirements.txt %build %py3_build @@ -54,6 +55,9 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Tue Aug 24 2021 Peter Robinson - 0.5.1-1 +- Update to 0.5.1 + * Wed Jul 21 2021 Fedora Release Engineering - 0.3.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources index 1dd52e4..2ab8eb9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (adapt-0.3.7.tar.gz) = 622f49bd4c6d1c9d0351afb4694d2129a056871b79bcceb96fb105fec502ae53014dbb0f2b9f566f30b5cd73ebaf1e6b39d7195f29362973b268c288ddb63b38 +SHA512 (adapt-0.5.1.tar.gz) = f5ab14b33df685e272bc5a512c9d29174b46f5d9262993c87a73e6a5e5aee2000a15af3b276e563a5a4d916f5bbf77b976c35a24cb661193779d441d53ed0266 From 5dd913f991518afc4b1200ba733bf64cf61e4e39 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jan 2022 20:54:29 +0000 Subject: [PATCH 31/43] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- adapt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adapt.spec b/adapt.spec index a50a22f..c786857 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,7 +3,7 @@ Name: adapt Version: 0.5.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ @@ -55,6 +55,9 @@ sed -i 's/pyee==8.1.0/pyee>=8.1.0/' requirements.txt %{python3_sitelib}/%{name}/ %changelog +* Wed Jan 19 2022 Fedora Release Engineering - 0.5.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Tue Aug 24 2021 Peter Robinson - 0.5.1-1 - Update to 0.5.1 From 1b2ec8576ef38c6b2dcd7a875e6ac9be0721a467 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 30 Jan 2022 19:54:28 +0000 Subject: [PATCH 32/43] 1.0.0 --- adapt.spec | 8 +++++--- sources | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/adapt.spec b/adapt.spec index c786857..dd51c23 100644 --- a/adapt.spec +++ b/adapt.spec @@ -2,8 +2,8 @@ %global with_tests 0 Name: adapt -Version: 0.5.1 -Release: 2%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ @@ -36,7 +36,6 @@ A python3 library for Adapt Intent Parser. %prep %autosetup -p1 -n %{name}-release-v%{version} rm -rf adapt-parser.egg-info -sed -i 's/pyee==8.1.0/pyee>=8.1.0/' requirements.txt %build %py3_build @@ -55,6 +54,9 @@ sed -i 's/pyee==8.1.0/pyee>=8.1.0/' requirements.txt %{python3_sitelib}/%{name}/ %changelog +* Sun Jan 30 2022 Peter Robinson - 1.0.0-1 +- Update to 1.0.0 + * Wed Jan 19 2022 Fedora Release Engineering - 0.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/sources b/sources index 2ab8eb9..1cd792e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (adapt-0.5.1.tar.gz) = f5ab14b33df685e272bc5a512c9d29174b46f5d9262993c87a73e6a5e5aee2000a15af3b276e563a5a4d916f5bbf77b976c35a24cb661193779d441d53ed0266 +SHA512 (adapt-1.0.0.tar.gz) = 4defe0fb33e0b817e0cd7ffa326bfd69e32c9187a4f752dd49d45003000cd897e19f6daaab2f8585274bb9849243b9c9c5e73de00b255004bd4478f1df335631 From f88f2d2b6a40df2fc5beadb671f1e24661cbd6f4 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 14:55:32 +0200 Subject: [PATCH 33/43] Rebuilt for Python 3.11 --- adapt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adapt.spec b/adapt.spec index dd51c23..54113fb 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,7 +3,7 @@ Name: adapt Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ @@ -54,6 +54,9 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Mon Jun 13 2022 Python Maint - 1.0.0-2 +- Rebuilt for Python 3.11 + * Sun Jan 30 2022 Peter Robinson - 1.0.0-1 - Update to 1.0.0 From a816b927535641f40e6436e5dd6c7310f68f9e06 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 20 Jul 2022 20:25:14 +0000 Subject: [PATCH 34/43] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- adapt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adapt.spec b/adapt.spec index 54113fb..0e05ca6 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,7 +3,7 @@ Name: adapt Version: 1.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ @@ -54,6 +54,9 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Wed Jul 20 2022 Fedora Release Engineering - 1.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Mon Jun 13 2022 Python Maint - 1.0.0-2 - Rebuilt for Python 3.11 From fe06b78eabfbdf440aa580bc2030648693490de6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 18 Jan 2023 21:22:40 +0000 Subject: [PATCH 35/43] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- adapt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adapt.spec b/adapt.spec index 0e05ca6..9593c70 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,7 +3,7 @@ Name: adapt Version: 1.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ @@ -54,6 +54,9 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Wed Jan 18 2023 Fedora Release Engineering - 1.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Wed Jul 20 2022 Fedora Release Engineering - 1.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 9901980fcc3fa40abbb9007270bdc52d08d79827 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 20:29:08 +0200 Subject: [PATCH 36/43] Rebuilt for Python 3.12 --- adapt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adapt.spec b/adapt.spec index 9593c70..6b631bf 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,7 +3,7 @@ Name: adapt Version: 1.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ @@ -54,6 +54,9 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Tue Jun 13 2023 Python Maint - 1.0.0-5 +- Rebuilt for Python 3.12 + * Wed Jan 18 2023 Fedora Release Engineering - 1.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 01fb8a803050116653dbc7e4be58b0e878922954 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 19 Jul 2023 12:53:02 +0000 Subject: [PATCH 37/43] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- adapt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adapt.spec b/adapt.spec index 6b631bf..8831ed5 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,7 +3,7 @@ Name: adapt Version: 1.0.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ @@ -54,6 +54,9 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Wed Jul 19 2023 Fedora Release Engineering - 1.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Tue Jun 13 2023 Python Maint - 1.0.0-5 - Rebuilt for Python 3.12 From 08fa7234570ba1c2b338c12d63c1aae1a378aa20 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jan 2024 12:08:12 +0000 Subject: [PATCH 38/43] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- adapt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adapt.spec b/adapt.spec index 8831ed5..b6097d2 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,7 +3,7 @@ Name: adapt Version: 1.0.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ @@ -54,6 +54,9 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Fri Jan 19 2024 Fedora Release Engineering - 1.0.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Wed Jul 19 2023 Fedora Release Engineering - 1.0.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From b1c66a63c4a03c8996bd46040c3ff4c10055493c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 22 Jan 2024 22:38:16 +0000 Subject: [PATCH 39/43] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- adapt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adapt.spec b/adapt.spec index b6097d2..cf9615c 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,7 +3,7 @@ Name: adapt Version: 1.0.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ @@ -54,6 +54,9 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Mon Jan 22 2024 Fedora Release Engineering - 1.0.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Fri Jan 19 2024 Fedora Release Engineering - 1.0.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 4f9054d23bc1f12a4323c90571ed611626c0c001 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 7 Jun 2024 08:36:43 +0200 Subject: [PATCH 40/43] Rebuilt for Python 3.13 --- adapt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adapt.spec b/adapt.spec index cf9615c..2b5971c 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,7 +3,7 @@ Name: adapt Version: 1.0.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ @@ -54,6 +54,9 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Fri Jun 07 2024 Python Maint - 1.0.0-9 +- Rebuilt for Python 3.13 + * Mon Jan 22 2024 Fedora Release Engineering - 1.0.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 28ce1c05070332db24bda8f3322dd070959a497f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 16:34:46 +0000 Subject: [PATCH 41/43] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- adapt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adapt.spec b/adapt.spec index 2b5971c..0a2501c 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,7 +3,7 @@ Name: adapt Version: 1.0.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Mycroft's Adapt Intent Parser License: ASL 2.0 URL: https://adapt.mycroft.ai/ @@ -54,6 +54,9 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Wed Jul 17 2024 Fedora Release Engineering - 1.0.0-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Fri Jun 07 2024 Python Maint - 1.0.0-9 - Rebuilt for Python 3.13 From 20858ea9ba832a85f0c698466942cd404957722d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 24 Jul 2024 15:24:29 +0200 Subject: [PATCH 42/43] convert ASL 2.0 license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- adapt.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/adapt.spec b/adapt.spec index 0a2501c..f109b1b 100644 --- a/adapt.spec +++ b/adapt.spec @@ -3,9 +3,10 @@ Name: adapt Version: 1.0.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Mycroft's Adapt Intent Parser -License: ASL 2.0 +# Automatically converted from old format: ASL 2.0 - review is highly recommended. +License: Apache-2.0 URL: https://adapt.mycroft.ai/ Source0: https://github.com/MycroftAI/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildArch: noarch @@ -54,6 +55,9 @@ rm -rf adapt-parser.egg-info %{python3_sitelib}/%{name}/ %changelog +* Wed Jul 24 2024 Miroslav Suchý - 1.0.0-11 +- convert license to SPDX + * Wed Jul 17 2024 Fedora Release Engineering - 1.0.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 591bd6bbb90daf5ed598480567f3940b095fbf2e Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 13 Dec 2024 16:31:50 +0000 Subject: [PATCH 43/43] Mycroft is dead and as a result this is unmaintained --- .gitignore | 1 - adapt.spec | 175 --------------------------------------------------- dead.package | 1 + sources | 1 - 4 files changed, 1 insertion(+), 177 deletions(-) delete mode 100644 .gitignore delete mode 100644 adapt.spec create mode 100644 dead.package delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 5421f8a..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/adapt-*.tar.gz diff --git a/adapt.spec b/adapt.spec deleted file mode 100644 index f109b1b..0000000 --- a/adapt.spec +++ /dev/null @@ -1,175 +0,0 @@ -%{?python_enable_dependency_generator} -%global with_tests 0 - -Name: adapt -Version: 1.0.0 -Release: 11%{?dist} -Summary: Mycroft's Adapt Intent Parser -# Automatically converted from old format: ASL 2.0 - review is highly recommended. -License: Apache-2.0 -URL: https://adapt.mycroft.ai/ -Source0: https://github.com/MycroftAI/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildArch: noarch - -BuildRequires: libicu-devel -BuildRequires: pulseaudio-libs-devel -BuildRequires: python3-devel -BuildRequires: python3-setuptools - -%if 0%{?with_tests} -BuildRequires: python3dist(six) -BuildRequires: python3dist(pyee) = 5 -BuildRequires: python3-pep8 -%endif - -%description -The Adapt Intent Parser is a flexible and extensible intent definition and -determination framework. It is intended to parse natural language text into a -structured intent that can then be invoked programatically. - -%package -n python3-adapt -Summary: A python3 library for Adapt Intent Parser -%{?python_provide:%python_provide python3-adapt} - -%description -n python3-adapt -A python3 library for Adapt Intent Parser. - -%prep -%autosetup -p1 -n %{name}-release-v%{version} -rm -rf adapt-parser.egg-info - -%build -%py3_build - -%install -%py3_install - -%check -%if %{with_tests} -%{__python3} setup.py test -%endif - -%files -n python3-adapt -%license LICENSE.md -%{python3_sitelib}/%{name}_parser-%{version}* -%{python3_sitelib}/%{name}/ - -%changelog -* Wed Jul 24 2024 Miroslav Suchý - 1.0.0-11 -- convert license to SPDX - -* Wed Jul 17 2024 Fedora Release Engineering - 1.0.0-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Fri Jun 07 2024 Python Maint - 1.0.0-9 -- Rebuilt for Python 3.13 - -* Mon Jan 22 2024 Fedora Release Engineering - 1.0.0-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Fri Jan 19 2024 Fedora Release Engineering - 1.0.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Wed Jul 19 2023 Fedora Release Engineering - 1.0.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Tue Jun 13 2023 Python Maint - 1.0.0-5 -- Rebuilt for Python 3.12 - -* Wed Jan 18 2023 Fedora Release Engineering - 1.0.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Wed Jul 20 2022 Fedora Release Engineering - 1.0.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Mon Jun 13 2022 Python Maint - 1.0.0-2 -- Rebuilt for Python 3.11 - -* Sun Jan 30 2022 Peter Robinson - 1.0.0-1 -- Update to 1.0.0 - -* Wed Jan 19 2022 Fedora Release Engineering - 0.5.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Tue Aug 24 2021 Peter Robinson - 0.5.1-1 -- Update to 0.5.1 - -* Wed Jul 21 2021 Fedora Release Engineering - 0.3.7-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jun 04 2021 Python Maint - 0.3.7-3 -- Rebuilt for Python 3.10 - -* Mon Jan 25 2021 Fedora Release Engineering - 0.3.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Tue Dec 1 2020 Peter Robinson - 0.3.7-1 -- Update to 0.3.7 - -* Thu Jul 30 2020 Peter Robinson - 0.3.6-1 -- Update to 0.3.6 - -* Mon Jul 27 2020 Fedora Release Engineering - 0.3.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue May 26 2020 Miro Hrončok - 0.3.5-2 -- Rebuilt for Python 3.9 - -* Sun May 03 2020 Peter Robinson - 0.3.5-1 -- Update to 0.3.5 - -* 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 - -* Fri Nov 29 2019 Peter Robinson 0.3.4-1 -- Update to 0.3.4 - -* Thu Oct 03 2019 Miro Hrončok - 0.3.3-5 -- Rebuilt for Python 3.8.0rc1 (#1748018) - -* Mon Aug 19 2019 Miro Hrončok - 0.3.3-4 -- Rebuilt for Python 3.8 - -* Mon Aug 19 2019 Miro Hrončok - 0.3.3-3 -- Rebuilt for Python 3.8 - -* Wed Jul 24 2019 Fedora Release Engineering - 0.3.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Tue Jul 2 2019 Peter Robinson 0.3.3-1 -- Update to 0.3.3 - -* Thu Jan 31 2019 Fedora Release Engineering - 0.3.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Thu Dec 27 2018 Igor Gnatenko - 0.3.2-2 -- Enable python dependency generator - -* Sat Dec 22 2018 Peter Robinson 0.3.2-1 -- Update to 0.3.2 -- License changed to Apache 2.0 - -* Thu Jul 12 2018 Fedora Release Engineering - 0.3.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jun 19 2018 Miro Hrončok - 0.3.0-6 -- Rebuilt for Python 3.7 - -* Sun May 20 2018 Peter Robinson 0.3.0-5 -- Drop python2 support - -* Wed Feb 07 2018 Fedora Release Engineering - 0.3.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Mon Dec 11 2017 Iryna Shcherbina - 0.3.0-3 -- Fix ambiguous Python 2 dependency declarations - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Wed Jul 26 2017 Fedora Release Engineering - 0.3.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sun Mar 19 2017 Peter Robinson 0.3.0-1 -- Initial package diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..e6aadb7 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Mycroft is dead and as a result this is unmaintained diff --git a/sources b/sources deleted file mode 100644 index 1cd792e..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (adapt-1.0.0.tar.gz) = 4defe0fb33e0b817e0cd7ffa326bfd69e32c9187a4f752dd49d45003000cd897e19f6daaab2f8585274bb9849243b9c9c5e73de00b255004bd4478f1df335631