Hello community,

here is the log from the commit of package python-amqplib for openSUSE:Factory
checked in at Thu Sep 1 17:28:56 CEST 2011.



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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ python-amqplib/python-amqplib.changes       2011-08-31 14:53:37.000000000 
+0200
@@ -0,0 +1,38 @@
+-------------------------------------------------------------------
+Wed Aug 31 12:52:20 UTC 2011 - sasc...@suse.de
+
+- Removed old comments
+
+-------------------------------------------------------------------
+Thu Jul 28 12:10:22 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 1.0.0:
+  - Big speedup for sending large messages;
+  - PYTHON 3.x COMPATIBILITY:
+    Code has been tweaked so that when 2to3 is run over the client
+    library and the unittests, the unittests will pass for Python
+    3.0, 3.1 and 3.2.
+  - Add support for queue_unbind, since RabbitMQ supports it as an
+    extension to the 0-8 protocol.
+  - Add IPv6 support.
+  - Some minor TCP changes, enabling keepalive, NODELAY (big speed
+    improvement there), shutting down sockets before closing to keep
+    from losing data (on Windows mainly?).
+
+-------------------------------------------------------------------
+Fri May 27 09:17:52 UTC 2011 - cfarr...@novell.com
+
+- license update: LGPL-2.1+
+  Specify the version of the LGPL that the package is licensed under
+
+-------------------------------------------------------------------
+Sat Mar 26 00:58:29 UTC 2011 - alexan...@exatati.com.br
+
+- Regenerate spec file with py2pack;
+- Bzip2 source code;
+- Add CHANGES, README and TODO file as documentation;
+
+-------------------------------------------------------------------
+Tue Sep 22 14:00:31 UTC 2009 - alexan...@exatati.com.br
+
+- Initial package (0.6.1) for openSUSE.

calling whatdependson for head-i586


New:
----
  amqplib-1.0.0.tar.bz2
  python-amqplib.changes
  python-amqplib.spec

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

Other differences:
------------------
++++++ python-amqplib.spec ++++++
#
# spec file for package python-amqplib
#
# Copyright (c) 2011 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-amqplib
Version:        1.0.0
Release:        1
Url:            http://code.google.com/p/py-amqplib/
Summary:        Client library for AMQP (Advanced Message Queuing Protocol)
License:        LGPL-2.1+
Group:          Development/Languages/Python
Source:         amqplib-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1110
BuildArch:      noarch
%endif
%endif
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}

%description
Supports the 0-8 AMQP spec, and has been tested with RabbitMQ and Pythons 2.4,
2.5, and 2.6.

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

%build
python setup.py build

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

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README
%python_sitelib/*

%changelog

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



Remember to have fun...

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

Reply via email to