diff options
| author | Lyes Saadi <dev@lyes.eu> | 2022-08-16 11:35:13 +0100 |
|---|---|---|
| committer | Lyes Saadi <dev@lyes.eu> | 2022-08-16 11:35:13 +0100 |
| commit | 71ee9484e5bf57b6a5fe3dbd8d65eff5665388d7 (patch) | |
| tree | ba2660ff73af077d08c9dcf90619817dec93973f /mycroft/python-adapt-parser | |
| parent | 0a58b90819f863b8b77d1c58c6fe326a0c2b9236 (diff) | |
| download | spec-71ee9484e5bf57b6a5fe3dbd8d65eff5665388d7.tar.gz spec-71ee9484e5bf57b6a5fe3dbd8d65eff5665388d7.tar.xz spec-71ee9484e5bf57b6a5fe3dbd8d65eff5665388d7.zip | |
Sending some unpushed experiments
Diffstat (limited to 'mycroft/python-adapt-parser')
| -rw-r--r-- | mycroft/python-adapt-parser/python-adapt-parser.spec | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/mycroft/python-adapt-parser/python-adapt-parser.spec b/mycroft/python-adapt-parser/python-adapt-parser.spec index 5e05a63..2e2ef2e 100644 --- a/mycroft/python-adapt-parser/python-adapt-parser.spec +++ b/mycroft/python-adapt-parser/python-adapt-parser.spec @@ -1,15 +1,13 @@ %global pypi_name adapt-parser Name: python-%{pypi_name} -Version: 0.3.5 +Version: 1.0.0 Release: 1%{?dist} Summary: A text-to-intent parsing framework License: ASL 2.0 URL: https://github.com/MycroftAI/adapt Source0: %{pypi_source} -# Adding the license file as it is not included in the pypi tarball. -Source1: https://raw.githubusercontent.com/MycroftAI/adapt/master/LICENSE.md BuildArch: noarch BuildRequires: python3-devel @@ -29,7 +27,7 @@ structured intent that can then be invoked programatically. Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} -Requires: python3-ee >= 5 +Requires: python3dist(ee) >= 8.1 Requires: python3dist(six) >= 1.10 %description -n python3-%{pypi_name} %_description @@ -38,7 +36,6 @@ Requires: python3dist(six) >= 1.10 %autosetup -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info -cp %{SOURCE1} . %build %py3_build @@ -53,5 +50,17 @@ cp %{SOURCE1} . %{python3_sitelib}/adapt_parser-%{version}-py%{python3_version}.egg-info %changelog +* Thu Sep 30 2021 Lyes Saadi <fedora@lyes.eu> - 1.0.0-1 +- Updating to 1.0.0 + +* Mon Sep 13 2021 Lyes Saadi <fedora@lyes.eu> - 0.6.1-1 +- Updating to 0.6.1 + +* Sun Sep 12 2021 Lyes Saadi <fedora@lyes.eu> - 0.6.0-1 +- Updating to 0.6.0 + +* Sun Aug 15 2021 Lyes Saadi <fedora@lyes.eu> - 0.5.1-1 +- Updating to 0.5.1 + * Sat Jun 06 2020 Lyes Saadi <fedora@lyes.eu> - 0.3.5-1 - Initial Package |
