From d12309876ae4c8ff0d13ec4647a9a1c906cbb6df Mon Sep 17 00:00:00 2001 From: jxy_git Date: Wed, 6 Apr 2022 10:24:54 +0800 Subject: [PATCH] Add zlib to buildrequires --- python-wtf-peewee.spec | 6 +++++- python-wtf-peewee.yaml | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 python-wtf-peewee.yaml diff --git a/python-wtf-peewee.spec b/python-wtf-peewee.spec index 0057acf..ef40747 100644 --- a/python-wtf-peewee.spec +++ b/python-wtf-peewee.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-wtf-peewee Version: 3.0.2 -Release: 1 +Release: 2 Summary: WTForms integration for peewee models License: MIT URL: https://github.com/coleifer/wtf-peewee/ @@ -19,6 +19,7 @@ Summary: WTForms integration for peewee models Provides: python-wtf-peewee BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: zlib >= 1.2.11 %description -n python3-wtf-peewee based on the code found in wtforms.ext, provides a bridge between peewee models and wtforms, mapping model fields to form fields. @@ -73,5 +74,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Apr 06 2022 jiangxinyu - 3.0.2-2 +- Add zlib to buildrequires + * Thu Dec 02 2021 Python_Bot - 3.0.2-1 - Package Init diff --git a/python-wtf-peewee.yaml b/python-wtf-peewee.yaml new file mode 100644 index 0000000..5207fe5 --- /dev/null +++ b/python-wtf-peewee.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: wtf-peewee +tag_prefix: "^v" +seperator: "." -- Gitee