From 91cd4463bee238a845fa5a40eddc8a67bfdbe6ad Mon Sep 17 00:00:00 2001 From: jxy_git Date: Wed, 6 Apr 2022 14:11:19 +0800 Subject: [PATCH] Add yaml file and add zlib to buildrequires --- python-twilio.spec | 6 +++++- python-twilio.yaml | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 python-twilio.yaml diff --git a/python-twilio.spec b/python-twilio.spec index 70bd8c6..60f7133 100644 --- a/python-twilio.spec +++ b/python-twilio.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-twilio Version: 7.3.2 -Release: 1 +Release: 2 Summary: Twilio API client and TwiML generator License: MIT URL: https://github.com/twilio/twilio-python/ @@ -11,6 +11,7 @@ BuildArch: noarch Requires: python3-pytz Requires: python3-requests Requires: python3-PyJWT +BuildRequires: zlib >= 1.2.11 %description This package contains a Twilio helper library. The Twilio REST SDK simplifies @@ -73,5 +74,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Apr 06 2022 jiangxinyu - 7.3.2-2 +- Add zlib to buildrequires + * Mon Dec 06 2021 Python_Bot - 7.3.2-1 - Package Init diff --git a/python-twilio.yaml b/python-twilio.yaml new file mode 100644 index 0000000..4bc5172 --- /dev/null +++ b/python-twilio.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: twilio +tag_prefix: "^v" +seperator: "." -- Gitee