summaryrefslogtreecommitdiff
path: root/python-vonage.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-vonage.spec')
-rw-r--r--python-vonage.spec23
1 files changed, 19 insertions, 4 deletions
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