diff options
Diffstat (limited to 'python-django-treebeard.spec')
-rw-r--r-- | python-django-treebeard.spec | 20 |
1 files changed, 7 insertions, 13 deletions
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 |