diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 03:46:17 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 03:46:17 +0000 |
commit | 5e583e6c48990bec801e32d9047df5513870bd20 (patch) | |
tree | 6799e13ac8b8618ebe5edb4dd3f3712660ea0d85 | |
parent | 5336fd448c35a46d8e0d29bc843705a32f9b1b5e (diff) |
automatic import of python-django-filteropeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-django-filter.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /django-filter-22.1.tar.gz +/django-filter-23.1.tar.gz diff --git a/python-django-filter.spec b/python-django-filter.spec index 90f31a9..4273aea 100644 --- a/python-django-filter.spec +++ b/python-django-filter.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-django-filter -Version: 22.1 +Version: 23.1 Release: 1 Summary: Django-filter is a reusable Django application for allowing users to filter querysets dynamically. License: BSD URL: https://github.com/carltongibson/django-filter/tree/main -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c5/8c/d7899a0c3e46993922d7e5f7cdc69da304b89521e371ac63863d418cd0b0/django-filter-22.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0e/6a/9f261c3270d6011d32a4b5e853c60f5bfcc24e7a6978db23d68a1606d27c/django-filter-23.1.tar.gz BuildArch: noarch Requires: python3-Django @@ -35,7 +35,7 @@ add dynamic ``QuerySet`` filtering from URL parameters. Full documentation on `read the docs`_. %prep -%autosetup -n django-filter-22.1 +%autosetup -n django-filter-23.1 %build %py3_build @@ -75,5 +75,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 22.1-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 23.1-1 - Package Spec generated @@ -1 +1 @@ -c87f8a06780b056873b516feab39ef08 django-filter-22.1.tar.gz +977f1d07de4f050303e23cea87b100a7 django-filter-23.1.tar.gz |