diff --git a/python-wtf-peewee.spec b/python-wtf-peewee.spec index 0057acf4611bf06290d15c57e7804025b96a88dd..ef40747d6a6b500f5173574f414d9485c4435f93 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 0000000000000000000000000000000000000000..5207fe55b3dfb6a192722662af3de301464b2e88 --- /dev/null +++ b/python-wtf-peewee.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: wtf-peewee +tag_prefix: "^v" +seperator: "."