diff --git "a/.\346\234\254\351\241\271\347\233\256\345\267\262\347\273\217\346\255\243\345\274\217\350\277\201\347\247\273\350\207\263 AtomGit \345\271\263\345\217\260/README.md" "b/.\346\234\254\351\241\271\347\233\256\345\267\262\347\273\217\346\255\243\345\274\217\350\277\201\347\247\273\350\207\263 AtomGit \345\271\263\345\217\260/README.md" new file mode 100644 index 0000000000000000000000000000000000000000..c4eb7876d867677b37364d5a8129270e80093057 --- /dev/null +++ "b/.\346\234\254\351\241\271\347\233\256\345\267\262\347\273\217\346\255\243\345\274\217\350\277\201\347\247\273\350\207\263 AtomGit \345\271\263\345\217\260/README.md" @@ -0,0 +1 @@ +# 通知: 本项目已经正式迁移至 [AtomGit](https://atomgit.com/src-openeuler/pyArango) 平台 diff --git a/README.md b/README.md index af25cda1fb230911f06f96038cf3936fada119b6..9e3c2f9c66f094a152cf4c711d488ab47c2abe4e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +# 通知: 本项目已经正式迁移至 [AtomGit](https://atomgit.com/src-openeuler/pyArango) 平台 # pyArango #### 介绍 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..66f944200e344778a70db0403ecb9bead4fac495 100644 --- a/pyArango.spec +++ b/pyArango.spec @@ -1,12 +1,12 @@ %define debug_package %{nil} Name: pyarango -Version: 2.0.1 +Version: 2.1.1 Release: 2 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/source/p/pyArango/pyArango-%{version}.tar.gz BuildArch: noarch Patch0001: 0001-remove-unused-install-require.patch @@ -57,6 +57,12 @@ pyArango supports graphs, indexes and probably everything that arangodb can do. %changelog +* Fri Feb 28 2025 jiangxinyu - 2.1.1-2 +- Add patches missed due to upgraded versions + +* 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