[Python-modules-commits] [python-cassandra-driver] 01/06: Import python-cassandra-driver_3.7.1.orig.tar.gz
Sandro Tosi
morph at moszumanska.debian.org
Sat Dec 17 18:13:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository python-cassandra-driver.
commit 644f3e0beeaeab28d8c94dbf9a777c7c84b4fefb
Author: Sandro Tosi <morph at debian.org>
Date: Fri Dec 16 22:22:35 2016 -0500
Import python-cassandra-driver_3.7.1.orig.tar.gz
---
PKG-INFO | 2 +-
cassandra/__init__.py | 2 +-
cassandra_driver.egg-info/PKG-INFO | 2 +-
setup.py | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/PKG-INFO b/PKG-INFO
index e076ef9..ecb5bb8 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: cassandra-driver
-Version: 3.7.0
+Version: 3.7.1
Summary: Python driver for Cassandra
Home-page: http://github.com/datastax/python-driver
Author: Tyler Hobbs
diff --git a/cassandra/__init__.py b/cassandra/__init__.py
index 8b348df..0959ad4 100644
--- a/cassandra/__init__.py
+++ b/cassandra/__init__.py
@@ -22,7 +22,7 @@ class NullHandler(logging.Handler):
logging.getLogger('cassandra').addHandler(NullHandler())
-__version_info__ = (3, 7, 0)
+__version_info__ = (3, 7, 1)
__version__ = '.'.join(map(str, __version_info__))
diff --git a/cassandra_driver.egg-info/PKG-INFO b/cassandra_driver.egg-info/PKG-INFO
index e076ef9..ecb5bb8 100644
--- a/cassandra_driver.egg-info/PKG-INFO
+++ b/cassandra_driver.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: cassandra-driver
-Version: 3.7.0
+Version: 3.7.1
Summary: Python driver for Cassandra
Home-page: http://github.com/datastax/python-driver
Author: Tyler Hobbs
diff --git a/setup.py b/setup.py
index a6fcc7b..6dba9cc 100644
--- a/setup.py
+++ b/setup.py
@@ -212,7 +212,7 @@ class NoPatchExtension(Extension):
base.__init__(self, *args, **kwargs)
else:
Extension.__init__(self, *args, **kwargs)
-
+
class build_extensions(build_ext):
@@ -388,7 +388,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():
- kw['setup_requires'] = ['Cython>=0.20']
+ kw['setup_requires'] = ['Cython>=0.20,<0.25']
else:
sys.stderr.write("Bypassing Cython setup requirement\n")
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-cassandra-driver.git
More information about the Python-modules-commits
mailing list