summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2011-01-31 22:44:30 +0100
committerAsk Solem <ask@celeryproject.org>2011-01-31 22:44:30 +0100
commit84a8c282307e94b5ebf04b5bd8337c3a3ddb0a25 (patch)
treea37c910441582c3216d24fc9eb191d4864bf6888
parent383373e623734d0e8f686c383191a5bf27c13272 (diff)
downloadkombu-84a8c282307e94b5ebf04b5bd8337c3a3ddb0a25.tar.gz
Update copyright headers to include 2011
-rw-r--r--Changelog4
-rwxr-xr-xcontrib/release/verify-reference-index.sh4
-rw-r--r--docs/conf.py2
-rw-r--r--kombu/abstract.py2
-rw-r--r--kombu/compat.py2
-rw-r--r--kombu/compression.py2
-rw-r--r--kombu/connection.py2
-rw-r--r--kombu/entity.py4
-rw-r--r--kombu/exceptions.py2
-rw-r--r--kombu/messaging.py2
-rw-r--r--kombu/pidbox.py2
-rw-r--r--kombu/serialization.py2
-rw-r--r--kombu/simple.py2
-rw-r--r--kombu/transport/__init__.py2
-rw-r--r--kombu/transport/base.py2
-rw-r--r--kombu/transport/beanstalk.py2
-rw-r--r--kombu/transport/librabbitmq.py2
-rw-r--r--kombu/transport/memory.py2
-rw-r--r--kombu/transport/mongodb.py2
-rw-r--r--kombu/transport/pyamqplib.py2
-rw-r--r--kombu/transport/pycouchdb.py2
-rw-r--r--kombu/transport/pypika.py2
-rw-r--r--kombu/transport/pyredis.py2
-rw-r--r--kombu/transport/virtual/__init__.py2
-rw-r--r--kombu/transport/virtual/exchange.py2
-rw-r--r--kombu/transport/virtual/scheduling.py2
26 files changed, 29 insertions, 29 deletions
diff --git a/Changelog b/Changelog
index b4bb2b30..108d34f9 100644
--- a/Changelog
+++ b/Changelog
@@ -4,18 +4,20 @@
1.0.2
=====
+:release-date: 2011-01-31 10:45 P.M CEST
* amqplib: Message properties were not set properly.
* Ghettoq backend names are now automatically translated to the new names.
1.0.1
=====
+:release-date: 2011-01-28 12:00 P.M CEST
* Redis: Now works with Linux (epoll)
1.0.0
=====
-:release-date: 2011-01-28 12:00 P.M CEST
+:release-date: 2011-01-27 12:00 P.M CEST
* Initial release
diff --git a/contrib/release/verify-reference-index.sh b/contrib/release/verify-reference-index.sh
index f56eefdd..feaa0da9 100755
--- a/contrib/release/verify-reference-index.sh
+++ b/contrib/release/verify-reference-index.sh
@@ -16,6 +16,4 @@ verify_index() {
return $retval
}
-verify_index docs/reference/index.rst && \
- verify_index docs/internals/reference/index.rst
-
+verify_index docs/reference/index.rst
diff --git a/docs/conf.py b/docs/conf.py
index f7f4f834..0e52114a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -25,7 +25,7 @@ master_doc = 'index'
# General information about the project.
project = u'Kombu'
-copyright = u'2009-2010, Ask Solem'
+copyright = u'2009-2011, Ask Solem'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/kombu/abstract.py b/kombu/abstract.py
index 5680c4f4..2468c88e 100644
--- a/kombu/abstract.py
+++ b/kombu/abstract.py
@@ -4,7 +4,7 @@ kombu.compression
Object utilities.
-:copyright: (c) 2009 - 2010 by Ask Solem.
+:copyright: (c) 2009 - 2011 by Ask Solem.
:license: BSD, see LICENSE for more details.
"""
diff --git a/kombu/compat.py b/kombu/compat.py
index 6d4064ae..6574c34f 100644
--- a/kombu/compat.py
+++ b/kombu/compat.py
@@ -6,7 +6,7 @@ Carrot compatible interface for :class:`Publisher` and :class:`Producer`.
See http://packages.python.org/pypi/carrot for documentation.
-:copyright: (c) 2009 - 2010 by Ask Solem.
+:copyright: (c) 2009 - 2011 by Ask Solem.
:license: BSD, see LICENSE for more details.
"""
diff --git a/kombu/compression.py b/kombu/compression.py
index 8cb93d7a..98d016d8 100644
--- a/kombu/compression.py
+++ b/kombu/compression.py
@@ -4,7 +4,7 @@ kombu.compression
Compression utilities.
-:copyright: (c) 2009 - 2010 by Ask Solem.
+:copyright: (c) 2009 - 2011 by Ask Solem.
:license: BSD, see LICENSE for more details.
"""
diff --git a/kombu/connection.py b/kombu/connection.py
index fcc2a183..652149f3 100644
--- a/kombu/connection.py
+++ b/kombu/connection.py
@@ -4,7 +4,7 @@ kombu.connection
Broker connection and pools.
-:copyright: (c) 2009 - 2010 by Ask Solem.
+:copyright: (c) 2009 - 2011 by Ask Solem.
:license: BSD, see LICENSE for more details.
"""
diff --git a/kombu/entity.py b/kombu/entity.py
index 26c4ea07..668996db 100644
--- a/kombu/entity.py
+++ b/kombu/entity.py
@@ -4,7 +4,7 @@ kombu.entity
Exchange and Queue declarations.
-:copyright: (c) 2009 - 2010 by Ask Solem.
+:copyright: (c) 2009 - 2011 by Ask Solem.
:license: BSD, see LICENSE for more details.
"""
@@ -356,7 +356,7 @@ class Queue(MaybeChannelBound):
def declare(self, nowait=False):
"""Declares the queue, the exchange and binds the queue to
the exchange."""
- return (self.exchange and self.exchange.declare(nowait),
+ return (self.name and self.exchange.declare(nowait),
self.name and self.queue_declare(nowait, passive=False),
self.name and self.queue_bind(nowait))
diff --git a/kombu/exceptions.py b/kombu/exceptions.py
index 9bd231fe..43c7fd85 100644
--- a/kombu/exceptions.py
+++ b/kombu/exceptions.py
@@ -4,7 +4,7 @@ kombu.exceptions
Exceptions.
-:copyright: (c) 2009 - 2010 by Ask Solem.
+:copyright: (c) 2009 - 2011 by Ask Solem.
:license: BSD, see LICENSE for more details.
"""
diff --git a/kombu/messaging.py b/kombu/messaging.py
index 17d09686..baa9087b 100644
--- a/kombu/messaging.py
+++ b/kombu/messaging.py
@@ -4,7 +4,7 @@ kombu.messaging
Sending and receiving messages.
-:copyright: (c) 2009 - 2010 by Ask Solem.
+:copyright: (c) 2009 - 2011 by Ask Solem.
:license: BSD, see LICENSE for more details.
"""
diff --git a/kombu/pidbox.py b/kombu/pidbox.py
index 1eadf9ea..3945a0ac 100644
--- a/kombu/pidbox.py
+++ b/kombu/pidbox.py
@@ -4,7 +4,7 @@ kombu.pidbox
Generic process mailbox.
-:copyright: (c) 2009 - 2010 by Ask Solem.
+:copyright: (c) 2009 - 2011 by Ask Solem.
:license: BSD, see LICENSE for more details.
"""
diff --git a/kombu/serialization.py b/kombu/serialization.py
index 96f3ac77..c9d7efcd 100644
--- a/kombu/serialization.py
+++ b/kombu/serialization.py
@@ -4,7 +4,7 @@ kombu.serialization
Serialization utilities.
-:copyright: (c) 2009 - 2010
+:copyright: (c) 2009 - 2011 by Ask Solem
:license: BSD, see LICENSE for more details.
"""
diff --git a/kombu/simple.py b/kombu/simple.py
index c4602d4f..da54b708 100644
--- a/kombu/simple.py
+++ b/kombu/simple.py
@@ -4,7 +4,7 @@ kombu.simple
Simple interface.
-:copyright: (c) 2009 - 2010 by Ask Solem.
+:copyright: (c) 2009 - 2011 by Ask Solem.
:license: BSD, see LICENSE for more details.
"""
diff --git a/kombu/transport/__init__.py b/kombu/transport/__init__.py
index a86498f7..057d3740 100644
--- a/kombu/transport/__init__.py
+++ b/kombu/transport/__init__.py
@@ -4,7 +4,7 @@ kombu.transport
Built-in transports.
-:copyright: (c) 2009 - 2010 by Ask Solem.
+:copyright: (c) 2009 - 2011 by Ask Solem.
:license: BSD, see LICENSE for more details.
"""
diff --git a/kombu/transport/base.py b/kombu/transport/base.py
index b2b9330a..849aef53 100644
--- a/kombu/transport/base.py
+++ b/kombu/transport/base.py
@@ -4,7 +4,7 @@ kombu.transport.base
Base transport interface.
-:copyright: (c) 2009 - 2010 by Ask Solem.
+:copyright: (c) 2009 - 2011 by Ask Solem.
:license: BSD, see LICENSE for more details.
"""
diff --git a/kombu/transport/beanstalk.py b/kombu/transport/beanstalk.py
index 1ce3bb13..216a021a 100644
--- a/kombu/transport/beanstalk.py
+++ b/kombu/transport/beanstalk.py
@@ -4,7 +4,7 @@ kombu.transport.beanstalk
Beanstalk transport.
-:copyright: (c) 2010 by David Ziegler.
+:copyright: (c) 2010 - 2011 by David Ziegler.
:license: BSD, see LICENSE for more details.
"""
diff --git a/kombu/transport/librabbitmq.py b/kombu/transport/librabbitmq.py
index ed0aca1e..06775e6c 100644
--- a/kombu/transport/librabbitmq.py
+++ b/kombu/transport/librabbitmq.py
@@ -4,7 +4,7 @@ kombu.transport.librabbitmq
pylibrabbitmq transport.
-:copyright: (c) 2009 - 2010 by Ask Solem.
+:copyright: (c) 2010 - 2011 by Ask Solem.
:license: BSD, see LICENSE for more details.
"""
diff --git a/kombu/transport/memory.py b/kombu/transport/memory.py
index b24a9dea..7553a9fd 100644
--- a/kombu/transport/memory.py
+++ b/kombu/transport/memory.py
@@ -4,7 +4,7 @@ kombu.transport.memory
In-memory transport.
-:copyright: (c) 2009 - 2010 by Ask Solem.
+:copyright: (c) 2009 - 2011 by Ask Solem.
:license: BSD, see LICENSE for more details.
"""
diff --git a/kombu/transport/mongodb.py b/kombu/transport/mongodb.py
index f150b39a..d1eeebd9 100644
--- a/kombu/transport/mongodb.py
+++ b/kombu/transport/mongodb.py
@@ -5,7 +5,7 @@ kombu.transport.mongodb
MongoDB transport.
-:copyright: (c) 2010 by Flavio Percoco Premoli.
+:copyright: (c) 2010 - 2011 by Flavio Percoco Premoli.
:license: BSD, see LICENSE for more details.
"""
diff --git a/kombu/transport/pyamqplib.py b/kombu/transport/pyamqplib.py
index 7aae74a9..54a5264a 100644
--- a/kombu/transport/pyamqplib.py
+++ b/kombu/transport/pyamqplib.py
@@ -4,7 +4,7 @@ kombu.transport.pyamqplib
amqplib transport.
-:copyright: (c) 2009 - 2010 by Ask Solem.
+:copyright: (c) 2009 - 2011 by Ask Solem.
:license: BSD, see LICENSE for more details.
"""
diff --git a/kombu/transport/pycouchdb.py b/kombu/transport/pycouchdb.py
index 2d34fdec..af50b527 100644
--- a/kombu/transport/pycouchdb.py
+++ b/kombu/transport/pycouchdb.py
@@ -4,7 +4,7 @@ kombu.transport.pycouchdb
CouchDB transport.
-:copyright: (c) 2010 by David Clymer.
+:copyright: (c) 2010 - 2011 by David Clymer.
:license: BSD, see LICENSE for more details.
"""
diff --git a/kombu/transport/pypika.py b/kombu/transport/pypika.py
index 82ec3db4..cdda187e 100644
--- a/kombu/transport/pypika.py
+++ b/kombu/transport/pypika.py
@@ -4,7 +4,7 @@ kombu.transport.pypika
Pika transport.
-:copyright: (c) 2009 - 2010 by Ask Solem.
+:copyright: (c) 2009 - 2011 by Ask Solem.
:license: BSD, see LICENSE for more details.
"""
diff --git a/kombu/transport/pyredis.py b/kombu/transport/pyredis.py
index 66234220..10ea4a14 100644
--- a/kombu/transport/pyredis.py
+++ b/kombu/transport/pyredis.py
@@ -4,7 +4,7 @@ kombu.transport.pyredis
Redis transport.
-:copyright: (c) 2009 - 2010 by Ask Solem.
+:copyright: (c) 2009 - 2011 by Ask Solem.
:license: BSD, see LICENSE for more details.
"""
diff --git a/kombu/transport/virtual/__init__.py b/kombu/transport/virtual/__init__.py
index b70e9e24..10a10243 100644
--- a/kombu/transport/virtual/__init__.py
+++ b/kombu/transport/virtual/__init__.py
@@ -6,7 +6,7 @@ Virtual transport implementation.
Emulates the AMQ API for non-AMQ transports.
-:copyright: (c) 2009, 2010 by Ask Solem.
+:copyright: (c) 2009, 2011 by Ask Solem.
:license: BSD, see LICENSE for more details.
"""
diff --git a/kombu/transport/virtual/exchange.py b/kombu/transport/virtual/exchange.py
index baf133c3..f781c19e 100644
--- a/kombu/transport/virtual/exchange.py
+++ b/kombu/transport/virtual/exchange.py
@@ -5,7 +5,7 @@ kombu.transport.virtual.exchange
Implementations of the standard exchanges defined
by the AMQ protocol (excluding the `headers` exchange).
-:copyright: (c) 2009 - 2010 by Ask Solem.
+:copyright: (c) 2009 - 2011 by Ask Solem.
:license: BSD, see LICENSE for more details.
"""
diff --git a/kombu/transport/virtual/scheduling.py b/kombu/transport/virtual/scheduling.py
index 2a780a0d..da890ca2 100644
--- a/kombu/transport/virtual/scheduling.py
+++ b/kombu/transport/virtual/scheduling.py
@@ -4,7 +4,7 @@
Consumer utilities.
- :copyright: (c) 2009 - 2010 by Ask Solem.
+ :copyright: (c) 2009 - 2011 by Ask Solem.
:license: BSD, see LICENSE for more details.
"""