diff options
Diffstat (limited to 'python-django-schema-graph.spec')
-rw-r--r-- | python-django-schema-graph.spec | 39 |
1 files changed, 23 insertions, 16 deletions
diff --git a/python-django-schema-graph.spec b/python-django-schema-graph.spec index 5f34b11..bb15c6b 100644 --- a/python-django-schema-graph.spec +++ b/python-django-schema-graph.spec @@ -1,14 +1,15 @@ %global _empty_manifest_terminate_build 0 Name: python-django-schema-graph -Version: 2.2.1 +Version: 3.1.0 Release: 1 Summary: An interactive graph of your Django model structure. License: MIT URL: https://github.com/meshy/django-schema-graph -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d0/12/4aa6ff1bc6dda31abf2aed3fea8e8c93a6595a3307c4bb22aa7b4b511f5e/django_schema_graph-2.2.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b1/d5/07fa056788e1a9dc398e10f389b971b99fa4a653c7780bf83640fceecc30/django_schema_graph-3.1.0.tar.gz BuildArch: noarch Requires: python3-attrs +Requires: python3-cattrs %description # Django Schema Graph @@ -73,16 +74,18 @@ website outside of local development. ## Support Tests run on sensible combinations of: -- Python (3.6-3.11) -- Django (1.11-4.1) +- Python (3.10-3.11) +- Django (3.2-4.1) If you're stuck on old version of Python or Django, you may consider installing old versions. They will probably have fewer features, and there will be no support for them. -The last version to support Python 2.7 and 3.5 was 1.2.0 +The last version to support Python 2.7 and 3.5 was 1.2.0. +The last version to support Python 3.6 to 3.9 was 2.2.1. -The last version to support Django 1.8 was 1.2.0 +The last version to support Django 1.8 was 1.2.0. +The last version to support Django 1.9 to 3.1 was 2.2.1. ## Alternatives @@ -161,16 +164,18 @@ website outside of local development. ## Support Tests run on sensible combinations of: -- Python (3.6-3.11) -- Django (1.11-4.1) +- Python (3.10-3.11) +- Django (3.2-4.1) If you're stuck on old version of Python or Django, you may consider installing old versions. They will probably have fewer features, and there will be no support for them. -The last version to support Python 2.7 and 3.5 was 1.2.0 +The last version to support Python 2.7 and 3.5 was 1.2.0. +The last version to support Python 3.6 to 3.9 was 2.2.1. -The last version to support Django 1.8 was 1.2.0 +The last version to support Django 1.8 was 1.2.0. +The last version to support Django 1.9 to 3.1 was 2.2.1. ## Alternatives @@ -246,16 +251,18 @@ website outside of local development. ## Support Tests run on sensible combinations of: -- Python (3.6-3.11) -- Django (1.11-4.1) +- Python (3.10-3.11) +- Django (3.2-4.1) If you're stuck on old version of Python or Django, you may consider installing old versions. They will probably have fewer features, and there will be no support for them. -The last version to support Python 2.7 and 3.5 was 1.2.0 +The last version to support Python 2.7 and 3.5 was 1.2.0. +The last version to support Python 3.6 to 3.9 was 2.2.1. -The last version to support Django 1.8 was 1.2.0 +The last version to support Django 1.8 was 1.2.0. +The last version to support Django 1.9 to 3.1 was 2.2.1. ## Alternatives @@ -266,7 +273,7 @@ The last version to support Django 1.8 was 1.2.0 %prep -%autosetup -n django-schema-graph-2.2.1 +%autosetup -n django-schema-graph-3.1.0 %build %py3_build @@ -306,5 +313,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 2.2.1-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.0-1 - Package Spec generated |