Hello community, here is the log from the commit of package python-nose for openSUSE:Factory checked in at 2012-05-29 11:44:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-nose (Old) and /work/SRC/openSUSE:Factory/.python-nose.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nose", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/python-nose/python-nose-doc.changes 2012-05-07 22:50:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-nose.new/python-nose-doc.changes 2012-05-29 11:44:44.000000000 +0200 @@ -1,0 +2,5 @@ +Fri May 25 14:13:51 UTC 2012 - [email protected] + +- Added python 3 documentation package + +------------------------------------------------------------------- python-nose.changes: same change New Changes file: --- /dev/null 2012-05-03 01:24:41.895590051 +0200 +++ /work/SRC/openSUSE:Factory/.python-nose.new/python3-nose-doc.changes 2012-05-29 11:44:44.000000000 +0200 @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Fri May 25 14:13:51 UTC 2012 - [email protected] + +- Added python 3 documentation package + --- /work/SRC/openSUSE:Factory/python-nose/python3-nose.changes 2012-05-07 22:50:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-nose.new/python3-nose.changes 2012-05-29 11:44:44.000000000 +0200 @@ -1,0 +2,5 @@ +Fri May 25 14:13:51 UTC 2012 - [email protected] + +- Added python 3 documentation package + +------------------------------------------------------------------- New: ---- python3-nose-doc.changes python3-nose-doc.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ python-nose.spec: same change ++++++ python3-nose-doc.spec ++++++ # # spec file for package python3-nose-doc # # 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/ # Name: python3-nose-doc Version: 1.1.2 Release: 0 Url: http://readthedocs.org/docs/nose/ Summary: Nose extends unittest to make testing easier License: LGPL-2.0+ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/n/nose/nose-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python3-Sphinx BuildRequires: python3 BuildRequires: python3-2to3 BuildRequires: python3-devel Requires: python3-nose = %{version} BuildArch: noarch %description Nose extends the test loading and running features of unittest, making it easier to write, find and run tests. By default, nose will run tests in files or directories under the current working directory whose names include "test" or "Test" at a word boundary (like "test_this" or "functional_test" or "TestClass" but not "libtest"). Test output is similar to that of unittest, but also includes captured stdout output from failing tests, for easy print-style debugging. These features, and many more, are customizable through the use of plugins. Plugins included with nose provide support for doctest, code coverage and profiling, flexible attribute-based test selection, output capture and more. %prep %setup -q -n nose-%{version} %build cd doc && make html && rm .build/html/.buildinfo # Generate HTML documentation %install %files %defattr(-,root,root,-) %doc AUTHORS CHANGELOG examples doc/.build/html %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
