diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-30 06:37:27 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-30 06:37:27 +0000 |
commit | 538fbf2ab88e83bdd1c5d3027a24d340442357bc (patch) | |
tree | fa8881c8bd6383deb9ecf04ac6ab5bfae3f00a48 | |
parent | 258c1e3f5cbf0290c862dbc67535fdaecf2e4420 (diff) |
automatic import of python-django-schema-graph
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-django-schema-graph.spec | 39 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 25 insertions, 17 deletions
@@ -1 +1,2 @@ /django_schema_graph-2.2.1.tar.gz +/django_schema_graph-3.1.0.tar.gz 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 @@ -1 +1 @@ -7674b9355600bc6dda9dafda53147a49 django_schema_graph-2.2.1.tar.gz +1cd7f332534e66affcd75b96be043a09 django_schema_graph-3.1.0.tar.gz |