pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-kombu
Module Name:    pkgsrc
Committed By:   rodent
Date:           Sun Nov  9 20:40:01 UTC 2014
Modified Files:
        pkgsrc/net/py-kombu: Makefile distinfo
Log Message:
3.0.23
======
- Django: Fixed bug in the Django 1.7 compatibility improvements related
  to autocommit handling.
- Django: The Django transport models would not be created on syncdb
  after app label rename.
3.0.22
======
- kombu.async: Min. delay between waiting for timer was always increased to
  one second.
- Fixed bug in itermessages where message is received after the with
  statement exits the block.
- Connection.autoretry: Now works with functions missing wrapped attributes
    (``__module__``, ``__name__``, ``__doc__``).
- Django: Now sets custom app label for ``kombu.transport.django`` to work
  with recent changes in Django 1.7.
- SimpleQueue removed messages from the wrong end of buffer.
- Tests: Now using ``unittest.mock`` if available.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/py-kombu/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/py-kombu/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index