From 1656c79003c6ee0b3abd1bd0c8d993bf564a7a09 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jan 2020 11:11:07 +0000 Subject: [PATCH 01/25] - 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 02/25] 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 03/25] 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 04/25] 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 05/25] - 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 06/25] 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 07/25] 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 08/25] - 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 09/25] 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 10/25] - 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 11/25] - 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 12/25] 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 13/25] - 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 14/25] 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 15/25] 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 16/25] 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 17/25] 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 18/25] 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 19/25] 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 20/25] 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 21/25] 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 22/25] 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 23/25] 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 24/25] 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 25/25] 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