[Python-modules-commits] [python-cassandra-driver] 02/02: Imported Debian patch 2.5.1-1

Sandro Tosi morph at moszumanska.debian.org
Fri Jun 26 13:20:48 UTC 2015


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 68f77c104d6ed7e136d7f9c2cb10bf872f03753e
Author: Sandro Tosi <morph at debian.org>
Date:   Thu Jun 25 15:50:21 2015 -0400

    Imported Debian patch 2.5.1-1
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 50 +++++++++++++++++++++++++++++++++++++++++
 debian/copyright     | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/rules         | 11 +++++++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 7 files changed, 134 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4b87db8
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-cassandra-driver (2.5.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #771065)
+
+ -- Sandro Tosi <morph at debian.org>  Thu, 25 Jun 2015 15:50:21 -0400
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ee6d9da
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,50 @@
+Source: python-cassandra-driver
+Section: python
+Priority: optional
+Maintainer: Sandro Tosi <morph at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9), python, python3, python-setuptools, python3-setuptools
+Standards-Version: 3.9.6
+Homepage: https://github.com/datastax/python-driver
+#Vcs-Git: 
+#Vcs-Browser: 
+
+Package: python-cassandra
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: Python driver for Apache Cassandra
+ A modern, feature-rich and highly-tunable Python client library for Apache
+ Cassandra (1.2+) and DataStax Enterprise (3.1+) using exclusively Cassandra's
+ binary protocol and Cassandra Query Language v3.
+ .
+ Features:
+  * Synchronous and Asynchronous APIs
+  * Simple, Prepared, and Batch statements
+  * Asynchronous IO, parallel execution, request pipelining
+  * Connection pooling
+  * Automatic node discovery
+  * Automatic reconnection
+  * Configurable load balancing and retry policies
+  * Concurrent execution utilities
+  * Object mapper
+
+Package: python3-cassandra
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: Python driver for Apache Cassandra (Python 3)
+ A modern, feature-rich and highly-tunable Python client library for Apache
+ Cassandra (1.2+) and DataStax Enterprise (3.1+) using exclusively Cassandra's
+ binary protocol and Cassandra Query Language v3.
+ .
+ Features:
+  * Synchronous and Asynchronous APIs
+  * Simple, Prepared, and Batch statements
+  * Asynchronous IO, parallel execution, request pipelining
+  * Connection pooling
+  * Automatic node discovery
+  * Automatic reconnection
+  * Configurable load balancing and retry policies
+  * Concurrent execution utilities
+  * Object mapper
+ .
+ This package contains the Python 3.x module for python-cassandra
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..5de7532
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,63 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: cassandra-driver
+Source: https://github.com/datastax/python-driver
+
+Files: *
+Copyright: Copyright 2013-2015 DataStax
+License: Apache-2
+
+License: Apache-2
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+    http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian-based systems the full text of the Apache version 2.0 license
+ can be found in /usr/share/common-licenses/Apache-2.0.
+
+Files: debian/*
+Copyright: 2015 Sandro Tosi <morph at debian.org>
+License: Apache-2
+
+Files: cassandra/util.py
+Copyright: Copyright (c) 2009 Raymond Hettinger
+License:
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation files
+ (the "Software"), to deal in the Software without restriction,
+ including without limitation the rights to use, copy, modify, merge,
+ publish, distribute, sublicense, and/or sell copies of the Software,
+ and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+ .
+     The above copyright notice and this permission notice shall be
+     included in all copies or substantial portions of the Software.
+ .
+     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+     OTHER DEALINGS IN THE SOFTWARE.
+
+Files: cassandra/io/eventletreactor.py
+Copyright: Copyright 2014 Symantec Corporation
+ Copyright 2013-2015 DataStax, Inc.
+License: Apache-2
+
+Files: cassandra/murmur3.c
+Copyright: Copyright (c) 2011 Austin Appleby (Murmur3 routine)
+ Copyright (c) 2011 Patrick Hensley (Python wrapper, packaging)
+ Copyright 2013 DataStax (Minor modifications to match Cassandra's MM3 hashes)
+License: MIT
+Note: The majority of this code was taken from the python-smhasher library,
+ which can be found here: https://github.com/phensley/python-smhasher
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..6b6ee4d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2,python3
+
+override_dh_install:
+	python  setup.py install --install-layout=deb --root $(CURDIR)/debian/python-cassandra
+	python3 setup.py install --install-layout=deb --root $(CURDIR)/debian/python3-cassandra
+
+override_dh_installdocs:
+	dh_installdocs README.rst
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..096ce30
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/cassandra-driver/cassandra-driver-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
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