From 504aaeb76b1daa5b93b65f80ba61aeb9544e45f4 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 8 Jun 2023 18:07:46 +0000 Subject: automatic import of python-whylabs-client --- .gitignore | 1 + python-whylabs-client.spec | 21 ++++++++++++--------- sources | 2 +- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 66dc07d..236f250 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /whylabs-client-0.5.0.tar.gz +/whylabs-client-0.5.1.tar.gz diff --git a/python-whylabs-client.spec b/python-whylabs-client.spec index ec7b34f..a35416f 100644 --- a/python-whylabs-client.spec +++ b/python-whylabs-client.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-whylabs-client -Version: 0.5.0 +Version: 0.5.1 Release: 1 Summary: WhyLabs API client License: Apache License 2.0 URL: https://pypi.org/project/whylabs-client/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5b/92/a6520157eb284174f13e8aff243d4a76411cb88f9c6c3fb7fa2e86006e76/whylabs-client-0.5.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/a0/f1/0e5e773572de188166994277243456626e31e778fa7b776fc92188f7a0ef/whylabs-client-0.5.1.tar.gz BuildArch: noarch Requires: python3-urllib3 @@ -80,6 +80,7 @@ configuration = whylabs_client.Configuration( # Configure API key authorization: ApiKeyAuth configuration.api_key['ApiKeyAuth'] = 'YOUR_API_KEY' +configuration.discard_unknown_keys = True # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed # configuration.api_key_prefix['ApiKeyAuth'] = 'Bearer' @@ -181,6 +182,7 @@ configuration = whylabs_client.Configuration( # Configure API key authorization: ApiKeyAuth configuration.api_key['ApiKeyAuth'] = 'YOUR_API_KEY' +configuration.discard_unknown_keys = True # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed # configuration.api_key_prefix['ApiKeyAuth'] = 'Bearer' @@ -279,6 +281,7 @@ configuration = whylabs_client.Configuration( # Configure API key authorization: ApiKeyAuth configuration.api_key['ApiKeyAuth'] = 'YOUR_API_KEY' +configuration.discard_unknown_keys = True # Uncomment below to setup prefix (e.g. Bearer) for API key, if needed # configuration.api_key_prefix['ApiKeyAuth'] = 'Bearer' @@ -306,7 +309,7 @@ end_timestamp = 1893456000000 # int, none_type | Optional, scope deleting analyz %prep -%autosetup -n whylabs-client-0.5.0 +%autosetup -n whylabs-client-0.5.1 %build %py3_build @@ -320,20 +323,20 @@ 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 + 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 + 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 + 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 + 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 + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -346,5 +349,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu May 18 2023 Python_Bot - 0.5.0-1 +* Thu Jun 08 2023 Python_Bot - 0.5.1-1 - Package Spec generated diff --git a/sources b/sources index 54f5bc7..10d9477 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b1e7f449bc4da26890fe651559046364 whylabs-client-0.5.0.tar.gz +be38b4119180d66c9152412d16d9c5ba whylabs-client-0.5.1.tar.gz -- cgit v1.2.3