diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-fiddler-client.spec | 9 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 6 deletions
@@ -1 +1,2 @@ /fiddler-client-1.7.0.tar.gz +/fiddler-client-1.7.1.tar.gz diff --git a/python-fiddler-client.spec b/python-fiddler-client.spec index b2f6a20..02d97a0 100644 --- a/python-fiddler-client.spec +++ b/python-fiddler-client.spec @@ -1,16 +1,15 @@ %global _empty_manifest_terminate_build 0 Name: python-fiddler-client -Version: 1.7.0 +Version: 1.7.1 Release: 1 Summary: Python client for Fiddler Service License: Apache Software License URL: https://fiddler.ai -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7c/86/7912591f37e84bdbd22c9f28a085daf76e2642289666dc913424bcfc8913/fiddler-client-1.7.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bd/ac/83838947baf0d5f461d7ac409acbecf722ee3a81e0d62df216dd3b6cfc8a/fiddler-client-1.7.1.tar.gz BuildArch: noarch Requires: python3-Werkzeug Requires: python3-boto3 -Requires: python3-botocore Requires: python3-deepdiff Requires: python3-deprecated Requires: python3-deprecation @@ -49,7 +48,7 @@ Python client for interacting with Fiddler. Provides a user-friendly interface t publishing for use with our monitoring features. %prep -%autosetup -n fiddler-client-1.7.0 +%autosetup -n fiddler-client-1.7.1 %build %py3_build @@ -89,5 +88,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.7.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.7.1-1 - Package Spec generated @@ -1 +1 @@ -d59052b2fd11770486006696c0f2e900 fiddler-client-1.7.0.tar.gz +6b026197c9d8631437431081b20440ab fiddler-client-1.7.1.tar.gz |
