From 3949ecda89d29ec105be98365d916bca97bef059 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Sun, 23 Apr 2023 12:20:36 +0000 Subject: automatic import of python-scylla-driver --- .gitignore | 1 + python-scylla-driver.spec | 18 +++++++++++------- sources | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 8965ca6..801337a 100644 --- a/.gitignore +++ b/.gitignore @@ -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 - 3.25.11-1 +* Sun Apr 23 2023 Python_Bot - 3.26.0-1 - Package Spec generated diff --git a/sources b/sources index 53ee9b5..84a6874 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -59f80bf32e50afed9af40a6755ca12a8 scylla-driver-3.25.11.tar.gz +8d2ad01ba3a47e9de7c33fcfdaad5c43 scylla-driver-3.26.0.tar.gz -- cgit v1.2.3