diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-23 03:20:06 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 03:20:06 +0000 |
| commit | f2335f27bc86cade9d75e5db2def152676c371d0 (patch) | |
| tree | 71918d70d8e04d2bc5c708597ca6373d2bdb8482 | |
| parent | d6f6d4789a842ae1c04d694152e0c27e6eaa6e92 (diff) | |
automatic import of python-pyarangoopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-pyarango.spec | 11 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 5 deletions
@@ -1 +1,2 @@ /pyArango-2.0.1.tar.gz +/pyArango-2.0.2.tar.gz diff --git a/python-pyarango.spec b/python-pyarango.spec index b75690a..a664693 100644 --- a/python-pyarango.spec +++ b/python-pyarango.spec @@ -1,13 +1,16 @@ %global _empty_manifest_terminate_build 0 Name: python-pyArango -Version: 2.0.1 +Version: 2.0.2 Release: 1 Summary: An easy to use python driver for ArangoDB with built-in validation License: ApacheV2 URL: https://github.com/tariqdaouda/pyArango -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/9f/0e/e1b22ae0020ab9da9d481b42c426beac204ab79e8628267d135f16e09ad0/pyArango-2.0.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/86/09/72ec95061917165f38e29eabf4a0d78be92f6a64bafea695d2049b1f16c5/pyArango-2.0.2.tar.gz BuildArch: noarch +Requires: python3-requests +Requires: python3-future +Requires: python3-datetime %description pyArango aims to be an easy to use driver for ArangoDB with built in validation. Collections are treated as types that apply to the documents within. You can be 100% permissive or enforce schemas and validate fields on set, on save or on both. @@ -40,7 +43,7 @@ For the latest news about pyArango, you can follow me on twitter `@tariqdaouda`_ If you have any issues with it, please file a github issue. %prep -%autosetup -n pyArango-2.0.1 +%autosetup -n pyArango-2.0.2 %build %py3_build @@ -80,5 +83,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.1-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.2-1 - Package Spec generated @@ -1 +1 @@ -7ac77b55a849c7b6395752c4f3a73b1a pyArango-2.0.1.tar.gz +1fe38bf011731b9b4704c24f623c3797 pyArango-2.0.2.tar.gz |
