From f2335f27bc86cade9d75e5db2def152676c371d0 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sun, 23 Apr 2023 03:20:06 +0000 Subject: automatic import of python-pyarango --- .gitignore | 1 + python-pyarango.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index facf41e..6a11165 100644 --- a/.gitignore +++ b/.gitignore @@ -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 - 2.0.1-1 +* Sun Apr 23 2023 Python_Bot - 2.0.2-1 - Package Spec generated diff --git a/sources b/sources index 2649f98..405f409 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7ac77b55a849c7b6395752c4f3a73b1a pyArango-2.0.1.tar.gz +1fe38bf011731b9b4704c24f623c3797 pyArango-2.0.2.tar.gz -- cgit v1.2.3