diff --git a/pyArango-2.0.1.tar.gz b/pyArango-2.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ebf12c0b792625a360cf159a70215d5cc552c651 Binary files /dev/null and b/pyArango-2.0.1.tar.gz differ diff --git a/pyArango.spec b/pyArango.spec new file mode 100644 index 0000000000000000000000000000000000000000..e1a291a3280667db23da2e8b05b6276573a30f83 --- /dev/null +++ b/pyArango.spec @@ -0,0 +1,59 @@ +%define debug_package %{nil} + +Name: pyarango +Version: 2.0.1 +Release: 1 +Summary: Python Driver for ArangoDB with built-in validation +License: Apache-2.0 +URL: https://github.com/ArangoDB-Community/pyArango +Source0: https://files.pythonhosted.org/packages/9f/0e/e1b22ae0020ab9da9d481b42c426beac204ab79e8628267d135f16e09ad0/pyArango-%{version}.tar.gz +BuildArch: noarch + +BuildRequires: python3-setuptools + + +%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. + +pyArango supports graphs, indexes and probably everything that arangodb can do. + + +%package -n python3-pyarango +Summary: %{summary} +Requires: python3-future +Requires: python3-requests >= 2.7.0 +Provides: python3-arango = %{version}-%{release} +%{?python_provide:%python_provide python3-pyarango} +Provides: python3-pyArango = %{version}-%{release} + + +%description -n python3-pyarango +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. + +pyArango supports graphs, indexes and probably everything that arangodb can do. + + +%prep +%autosetup -n pyArango-%{version} -p1 + + +%build +%py3_build + + +%install +%py3_install + + +%files -n python3-pyarango +%{python3_sitelib}/* +%exclude %{_bindir}/sample + + +%changelog +* Thu Jul 28 2022 algorithmofdish - 2.0.1-1 +- Package init diff --git a/pyArango.yaml b/pyArango.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f19d7cb325a74016c23beab3bab4c3ade216f102 --- /dev/null +++ b/pyArango.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: pyArango +tag_prefix: "" +separator: "."