Hello community,

here is the log from the commit of package python-oslo.vmware for 
openSUSE:Factory checked in at 2014-03-27 06:10:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.vmware (Old)
 and      /work/SRC/openSUSE:Factory/.python-oslo.vmware.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-oslo.vmware"

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

--- /dev/null   2014-02-13 01:09:38.344032506 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.vmware.new/python-oslo.vmware.changes   
    2014-03-27 06:10:44.000000000 +0100
@@ -0,0 +1,19 @@
+-------------------------------------------------------------------
+Wed Mar 26 09:34:32 UTC 2014 - [email protected]
+
+- update to 0.3:
+  * Updated from global requirements
+  * Fix unit tests running unnecessarily slow
+  * Ensure that the pbm is not None
+- Switch to pypi, requirement for Factory submission
+
+-------------------------------------------------------------------
+Fri Mar  7 09:12:06 UTC 2014 - [email protected]
+
+- Add python_requires source service
+
+-------------------------------------------------------------------
+Fri Mar  7 09:00:06 UTC 2014 - [email protected]
+
+- Initial version
+

New:
----
  oslo.vmware-0.3.tar.gz
  python-oslo.vmware.changes
  python-oslo.vmware.spec

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

Other differences:
------------------
++++++ python-oslo.vmware.spec ++++++
#
# spec file for package python-oslo.vmware
#
# Copyright (c) 2014 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-oslo.vmware
Version:        0.3
Release:        0
Url:            https://launchpad.net/oslo/
Summary:        OpenStack configuration API
License:        Apache-2.0
Group:          Development/Languages/Python
Source:         
https://pypi.python.org/packages/source/o/oslo.vmware/oslo.vmware-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  fdupes
BuildRequires:  python-devel
#BuildRequires:  python-pbr
# Test requirements:
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
BuildRequires:  python-discover
%endif
BuildRequires:  python-eventlet >= 0.13.0
BuildRequires:  python-fixtures >= 0.3.14
BuildRequires:  python-iso8601 >= 0.1.8
BuildRequires:  python-mock >= 1.0
BuildRequires:  python-mox3 >= 0.7.0
BuildRequires:  python-netaddr >= 0.7.6
BuildRequires:  python-python-subunit >= 0.0.18
BuildRequires:  python-six >= 1.5.2
BuildRequires:  python-suds >= 0.4
BuildRequires:  python-testrepository >= 0.0.18
BuildRequires:  python-testscenarios >= 0.4
BuildRequires:  python-testtools >= 0.9.34
Requires:       python-PyYAML >= 3.1.0
Requires:       python-eventlet >= 0.13.0
Requires:       python-iso8601 >= 0.1.9
Requires:       python-netaddr >= 0.7.6
Requires:       python-six >= 1.5.2
Requires:       python-stevedore >= 0.14
Requires:       python-suds >= 0.4
%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
The Oslo configuration API supports parsing command line arguments and
.ini style configuration files.

%package doc
Summary:        OpenStack configuration API - Documentation
Group:          Documentation/HTML
Requires:       %{name} = %{version}
BuildRequires:  python-Babel >= 1.3
BuildRequires:  python-Sphinx >= 1.1.2
BuildRequires:  python-oslosphinx

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

%prep
%setup -q -n oslo.vmware-%{version}

%build
python setup.py build
python setup.py build_sphinx && rm doc/build/html/.buildinfo

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

%check
testr init && testr run

%files
%defattr(-,root,root,-)
%doc LICENSE README.rst AUTHORS
%{python_sitelib}/oslo
%{python_sitelib}/*.egg-info
%{python_sitelib}/*-nspkg.pth

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

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

Reply via email to