Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
34df9e33a7
!14 [sync] PR-13: Fix build error, increase the upper limit version of cython
From: @openeuler-sync-bot 
Reviewed-by: @tzing_t 
Signed-off-by: @tzing_t
2025-04-16 01:16:40 +00:00
tzing_t
7fb5637714 Fix build error, increase the upper limit version of cython
(cherry picked from commit bc2b58fdcbc1e1b03150a8ed06b8dd79e079513a)
2025-04-14 09:01:50 +08:00
openeuler-ci-bot
15a873e337
!8 Update package to version 3.29.0
From: @desert-sailor 
Reviewed-by: @han-guangyu 
Signed-off-by: @han-guangyu
2024-01-10 06:42:11 +00:00
desert-sailor
ccfab34ff1 Update package to version 3.29.0 2024-01-10 10:35:49 +08:00
openeuler-ci-bot
cd8e9a9ef8
!6 update to upstream version 3.28.0
From: @desert-sailor 
Reviewed-by: @han-guangyu 
Signed-off-by: @han-guangyu
2023-09-10 03:21:31 +00:00
desert-sailor
d68c9cba59 Upgrade version to 3.28.0 for ebs build 2023-09-08 19:55:41 +08:00
openeuler-ci-bot
6c4ab69b5f
!5 add yaml file
From: @tanyulong2021 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
2022-07-08 06:36:55 +00:00
openeuler-ci-bot
5074679d4d
!4 upgrade version to 3.25.0
From: @zhangy1317 
Reviewed-by: @huangtianhua 
Signed-off-by: @huangtianhua
2022-07-07 08:48:32 +00:00
tanyulong2021
94fdfe6200 add yaml file 2022-06-20 14:42:58 +08:00
zhangy1317
83a48827f2 upgrade for openstack yoga 2022-06-16 16:43:41 +08:00
6 changed files with 61 additions and 4 deletions

View File

@ -0,0 +1,25 @@
From 48a5b372a2f945566451e8ad19237c91cdec6bab Mon Sep 17 00:00:00 2001
From: desert-sailor <dongxing.wang_a@thundersoft.com>
Date: Wed, 10 Jan 2024 10:34:36 +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 386bdfb..4246fd4 100644
--- a/setup.py
+++ b/setup.py
@@ -401,7 +401,7 @@ def run_setup(extensions):
else:
sys.stderr.write("Bypassing Cython setup requirement\n")
- dependencies = ['geomet>=0.1,<0.3']
+ dependencies = ['geomet>=0.1']
_EXTRAS_REQUIRE = {
'graph': ['gremlinpython==3.4.6'],
--
2.43.0

View File

@ -0,0 +1,13 @@
diff --git a/setup.py b/setup.py
index 0e48c3c..966e037 100644
--- a/setup.py
+++ b/setup.py
@@ -375,7 +375,7 @@ def run_setup(extensions):
# 1.) build_ext eats errors at compile time, letting the install complete while producing useful feedback
# 2.) there could be a case where the python environment has cython installed but the system doesn't have build tools
if pre_build_check():
- cython_dep = 'Cython>=0.20,!=0.25,<0.30'
+ cython_dep = 'Cython>=0.20,!=0.25'
user_specified_cython_version = os.environ.get('CASS_DRIVER_ALLOWED_CYTHON_VERSION')
if user_specified_cython_version is not None:
cython_dep = 'Cython==%s' % (user_specified_cython_version,)

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,14 @@
%global _empty_manifest_terminate_build 0
Name: python-cassandra-driver
Version: 3.24.0
Release: 1
Version: 3.29.0
Release: 2
Summary: DataStax Driver for Apache Cassandra
License: Apache-2.0
URL: http://github.com/datastax/python-driver
Source0: https://files.pythonhosted.org/packages/cd/22/7bf65cfd5d60f3c916ed57c88705803fac30928696f2a300d9ee3751b390/cassandra-driver-3.24.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
Patch2: 0002-Increase-the-upper-limit-version-of-cython.patch
%description
DataStax Driver for Apache Cassandra
@ -42,7 +45,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,5 +87,17 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Tue Feb 11 2025 tzing_t <zhengting13@huawei.com> - 3.29.0-2
- Fix build error, increase the upper limit version of cython
* 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
- 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
* Fri Aug 06 2021 OpenStack_SIG <openstack@openeuler.org> - 3.24.0-1
- Package Spec generate

View File

@ -0,0 +1,4 @@
version_control: github
src_repo: datastax/python-driver
tag_prefix: ""
separator: "."