[Python-modules-commits] r33113 - in packages/python-cassandra-driver/trunk (9 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Fri Jun 26 13:08:45 UTC 2015
Date: Friday, June 26, 2015 @ 13:08:45
Author: morph
Revision: 33113
[svn-inject] Applying Debian modifications (2.5.1-1) to trunk
Added:
packages/python-cassandra-driver/trunk/debian/
packages/python-cassandra-driver/trunk/debian/changelog
packages/python-cassandra-driver/trunk/debian/compat
packages/python-cassandra-driver/trunk/debian/control
packages/python-cassandra-driver/trunk/debian/copyright
packages/python-cassandra-driver/trunk/debian/rules
packages/python-cassandra-driver/trunk/debian/source/
packages/python-cassandra-driver/trunk/debian/source/format
packages/python-cassandra-driver/trunk/debian/watch
Property changes on: packages/python-cassandra-driver/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/python-cassandra-driver/trunk/debian/changelog
===================================================================
--- packages/python-cassandra-driver/trunk/debian/changelog (rev 0)
+++ packages/python-cassandra-driver/trunk/debian/changelog 2015-06-26 13:08:45 UTC (rev 33113)
@@ -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
Added: packages/python-cassandra-driver/trunk/debian/compat
===================================================================
--- packages/python-cassandra-driver/trunk/debian/compat (rev 0)
+++ packages/python-cassandra-driver/trunk/debian/compat 2015-06-26 13:08:45 UTC (rev 33113)
@@ -0,0 +1 @@
+9
Added: packages/python-cassandra-driver/trunk/debian/control
===================================================================
--- packages/python-cassandra-driver/trunk/debian/control (rev 0)
+++ packages/python-cassandra-driver/trunk/debian/control 2015-06-26 13:08:45 UTC (rev 33113)
@@ -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
Added: packages/python-cassandra-driver/trunk/debian/copyright
===================================================================
--- packages/python-cassandra-driver/trunk/debian/copyright (rev 0)
+++ packages/python-cassandra-driver/trunk/debian/copyright 2015-06-26 13:08:45 UTC (rev 33113)
@@ -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
Added: packages/python-cassandra-driver/trunk/debian/rules
===================================================================
--- packages/python-cassandra-driver/trunk/debian/rules (rev 0)
+++ packages/python-cassandra-driver/trunk/debian/rules 2015-06-26 13:08:45 UTC (rev 33113)
@@ -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
Property changes on: packages/python-cassandra-driver/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/python-cassandra-driver/trunk/debian/source/format
===================================================================
--- packages/python-cassandra-driver/trunk/debian/source/format (rev 0)
+++ packages/python-cassandra-driver/trunk/debian/source/format 2015-06-26 13:08:45 UTC (rev 33113)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/python-cassandra-driver/trunk/debian/watch
===================================================================
--- packages/python-cassandra-driver/trunk/debian/watch (rev 0)
+++ packages/python-cassandra-driver/trunk/debian/watch 2015-06-26 13:08:45 UTC (rev 33113)
@@ -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)))
More information about the Python-modules-commits
mailing list