Hello community,

here is the log from the commit of package python3-amqp for openSUSE:Factory 
checked in at 2016-06-19 10:45:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-amqp (Old)
 and      /work/SRC/openSUSE:Factory/.python3-amqp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-amqp"

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

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ /work/SRC/openSUSE:Factory/.python3-amqp.new/python3-amqp-doc.changes       
2016-06-19 10:45:15.000000000 +0200
@@ -0,0 +1,120 @@
+-------------------------------------------------------------------
+Thu Jun  9 17:08:12 UTC 2016 - toddrme2...@gmail.com
+
+- Update to version 2.0.1
+  - Adds backward compatibility layer for the 1.4 API.
+  - Fixes kombu 3.0/celery 3.1 compatibility (Issue #88).
+  - Fixed compatibility with Python 2.7.3 (Issue #85)
+  - Fixed bug where calling drain_events() with a timeout of 0 would actually
+    block until a frame is received.
+  - Documentation moved to http://amqp.readthedocs.io (Issue #89).
+- Update to version 2.0.0
+  - No longer supports Python 2.6
+  - You must now call Connection.connect() to establish the connection.
+  - Library rewritten to anticipate async changes.
+  - Connection now exposes underlying socket options.
+  - Additional logging for heartbeats.
+  - SSL: Fixes issue with remote connection hanging
+  - SSL: ``ssl`` dict argument now supports the ``check_hostname`` key
+- Split documentation int subpackage to speed up build.
+
+-------------------------------------------------------------------
+Sun May  8 06:58:13 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * changed to https for source url
+  * updated source url to files.pythonhosted.org
+
+
+-------------------------------------------------------------------
+Sat Jan 30 17:41:20 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 1.4.9:
+  * Fixes compatibility with Linux/OS X instances where the "ctypes"
+    module does not exist. Fix contributed by Jared Lewis.
+
+- changes from version 1.4.8:
+  * "abstract_channel.wait" now accepts a float `timeout` parameter
+    expressed in seconds. Contributed by Goir.
+
+-------------------------------------------------------------------
+Sun Nov  1 18:19:39 UTC 2015 - a...@gmx.de
+
+- specfile
+  * added mock package for tests
+
+- update to version 1.4.7:
+  * Fixed libSystem error on OS X 10.11 (El Capitan)
+    Fix contributed by Eric Wang.
+  * "channel.basic_publish" now raises
+    :exc:`amqp.exceptions.NotConfirmed` on "basic.nack".
+  * AMQP timestamps received are now converted from GMT instead of
+    local time (Issue #67).
+  * Wheel package installation now supported by both Python 2 and
+    Python3.  Fix contributed by Rémy Greinhofer.
+
+-------------------------------------------------------------------
+Sun Jan 18 02:37:23 UTC 2015 - a...@gmx.de
+
+- specfile: update copyright year
+
+- update to version 1.4.6:
+  * Now keeps buffer when socket times out.
+  * Adds "Connection.Transport" attribute that can be used to specify
+    a different transport implementation.
+
+-------------------------------------------------------------------
+Fri Jul 18 14:04:21 UTC 2014 - toddrme2...@gmail.com
+
+- 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).
+- Update to 1.4.4
+  - SSL transport accidentally disconnected after read timeout.
+- Update to 1.4.3
+  - Fixed bug where more data was requested from the socket
+    than was actually needed.
+- Update to 1.4.2
+  - Heartbeat negotiation would use heartbeat value from server even
+    if heartbeat disabled (Issue #31).
+- Update to 1.4.1
+  - Fixed error occurring when heartbeats disabled.
+- Update to 1.4.0
+  - Heartbeat implementation improved (Issue #6).
+  - NoneType is now supported in tables and arrays.
+  - SSLTransport: Now handles ``ENOENT``.
+- Update to 1.3.3
+  - SSLTransport: Now keeps read buffer if an exception is raised
+- Update to 1.3.2
+  - Message.channel is now a channel object (not the channel id).
+  - Bug in previous version caused the socket to be flagged as disconnected
+    at EAGAIN/EINTR.
+- Update to 1.3.1
+  - Now implements Connection.connected (Issue #22).
+  - Fixed bug where ``str(AMQPError)`` did not return string.
+- Update to 1.3.0
+  - Now sets ``Message.channel`` on delivery (Issue #12)
+  - New option to wait for publish confirmations (Issue #3)
+  - ``queue_declare`` now returns named tuple of type
+    :class:`~amqp.protocol.basic_declare_ok_t`.
+  - Contents of ``Channel.returned_messages`` is now named tuples.
+  - Sockets now set to close on exec using the ``FD_CLOEXEC`` flag.
+- Update to 1.2.1
+  - Adds promise type: :meth:`amqp.utils.promise`
+  - Merges fixes from 1.0.x
+
+-------------------------------------------------------------------
+Tue Apr 30 09:21:55 UTC 2013 - speili...@suse.com
+
+- Run testsuite
+
+-------------------------------------------------------------------
+Mon Feb 11 12:22:56 UTC 2013 - sasc...@suse.de
+
+- Initial version
+
--- /work/SRC/openSUSE:Factory/python3-amqp/python3-amqp.changes        
2016-05-25 21:23:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-amqp.new/python3-amqp.changes   
2016-06-19 10:45:15.000000000 +0200
@@ -1,0 +2,20 @@
+Thu Jun  9 17:08:12 UTC 2016 - toddrme2...@gmail.com
+
+- Update to version 2.0.1
+  - Adds backward compatibility layer for the 1.4 API.
+  - Fixes kombu 3.0/celery 3.1 compatibility (Issue #88).
+  - Fixed compatibility with Python 2.7.3 (Issue #85)
+  - Fixed bug where calling drain_events() with a timeout of 0 would actually
+    block until a frame is received.
+  - Documentation moved to http://amqp.readthedocs.io (Issue #89).
+- Update to version 2.0.0
+  - No longer supports Python 2.6
+  - You must now call Connection.connect() to establish the connection.
+  - Library rewritten to anticipate async changes.
+  - Connection now exposes underlying socket options.
+  - Additional logging for heartbeats.
+  - SSL: Fixes issue with remote connection hanging
+  - SSL: ``ssl`` dict argument now supports the ``check_hostname`` key
+- Split documentation int subpackage to speed up build.
+
+-------------------------------------------------------------------

Old:
----
  amqp-1.4.9.tar.gz

New:
----
  amqp-2.0.1.tar.gz
  python3-amqp-doc.changes
  python3-amqp-doc.spec

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

Other differences:
------------------
++++++ python3-amqp-doc.spec ++++++
#
# spec file for package python3-amqp-doc
#
# Copyright (c) 2016 SUSE LINUX 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:           python3-amqp-doc
Version:        2.0.1
Release:        0
Summary:        Documentation for python3-amqp
License:        LGPL-2.1
Group:          Documentation/HTML
Url:            http://github.com/celery/py-amqp
Source:         
https://files.pythonhosted.org/packages/source/a/amqp/amqp-%{version}.tar.gz
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
BuildRequires:  python3-amqp = %{version}
# Documentation requirements:
BuildRequires:  python3-Sphinx
BuildRequires:  python3-sphinxcontrib-issuetracker
Recommends:     python3-amqp = %{version}
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
Documentation and help files for python3-amqp.

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

%build
# Not needed

%install
python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo

%files
%defattr(-,root,root,-)
%doc LICENSE
%doc build/sphinx/html

%changelog
++++++ python3-amqp.spec ++++++
--- /var/tmp/diff_new_pack.wz2QcL/_old  2016-06-19 10:45:16.000000000 +0200
+++ /var/tmp/diff_new_pack.wz2QcL/_new  2016-06-19 10:45:16.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-amqp
-Version:        1.4.9
+Version:        2.0.1
 Release:        0
 Summary:        Low-level AMQP client for Python (fork of amqplib)
 License:        LGPL-2.1
@@ -25,13 +25,13 @@
 Url:            http://github.com/celery/py-amqp
 Source:         
https://files.pythonhosted.org/packages/source/a/amqp/amqp-%{version}.tar.gz
 BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
-# Documentation requirements:
-BuildRequires:  python3-Sphinx
-BuildRequires:  python3-sphinxcontrib-issuetracker
+BuildRequires:  python3-setuptools
+BuildRequires:  python3-vine >= 1.1.0
 # Test requirements:
+BuildRequires:  python3-case >= 1.1.2
 BuildRequires:  python3-mock
 BuildRequires:  python3-nose
+Requires:       python3-vine >= 1.1.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -47,17 +47,17 @@
 
 %build
 python3 setup.py build
-python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
 nosetests
+python3 setup.py test
 
 %files
 %defattr(-,root,root,-)
-%doc Changelog LICENSE README.rst demo build/sphinx/html
+%doc Changelog LICENSE README.rst
 %{python3_sitelib}/*
 
 %changelog

++++++ amqp-1.4.9.tar.gz -> amqp-2.0.1.tar.gz ++++++
++++ 11746 lines of diff (skipped)


Reply via email to