diff --git a/0001-remove-unused-install-require.patch b/0001-remove-unused-install-require.patch deleted file mode 100644 index 3894c80316f808a8dbfaec8ca5b70351d2d4558d..0000000000000000000000000000000000000000 --- a/0001-remove-unused-install-require.patch +++ /dev/null @@ -1,25 +0,0 @@ -From af93b7114fff07474cff9958830d6bbcb55fae26 Mon Sep 17 00:00:00 2001 -From: algorithmofdish -Date: Tue, 2 Aug 2022 20:04:09 +0800 -Subject: [PATCH] remove unused install require - ---- - setup.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/setup.py b/setup.py -index d885f69..d2d2012 100644 ---- a/setup.py -+++ b/setup.py -@@ -44,7 +44,7 @@ setup( - 'Programming Language :: Python :: 3', - ], - -- install_requires=['requests>=2.7.0', 'future', 'datetime'], -+ install_requires=['requests>=2.7.0', 'future'], - - keywords='database ORM nosql arangodb driver validation', - --- -2.27.0 - 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.1.tar.gz b/pyArango-2.1.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..48fcf848cd523e2610481c4741ad0d28cd384a8e Binary files /dev/null and b/pyArango-2.1.1.tar.gz differ diff --git a/pyArango.spec b/pyArango.spec index a572c719e0a652d0efcb0171fc2458b7fb40d404..76307c05afb1bf9dad924dec54436845d2afc43c 100644 --- a/pyArango.spec +++ b/pyArango.spec @@ -1,16 +1,14 @@ %define debug_package %{nil} Name: pyarango -Version: 2.0.1 -Release: 2 +Version: 2.1.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 +Source0: https://files.pythonhosted.org/packages/2c/2c/90e656f781b01e9bb1cd240f38412e6f08379dce256757f523d5044577d3/pyArango-2.1.1.tar.gz BuildArch: noarch -Patch0001: 0001-remove-unused-install-require.patch - BuildRequires: python3-setuptools python3-devel @@ -57,6 +55,9 @@ pyArango supports graphs, indexes and probably everything that arangodb can do. %changelog +* Fri Oct 18 2024 zhaosaisai - 2.1.1-1 +- Upgrade to latest version 2.1.1 + * Tue Aug 2 2022 algorithmofdish - 2.0.1-2 - add build require:python3-devel to provide pythonXdist