diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-07 04:30:43 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-07 04:30:43 +0000 |
commit | c1a93f17d11cf0944622c5145c19d77728c584b7 (patch) | |
tree | c1a8f18ca1138fcecb555898e379a23e6e6efafa | |
parent | 0c6d9b9f2322fd35a68017884e46d5c6cfa58ee7 (diff) |
automatic import of python-couchbase
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-couchbase.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /couchbase-4.1.2.tar.gz +/couchbase-4.1.3.tar.gz diff --git a/python-couchbase.spec b/python-couchbase.spec index eafbe1e..2e01b17 100644 --- a/python-couchbase.spec +++ b/python-couchbase.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-couchbase -Version: 4.1.2 +Version: 4.1.3 Release: 1 Summary: Python Client for Couchbase License: Apache License 2.0 URL: https://github.com/couchbase/couchbase-python-client -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/dc/55/cda206740ae3c1daccb65e8ff83517e22d6dc560727e98ae5d03d3197a28/couchbase-4.1.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/65/16/07a5cc49c60a32c5477bbb1c440856aa02205083aa8961f263eaf2c9f4ad/couchbase-4.1.3.tar.gz %description @@ -1935,7 +1935,7 @@ pre-commit run trailing-whitespace --all-files %prep -%autosetup -n couchbase-4.1.2 +%autosetup -n couchbase-4.1.3 %build %py3_build @@ -1975,5 +1975,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 4.1.2-1 +* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 4.1.3-1 - Package Spec generated @@ -1 +1 @@ -9b347f40461fa91159acc42ceffc0cf4 couchbase-4.1.2.tar.gz +14421fda0c354e7d1c5ff4c8573ced8f couchbase-4.1.3.tar.gz |