14
0
forked from pool/python-amqp
Commit Graph

18 Commits

Author SHA256 Message Date
0229b3ad45 - license update: LGPL-2.1+
LGPL includes "or later"

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=32
2015-08-10 11:11:42 +00:00
Denisart Benjamin
1b9b952b50 Accepting request 286328 from Cloud:OpenStack:Master
- replace set_socket_TCP_KEEPALIVE_and_TCP_USER_TIMEOUT.patch 
  with tune-keepalive-intervals.diff (bnc#902207)

OBS-URL: https://build.opensuse.org/request/show/286328
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=30
2015-02-17 10:25:19 +00:00
Jan Matejek
4b5baa82fe Accepting request 249204 from Cloud:OpenStack:Master
New upstream release

OBS-URL: https://build.opensuse.org/request/show/249204
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=28
2014-09-15 14:04:03 +00:00
Tomáš Chvátal
982176d208 Accepting request 232651 from Cloud:OpenStack:Master
- update to 1.4.5:
  - Can now deserialize more AMQP types.
  - SSL: Workaround for Python SSL bug.
  - ``Transport.__del_`` now handles errors occurring at late interpreter
  shutdown (Issue #36).
 - SSL transport accidentally disconnected after read timeout.

OBS-URL: https://build.opensuse.org/request/show/232651
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=26
2014-05-16 12:46:31 +00:00
Sascha Peilicke
2253d2ecc8 - Add amqp-drop-sphinxcontrib-issuetracker-dependency.patch: Avoid
unnesseary build-time dependencies.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=24
2014-03-06 14:38:53 +00:00
Denisart Benjamin
2d0445aa89 Accepting request 223281 from Cloud:OpenStack:Master
- update to 1.4.3:
  - Fixed bug where more data was requested from the socket
    than was actually needed.
  - Heartbeat negotiation would use heartbeat value from server even
    if heartbeat disabled (Issue #31).

OBS-URL: https://build.opensuse.org/request/show/223281
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=22
2014-02-21 15:51:56 +00:00
Denisart Benjamin
20003824b5 Accepting request 214583 from Cloud:OpenStack:Master
- update to 1.4.1:
  - Fixed error occurring when heartbeats disabled.

OBS-URL: https://build.opensuse.org/request/show/214583
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=20
2014-01-21 23:28:55 +00:00
Sascha Peilicke
0651f5e0a8 Accepting request 213855 from Cloud:OpenStack:Master
- update to 1.4.0:
 - Heartbeat implementation improved (Issue #6).
 - NoneType is now supported in tables and arrays.
 - SSLTransport: Now handles ``ENOENT``.

OBS-URL: https://build.opensuse.org/request/show/213855
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=18
2014-01-14 15:01:20 +00:00
Denisart Benjamin
664ad5891c Accepting request 209065 from home:appleonkel:branches:devel:languages:python
Update to 1.3.3

OBS-URL: https://build.opensuse.org/request/show/209065
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=16
2013-12-01 21:23:10 +00:00
Sascha Peilicke
710e1aa3fc - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=14
2013-10-24 10:58:40 +00:00
Sascha Peilicke
c81081b348 - Run testsuite
- Run testsuite

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=10
2013-04-30 09:22:06 +00:00
Sascha Peilicke
7274655a16 - Add Python3 support
- Build HTML documentation
- Install LICENSE, README.rst

- Initial version

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=8
2013-02-11 12:45:57 +00:00
Alexandre Rogoski
51c50262e7 - Update to 1.2.0:
- New exception hierarchy:
    - amqp.AMQPError
        - amqp.ConnectionError
            - amqp.RecoverableConnectionError
                - amqp.ConsumerCancelled
                - amqp.ConnectionForced
                - amqp.ResourceError
            - IrrecoverableConnectionError
                - amqp.ChannelNotOpen
                - amqp.FrameError
                - amqp.FrameSyntaxError
                - amqp.InvalidCommand
                - amqp.InvalidPath
                - amqp.NotAllowed
                - amqp.UnexpectedFrame
                - amqp.AMQPNotImplementedError
                - amqp.InternalError
        - amqp.ChannelError
            - RecoverableChannelError
                - amqp.ContentTooLarge
                - amqp.NoConsumers
                - amqp.ResourceLocked
            - IrrecoverableChannelError
                - amqp.AccessRefused
                - amqp.NotFound
                - amqp.PreconditionFailed

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=6
2012-11-12 17:58:24 +00:00
Alexandre Rogoski
16c6c91a63 - 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
2012-11-08 23:26:48 +00:00
Alexandre Rogoski
d2bc9e77bd - Update to 1.0.2:
- Now supports float values in headers/tables.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=4
2012-11-06 18:01:33 +00:00
Alexandre Rogoski
44087ca2a4 - Update to 1.0.1:
- Connection errors does no longer include AttributeError.
  - Fixed problem with using the SSL transport in a non-blocking
    context.
    Fix contributed by Mher Movsisyan.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=3
2012-11-05 15:53:26 +00:00
Alexandre Rogoski
b345396acf - Update to 0.9.4:
- Adds support for exchange_bind and exchange_unbind.
    Contributed by Rumyana Neykova
  - Fixed bugs in funtests and demo scripts.
    Contributed by Rumyana Neykova
- Aditional changes from version 0.9.3:
  - Fixed bug that could cause the consumer to crash when reading
    large message payloads asynchronously.
  - Serialization error messages now include the invalid value.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=2
2012-09-21 19:22:09 +00:00
Ismail Dönmez
8323b85d97 Accepting request 131552 from home:aledr
Please add as it is a transport for python-kombu.

OBS-URL: https://build.opensuse.org/request/show/131552
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=1
2012-08-31 16:27:13 +00:00