View | Details | Raw Unified | Return to bug 235899
Collapse All | Expand All

(-)databases/py-cassandra-driver/Makefile (-2 / +1 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	cassandra-driver
3
PORTNAME=	cassandra-driver
4
DISTVERSION=	3.16.0
4
DISTVERSION=	3.17.0
5
PORTREVISION=	0
6
CATEGORIES=	databases python
5
CATEGORIES=	databases python
7
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)databases/py-cassandra-driver/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1542618758
1
TIMESTAMP = 1550691903
2
SHA256 (cassandra-driver-3.16.0.tar.gz) = 42bcb167a90da6604081872ef609a327a63273842da81120fc462de031155abe
2
SHA256 (cassandra-driver-3.17.0.tar.gz) = 6d42e11fd5879f12b1600e4c0f604e4432f472d030e80176b833c99c9cf989fc
3
SIZE (cassandra-driver-3.16.0.tar.gz) = 229652
3
SIZE (cassandra-driver-3.17.0.tar.gz) = 230053
(-)databases/py-cassandra-driver/files/patch-setup.py (-11 lines)
Lines 1-11 Link Here
1
--- setup.py.orig	2018-10-31 06:47:06 UTC
2
+++ setup.py
3
@@ -395,7 +395,7 @@ def run_setup(extensions):
4
         # 1.) build_ext eats errors at compile time, letting the install complete while producing useful feedback
5
         # 2.) there could be a case where the python environment has cython installed but the system doesn't have build tools
6
         if pre_build_check():
7
-            cython_dep = 'Cython>=0.20,!=0.25,<0.29'
8
+            cython_dep = 'Cython>=0.20,!=0.25,<0.30'
9
             user_specified_cython_version = os.environ.get('CASS_DRIVER_ALLOWED_CYTHON_VERSION')
10
             if user_specified_cython_version is not None:
11
                 cython_dep = 'Cython==%s' % (user_specified_cython_version,)

Return to bug 235899