Hello community,

here is the log from the commit of package python-pytest for openSUSE:Factory 
checked in at 2013-04-23 11:39:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest/python-pytest.changes      
2012-03-05 18:01:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-pytest.new/python-pytest.changes 
2013-04-23 11:39:09.000000000 +0200
@@ -1,0 +2,12 @@
+Sat Apr 20 11:26:41 UTC 2013 - t...@opensuse.org
+
+- Updated to version 2.3.4
+  For details, see
+  http://pytest.org/latest/changelog.html#changes-between-2-3-3-and-2-3-4
+  No releases before 2.3.4 published (except the initial release).
+
+- SPEC file changes: 
+  * Added build conditional with tests
+  * Improved package description
+
+-------------------------------------------------------------------

Old:
----
  pytest-2.2.3.zip

New:
----
  pytest-2.3.4.zip

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

Other differences:
------------------
++++++ python-pytest.spec ++++++
--- /var/tmp/diff_new_pack.WfyWlZ/_old  2013-04-23 11:39:10.000000000 +0200
+++ /var/tmp/diff_new_pack.WfyWlZ/_new  2013-04-23 11:39:10.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -11,17 +11,17 @@
 # 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-pytest
-Version:        2.2.3
+Version:        2.3.4
 Release:        0
-License:        MIT
 Summary:        Simple powerful testing with Python
-Url:            http://pytest.org
+License:        MIT
 Group:          Development/Languages/Python
+Url:            http://pytest.org
 Source:         
http://pypi.python.org/packages/source/p/pytest/pytest-%{version}.zip
 BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
@@ -36,24 +36,37 @@
 %endif
 
 %description
-cross-project testing tool for Python.
+pytest helps you write better programs. It is a a mature full-featured,
+cross-project Python testing tool. It provides:
+
+* auto-discovery of test modules and functions,
+* detailed info on failing assert statements (no need to remember 
+  self.assert* names),
+* modular fixtures for managing small or parametrized long-lived test 
resources.
+* multi-paradigm support: you can use py.test to run test suites based on 
+  unittest (or trial), nose,
+* single-source compatibility to Python2.4 all the way up to Python3.3, 
+  PyPy-1.9 and Jython-2.5.1, and
+* many external plugins.
+
 
 %prep
 %setup -q -n pytest-%{version}
 
 %build
 python setup.py build
-cd doc && make html && rm -r _build/html/.buildinfo # Build HTML documentation
+cd doc/en && make html && rm -r _build/html/.buildinfo # Build HTML 
documentation
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%check
-python setup.py test
+# %%check
+# python setup.py test
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE README.txt doc/_build/html
+%doc LICENSE README.txt 
+%doc doc/en/_build/html
 %{_bindir}/py.test*
 %{python_sitelib}/*
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to