Hello community,

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

Package is "python-python-subunit", Maintainer is ""

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

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-python-subunit.new/python-python-subunit.changes
 2013-01-21 17:46:26.000000000 +0100
@@ -0,0 +1,17 @@
+-------------------------------------------------------------------
+Thu Jan 17 20:56:24 UTC 2013 - cfarr...@suse.com
+
+- license update: Apache-2.0 or BSD-3-Clause
+  Look at the README file
+
+-------------------------------------------------------------------
+Tue Jan 15 15:14:01 UTC 2013 - sasc...@suse.de
+
+- Run testsuite
+- Package README and NEWS
+
+-------------------------------------------------------------------
+Tue Jan 15 14:55:28 UTC 2013 - dmuel...@suse.com
+
+- Initial packaging (0.0.9)
+

New:
----
  python-python-subunit.changes
  python-python-subunit.spec
  python-subunit-0.0.9.tar.gz

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

Other differences:
------------------
++++++ python-python-subunit.spec ++++++
#
# spec file for package python-python-subunit
#
# 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:           python-python-subunit
Version:        0.0.9
Release:        0
Summary:        Python implementation of subunit test streaming protocol
License:        Apache-2.0 or BSD-3-Clause
Group:          Development/Languages/Python
Url:            http://launchpad.net/subunit
Source:         
http://pypi.python.org/packages/source/p/python-subunit/python-subunit-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-nose
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
Subunit is a streaming protocol for test results. The protocol is human
readable and easily generated and parsed. By design all the components of 
the protocol conceptually fit into the xUnit TestCase->TestResult interaction.

Subunit comes with command line filters to process a subunit stream and
language bindings for python, C, C++ and shell. Bindings are easy to write
for other languages.

%prep
%setup -q -n python-subunit-%{version}

%build
python setup.py build

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

%check
nosetests

%files
%defattr(-,root,root,-)
%doc README NEWS
%{_bindir}/subunit-filter
%{_bindir}/subunit-ls
%{_bindir}/subunit-notify
%{_bindir}/subunit-stats
%{_bindir}/subunit-tags
%{_bindir}/subunit2gtk
%{_bindir}/subunit2junitxml
%{_bindir}/subunit2pyunit
%{_bindir}/tap2subunit
%{python_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