!6 update to upstream version 3.28.0

From: @desert-sailor 
Reviewed-by: @han-guangyu 
Signed-off-by: @han-guangyu
This commit is contained in:
openeuler-ci-bot 2023-09-10 03:21:31 +00:00 committed by Gitee
commit cd8e9a9ef8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 33 additions and 3 deletions

View File

@ -0,0 +1,25 @@
From 693ae7c0b6c8726bc370c3b4f338d2f7fd6e226a Mon Sep 17 00:00:00 2001
From: desert-sailor <dxwangk@isoftstone.com>
Date: Fri, 8 Sep 2023 19:53:49 +0800
Subject: [PATCH] Increase the upper limit version of geomet
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 30ce602..c4198db 100644
--- a/setup.py
+++ b/setup.py
@@ -402,7 +402,7 @@ def run_setup(extensions):
sys.stderr.write("Bypassing Cython setup requirement\n")
dependencies = ['six >=1.9',
- 'geomet>=0.1,<0.3']
+ 'geomet>=0.1']
_EXTRAS_REQUIRE = {
'graph': ['gremlinpython==3.4.6'],
--
2.33.0

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,13 @@
%global _empty_manifest_terminate_build 0
Name: python-cassandra-driver
Version: 3.25.0
Version: 3.28.0
Release: 1
Summary: DataStax Driver for Apache Cassandra
License: Apache-2.0
URL: http://github.com/datastax/python-driver
Source0: https://files.pythonhosted.org/packages/af/aa/3d3a6dae349d4f9b69d37e6f3f8b8ef286a06005aa312f0a3dc7af0eb556/cassandra-driver-3.25.0.tar.gz
Source0: https://files.pythonhosted.org/packages/f5/ab/417dc6c1bfea24042c97e381036b02864db8d918d3f65926e1884b98f086/cassandra-driver-3.28.0.tar.gz
Patch1: 0001-Increase-the-upper-limit-version-of-geomet.patch
%description
DataStax Driver for Apache Cassandra
@ -42,7 +44,7 @@ Provides: python3-cassandra-driver-doc
DataStax Driver for Apache Cassandra
%prep
%autosetup -n cassandra-driver-%{version}
%autosetup -p1 -n cassandra-driver-%{version}
%build
%py3_build
@ -84,6 +86,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Sep 8 2023 Dongxing Wang <dxwangk@isoftstone.com> - 3.28.0-1
- Upgrade version to 3.28.0 for ebs build
* Thu Jun 16 2022 OpenStack_SIG <openstack@openeuler.org> - 3.25.0-1
- Upgrade version for openstack yoga