diff --git a/python-twilio.spec b/python-twilio.spec index c269ad70e6cb156a1b06e59ac48ebd393b3fdaab..0943179e5df46f435f4ff4804b450f67c0a57e8c 100644 --- a/python-twilio.spec +++ b/python-twilio.spec @@ -1,17 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-twilio -Version: 7.16.3 +Version: 7.16.4 Release: 1 Summary: Twilio API client and TwiML generator License: MIT URL: https://github.com/twilio/twilio-python/ -Source0: https://files.pythonhosted.org/packages/a9/af/c04bcb8b4b95949f5736a09139e76070aa41ba89812befcdba7ab5ffb958/twilio-7.16.3.tar.gz +Source0: https://files.pythonhosted.org/packages/08/89/e8530fc2fff9515e66aab27f0f126ed8a3d39e7786b1fdab0a84cd8cfcc9/twilio-7.16.4.tar.gz BuildArch: noarch -Requires: python3-pytz -Requires: python3-requests -Requires: python3-PyJWT - %description This package contains a Twilio helper library. The Twilio REST SDK simplifies the process of making calls using the Twilio REST API. @@ -22,6 +18,9 @@ Provides: python-twilio = %{version}-%{release} BuildRequires: zlib >= 1.2.11 BuildRequires: python3-devel BuildRequires: python3-setuptools +Requires: python3-pytz +Requires: python3-requests +Requires: python3-PyJWT %description -n python3-twilio This package contains a Twilio helper library. The Twilio REST SDK simplifies the process of making calls using the Twilio REST API. @@ -46,6 +45,9 @@ 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 +if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst @@ -74,6 +76,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Feb 24 2023 wangjunqi - 7.16.4-1 +- Update package to version 7.16.4 + * Thu Feb 16 2023 wubijie - 7.16.3-1 - Update package to version 7.16.3 diff --git a/twilio-7.16.3.tar.gz b/twilio-7.16.3.tar.gz deleted file mode 100644 index dd26c57955d0cc82e39d7b4f4562dda9e4b6c1b7..0000000000000000000000000000000000000000 Binary files a/twilio-7.16.3.tar.gz and /dev/null differ diff --git a/twilio-7.16.4.tar.gz b/twilio-7.16.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7793f2e7ba72142f97c04b547083a6dec1e49429 Binary files /dev/null and b/twilio-7.16.4.tar.gz differ