summaryrefslogtreecommitdiff
path: root/python-scylla-driver.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-scylla-driver.spec')
-rw-r--r--python-scylla-driver.spec18
1 files changed, 11 insertions, 7 deletions
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