Hello community,

here is the log from the commit of package python-pytest for openSUSE:Factory 
checked in at 2017-04-19 18:05:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest"

Wed Apr 19 18:05:53 2017 rev:25 rq:483801 version:3.0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest/python-pytest-doc.changes  
2017-02-27 18:34:01.422927782 +0100
+++ /work/SRC/openSUSE:Factory/.python-pytest.new/python-pytest-doc.changes     
2017-04-19 18:05:56.567285070 +0200
@@ -1,0 +2,39 @@
+Thu Mar 30 09:29:28 UTC 2017 - aloi...@gmx.com
+
+- Update to version  3.0.7
+  * Fix issue in assertion rewriting breaking due to modules 
+    silently discarding other modules when importing fails
+    Notably, importing the `anydbm` module is fixed. 
+    (`#2248`_). Thanks `@pfhayes`_ for the PR.
+  * junitxml: Fix problematic case where system-out tag 
+    occured twice per testcase element in the XML report.
+    Thanks `@kkoukiou`_ for the PR.
+  * Fix regression, pytest now skips unittest correctly if run 
+    with ``--pdb`` (`#2137`_). Thanks to `@gst`_ for the report
+    and `@mbyt`_ for the PR.
+  * Ignore exceptions raised from descriptors (e.g. 
+    properties) during Python test collection (`#2234`_).
+    Thanks to `@bluetech`_.
+  * ``--override-ini`` now correctly overrides some 
+    fundamental options like ``python_files`` (`#2238`_).
+    Thanks `@sirex`_ for the report and `@nicoddemus`_ for the 
+    PR.
+  * Replace ``raise StopIteration`` usages in the code by 
+    simple ``returns`` to finish generators, in accordance to
+    `PEP-479`_ (`#2160`_). Thanks `@tgoodlet`_ for the report
+    and `@nicoddemus`_ for the PR.
+  * Fix internal errors when an unprintable ``AssertionError`` 
+    is raised inside a test. Thanks `@omerhadari`_ for the PR.
+  * Skipping plugin now also works with test items generated 
+    by custom collectors (`#2231`_).  Thanks to `@vidartf`_.
+  * Fix trailing whitespace in console output if no .ini file 
+    presented (`#2281`_). Thanks `@fbjorn`_ for the PR.
+  * Conditionless ``xfail`` markers no longer rely on the 
+    underlying test item being an instance of ``PyobjMixin``,
+    and can therefore apply to tests not collected by the
+    built-in python test collector. Thanks `@barneygale`_ for
+    the PR.
+
+- Updated source URL
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python-pytest/python-pytest.changes      
2017-02-27 18:34:01.662893876 +0100
+++ /work/SRC/openSUSE:Factory/.python-pytest.new/python-pytest.changes 
2017-04-19 18:05:56.783254520 +0200
@@ -1,0 +2,44 @@
+Thu Mar 30 09:29:28 UTC 2017 - aloi...@gmx.com
+
+- Update to version  3.0.7
+  * Fix issue in assertion rewriting breaking due to modules 
+    silently discarding other modules when importing fails
+    Notably, importing the `anydbm` module is fixed. 
+    (`#2248`_). Thanks `@pfhayes`_ for the PR.
+  * junitxml: Fix problematic case where system-out tag 
+    occured twice per testcase element in the XML report.
+    Thanks `@kkoukiou`_ for the PR.
+  * Fix regression, pytest now skips unittest correctly if run 
+    with ``--pdb`` (`#2137`_). Thanks to `@gst`_ for the report
+    and `@mbyt`_ for the PR.
+  * Ignore exceptions raised from descriptors (e.g. 
+    properties) during Python test collection (`#2234`_).
+    Thanks to `@bluetech`_.
+  * ``--override-ini`` now correctly overrides some 
+    fundamental options like ``python_files`` (`#2238`_).
+    Thanks `@sirex`_ for the report and `@nicoddemus`_ for the 
+    PR.
+  * Replace ``raise StopIteration`` usages in the code by 
+    simple ``returns`` to finish generators, in accordance to
+    `PEP-479`_ (`#2160`_). Thanks `@tgoodlet`_ for the report
+    and `@nicoddemus`_ for the PR.
+  * Fix internal errors when an unprintable ``AssertionError`` 
+    is raised inside a test. Thanks `@omerhadari`_ for the PR.
+  * Skipping plugin now also works with test items generated 
+    by custom collectors (`#2231`_).  Thanks to `@vidartf`_.
+  * Fix trailing whitespace in console output if no .ini file 
+    presented (`#2281`_). Thanks `@fbjorn`_ for the PR.
+  * Conditionless ``xfail`` markers no longer rely on the 
+    underlying test item being an instance of ``PyobjMixin``,
+    and can therefore apply to tests not collected by the
+    built-in python test collector. Thanks `@barneygale`_ for
+    the PR.
+
+- Updated source URL
+
+-------------------------------------------------------------------
+Wed Mar 29 13:53:04 UTC 2017 - jmate...@suse.com
+
+- uninstall alternatives in %postun
+
+-------------------------------------------------------------------

Old:
----
  pytest-3.0.6.tar.gz

New:
----
  pytest-3.0.7.tar.gz

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

Other differences:
------------------
++++++ python-pytest-doc.spec ++++++
--- /var/tmp/diff_new_pack.OdTJQh/_old  2017-04-19 18:05:57.655131189 +0200
+++ /var/tmp/diff_new_pack.OdTJQh/_new  2017-04-19 18:05:57.659130624 +0200
@@ -18,13 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pytest-doc
-Version:        3.0.6
+Version:        3.0.7
 Release:        0
 Summary:        Simple powerful testing with Python
 License:        MIT
 Group:          Development/Languages/Python
 Url:            http://pytest.org
-Source:         
https://files.pythonhosted.org/packages/source/p/pytest/pytest-%{version}.tar.gz
+Source:         
https://pypi.io/packages/source/p/pytest/pytest-%{version}.tar.gz
 BuildRequires:  python3-Sphinx
 # Test requirements:
 BuildRequires:  %{python_module PyYAML}

++++++ python-pytest.spec ++++++
--- /var/tmp/diff_new_pack.OdTJQh/_old  2017-04-19 18:05:57.679127795 +0200
+++ /var/tmp/diff_new_pack.OdTJQh/_new  2017-04-19 18:05:57.683127229 +0200
@@ -18,13 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pytest
-Version:        3.0.6
+Version:        3.0.7
 Release:        0
 Summary:        Simple powerful testing with Python
 License:        MIT
 Group:          Development/Languages/Python
 Url:            http://pytest.org
-Source:         
https://files.pythonhosted.org/packages/source/p/pytest/pytest-%{version}.tar.gz
+Source:         
https://pypi.io/packages/source/p/pytest/pytest-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module py >= 1.4.29}
@@ -33,7 +33,7 @@
 BuildRequires:  python-rpm-macros
 Requires:       python-py >= 1.4.29
 Requires(post): update-alternatives
-Requires(preun): update-alternatives
+Requires(postun): update-alternatives
 #/usr/bin/py.test imports pkg_resources
 Requires:       python-setuptools
 BuildArch:      noarch
@@ -77,7 +77,7 @@
 %{python_install_alternative py.test} \
    --slave %{_bindir}/pytest pytest %{_bindir}/pytest-%{python_version}
 
-%preun
+%postun
 %python_uninstall_alternative py.test
 
 %files %{python_files}

++++++ pytest-3.0.6.tar.gz -> pytest-3.0.7.tar.gz ++++++
++++ 3766 lines of diff (skipped)


Reply via email to