Hello community,

here is the log from the commit of package python-amqp for openSUSE:Factory 
checked in at 2013-02-11 15:08:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-amqp (Old)
 and      /work/SRC/openSUSE:Factory/.python-amqp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-amqp/python-amqp.changes  2012-12-07 
14:49:19.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-amqp.new/python-amqp.changes     
2013-02-11 15:08:10.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Feb 11 12:43:45 UTC 2013 - sasc...@suse.de
+
+- Add Python3 support
+- Build HTML documentation
+- Install LICENSE, README.rst
+
+-------------------------------------------------------------------
New Changes file:

--- /dev/null   2013-02-09 11:18:20.872010756 +0100
+++ /work/SRC/openSUSE:Factory/.python-amqp.new/python3-amqp.changes    
2013-02-11 15:08:10.000000000 +0100
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Mon Feb 11 12:22:56 UTC 2013 - sasc...@suse.de
+
+- Initial version
+

New:
----
  python3-amqp.changes
  python3-amqp.spec

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

Other differences:
------------------
++++++ python-amqp.spec ++++++
--- /var/tmp/diff_new_pack.kbpY5m/_old  2013-02-11 15:08:11.000000000 +0100
+++ /var/tmp/diff_new_pack.kbpY5m/_new  2013-02-11 15:08:11.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-amqp
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -13,22 +13,24 @@
 # 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
+License:        LGPL-2.1
 Group:          Development/Languages/Python
+Url:            http://github.com/celery/py-amqp
 Source:         
http://pypi.python.org/packages/source/a/amqp/amqp-%{version}.tar.gz
+BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
+BuildRequires:  python-sphinxcontrib-issuetracker
 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
@@ -40,21 +42,19 @@
 
 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
+python setup.py build_sphinx && rm build/sphinx/html/.buildinfo
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %files
 %defattr(-,root,root,-)
+%doc Changelog LICENSE README.rst demo build/sphinx/html
 %{python_sitelib}/*
 
 %changelog

++++++ python3-amqp.spec ++++++
#
# spec file for package python3-amqp
#
# Copyright (c) 2013 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:           python3-amqp
Version:        1.2.0
Release:        0
Summary:        Low-level AMQP client for Python (fork of amqplib)
License:        LGPL-2.1
Group:          Development/Languages/Python
Url:            http://github.com/celery/py-amqp
Source:         
http://pypi.python.org/packages/source/a/amqp/amqp-%{version}.tar.gz
BuildRequires:  python3-Sphinx
BuildRequires:  python3-devel
BuildRequires:  python3-distribute
BuildRequires:  python3-sphinxcontrib-issuetracker
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%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.

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

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

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

%files
%defattr(-,root,root,-)
%doc Changelog LICENSE README.rst demo build/sphinx/html
%{python3_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