diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-05 07:31:55 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-05 07:31:55 +0000 |
commit | 224815be7f5802ee404e6e9544abbab1dad88b8c (patch) | |
tree | 7b2ed11d6f15e27641fb8bf48a31379f3bca7e8c | |
parent | 7f4ccb47bd1d4e44d425aa405967bf3c45973144 (diff) |
automatic import of python-azure-cognitiveservices-vision-faceopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-azure-cognitiveservices-vision-face.spec | 441 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 443 insertions, 0 deletions
@@ -0,0 +1 @@ +/azure-cognitiveservices-vision-face-0.6.0.zip diff --git a/python-azure-cognitiveservices-vision-face.spec b/python-azure-cognitiveservices-vision-face.spec new file mode 100644 index 0000000..b2f5ff4 --- /dev/null +++ b/python-azure-cognitiveservices-vision-face.spec @@ -0,0 +1,441 @@ +%global _empty_manifest_terminate_build 0 +Name: python-azure-cognitiveservices-vision-face +Version: 0.6.0 +Release: 1 +Summary: Microsoft Azure Cognitive Services Face 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/83/0c/fce122bede558d3b4efe2860434095777a6d995169b1763b96465ccaa6db/azure-cognitiveservices-vision-face-0.6.0.zip +BuildArch: noarch + +Requires: python3-msrest +Requires: python3-azure-common +Requires: python3-azure-cognitiveservices-vision-nspkg + +%description +# Microsoft Azure SDK for Python + +This is the Microsoft Azure Cognitive Services Face 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 [azure sdk python release](https://aka.ms/azsdk/python/all). + + +# Usage + + + + +For code examples, see [Cognitive Services Face](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.6.0 (2021-12-02) + +**Features** + + - Add support for Face Recognition Quality Score. + +**Breaking changes** + + - Various operations that previously accepted an optional name parameter + are now required. + +## 0.5.0 (2021-03-12) + +**Features** + + - Model FaceAttributes has a new parameter mask + +**Breaking changes** + + - Operation FaceOperations.detect_with_stream has a new signature + - Operation FaceOperations.detect_with_url has a new signature + +## 0.4.1 (2020-06-24) + +**Features** + +- Add recognition_03 support + +## 0.4.0 (2019-06-27) + +**Features** + + - Add "detection_model" to operations when possible. This is a + breaking change if you were using positional arguments on some + scenarios + +**Breaking changes** + + - Operation FaceListOperations.add_face_from_stream has a new + signature + - Operation FaceListOperations.add_face_from_url has a new + signature + - Operation FaceOperations.detect_with_stream has a new signature + - Operation FaceOperations.detect_with_url has a new signature + - Operation LargeFaceListOperations.add_face_from_stream has a new + signature + - Operation LargeFaceListOperations.add_face_from_url has a new + signature + - Operation LargePersonGroupPersonOperations.add_face_from_stream + has a new signature + - Operation LargePersonGroupPersonOperations.add_face_from_url has + a new signature + - Operation PersonGroupPersonOperations.add_face_from_stream has a + new signature + - Operation PersonGroupPersonOperations.add_face_from_url has a new + signature + +## 0.3.0 (2019-03-28) + +**Features** + + - Model PersonGroup has a new parameter recognition_model + - Model FaceList has a new parameter recognition_model + - Model LargePersonGroup has a new parameter recognition_model + - Model LargeFaceList has a new parameter recognition_model + - Model DetectedFace has a new parameter recognition_model + +**Breaking changes** + + - Operation FaceListOperations.create has a new signature + - Operation FaceListOperations.get has a new signature + - Operation FaceOperations.detect_with_stream has a new signature + - Operation FaceOperations.detect_with_stream has a new signature + - Operation FaceOperations.detect_with_url has a new signature + - Operation FaceOperations.detect_with_url has a new signature + - Operation LargeFaceListOperations.create has a new signature + - Operation LargeFaceListOperations.get has a new signature + - Operation LargePersonGroupOperations.create has a new signature + - Operation LargePersonGroupOperations.get has a new signature + - Operation LargePersonGroupOperations.list has a new signature + - Operation PersonGroupOperations.create has a new signature + - Operation PersonGroupOperations.get has a new signature + - Operation PersonGroupOperations.list has a new signature + - Operation FaceListOperations.list has a new signature + - Operation LargeFaceListOperations.list has a new signature + +## 0.2.0 (2019-03-07) + + - Add snapshots features + +## 0.1.0 (2018-10-17) + + - Initial Release + + + + +%package -n python3-azure-cognitiveservices-vision-face +Summary: Microsoft Azure Cognitive Services Face Client Library for Python +Provides: python-azure-cognitiveservices-vision-face +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-azure-cognitiveservices-vision-face +# Microsoft Azure SDK for Python + +This is the Microsoft Azure Cognitive Services Face 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 [azure sdk python release](https://aka.ms/azsdk/python/all). + + +# Usage + + + + +For code examples, see [Cognitive Services Face](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.6.0 (2021-12-02) + +**Features** + + - Add support for Face Recognition Quality Score. + +**Breaking changes** + + - Various operations that previously accepted an optional name parameter + are now required. + +## 0.5.0 (2021-03-12) + +**Features** + + - Model FaceAttributes has a new parameter mask + +**Breaking changes** + + - Operation FaceOperations.detect_with_stream has a new signature + - Operation FaceOperations.detect_with_url has a new signature + +## 0.4.1 (2020-06-24) + +**Features** + +- Add recognition_03 support + +## 0.4.0 (2019-06-27) + +**Features** + + - Add "detection_model" to operations when possible. This is a + breaking change if you were using positional arguments on some + scenarios + +**Breaking changes** + + - Operation FaceListOperations.add_face_from_stream has a new + signature + - Operation FaceListOperations.add_face_from_url has a new + signature + - Operation FaceOperations.detect_with_stream has a new signature + - Operation FaceOperations.detect_with_url has a new signature + - Operation LargeFaceListOperations.add_face_from_stream has a new + signature + - Operation LargeFaceListOperations.add_face_from_url has a new + signature + - Operation LargePersonGroupPersonOperations.add_face_from_stream + has a new signature + - Operation LargePersonGroupPersonOperations.add_face_from_url has + a new signature + - Operation PersonGroupPersonOperations.add_face_from_stream has a + new signature + - Operation PersonGroupPersonOperations.add_face_from_url has a new + signature + +## 0.3.0 (2019-03-28) + +**Features** + + - Model PersonGroup has a new parameter recognition_model + - Model FaceList has a new parameter recognition_model + - Model LargePersonGroup has a new parameter recognition_model + - Model LargeFaceList has a new parameter recognition_model + - Model DetectedFace has a new parameter recognition_model + +**Breaking changes** + + - Operation FaceListOperations.create has a new signature + - Operation FaceListOperations.get has a new signature + - Operation FaceOperations.detect_with_stream has a new signature + - Operation FaceOperations.detect_with_stream has a new signature + - Operation FaceOperations.detect_with_url has a new signature + - Operation FaceOperations.detect_with_url has a new signature + - Operation LargeFaceListOperations.create has a new signature + - Operation LargeFaceListOperations.get has a new signature + - Operation LargePersonGroupOperations.create has a new signature + - Operation LargePersonGroupOperations.get has a new signature + - Operation LargePersonGroupOperations.list has a new signature + - Operation PersonGroupOperations.create has a new signature + - Operation PersonGroupOperations.get has a new signature + - Operation PersonGroupOperations.list has a new signature + - Operation FaceListOperations.list has a new signature + - Operation LargeFaceListOperations.list has a new signature + +## 0.2.0 (2019-03-07) + + - Add snapshots features + +## 0.1.0 (2018-10-17) + + - Initial Release + + + + +%package help +Summary: Development documents and examples for azure-cognitiveservices-vision-face +Provides: python3-azure-cognitiveservices-vision-face-doc +%description help +# Microsoft Azure SDK for Python + +This is the Microsoft Azure Cognitive Services Face 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 [azure sdk python release](https://aka.ms/azsdk/python/all). + + +# Usage + + + + +For code examples, see [Cognitive Services Face](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.6.0 (2021-12-02) + +**Features** + + - Add support for Face Recognition Quality Score. + +**Breaking changes** + + - Various operations that previously accepted an optional name parameter + are now required. + +## 0.5.0 (2021-03-12) + +**Features** + + - Model FaceAttributes has a new parameter mask + +**Breaking changes** + + - Operation FaceOperations.detect_with_stream has a new signature + - Operation FaceOperations.detect_with_url has a new signature + +## 0.4.1 (2020-06-24) + +**Features** + +- Add recognition_03 support + +## 0.4.0 (2019-06-27) + +**Features** + + - Add "detection_model" to operations when possible. This is a + breaking change if you were using positional arguments on some + scenarios + +**Breaking changes** + + - Operation FaceListOperations.add_face_from_stream has a new + signature + - Operation FaceListOperations.add_face_from_url has a new + signature + - Operation FaceOperations.detect_with_stream has a new signature + - Operation FaceOperations.detect_with_url has a new signature + - Operation LargeFaceListOperations.add_face_from_stream has a new + signature + - Operation LargeFaceListOperations.add_face_from_url has a new + signature + - Operation LargePersonGroupPersonOperations.add_face_from_stream + has a new signature + - Operation LargePersonGroupPersonOperations.add_face_from_url has + a new signature + - Operation PersonGroupPersonOperations.add_face_from_stream has a + new signature + - Operation PersonGroupPersonOperations.add_face_from_url has a new + signature + +## 0.3.0 (2019-03-28) + +**Features** + + - Model PersonGroup has a new parameter recognition_model + - Model FaceList has a new parameter recognition_model + - Model LargePersonGroup has a new parameter recognition_model + - Model LargeFaceList has a new parameter recognition_model + - Model DetectedFace has a new parameter recognition_model + +**Breaking changes** + + - Operation FaceListOperations.create has a new signature + - Operation FaceListOperations.get has a new signature + - Operation FaceOperations.detect_with_stream has a new signature + - Operation FaceOperations.detect_with_stream has a new signature + - Operation FaceOperations.detect_with_url has a new signature + - Operation FaceOperations.detect_with_url has a new signature + - Operation LargeFaceListOperations.create has a new signature + - Operation LargeFaceListOperations.get has a new signature + - Operation LargePersonGroupOperations.create has a new signature + - Operation LargePersonGroupOperations.get has a new signature + - Operation LargePersonGroupOperations.list has a new signature + - Operation PersonGroupOperations.create has a new signature + - Operation PersonGroupOperations.get has a new signature + - Operation PersonGroupOperations.list has a new signature + - Operation FaceListOperations.list has a new signature + - Operation LargeFaceListOperations.list has a new signature + +## 0.2.0 (2019-03-07) + + - Add snapshots features + +## 0.1.0 (2018-10-17) + + - Initial Release + + + + +%prep +%autosetup -n azure-cognitiveservices-vision-face-0.6.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-vision-face -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Fri May 05 2023 Python_Bot <Python_Bot@openeuler.org> - 0.6.0-1 +- Package Spec generated @@ -0,0 +1 @@ +d1dad18a7969f5e2e90db6c3df19c808 azure-cognitiveservices-vision-face-0.6.0.zip |