Hello community,

here is the log from the commit of package python-pytest-runner for 
openSUSE:Factory checked in at 2015-08-23 15:42:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-runner (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-runner.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-runner"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-pytest-runner/python-pytest-runner.changes    
    2013-11-25 15:04:52.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-runner.new/python-pytest-runner.changes
   2015-08-23 15:42:26.000000000 +0200
@@ -1,0 +2,23 @@
+Thu Aug 13 10:42:44 UTC 2015 - toddrme2...@gmail.com
+
+- Update to version 2.6
+  * Add support for un-named, environment-specific extras.
+- Update to version 2.5.1
+  * Restore Python 2.6 compatibility.
+- Update to version 2.5
+  * Moved hosting to pytest-dev:
+    https://bitbucket.org/pytest-dev/pytest-runner
+- Update to version 2.4
+  * Added `documentation <https://pythonhosted.org/pytest-runner>`_.
+  * Use setuptools_scm for version management and file discovery.
+  * Updated internal packaging technique. README is now included
+    in the package metadata.
+- Update to version 2.3
+  * Use hgdistver for version management and file discovery.
+- Update to version 2.2
+  * Honor ``.eggs`` directory for transient downloads as 
+    introduced in Setuptools 7.0.
+- Update to version 2.1
+  * The preferred invocation is now the 'pytest' command.
+
+-------------------------------------------------------------------

Old:
----
  pytest-runner-2.0.zip

New:
----
  pytest-runner-2.6.1.tar.gz

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

Other differences:
------------------
++++++ python-pytest-runner.spec ++++++
--- /var/tmp/diff_new_pack.SG1Q29/_old  2015-08-23 15:42:27.000000000 +0200
+++ /var/tmp/diff_new_pack.SG1Q29/_new  2015-08-23 15:42:27.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-runner
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,18 +17,18 @@
 
 
 Name:           python-pytest-runner
-Version:        2.0
+Version:        2.6.1
 Release:        0
 Summary:        Simple powerful testing with Python
 License:        MIT
 Group:          Development/Languages/Python
 Url:            http://pytest.org
-Source:         
http://pypi.python.org/packages/source/p/pytest-runner/pytest-runner-%{version}.zip
+Source:         
http://pypi.python.org/packages/source/p/pytest-runner/pytest-runner-%{version}.tar.gz
 
 BuildRequires:  python-devel
 BuildRequires:  python-hgtools
 BuildRequires:  python-pytest
 BuildRequires:  python-setuptools
-BuildRequires:  unzip
+BuildRequires:  python-setuptools_scm
 Requires:       python-pytest
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -38,7 +38,7 @@
 %endif
 
 %description
-cross-project testing tool for Python.
+Invoke py.test as distutils command with dependency resolution.
 
 %prep
 %setup -q -n pytest-runner-%{version}
@@ -49,12 +49,9 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%check
-python setup.py test
-
 %files
 %defattr(-,root,root,-)
-%doc README
+%doc README.txt CHANGES.txt docs/*
 %{python_sitelib}/*
 
 %changelog


Reply via email to