diff --git a/pyArango-2.0.1.tar.gz b/pyArango-2.0.1.tar.gz deleted file mode 100644 index ebf12c0b792625a360cf159a70215d5cc552c651..0000000000000000000000000000000000000000 Binary files a/pyArango-2.0.1.tar.gz and /dev/null differ diff --git a/pyArango-2.1.0.tar.gz b/pyArango-2.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..861fcf139547b86add7bfccce0e8f180012b1849 Binary files /dev/null and b/pyArango-2.1.0.tar.gz differ diff --git a/pyArango.spec b/pyArango.spec index a572c719e0a652d0efcb0171fc2458b7fb40d404..d94664fdd439ae18c172bb3aaff0d6b448acbcea 100644 --- a/pyArango.spec +++ b/pyArango.spec @@ -1,12 +1,12 @@ %define debug_package %{nil} Name: pyarango -Version: 2.0.1 -Release: 2 +Version: 2.1.0 +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 +Source0: https://files.pythonhosted.org/packages/99/ea/509e15cc95fa9a4eecdba793edecdd1c8a545491b18e0f85a08781c98a29/pyArango-%{version}.tar.gz BuildArch: noarch Patch0001: 0001-remove-unused-install-require.patch @@ -57,6 +57,9 @@ pyArango supports graphs, indexes and probably everything that arangodb can do. %changelog +* Fri Aug 2 2024 zhangxingrong - 2.1.0-1 +- update to 2.1.0 + * Tue Aug 2 2022 algorithmofdish - 2.0.1-2 - add build require:python3-devel to provide pythonXdist