diff --git a/django-crispy-forms-1.11.2.tar.gz b/django-crispy-forms-1.11.2.tar.gz deleted file mode 100644 index 795777fbf1e51b57d4d0e9734dcdaa5f944b3e58..0000000000000000000000000000000000000000 Binary files a/django-crispy-forms-1.11.2.tar.gz and /dev/null differ diff --git a/django-crispy-forms-1.14.0.tar.gz b/django-crispy-forms-1.14.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..751b19f4872e1a1d284874d2383012b446b5abb4 Binary files /dev/null and b/django-crispy-forms-1.14.0.tar.gz differ diff --git a/python-django-crispy-forms.spec b/python-django-crispy-forms.spec index fc147e140ac436693550488ae9ca358d6cc98c19..7be923fb870646b98f0ea10b2fe10e418971ca26 100644 --- a/python-django-crispy-forms.spec +++ b/python-django-crispy-forms.spec @@ -1,19 +1,19 @@ %global _empty_manifest_terminate_build 0 Name: python-django-crispy-forms -Version: 1.11.2 +Version: 1.14.0 Release: 1 Summary: Best way to have Django DRY forms License: MIT URL: https://github.com/django-crispy-forms/django-crispy-forms -Source0: https://files.pythonhosted.org/packages/8a/79/f976b92e8590108b1d03c55d13502c09bfad0235c836a1f140ad083e37ca/django-crispy-forms-1.11.2.tar.gz +Source0: https://files.pythonhosted.org/packages/60/96/56854b9f0b437454cef5dd5e9977017a81c23e235eceb6f7ea9c7848d06d/django-crispy-forms-1.14.0.tar.gz BuildArch: noarch + %description -Best way to have Django DRY forms.The App provides a tag and filter that lets you +Best way to have Django DRY forms.The App provides a tag and filter that lets you quickly render forms in a div format while providing an enormous amount of capability to configure and control the rendered HTML. - %package -n python3-django-crispy-forms Summary: Best way to have Django DRY forms Provides: python-django-crispy-forms @@ -31,7 +31,7 @@ Provides: python3-django-crispy-forms-doc Development documents and examples for django-crispy-forms %prep -%autosetup -n django-crispy-forms-1.11.2 +%autosetup -n django-crispy-forms-%{version} %build %py3_build @@ -71,5 +71,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 27 2022 wangjunqi - 1.14.0-1 +- Update package to version 1.14.0 + * Sun May 23 2021 Python_Bot - Package Spec generated