diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-05-05 05:22:40 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-05-05 05:22:40 +0000 |
| commit | c405dd634fc6c8b54e82df010ae35553850060fc (patch) | |
| tree | a6422599a0a2360d3e63f17ea6667ed8079f725d /python-azure-cognitiveservices-language-luis.spec | |
| parent | 6cbff7bf7c8cf066a0e76907b221cb714c74963c (diff) | |
automatic import of python-azure-cognitiveservices-language-luisopeneuler20.03
Diffstat (limited to 'python-azure-cognitiveservices-language-luis.spec')
| -rw-r--r-- | python-azure-cognitiveservices-language-luis.spec | 733 |
1 files changed, 733 insertions, 0 deletions
diff --git a/python-azure-cognitiveservices-language-luis.spec b/python-azure-cognitiveservices-language-luis.spec new file mode 100644 index 0000000..8d966b2 --- /dev/null +++ b/python-azure-cognitiveservices-language-luis.spec @@ -0,0 +1,733 @@ +%global _empty_manifest_terminate_build 0 +Name: python-azure-cognitiveservices-language-luis +Version: 0.7.0 +Release: 1 +Summary: Microsoft Azure Cognitive Services LUIS Client Library for Python +License: MIT License +URL: https://github.com/Azure/azure-sdk-for-python +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/07/79/681d8eb6759c012acdf13bbc6595da7e85e7c20d158767669c90654c6aab/azure-cognitiveservices-language-luis-0.7.0.zip +BuildArch: noarch + +Requires: python3-msrest +Requires: python3-msrestazure +Requires: python3-azure-common +Requires: python3-azure-cognitiveservices-language-nspkg + +%description +# Microsoft Azure SDK for Python + +This is the Microsoft Azure Cognitive Services LUIS Client Library. +This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. +For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) + + +# Usage + +For code examples, see [Cognitive Services LUIS](https://docs.microsoft.com/python/api/overview/azure/cognitive-services) +on docs.microsoft.com. + + +# Provide Feedback + +If you encounter any bugs or have suggestions, please file an issue in the +[Issues](https://github.com/Azure/azure-sdk-for-python/issues) +section of the project. + + + + + +# Release History + +## 0.7.0 (2020-06-15) + +*Authoring* + +**Features** + + - Model JSONEntity has a new parameter children + - Model EntityLabel has a new parameter children + - Model EntityPrediction has a new parameter children + - Model EntityLabelObject has a new parameter children + - Model ModelFeatureInformation has a new parameter is_required + +**Breaking changes** + + - Operation ExamplesOperations.add has a new signature + - Operation ExamplesOperations.batch has a new signature + - Operation ExamplesOperations.list has a new signature + - Operation ModelOperations.list_entity_suggestions has a new signature + - Operation ModelOperations.list_intent_suggestions has a new signature + - Operation ModelOperations.delete_entity_feature has a new signature + - Operation ModelOperations.delete_intent_feature has a new signature + - Operation FeaturesOperations.add_entity_feature has a new signature + - Operation FeaturesOperations.add_intent_feature has a new signature + - Removed operation group PermissionsOperations + +## 0.6.0 (2020-05-11) + +*Authoring* + +**Features** + + - Added operation AppsOperations.import_v2_app + - Added operation AppsOperations.import_lu_format + - Added operation VersionsOperations.import_v2_app + - Added operation VersionsOperations.export_lu_format + - Added operation VersionsOperations.import_lu_format + +**Breaking changes** + + - Operation AzureAccountsOperations.get_assigned has a new signature (added arm_token parameter) + - Operation AzureAccountsOperations.assign_to_app has a new signature (added arm_token parameter) + - Operation AzureAccountsOperations.remove_from_app has a new signature (added arm_token parameter) + - Operation AzureAccountsOperations.list_user_luis_accounts has a new signature (added arm_token parameter) + +## 0.5.0 (2019-11-08) + +*Authoring* + +**Features** + + - Model HierarchicalChildEntity has a new parameter children + - Model HierarchicalChildEntity has a new parameter instance_of + - Model PatternFeatureInfo has a new parameter + enabled_for_all_models + - Model PhraseListFeatureInfo has a new parameter + enabled_for_all_models + - Model PhraselistCreateObject has a new parameter + enabled_for_all_models + - Model PhraselistUpdateObject has a new parameter + enabled_for_all_models + - Model JSONModelFeature has a new parameter enabled_for_all_models + - Model ChildEntity has a new parameter children + - Model ChildEntity has a new parameter instance_of + - Model ChildEntity has a new parameter type_id + - Model ChildEntity has a new parameter readable_type + - Model FeatureInfoObject has a new parameter + enabled_for_all_models + - Model LuisApp has a new parameter phraselists + - Model LuisApp has a new parameter hierarchicals + - Model HierarchicalModel has a new parameter features + - Added operation ModelOperations.get_intent_features + - Added operation ModelOperations.replace_intent_features + - Added operation ModelOperations.update_entity_child + - Added operation ModelOperations.add_entity_child + - Added operation ModelOperations.delete_entity_feature + - Added operation ModelOperations.delete_intent_feature + - Added operation ModelOperations.replace_entity_features + - Added operation ModelOperations.get_entity_features + - Added operation FeaturesOperations.add_intent_feature + - Added operation FeaturesOperations.add_entity_feature + +**Breaking changes** + + - Operation ModelOperations.update_hierarchical_entity has a new + signature + - Operation ModelOperations.add_entity has a new signature + - Model LuisApp no longer has parameter model_features + - Removed operation ModelOperations.add_hierarchical_entity + - Removed operation ModelOperations.add_composite_entity + - Removed operation ModelOperations.add_hierarchical_entity_child + - Removed operation ModelOperations.update_entity + - Removed operation + FeaturesOperations.list_application_version_pattern_features + +## 0.4.0 (2019-10-25) + +**Features** + + - Added operation PredictionOperations.get_slot_prediction + - Added operation PredictionOperations.get_version_prediction + +**Breaking changes** - Parameter score of model Sentiment is now +required - Model EntityLabel no longer has parameter role - Model +EntityLabel no longer has parameter role_id - Model JSONEntity no +longer has parameter role - Model EntityLabelObject no longer has +parameter role - Model CompositeEntityModel has a new signature - +Removed operation PredictionOperations.resolve + +## 0.3.1 (2019-09-11) + +*Authoring* + +**Bugfixes** + + - Removed duplicate enum + +## 0.3.0 (2019-08-27) + +*Authoring* + +**Features** + + - Model EntityLabelObject has a new parameter role + - Model JSONEntity has a new parameter role + - Model EntityLabel has a new parameter role + - Model EntityLabel has a new parameter role_id + +## 0.2.0 (2019-04-26) + +*Authoring* + +**Features** + + - Model ProductionOrStagingEndpointInfo has a new parameter + failed_regions + - Model EndpointInfo has a new parameter failed_regions + - Added operation PatternOperations.list_patterns + - Added operation PatternOperations.list_intent_patterns + - Added operation ModelOperations.list_pattern_any_entity_roles + - Added operation ModelOperations.list_regex_entity_infos + - Added operation ModelOperations.list_pattern_any_entity_infos + - Added operation ModelOperations.list_composite_entity_roles + - Added operation ModelOperations.list_entity_suggestions + - Added operation ModelOperations.list_hierarchical_entity_roles + - Added operation ModelOperations.list_prebuilt_entity_roles + - Added operation ModelOperations.list_entity_roles + - Added operation ModelOperations.list_regex_entity_roles + - Added operation ModelOperations.list_intent_suggestions + - Added operation + ModelOperations.list_custom_prebuilt_entity_roles + - Added operation ModelOperations.list_closed_list_entity_roles + - Added operation + FeaturesOperations.list_application_version_pattern_features + - Added operation + AppsOperations.package_published_application_as_gzip + - Added operation + AppsOperations.package_trained_application_as_gzip + - Added operation group SettingsOperations + - Added operation group AzureAccountsOperations + +**Breaking changes** + + - Operation AppsOperations.update_settings has a new signature + - Operation AppsOperations.delete has a new signature + - Operation AppsOperations.publish has a new signature + - Model ApplicationPublishObject no longer has parameter region + - Removed operation PatternOperations.get_intent_patterns + - Removed operation PatternOperations.get_patterns + - Removed operation ModelOperations.get_regex_entity_roles + - Removed operation + ModelOperations.get_custom_prebuilt_entity_roles + - Removed operation ModelOperations.get_pattern_any_entity_infos + - Removed operation ModelOperations.get_prebuilt_entity_roles + - Removed operation ModelOperations.get_composite_entity_roles + - Removed operation ModelOperations.get_pattern_any_entity_roles + - Removed operation ModelOperations.get_entity_roles + - Removed operation ModelOperations.get_regex_entity_infos + - Removed operation ModelOperations.get_entity_suggestions + - Removed operation ModelOperations.get_closed_list_entity_roles + - Removed operation ModelOperations.get_intent_suggestions + - Removed operation ModelOperations.get_hierarchical_entity_roles + - Model ApplicationSettingUpdateObject has a new signature + +*Runtime* + +**Features** + + - Model LuisResult has a new parameter connected_service_result + +## 0.1.0 (2018-08-15) + + - Initial Release + + + + +%package -n python3-azure-cognitiveservices-language-luis +Summary: Microsoft Azure Cognitive Services LUIS Client Library for Python +Provides: python-azure-cognitiveservices-language-luis +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-azure-cognitiveservices-language-luis +# Microsoft Azure SDK for Python + +This is the Microsoft Azure Cognitive Services LUIS Client Library. +This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. +For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) + + +# Usage + +For code examples, see [Cognitive Services LUIS](https://docs.microsoft.com/python/api/overview/azure/cognitive-services) +on docs.microsoft.com. + + +# Provide Feedback + +If you encounter any bugs or have suggestions, please file an issue in the +[Issues](https://github.com/Azure/azure-sdk-for-python/issues) +section of the project. + + + + + +# Release History + +## 0.7.0 (2020-06-15) + +*Authoring* + +**Features** + + - Model JSONEntity has a new parameter children + - Model EntityLabel has a new parameter children + - Model EntityPrediction has a new parameter children + - Model EntityLabelObject has a new parameter children + - Model ModelFeatureInformation has a new parameter is_required + +**Breaking changes** + + - Operation ExamplesOperations.add has a new signature + - Operation ExamplesOperations.batch has a new signature + - Operation ExamplesOperations.list has a new signature + - Operation ModelOperations.list_entity_suggestions has a new signature + - Operation ModelOperations.list_intent_suggestions has a new signature + - Operation ModelOperations.delete_entity_feature has a new signature + - Operation ModelOperations.delete_intent_feature has a new signature + - Operation FeaturesOperations.add_entity_feature has a new signature + - Operation FeaturesOperations.add_intent_feature has a new signature + - Removed operation group PermissionsOperations + +## 0.6.0 (2020-05-11) + +*Authoring* + +**Features** + + - Added operation AppsOperations.import_v2_app + - Added operation AppsOperations.import_lu_format + - Added operation VersionsOperations.import_v2_app + - Added operation VersionsOperations.export_lu_format + - Added operation VersionsOperations.import_lu_format + +**Breaking changes** + + - Operation AzureAccountsOperations.get_assigned has a new signature (added arm_token parameter) + - Operation AzureAccountsOperations.assign_to_app has a new signature (added arm_token parameter) + - Operation AzureAccountsOperations.remove_from_app has a new signature (added arm_token parameter) + - Operation AzureAccountsOperations.list_user_luis_accounts has a new signature (added arm_token parameter) + +## 0.5.0 (2019-11-08) + +*Authoring* + +**Features** + + - Model HierarchicalChildEntity has a new parameter children + - Model HierarchicalChildEntity has a new parameter instance_of + - Model PatternFeatureInfo has a new parameter + enabled_for_all_models + - Model PhraseListFeatureInfo has a new parameter + enabled_for_all_models + - Model PhraselistCreateObject has a new parameter + enabled_for_all_models + - Model PhraselistUpdateObject has a new parameter + enabled_for_all_models + - Model JSONModelFeature has a new parameter enabled_for_all_models + - Model ChildEntity has a new parameter children + - Model ChildEntity has a new parameter instance_of + - Model ChildEntity has a new parameter type_id + - Model ChildEntity has a new parameter readable_type + - Model FeatureInfoObject has a new parameter + enabled_for_all_models + - Model LuisApp has a new parameter phraselists + - Model LuisApp has a new parameter hierarchicals + - Model HierarchicalModel has a new parameter features + - Added operation ModelOperations.get_intent_features + - Added operation ModelOperations.replace_intent_features + - Added operation ModelOperations.update_entity_child + - Added operation ModelOperations.add_entity_child + - Added operation ModelOperations.delete_entity_feature + - Added operation ModelOperations.delete_intent_feature + - Added operation ModelOperations.replace_entity_features + - Added operation ModelOperations.get_entity_features + - Added operation FeaturesOperations.add_intent_feature + - Added operation FeaturesOperations.add_entity_feature + +**Breaking changes** + + - Operation ModelOperations.update_hierarchical_entity has a new + signature + - Operation ModelOperations.add_entity has a new signature + - Model LuisApp no longer has parameter model_features + - Removed operation ModelOperations.add_hierarchical_entity + - Removed operation ModelOperations.add_composite_entity + - Removed operation ModelOperations.add_hierarchical_entity_child + - Removed operation ModelOperations.update_entity + - Removed operation + FeaturesOperations.list_application_version_pattern_features + +## 0.4.0 (2019-10-25) + +**Features** + + - Added operation PredictionOperations.get_slot_prediction + - Added operation PredictionOperations.get_version_prediction + +**Breaking changes** - Parameter score of model Sentiment is now +required - Model EntityLabel no longer has parameter role - Model +EntityLabel no longer has parameter role_id - Model JSONEntity no +longer has parameter role - Model EntityLabelObject no longer has +parameter role - Model CompositeEntityModel has a new signature - +Removed operation PredictionOperations.resolve + +## 0.3.1 (2019-09-11) + +*Authoring* + +**Bugfixes** + + - Removed duplicate enum + +## 0.3.0 (2019-08-27) + +*Authoring* + +**Features** + + - Model EntityLabelObject has a new parameter role + - Model JSONEntity has a new parameter role + - Model EntityLabel has a new parameter role + - Model EntityLabel has a new parameter role_id + +## 0.2.0 (2019-04-26) + +*Authoring* + +**Features** + + - Model ProductionOrStagingEndpointInfo has a new parameter + failed_regions + - Model EndpointInfo has a new parameter failed_regions + - Added operation PatternOperations.list_patterns + - Added operation PatternOperations.list_intent_patterns + - Added operation ModelOperations.list_pattern_any_entity_roles + - Added operation ModelOperations.list_regex_entity_infos + - Added operation ModelOperations.list_pattern_any_entity_infos + - Added operation ModelOperations.list_composite_entity_roles + - Added operation ModelOperations.list_entity_suggestions + - Added operation ModelOperations.list_hierarchical_entity_roles + - Added operation ModelOperations.list_prebuilt_entity_roles + - Added operation ModelOperations.list_entity_roles + - Added operation ModelOperations.list_regex_entity_roles + - Added operation ModelOperations.list_intent_suggestions + - Added operation + ModelOperations.list_custom_prebuilt_entity_roles + - Added operation ModelOperations.list_closed_list_entity_roles + - Added operation + FeaturesOperations.list_application_version_pattern_features + - Added operation + AppsOperations.package_published_application_as_gzip + - Added operation + AppsOperations.package_trained_application_as_gzip + - Added operation group SettingsOperations + - Added operation group AzureAccountsOperations + +**Breaking changes** + + - Operation AppsOperations.update_settings has a new signature + - Operation AppsOperations.delete has a new signature + - Operation AppsOperations.publish has a new signature + - Model ApplicationPublishObject no longer has parameter region + - Removed operation PatternOperations.get_intent_patterns + - Removed operation PatternOperations.get_patterns + - Removed operation ModelOperations.get_regex_entity_roles + - Removed operation + ModelOperations.get_custom_prebuilt_entity_roles + - Removed operation ModelOperations.get_pattern_any_entity_infos + - Removed operation ModelOperations.get_prebuilt_entity_roles + - Removed operation ModelOperations.get_composite_entity_roles + - Removed operation ModelOperations.get_pattern_any_entity_roles + - Removed operation ModelOperations.get_entity_roles + - Removed operation ModelOperations.get_regex_entity_infos + - Removed operation ModelOperations.get_entity_suggestions + - Removed operation ModelOperations.get_closed_list_entity_roles + - Removed operation ModelOperations.get_intent_suggestions + - Removed operation ModelOperations.get_hierarchical_entity_roles + - Model ApplicationSettingUpdateObject has a new signature + +*Runtime* + +**Features** + + - Model LuisResult has a new parameter connected_service_result + +## 0.1.0 (2018-08-15) + + - Initial Release + + + + +%package help +Summary: Development documents and examples for azure-cognitiveservices-language-luis +Provides: python3-azure-cognitiveservices-language-luis-doc +%description help +# Microsoft Azure SDK for Python + +This is the Microsoft Azure Cognitive Services LUIS Client Library. +This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8. +For a more complete view of Azure libraries, see the [Github repo](https://github.com/Azure/azure-sdk-for-python/) + + +# Usage + +For code examples, see [Cognitive Services LUIS](https://docs.microsoft.com/python/api/overview/azure/cognitive-services) +on docs.microsoft.com. + + +# Provide Feedback + +If you encounter any bugs or have suggestions, please file an issue in the +[Issues](https://github.com/Azure/azure-sdk-for-python/issues) +section of the project. + + + + + +# Release History + +## 0.7.0 (2020-06-15) + +*Authoring* + +**Features** + + - Model JSONEntity has a new parameter children + - Model EntityLabel has a new parameter children + - Model EntityPrediction has a new parameter children + - Model EntityLabelObject has a new parameter children + - Model ModelFeatureInformation has a new parameter is_required + +**Breaking changes** + + - Operation ExamplesOperations.add has a new signature + - Operation ExamplesOperations.batch has a new signature + - Operation ExamplesOperations.list has a new signature + - Operation ModelOperations.list_entity_suggestions has a new signature + - Operation ModelOperations.list_intent_suggestions has a new signature + - Operation ModelOperations.delete_entity_feature has a new signature + - Operation ModelOperations.delete_intent_feature has a new signature + - Operation FeaturesOperations.add_entity_feature has a new signature + - Operation FeaturesOperations.add_intent_feature has a new signature + - Removed operation group PermissionsOperations + +## 0.6.0 (2020-05-11) + +*Authoring* + +**Features** + + - Added operation AppsOperations.import_v2_app + - Added operation AppsOperations.import_lu_format + - Added operation VersionsOperations.import_v2_app + - Added operation VersionsOperations.export_lu_format + - Added operation VersionsOperations.import_lu_format + +**Breaking changes** + + - Operation AzureAccountsOperations.get_assigned has a new signature (added arm_token parameter) + - Operation AzureAccountsOperations.assign_to_app has a new signature (added arm_token parameter) + - Operation AzureAccountsOperations.remove_from_app has a new signature (added arm_token parameter) + - Operation AzureAccountsOperations.list_user_luis_accounts has a new signature (added arm_token parameter) + +## 0.5.0 (2019-11-08) + +*Authoring* + +**Features** + + - Model HierarchicalChildEntity has a new parameter children + - Model HierarchicalChildEntity has a new parameter instance_of + - Model PatternFeatureInfo has a new parameter + enabled_for_all_models + - Model PhraseListFeatureInfo has a new parameter + enabled_for_all_models + - Model PhraselistCreateObject has a new parameter + enabled_for_all_models + - Model PhraselistUpdateObject has a new parameter + enabled_for_all_models + - Model JSONModelFeature has a new parameter enabled_for_all_models + - Model ChildEntity has a new parameter children + - Model ChildEntity has a new parameter instance_of + - Model ChildEntity has a new parameter type_id + - Model ChildEntity has a new parameter readable_type + - Model FeatureInfoObject has a new parameter + enabled_for_all_models + - Model LuisApp has a new parameter phraselists + - Model LuisApp has a new parameter hierarchicals + - Model HierarchicalModel has a new parameter features + - Added operation ModelOperations.get_intent_features + - Added operation ModelOperations.replace_intent_features + - Added operation ModelOperations.update_entity_child + - Added operation ModelOperations.add_entity_child + - Added operation ModelOperations.delete_entity_feature + - Added operation ModelOperations.delete_intent_feature + - Added operation ModelOperations.replace_entity_features + - Added operation ModelOperations.get_entity_features + - Added operation FeaturesOperations.add_intent_feature + - Added operation FeaturesOperations.add_entity_feature + +**Breaking changes** + + - Operation ModelOperations.update_hierarchical_entity has a new + signature + - Operation ModelOperations.add_entity has a new signature + - Model LuisApp no longer has parameter model_features + - Removed operation ModelOperations.add_hierarchical_entity + - Removed operation ModelOperations.add_composite_entity + - Removed operation ModelOperations.add_hierarchical_entity_child + - Removed operation ModelOperations.update_entity + - Removed operation + FeaturesOperations.list_application_version_pattern_features + +## 0.4.0 (2019-10-25) + +**Features** + + - Added operation PredictionOperations.get_slot_prediction + - Added operation PredictionOperations.get_version_prediction + +**Breaking changes** - Parameter score of model Sentiment is now +required - Model EntityLabel no longer has parameter role - Model +EntityLabel no longer has parameter role_id - Model JSONEntity no +longer has parameter role - Model EntityLabelObject no longer has +parameter role - Model CompositeEntityModel has a new signature - +Removed operation PredictionOperations.resolve + +## 0.3.1 (2019-09-11) + +*Authoring* + +**Bugfixes** + + - Removed duplicate enum + +## 0.3.0 (2019-08-27) + +*Authoring* + +**Features** + + - Model EntityLabelObject has a new parameter role + - Model JSONEntity has a new parameter role + - Model EntityLabel has a new parameter role + - Model EntityLabel has a new parameter role_id + +## 0.2.0 (2019-04-26) + +*Authoring* + +**Features** + + - Model ProductionOrStagingEndpointInfo has a new parameter + failed_regions + - Model EndpointInfo has a new parameter failed_regions + - Added operation PatternOperations.list_patterns + - Added operation PatternOperations.list_intent_patterns + - Added operation ModelOperations.list_pattern_any_entity_roles + - Added operation ModelOperations.list_regex_entity_infos + - Added operation ModelOperations.list_pattern_any_entity_infos + - Added operation ModelOperations.list_composite_entity_roles + - Added operation ModelOperations.list_entity_suggestions + - Added operation ModelOperations.list_hierarchical_entity_roles + - Added operation ModelOperations.list_prebuilt_entity_roles + - Added operation ModelOperations.list_entity_roles + - Added operation ModelOperations.list_regex_entity_roles + - Added operation ModelOperations.list_intent_suggestions + - Added operation + ModelOperations.list_custom_prebuilt_entity_roles + - Added operation ModelOperations.list_closed_list_entity_roles + - Added operation + FeaturesOperations.list_application_version_pattern_features + - Added operation + AppsOperations.package_published_application_as_gzip + - Added operation + AppsOperations.package_trained_application_as_gzip + - Added operation group SettingsOperations + - Added operation group AzureAccountsOperations + +**Breaking changes** + + - Operation AppsOperations.update_settings has a new signature + - Operation AppsOperations.delete has a new signature + - Operation AppsOperations.publish has a new signature + - Model ApplicationPublishObject no longer has parameter region + - Removed operation PatternOperations.get_intent_patterns + - Removed operation PatternOperations.get_patterns + - Removed operation ModelOperations.get_regex_entity_roles + - Removed operation + ModelOperations.get_custom_prebuilt_entity_roles + - Removed operation ModelOperations.get_pattern_any_entity_infos + - Removed operation ModelOperations.get_prebuilt_entity_roles + - Removed operation ModelOperations.get_composite_entity_roles + - Removed operation ModelOperations.get_pattern_any_entity_roles + - Removed operation ModelOperations.get_entity_roles + - Removed operation ModelOperations.get_regex_entity_infos + - Removed operation ModelOperations.get_entity_suggestions + - Removed operation ModelOperations.get_closed_list_entity_roles + - Removed operation ModelOperations.get_intent_suggestions + - Removed operation ModelOperations.get_hierarchical_entity_roles + - Model ApplicationSettingUpdateObject has a new signature + +*Runtime* + +**Features** + + - Model LuisResult has a new parameter connected_service_result + +## 0.1.0 (2018-08-15) + + - Initial Release + + + + +%prep +%autosetup -n azure-cognitiveservices-language-luis-0.7.0 + +%build +%py3_build + +%install +%py3_install +install -d -m755 %{buildroot}/%{_pkgdocdir} +if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi +if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi +if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi +if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +pushd %{buildroot} +if [ -d usr/lib ]; then + find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/lib64 ]; then + find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/bin ]; then + find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/sbin ]; then + find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst +fi +touch doclist.lst +if [ -d usr/share/man ]; then + find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst +fi +popd +mv %{buildroot}/filelist.lst . +mv %{buildroot}/doclist.lst . + +%files -n python3-azure-cognitiveservices-language-luis -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Fri May 05 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.0-1 +- Package Spec generated |
