Upgrade version to 3.28.0 for ebs build
This commit is contained in:
parent
6c4ab69b5f
commit
d68c9cba59
25
0001-Increase-the-upper-limit-version-of-geomet.patch
Normal file
25
0001-Increase-the-upper-limit-version-of-geomet.patch
Normal 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.
BIN
cassandra-driver-3.28.0.tar.gz
Normal file
BIN
cassandra-driver-3.28.0.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,13 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-cassandra-driver
|
Name: python-cassandra-driver
|
||||||
Version: 3.25.0
|
Version: 3.28.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/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
|
%description
|
||||||
DataStax Driver for Apache Cassandra
|
DataStax Driver for Apache Cassandra
|
||||||
|
|
||||||
@ -42,7 +44,7 @@ Provides: python3-cassandra-driver-doc
|
|||||||
DataStax Driver for Apache Cassandra
|
DataStax Driver for Apache Cassandra
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n cassandra-driver-%{version}
|
%autosetup -p1 -n cassandra-driver-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -84,6 +86,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jun 16 2022 OpenStack_SIG <openstack@openeuler.org> - 3.25.0-1
|
||||||
- Upgrade version for openstack yoga
|
- Upgrade version for openstack yoga
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user