Hello community,

here is the log from the commit of package python-cinderclient for 
openSUSE:Factory checked in at 2013-01-17 09:57:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cinderclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-cinderclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cinderclient", Maintainer is ""

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

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-cinderclient.new/python-cinderclient.changes 
    2013-01-17 09:57:37.000000000 +0100
@@ -0,0 +1,70 @@
+--------------------------------------------------------------------
+Wed Dec 19 11:26:15 UTC 2012 - [email protected]
+
+- Move to obs-service-git_tarballs
+  + Drop BuildRequires: python-setuptools-git
+- Update to version 1.0.1.5.g82e47d0+git.1355912775.82e47d0:
+  + Use requests module for HTTP/HTTPS
+  + Port some additional logging changes from novaclient
+  + Bring back the output from client.http_log()
+  + Update to swapped versioninfo logic.
+  + Align cinderclient version code.
+  + Adding bootable column to volume list view
+  + Pin pep8 to 1.3.3
+  + show help when calling without arguments
+  + Add retries to cinderclient.
+  + Fixes setup compatibility issue on Windows
+  + Revert "Add retries to cinderclient."
+  + Add retries to cinderclient.
+  + Remove extra-specs from types-list command output
+  + Remove attach/detach code from cinderclient
+
+-------------------------------------------------------------------
+Wed Dec  5 09:28:00 UTC 2012 - [email protected]
+
+- Use @PARENT_TAG@ in _service file to automate versioning
+
+-------------------------------------------------------------------
+Thu Nov 15 13:03:57 UTC 2012 - [email protected]
+
+- Use openstack-macros
+- Add cinderclient/versioninfo for build
+
+-------------------------------------------------------------------
+Thu Nov  8 11:59:12 UTC 2012 - [email protected]
+
+- No need for cinderclient/versioninfo, it's only used in setup.py
+  but our package has it's own version
+
+-------------------------------------------------------------------
+Thu Nov  8 11:28:25 UTC 2012 - [email protected]
+
+- Split of doc package
+- Drop from_vcs build flag
+
+-------------------------------------------------------------------
+Wed Oct 31 14:45:38 UTC 2012 - [email protected]
+
+- Re-add missing tarball
+
+-------------------------------------------------------------------
+Wed Oct 31 14:02:10 UTC 2012 - [email protected]
+
+- Fixed Version tag
+
+-------------------------------------------------------------------
+Wed Oct 31 12:19:47 UTC 2012 - [email protected]
+
+- Set version to 1.0.0 (was wrong before)
+
+-------------------------------------------------------------------
+Tue Oct 16 07:36:11 UTC 2012 - [email protected]
+
+- Build documentation
+- Added rpmlint file
+
+-------------------------------------------------------------------
+Tue Oct 16 06:53:06 UTC 2012 - [email protected]
+
+- Initial version
+

New:
----
  _service
  python-cinderclient-master.tar.gz
  python-cinderclient.changes
  python-cinderclient.spec
  rpmlintrc

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

Other differences:
------------------
++++++ python-cinderclient.spec ++++++
#
# spec file for package python-cinderclient
#
# Copyright (c) 2012 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/
#


%define component cinderclient

Name:           python-%{component}
Version:        1.0.1.5.g82e47d0+git.1355912775.82e47d0
Release:        0
License:        Apache-2.0
Summary:        Openstack Block Storage (Cinder) API Client
Url:            http://launchpad.net/python-cinderclient
Group:          Development/Languages/Python
Source:         python-cinderclient-master.tar.gz
BuildRequires:  openstack-macros
BuildRequires:  python-base
BuildRequires:  python-distribute
# Packages below are only needed for documentation build
BuildRequires:  python-httplib2
BuildRequires:  python-prettytable
BuildRequires:  python-Sphinx
Requires:       python >= 2.6.8
Requires:       python-argparse
Requires:       python-distribute
#Requires:       python-httplib2
Requires:       python-prettytable
Requires:       python-simplejson
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()")}
%else
BuildArch:      noarch
%endif

%description
This is a client for the OpenStack Volume API. There's a Python API (the
cinderclient module), and a command-line script (cinder). Each implements 100%
of the OpenStack Volume API.

%package doc
Summary:        Openstack Block Storage (Cinder) API Client - Documentation
Group:          Documentation/HTML
Requires:       %{name} = %{version}

%description doc
This package contains documentation files for %{name}.

%package test
Summary:        Openstack Block Storage (Cinder) API Client - Testsuite
Group:          Development/Languages/Python
Requires:       %{name} = %{version}
Requires:       python-mock
Requires:       python-nose
Requires:       python-unittest2

%description test
This package contains testsuite files for %{name}.

%prep
%setup -q -n python-cinderclient-1.0.1.5.g82e47d0
%openstack_cleanup_prep
echo %{version} > cinderclient/versioninfo

%build
python setup.py build
python setup.py build_sphinx

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

rm -rf doc/build/html/{.buildinfo,.doctrees}

### bash-completion
install -p -D -m 644 tools/cinder.bash_completion 
%{buildroot}%{_sysconfdir}/bash_completion.d/openstack-cinder.sh

### test subpackage
%openstack_test_package_install

%files
%defattr(-,root,root,-)
%doc LICENSE README.rst
%{_sysconfdir}/bash_completion.d/openstack-cinder.sh
%{_bindir}/cinder
%{python_sitelib}/%{component}/
%{python_sitelib}/python_%{component}-*.egg-info

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

%files test
%defattr(-,root,root,-)
%{_localstatedir}/lib/%{name}-test/

%changelog
++++++ _service ++++++
<services>
  <service name="git_tarballs" mode="disabled">
    <param 
name="url">http://tarballs.openstack.org/python-cinderclient/python-cinderclient-master.tar.gz</param>
    <param name="email">[email protected]</param>
  </service>
</services>
++++++ rpmlintrc ++++++
# This symling is for the -test package and can be ignored:
addFilter("dangling-symlink /var/lib/python-cinderclient-test/cinderclient")
# Bash completion is no config:
addFilter("non-conffile-in-etc /etc/bash_completion.d/openstack-cinder.sh")
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to