diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-25 08:50:23 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 08:50:23 +0000 |
| commit | 91cc2b5c3faeecbc3c0bc571c4e8a254110e9848 (patch) | |
| tree | 9dbdd15ee73342a4ebeb50923a55595ff3d06544 | |
| parent | 846518b2d151d00c7dfdfc344e8ceeaa5aaf99fd (diff) | |
automatic import of python-vonageopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-vonage.spec | 23 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 21 insertions, 5 deletions
@@ -1 +1,2 @@ /vonage-3.3.0.tar.gz +/vonage-3.4.0.tar.gz diff --git a/python-vonage.spec b/python-vonage.spec index f52e65e..2fce575 100644 --- a/python-vonage.spec +++ b/python-vonage.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-vonage -Version: 3.3.0 +Version: 3.4.0 Release: 1 Summary: Vonage Server SDK for Python License: Apache URL: https://github.com/Vonage/vonage-python-sdk -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/91/93/f75b3d52dcb537bdc103debb3b5c7a78ec849120cd5e4548e4f332f0fdd3/vonage-3.3.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/6a/cd/b4a13e0a4312eef95919764b42b5dd695e038536e115c576b5a3eb30c92e/vonage-3.4.0.tar.gz BuildArch: noarch Requires: python3-requests @@ -419,6 +419,11 @@ response = client.voice.create_call({ pprint(response) ``` +### Note on from_ parameter in connect action + +When using the `connect` action, use the parameter `from_` to specify the recipient (as `from` is a reserved keyword in Python!) + + ## Verify API ### Search for a Verification request @@ -1186,6 +1191,11 @@ response = client.voice.create_call({ pprint(response) ``` +### Note on from_ parameter in connect action + +When using the `connect` action, use the parameter `from_` to specify the recipient (as `from` is a reserved keyword in Python!) + + ## Verify API ### Search for a Verification request @@ -1950,6 +1960,11 @@ response = client.voice.create_call({ pprint(response) ``` +### Note on from_ parameter in connect action + +When using the `connect` action, use the parameter `from_` to specify the recipient (as `from` is a reserved keyword in Python!) + + ## Verify API ### Search for a Verification request @@ -2307,7 +2322,7 @@ This library is released under the [Apache License][license]. %prep -%autosetup -n vonage-3.3.0 +%autosetup -n vonage-3.4.0 %build %py3_build @@ -2347,5 +2362,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 3.3.0-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 3.4.0-1 - Package Spec generated @@ -1 +1 @@ -950e93ab609a163a30173136347e047e vonage-3.3.0.tar.gz +13839e8078dc1eb9b9ca5d9cb126c8d3 vonage-3.4.0.tar.gz |
