diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-django-import-export.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /django-import-export-3.1.0.tar.gz +/django-import-export-3.2.0.tar.gz diff --git a/python-django-import-export.spec b/python-django-import-export.spec index 75371be..eecf8fc 100644 --- a/python-django-import-export.spec +++ b/python-django-import-export.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-django-import-export -Version: 3.1.0 +Version: 3.2.0 Release: 1 Summary: Django application and library for importing and exporting data with included admin integration. License: BSD License URL: https://github.com/django-import-export/django-import-export -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/85/08/facaaa18c463cb91c9d1e814372c546819952822ed7f679ac5a6392132f3/django-import-export-3.1.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f3/5d/ac971fb19d2b88af46e712e600c7d625f762fb6498d7b69a3e7501ebc029/django-import-export-3.2.0.tar.gz BuildArch: noarch Requires: python3-diff-match-patch @@ -31,7 +31,7 @@ Provides: python3-django-import-export-doc %prep -%autosetup -n django-import-export-3.1.0 +%autosetup -n django-import-export-3.2.0 %build %py3_build @@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 3.2.0-1 - Package Spec generated @@ -1 +1 @@ -87ab6e1a9a1f21ad68eda5769464adf1 django-import-export-3.1.0.tar.gz +da1b818869f96f6ec2abddedd10b2683 django-import-export-3.2.0.tar.gz |