Hello community,

here is the log from the commit of package python-amqp for openSUSE:Factory 
checked in at 2012-12-07 14:49:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-amqp (Old)
 and      /work/SRC/openSUSE:Factory/.python-amqp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-amqp", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.python-amqp.new/python-amqp.changes     
2012-12-07 14:49:19.000000000 +0100
@@ -0,0 +1,72 @@
+-------------------------------------------------------------------
+Mon Nov 12 17:55:30 UTC 2012 - alexan...@exatati.com.br
+
+- 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
+
+-------------------------------------------------------------------
+Thu Nov  8 23:18:41 UTC 2012 - alexan...@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 - alexan...@exatati.com.br
+
+- Update to 1.0.2:
+  - Now supports float values in headers/tables.
+
+-------------------------------------------------------------------
+Mon Nov  5 15:34:26 UTC 2012 - alexan...@exatati.com.br
+
+- 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.
+
+-------------------------------------------------------------------
+Fri Sep 21 19:20:37 UTC 2012 - alexan...@exatati.com.br
+
+- 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.
+
+-------------------------------------------------------------------
+Fri Aug 24 20:18:48 UTC 2012 - alexan...@exatati.com.br
+
+- Initial package (0.9.2) for openSUSE.

New:
----
  amqp-1.2.0.tar.gz
  python-amqp.changes
  python-amqp.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-amqp.spec ++++++
#
# spec file for package python-amqp
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/


Name:           python-amqp
Version:        1.2.0
Release:        0
License:        LGPL-2.1
Summary:        Low-level AMQP client for Python (fork of amqplib)
Url:            http://github.com/celery/py-amqp
Group:          Development/Languages/Python
Source:         
http://pypi.python.org/packages/source/a/amqp/amqp-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-distribute
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%else
BuildArch:      noarch
%endif

%description
This is a fork of amqplib_ which was originally written by Barry Pederson.
It is maintained by the Celery_ project, and used by kombu as a pure python
alternative when librabbitmq is not available.

This library should be API compatible with librabbitmq.

- For more information about AMQP, visit

    http://www.amqp.org

%prep
%setup -q -n amqp-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%{python_sitelib}/*

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to