diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-23 02:59:06 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 02:59:06 +0000 |
commit | 3ceb1cceb1943b035a1d2801e2a27c19be0e32ab (patch) | |
tree | 7fc8c1bbb85d8c6a8257b2839eb0840d2cf09fd6 | |
parent | 977bb5974f152903216acaffcba7711d6ad41ebc (diff) |
automatic import of python-aerospikeopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-aerospike.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /aerospike-11.0.1.tar.gz +/aerospike-11.1.0.tar.gz diff --git a/python-aerospike.spec b/python-aerospike.spec index 31cb0e6..7a34c55 100644 --- a/python-aerospike.spec +++ b/python-aerospike.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-aerospike -Version: 11.0.1 +Version: 11.1.0 Release: 1 Summary: Aerospike Client Library for Python License: Apache Software License URL: https://aerospike.com -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/14/e9/8d6681a877a87b8599023d52b0bd43c62c3a480ea1c2aafa8e6c14580947/aerospike-11.0.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f6/59/d746638ae305772f1f205067e198a0ea167ec66984be81cf48ccd330afe0/aerospike-11.1.0.tar.gz BuildArch: noarch @@ -28,7 +28,7 @@ Provides: python3-aerospike-doc |Build| |Release| |Wheel| |Downloads| |License| %prep -%autosetup -n aerospike-11.0.1 +%autosetup -n aerospike-11.1.0 %build %py3_build @@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 11.0.1-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 11.1.0-1 - Package Spec generated @@ -1 +1 @@ -42c4bc363ad27187dac13d9f43c9fbe3 aerospike-11.0.1.tar.gz +0debdb7bf3d690a02df669b105e13a3b aerospike-11.1.0.tar.gz |