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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e17d34a22371491a45defe3e4c23017cfd41ed4e5e40f1fe93593e52d695233a
size 464611

3
amqp-1.1.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0fb2144dec3670b954e4451bea6545c896caa386b4e397207a4c5e65f935af0b
size 465348

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

View File

@@ -16,7 +16,7 @@
Name: python-amqp
Version: 1.0.2
Version: 1.1.0
Release: 0
License: LGPL-2.1
Summary: Low-level AMQP client for Python (fork of amqplib)