2 new revisions:

Revision: d51148441ba2
Author:   paul cannon <p...@riptano.com>
Date:     Mon Nov  7 15:01:44 2011
Log:      changelog stuff for 1.0.6
http://code.google.com/a/apache-extras.org/p/cassandra-dbapi2/source/detail?r=d51148441ba2

Revision: 358b34a8252b
Author:   paul cannon <p...@riptano.com>
Date:     Mon Nov  7 14:54:47 2011
Log:      debian packaging for 1.0.6
http://code.google.com/a/apache-extras.org/p/cassandra-dbapi2/source/detail?r=358b34a8252b

==============================================================================
Revision: d51148441ba2
Author:   paul cannon <p...@riptano.com>
Date:     Mon Nov  7 15:01:44 2011
Log:      changelog stuff for 1.0.6

http://code.google.com/a/apache-extras.org/p/cassandra-dbapi2/source/detail?r=d51148441ba2

Modified:
 /CHANGES.txt

=======================================
--- /CHANGES.txt        Mon Sep 26 14:32:22 2011
+++ /CHANGES.txt        Mon Nov  7 15:01:44 2011
@@ -1,3 +1,15 @@
+1.0.6 (UNRELEASED)
+ * allow override of SchemaDecoder
+ * put value type in row descriptions, not column name type
+ * improve python2.4 support
+ * add support for unmarshalling boolean, date, decimal, float, double
+ * avoid relative in-package imports
+ * remove cqlsh
+ * add Debian packaging
+
+1.0.5
+ * burn a version to keep Google Code's downloads happy
+
 1.0.4
  * fix issues with parameters being escaped incorrectly in Python CQL
    (CASSANDRA-2993)

==============================================================================
Revision: 358b34a8252b
Author:   paul cannon <p...@riptano.com>
Date:     Mon Nov  7 14:54:47 2011
Log:      debian packaging for 1.0.6

http://code.google.com/a/apache-extras.org/p/cassandra-dbapi2/source/detail?r=358b34a8252b

Added:
 /debian/changelog
 /debian/compat
 /debian/control
 /debian/copyright
 /debian/docs
 /debian/gbp.conf
 /debian/rules
 /debian/source/format

=======================================
--- /dev/null
+++ /debian/changelog   Mon Nov  7 14:54:47 2011
@@ -0,0 +1,5 @@
+python-cql (1.0.6-1) UNRELEASED; urgency=low
+
+  * Initial debian packaging
+
+ -- paul cannon <p...@datastax.com>  Mon, 07 Nov 2011 16:10:28 -0600
=======================================
--- /dev/null
+++ /debian/compat      Mon Nov  7 14:54:47 2011
@@ -0,0 +1,1 @@
+7
=======================================
--- /dev/null
+++ /debian/control     Mon Nov  7 14:54:47 2011
@@ -0,0 +1,17 @@
+Source: python-cql
+Section: python
+Priority: extra
+Maintainer: paul cannon <p...@datastax.com>
+Build-Depends: debhelper (>= 7.0.50~), python-support
+Standards-Version: 3.8.4
+XS-Python-Version: >= 2.4
+Homepage: http://code.google.com/a/apache-extras.org/p/cassandra-dbapi2/
+
+Package: python-cql
+Architecture: all
+Depends: ${misc:Depends}, python-thrift, ${python:Depends}
+Description: DB-API 2.0 compliant client library for Cassandra/CQL
+ CQL is an SQL-like query language for the highly scalable distributed database
+ Cassandra. This package provides a Python driver for making queries to a
+ Cassandra installation using CQL, using the standard Python database API
+ ("DB-API 2.0").
=======================================
--- /dev/null
+++ /debian/copyright   Mon Nov  7 14:54:47 2011
@@ -0,0 +1,31 @@
+This work was packaged for Debian by:
+
+    paul cannon <p...@datastax.com> on Mon, 07 Nov 2011 16:10:28 -0600
+
+Upstream Author(s):
+
+    Eric Evans <eev...@sym-link.com>
+    Jonathan Ellis <jbel...@datastax.com>
+    Tyler Hobbs <ty...@datastax.com>
+    paul cannon <p...@datastax.com>
+
+Copyright:
+
+    Copyright (c) 2011, The Apache Software Foundation
+
+License:
+
+   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 systems, the complete text of the Apache version 2.0 license
+can be found in "/usr/share/common-licenses/Apache-2.0".
=======================================
--- /dev/null
+++ /debian/docs        Mon Nov  7 14:54:47 2011
@@ -0,0 +1,1 @@
+README
=======================================
--- /dev/null
+++ /debian/gbp.conf    Mon Nov  7 14:54:47 2011
@@ -0,0 +1,2 @@
+[DEFAULT]
+git_debian_branch = master
=======================================
--- /dev/null
+++ /debian/rules       Mon Nov  7 14:54:47 2011
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+       dh $@
=======================================
--- /dev/null
+++ /debian/source/format       Mon Nov  7 14:54:47 2011
@@ -0,0 +1,1 @@
+3.0 (quilt)

Reply via email to