diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 15:26:04 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 15:26:04 +0000 |
commit | 1dbfe21f4be57a1ac658e57152dfb80c60533dab (patch) | |
tree | 43b869b06b260579751c66e16e1577a094d0ea99 | |
parent | 45da86b5318c62e96e88e5e22a21da920ee7d555 (diff) |
automatic import of python-django-treebeardopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-django-treebeard.spec | 20 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 14 deletions
@@ -1 +1,2 @@ /django-treebeard-4.6.1.tar.gz +/django-treebeard-4.7.tar.gz diff --git a/python-django-treebeard.spec b/python-django-treebeard.spec index 382234d..42966f3 100644 --- a/python-django-treebeard.spec +++ b/python-django-treebeard.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-django-treebeard -Version: 4.6.1 +Version: 4.7 Release: 1 Summary: Efficient tree implementations for Django License: Apache License 2.0 URL: https://github.com/django-treebeard/django-treebeard/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/72/26/5b5f6161bdd16615f2b87083995a634a7270c1523a143a09665a7e177a77/django-treebeard-4.6.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/43/0b/fd5e6b2cfe0ad81f745c128abfbfa68b64d45e57840f9c3cd7139b943d7a/django-treebeard-4.7.tar.gz BuildArch: noarch Requires: python3-Django @@ -51,13 +51,11 @@ You can find the documentation in **django-treebeard** officially supports -- Django 3.2, 4.0, 4.1 +- Django 3.2, 4.1, 4.2 - Python 3.8 - 3.11 - PostgreSQL, MySQL, MSSQL, SQLite database back-ends. - - %package -n python3-django-treebeard Summary: Efficient tree implementations for Django Provides: python-django-treebeard @@ -105,13 +103,11 @@ You can find the documentation in **django-treebeard** officially supports -- Django 3.2, 4.0, 4.1 +- Django 3.2, 4.1, 4.2 - Python 3.8 - 3.11 - PostgreSQL, MySQL, MSSQL, SQLite database back-ends. - - %package help Summary: Development documents and examples for django-treebeard Provides: python3-django-treebeard-doc @@ -156,15 +152,13 @@ You can find the documentation in **django-treebeard** officially supports -- Django 3.2, 4.0, 4.1 +- Django 3.2, 4.1, 4.2 - Python 3.8 - 3.11 - PostgreSQL, MySQL, MSSQL, SQLite database back-ends. - - %prep -%autosetup -n django-treebeard-4.6.1 +%autosetup -n django-treebeard-4.7 %build %py3_build @@ -204,5 +198,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 4.6.1-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 4.7-1 - Package Spec generated @@ -1 +1 @@ -34e4475ef3e6c07e4ad5af7a496d15b6 django-treebeard-4.6.1.tar.gz +34ed1b7d553b4efbf5d660986ede179f django-treebeard-4.7.tar.gz |