diff options
Diffstat (limited to 'python-dynamicforms.spec')
-rw-r--r-- | python-dynamicforms.spec | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/python-dynamicforms.spec b/python-dynamicforms.spec index 98cba26..d65903b 100644 --- a/python-dynamicforms.spec +++ b/python-dynamicforms.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-DynamicForms -Version: 0.70.10 +Version: 0.70.11 Release: 1 Summary: DynamicForms performs all the visualisation & data entry of your DRF Serializers & ViewSets and adds some candy of its own: It is a django library that gives you the power of dynamically-shown form fields, auto-filled default values, dynamic record loading and similar candy with little effort. To put it differently: once defined, a particular ViewSet / Serializer can be rendered in multiple ways allowing you to perform viewing and authoring operations on the data in question. License: BSD-3-Clause URL: https://github.com/velis74/DynamicForms -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/6e/f2/2edffb457ae77604b76c67d08f0d8d8f7b808f78bae48ec058496d68299a/DynamicForms-0.70.10.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/32/cd/3793c18eecfc9a13c13de7b470619bebae49e04053adfd43d4238bb57297/DynamicForms-0.70.11.tar.gz BuildArch: noarch Requires: python3-six @@ -15,6 +15,7 @@ Requires: python3-django Requires: python3-djangorestframework Requires: python3-django-filter Requires: python3-django-enumfields +Requires: python3-jsonschema Requires: python3-pillow Requires: python3-django-cors-headers Requires: python3-versio @@ -342,7 +343,7 @@ Documentation [on readthedocs](https://dynamicforms.readthedocs.io/) %prep -%autosetup -n DynamicForms-0.70.10 +%autosetup -n DynamicForms-0.70.11 %build %py3_build @@ -382,5 +383,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.70.10-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 0.70.11-1 - Package Spec generated |