diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-23 12:20:36 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 12:20:36 +0000 |
commit | 3949ecda89d29ec105be98365d916bca97bef059 (patch) | |
tree | f30520d3773b5d7ee47112a3df5292ea984d4aa0 | |
parent | 11c7a3a11e4738e9386459a80c8170de2f6072d0 (diff) |
automatic import of python-scylla-driveropeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-scylla-driver.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 13 insertions, 8 deletions
@@ -1 +1,2 @@ /scylla-driver-3.25.11.tar.gz +/scylla-driver-3.26.0.tar.gz diff --git a/python-scylla-driver.spec b/python-scylla-driver.spec index 126877f..057ed50 100644 --- a/python-scylla-driver.spec +++ b/python-scylla-driver.spec @@ -1,17 +1,21 @@ %global _empty_manifest_terminate_build 0 Name: python-scylla-driver -Version: 3.25.11 +Version: 3.26.0 Release: 1 Summary: Scylla Driver for Apache Cassandra License: Apache Software License URL: https://github.com/scylladb/python-driver -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/84/3f/176eadd89c2666abd457c59df3129b0da3b239beb710665019249cff51f0/scylla-driver-3.25.11.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/44/4a/4383079e69def6e9eb3cd2b74c032e77ece8fc0f6ebcb1eb2127e3d40f54/scylla-driver-3.26.0.tar.gz +Requires: python3-six +Requires: python3-geomet +Requires: python3-pyyaml +Requires: python3-gremlinpython %description A modern, feature-rich and highly-tunable Python client library for Scylla Open Source (2.1+) and Apache Cassandra (2.1+) and Scylla Enterprise (2018.1.x+) using exclusively Cassandra's binary protocol and Cassandra Query Language v3. -The driver supports Python versions 2.7, 3.4, 3.5, 3.6, 3.7 and 3.8. +The driver supports Python versions 3.6-3.11. %package -n python3-scylla-driver Summary: Scylla Driver for Apache Cassandra @@ -25,7 +29,7 @@ BuildRequires: gdb %description -n python3-scylla-driver A modern, feature-rich and highly-tunable Python client library for Scylla Open Source (2.1+) and Apache Cassandra (2.1+) and Scylla Enterprise (2018.1.x+) using exclusively Cassandra's binary protocol and Cassandra Query Language v3. -The driver supports Python versions 2.7, 3.4, 3.5, 3.6, 3.7 and 3.8. +The driver supports Python versions 3.6-3.11. %package help Summary: Development documents and examples for scylla-driver @@ -33,10 +37,10 @@ Provides: python3-scylla-driver-doc %description help A modern, feature-rich and highly-tunable Python client library for Scylla Open Source (2.1+) and Apache Cassandra (2.1+) and Scylla Enterprise (2018.1.x+) using exclusively Cassandra's binary protocol and Cassandra Query Language v3. -The driver supports Python versions 2.7, 3.4, 3.5, 3.6, 3.7 and 3.8. +The driver supports Python versions 3.6-3.11. %prep -%autosetup -n scylla-driver-3.25.11 +%autosetup -n scylla-driver-3.26.0 %build %py3_build @@ -76,5 +80,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 3.25.11-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 3.26.0-1 - Package Spec generated @@ -1 +1 @@ -59f80bf32e50afed9af40a6755ca12a8 scylla-driver-3.25.11.tar.gz +8d2ad01ba3a47e9de7c33fcfdaad5c43 scylla-driver-3.26.0.tar.gz |