Update package to version 3.29.0
This commit is contained in:
parent
cd8e9a9ef8
commit
ccfab34ff1
@ -1,6 +1,6 @@
|
|||||||
From 693ae7c0b6c8726bc370c3b4f338d2f7fd6e226a Mon Sep 17 00:00:00 2001
|
From 48a5b372a2f945566451e8ad19237c91cdec6bab Mon Sep 17 00:00:00 2001
|
||||||
From: desert-sailor <dxwangk@isoftstone.com>
|
From: desert-sailor <dongxing.wang_a@thundersoft.com>
|
||||||
Date: Fri, 8 Sep 2023 19:53:49 +0800
|
Date: Wed, 10 Jan 2024 10:34:36 +0800
|
||||||
Subject: [PATCH] Increase the upper limit version of geomet
|
Subject: [PATCH] Increase the upper limit version of geomet
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -8,18 +8,18 @@ Subject: [PATCH] Increase the upper limit version of geomet
|
|||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/setup.py b/setup.py
|
diff --git a/setup.py b/setup.py
|
||||||
index 30ce602..c4198db 100644
|
index 386bdfb..4246fd4 100644
|
||||||
--- a/setup.py
|
--- a/setup.py
|
||||||
+++ b/setup.py
|
+++ b/setup.py
|
||||||
@@ -402,7 +402,7 @@ def run_setup(extensions):
|
@@ -401,7 +401,7 @@ def run_setup(extensions):
|
||||||
|
else:
|
||||||
sys.stderr.write("Bypassing Cython setup requirement\n")
|
sys.stderr.write("Bypassing Cython setup requirement\n")
|
||||||
|
|
||||||
dependencies = ['six >=1.9',
|
- dependencies = ['geomet>=0.1,<0.3']
|
||||||
- 'geomet>=0.1,<0.3']
|
+ dependencies = ['geomet>=0.1']
|
||||||
+ 'geomet>=0.1']
|
|
||||||
|
|
||||||
_EXTRAS_REQUIRE = {
|
_EXTRAS_REQUIRE = {
|
||||||
'graph': ['gremlinpython==3.4.6'],
|
'graph': ['gremlinpython==3.4.6'],
|
||||||
--
|
--
|
||||||
2.33.0
|
2.43.0
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
BIN
cassandra-driver-3.29.0.tar.gz
Normal file
BIN
cassandra-driver-3.29.0.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-cassandra-driver
|
Name: python-cassandra-driver
|
||||||
Version: 3.28.0
|
Version: 3.29.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: DataStax Driver for Apache Cassandra
|
Summary: DataStax Driver for Apache Cassandra
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: http://github.com/datastax/python-driver
|
URL: http://github.com/datastax/python-driver
|
||||||
Source0: https://files.pythonhosted.org/packages/f5/ab/417dc6c1bfea24042c97e381036b02864db8d918d3f65926e1884b98f086/cassandra-driver-3.28.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/59/28/3e0ea7003910166525304b65a8ffa190666b483c2cc9c38ed5746a25d0fd/cassandra-driver-3.29.0.tar.gz
|
||||||
Patch1: 0001-Increase-the-upper-limit-version-of-geomet.patch
|
Patch1: 0001-Increase-the-upper-limit-version-of-geomet.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -86,6 +86,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 10 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 3.29.0-1
|
||||||
|
- Update package to version 3.29.0
|
||||||
|
|
||||||
* Fri Sep 8 2023 Dongxing Wang <dxwangk@isoftstone.com> - 3.28.0-1
|
* Fri Sep 8 2023 Dongxing Wang <dxwangk@isoftstone.com> - 3.28.0-1
|
||||||
- Upgrade version to 3.28.0 for ebs build
|
- Upgrade version to 3.28.0 for ebs build
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user