diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 23:21:27 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 23:21:27 +0000 |
| commit | 76565571266ae34ab9e6b49d66009f1b6a032e33 (patch) | |
| tree | 4548e71b2d949fefbf45a9ffc7f21ae00f470f70 | |
| parent | e1a49bd6a0e11b320c9ad833e89a679abdb57331 (diff) | |
automatic import of python-cleancatopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-cleancat.spec | 26 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 18 deletions
@@ -1 +1,2 @@ /cleancat-1.0.0.tar.gz +/cleancat-1.1.0.tar.gz diff --git a/python-cleancat.spec b/python-cleancat.spec index 7549ed8..881cd9b 100644 --- a/python-cleancat.spec +++ b/python-cleancat.spec @@ -1,21 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-cleancat -Version: 1.0.0 +Version: 1.1.0 Release: 1 Summary: Validation library for Python designed to be used with JSON REST frameworks License: MIT URL: http://github.com/elasticsales/cleancat -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fc/d0/f9b6e145870424b5106a1845e3bd1220d3958665f54bb26cfcff14f5ce54/cleancat-1.0.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/71/15/447a12e2413d3e08e2f4acb9be54e092094f378acdec03d61d3b9091b1c6/cleancat-1.1.0.tar.gz BuildArch: noarch -Requires: python3-dateutil -Requires: python3-pytz -Requires: python3-dateutil -Requires: python3-pytz -Requires: python3-pytest -Requires: python3-coverage -Requires: python3-mongoengine -Requires: python3-sqlalchemy %description @@ -36,7 +28,7 @@ Provides: python3-cleancat-doc %prep -%autosetup -n cleancat-1.0.0 +%autosetup -n cleancat-1.1.0 %build %py3_build @@ -50,20 +42,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 . @@ -76,5 +68,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.1.0-1 - Package Spec generated @@ -1 +1 @@ -9a3b80b2ddc8c16ffc11d698a4482f86 cleancat-1.0.0.tar.gz +98e07a20562176a47efcc8ee144d1aaa cleancat-1.1.0.tar.gz |
