diff --git a/python-wtf-peewee.spec b/python-wtf-peewee.spec index ef40747d6a6b500f5173574f414d9485c4435f93..44b3f318c292fa2c0c8703c76b4b17036264740d 100644 --- a/python-wtf-peewee.spec +++ b/python-wtf-peewee.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-wtf-peewee -Version: 3.0.2 -Release: 2 +Version: 3.0.4 +Release: 1 Summary: WTForms integration for peewee models License: MIT URL: https://github.com/coleifer/wtf-peewee/ -Source0: https://files.pythonhosted.org/packages/e7/7b/a8e64cfa1aa7e83ccc37ce2045ed531ba622b94ff7244374648f2f736a83/wtf-peewee-3.0.2.tar.gz +Source0: https://files.pythonhosted.org/packages/9a/9c/1bb1f9fae1a7203122a5a8febe168dec3b6b0291db067d1700df5c480f2c/wtf-peewee-3.0.4.tar.gz BuildArch: noarch @@ -13,10 +13,9 @@ BuildArch: noarch based on the code found in wtforms.ext, provides a bridge between peewee models and wtforms, mapping model fields to form fields. - %package -n python3-wtf-peewee Summary: WTForms integration for peewee models -Provides: python-wtf-peewee +Provides: python-wtf-peewee = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: zlib >= 1.2.11 @@ -24,7 +23,6 @@ BuildRequires: zlib >= 1.2.11 based on the code found in wtforms.ext, provides a bridge between peewee models and wtforms, mapping model fields to form fields. - %package help Summary: Development documents and examples for wtf-peewee Provides: python3-wtf-peewee-doc @@ -32,9 +30,8 @@ Provides: python3-wtf-peewee-doc based on the code found in wtforms.ext, provides a bridge between peewee models and wtforms, mapping model fields to form fields. - %prep -%autosetup -n wtf-peewee-3.0.2 +%autosetup -n wtf-peewee-%{version} %build %py3_build @@ -74,6 +71,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Nov 21 2022 jiangxinyu - 3.0.4-1 +- Update package to version 3.0.4 + * Wed Apr 06 2022 jiangxinyu - 3.0.2-2 - Add zlib to buildrequires diff --git a/wtf-peewee-3.0.2.tar.gz b/wtf-peewee-3.0.2.tar.gz deleted file mode 100644 index 5f45868f1780858c2fb8a7e5e42b233902109103..0000000000000000000000000000000000000000 Binary files a/wtf-peewee-3.0.2.tar.gz and /dev/null differ diff --git a/wtf-peewee-3.0.4.tar.gz b/wtf-peewee-3.0.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..34cbc9f4b2ca273b2afc24f81e271e0f1eb928f6 Binary files /dev/null and b/wtf-peewee-3.0.4.tar.gz differ