diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:31:50 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-09 02:31:50 +0000 |
| commit | 2db0ebcbd7f6711fb5f254157f6be670d37f0cc4 (patch) | |
| tree | 548d398388c29571d3c1cee3938588b696f774ca | |
| parent | 834b2785ef2bf0c214d90e466856258cfdd7edc2 (diff) | |
automatic import of python-django-jsonformopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-django-jsonform.spec | 18 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 10 deletions
@@ -1 +1,2 @@ /django-jsonform-2.17.0.tar.gz +/django-jsonform-2.17.1.tar.gz diff --git a/python-django-jsonform.spec b/python-django-jsonform.spec index 4894a47..f29330e 100644 --- a/python-django-jsonform.spec +++ b/python-django-jsonform.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-django-jsonform -Version: 2.17.0 +Version: 2.17.1 Release: 1 Summary: A user-friendly JSON editing form for Django admin. License: BSD-3-Clause URL: https://www.github.com/bhch/django-jsonform -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8e/9c/85fdaca6ff207608a8d94d13b55f16b8374cf39974ab71723403e49c948a/django-jsonform-2.17.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/d0/2f/b1bf668b9e533736c6bd45d703ad186febd1965c13bb44b4d465183ae06e/django-jsonform-2.17.1.tar.gz BuildArch: noarch Requires: python3-django @@ -257,7 +257,7 @@ Quickstart and usage docs can be found at [http://django-jsonform.rtfd.io](http: %prep -%autosetup -n django-jsonform-2.17.0 +%autosetup -n django-jsonform-2.17.1 %build %py3_build @@ -271,20 +271,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -297,5 +297,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 31 2023 Python_Bot <Python_Bot@openeuler.org> - 2.17.0-1 +* Fri Jun 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2.17.1-1 - Package Spec generated @@ -1 +1 @@ -db28c2203963fb0f6a996ebeae3bf2e1 django-jsonform-2.17.0.tar.gz +367fc7305d37703c3077dc5744f93af9 django-jsonform-2.17.1.tar.gz |
