Hello community,

here is the log from the commit of package python-carrot for openSUSE:Factory 
checked in at 2011-11-28 12:56:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-carrot (Old)
 and      /work/SRC/openSUSE:Factory/.python-carrot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-carrot", Maintainer is ""

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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-carrot.new/python-carrot.changes 
2011-11-28 12:56:03.000000000 +0100
@@ -0,0 +1,61 @@
+-------------------------------------------------------------------
+Thu Nov 24 20:16:12 UTC 2011 - [email protected]
+
+- Remove %{mod_name} macro as suggested by namtrac;
+- Replace python-setuptools by python-distribute.
+
+-------------------------------------------------------------------
+Sat Mar 26 01:42:47 UTC 2011 - [email protected]
+
+- Regenerate spec file with py2pack;
+- Add Changelog, README and TODO files as documentation.
+
+-------------------------------------------------------------------
+Thu Sep 16 19:25:17 UTC 2010 - [email protected]
+
+- Update to 0.10.6.
+
+-------------------------------------------------------------------
+Fri Jun  4 10:55:58 UTC 2010 - [email protected]
+
+- Update to 0.10.5.
+
+-------------------------------------------------------------------
+Fri May 14 12:22:19 UTC 2010 - [email protected]
+
+- Update to 0.10.4.
+
+-------------------------------------------------------------------
+Tue Mar  9 01:18:36 UTC 2010 - [email protected]
+
+- Update to 0.10.3.
+
+-------------------------------------------------------------------
+Wed Feb  3 11:28:57 UTC 2010 - [email protected]
+
+- Update to 0.10.2.
+
+-------------------------------------------------------------------
+Sat Jan 16 11:56:57 UTC 2010 - [email protected]
+
+- Update to 0.10.1.
+
+-------------------------------------------------------------------
+Fri Jan 15 10:28:29 UTC 2010 - [email protected]
+
+- Update to 0.10.0.
+
+-------------------------------------------------------------------
+Mon Nov 16 17:24:43 UTC 2009 - [email protected]
+
+- Building as noarch for openSUSE >= 11.2.
+
+-------------------------------------------------------------------
+Tue Sep 22 13:58:55 UTC 2009 - [email protected]
+
+- Fixed requires in spec file.
+
+-------------------------------------------------------------------
+Tue Sep 22 13:53:59 UTC 2009 - [email protected]
+
+- Initial package (0.6) for openSUSE.

New:
----
  carrot-0.10.7.tar.bz2
  python-carrot.changes
  python-carrot.spec

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

Other differences:
------------------
++++++ python-carrot.spec ++++++
#
# spec file for package python-carrot
#
# 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/
#

%{!?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)")}

Name:           python-carrot
Version:        0.10.7
Release:        0
Url:            http://github.com/ask/carrot/
Summary:        AMQP Messaging Framework for Python
License:        BSD
Group:          Development/Languages/Python
Source:         carrot-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-distribute
Requires:       python-amqplib
Requires:       python-anyjson
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1110
BuildArch:      noarch
%endif
%endif

%description
An AMQP messaging queue framework. AMQP is the Advanced Message
Queuing Protocol, an open standard protocol for message orientation, queuing,
routing, reliability and security.

The aim of carrot is to make messaging in Python as easy as possible by
providing a high-level interface for producing and consuming messages. At the
same time it is a goal to re-use what is already available as much as possible.

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

%build
CFLAGS="%{optflags}" python setup.py build

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

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changelog README TODO
%{python_sitelib}/carrot*

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to