diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-23 03:33:50 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 03:33:50 +0000 |
| commit | 33fff0248eeb004d7d38655b1010be372ce11c5b (patch) | |
| tree | 9af98f99c71ed1387e44188fe7034f326602a872 | |
| parent | 8360749cb939f4b30df7a5fa4daeaeecb12cf27a (diff) | |
automatic import of python-mimesisopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-mimesis.spec | 10 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 8 insertions, 5 deletions
@@ -1 +1,2 @@ /mimesis-7.1.0.tar.gz +/mimesis-8.0.0.tar.gz diff --git a/python-mimesis.spec b/python-mimesis.spec index 6c9ddb4..d94e4c8 100644 --- a/python-mimesis.spec +++ b/python-mimesis.spec @@ -1,13 +1,15 @@ %global _empty_manifest_terminate_build 0 Name: python-mimesis -Version: 7.1.0 +Version: 8.0.0 Release: 1 Summary: Mimesis: Fake Data Generator. License: MIT URL: https://github.com/lk-geimfari/mimesis -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/35/08/182b081de5fc7a148360c0da5d482f65e593e6e739fd5ab0e488e6b26adb/mimesis-7.1.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/11/c3/63f9ae346af2a23876aba1aab2b65934ac4b9c65ddf6af5e89c93c492cf4/mimesis-8.0.0.tar.gz BuildArch: noarch +Requires: python3-coverage +Requires: python3-pytest-cov %description | @@ -31,7 +33,7 @@ Provides: python3-mimesis-doc | %prep -%autosetup -n mimesis-7.1.0 +%autosetup -n mimesis-8.0.0 %build %py3_build @@ -71,5 +73,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 7.1.0-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 8.0.0-1 - Package Spec generated @@ -1 +1 @@ -49a7deb59c1a720f609f7a098f18df5f mimesis-7.1.0.tar.gz +938dff70cf75a8d83b67fbde0b00ceb1 mimesis-8.0.0.tar.gz |
