14
0
forked from pool/python-amqp

- Update to 1.1.0:

- No longer supports Pyhton 2.5
  - Fixed receiving of float table values.
  - Now Supports Python 3 and Python 2.6+ in the same source code.
  - Python 3 related fixes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=5
This commit is contained in:
Alexandre Rogoski
2012-11-08 23:26:48 +00:00
committed by Git OBS Bridge
parent d2bc9e77bd
commit 16c6c91a63
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Nov 8 23:18:41 UTC 2012 - alexandre@exatati.com.br
- Update to 1.1.0:
- No longer supports Pyhton 2.5
- Fixed receiving of float table values.
- Now Supports Python 3 and Python 2.6+ in the same source code.
- Python 3 related fixes.
-------------------------------------------------------------------
Tue Nov 6 18:00:08 UTC 2012 - alexandre@exatati.com.br