Hello community,

here is the log from the commit of package python-openstack.compute for 
openSUSE:Factory checked in at 2011-12-20 14:31:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openstack.compute (Old)
 and      /work/SRC/openSUSE:Factory/.python-openstack.compute.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-openstack.compute", Maintainer is ""

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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-openstack.compute.new/python-openstack.compute.changes
   2011-12-20 14:31:14.000000000 +0100
@@ -0,0 +1,12 @@
+-------------------------------------------------------------------
+Tue Nov 29 09:42:56 UTC 2011 - [email protected]
+
+- Run testsuite
+- SPDX-style license (BSD-3-Clause)
+- Add missing dependencies on python-httplib2 and python-prettytable
+
+-------------------------------------------------------------------
+Wed Oct 26 19:08:08 UTC 2011 - [email protected]
+
+- initial package 
+

New:
----
  jacobian-openstack.compute-89c5c6a.tar.gz
  python-openstack.compute.changes
  python-openstack.compute.spec

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

Other differences:
------------------
++++++ python-openstack.compute.spec ++++++
#
# spec file for package python-openstackx (Version 2.0a1_89c5c6a)
#
# Copyright (c) 2010 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-openstack.compute
Version:        2.0a1_89c5c6a
Release:        0
License:        BSD-3-Clause
Summary:        Client library for the OpenStack Compute API
Url:            https://github.com/jacobian/openstack.compute
Group:          Development/Libraries/Python
Source:         jacobian-openstack.compute-89c5c6a.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-distribute
BuildRequires:  python-httplib2
BuildRequires:  python-mock
BuildRequires:  python-nose
BuildRequires:  python-prettytable
Requires:       python-httplib2
Requires:       python-prettytable
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} >= 1120
BuildArch:      noarch
%endif
%{py_requires}
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}

%description
Client library for the OpenStack Compute API

%prep
%setup -q -n jacobian-openstack.compute-89c5c6a

%build
python setup.py build

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

%check
nosetests

%files
%defattr(-,root,root)
%doc LICENSE README.rst
%{_bindir}/openstack-compute
%{python_sitelib}/*

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

Reply via email to