Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pytest-trio for 
openSUSE:Factory checked in at 2023-01-06 17:04:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-trio (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-trio.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-trio"

Fri Jan  6 17:04:36 2023 rev:7 rq:1042691 version:0.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-trio/python-pytest-trio.changes    
2020-11-08 20:59:24.148278127 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-trio.new.1563/python-pytest-trio.changes
  2023-01-06 17:05:02.212006546 +0100
@@ -1,0 +2,13 @@
+Tue Dec 13 13:17:32 UTC 2022 - Markéta Machová <mmach...@suse.com>
+
+- Update to 0.8.0
+  * If a test raises an ExceptionGroup (or nested ExceptionGroups) 
+    with only a single ‘leaf’ exception from pytest.xfail() or 
+    pytest.skip(), we now unwrap it to have the desired effect on Pytest. 
+  * Trio 0.22.0 deprecated MultiError in favor of the standard-library 
+    (or backported) ExceptionGroup type; pytest-trio now uses ExceptionGroup 
+    exclusively and therefore requires Trio 0.22.0 or later. (#128)
+  * Dropped support for end-of-life Python 3.6, and the async_generator 
library 
+    necessary to support it, and started testing on Python 3.10 and 3.11. 
(#129)
+
+-------------------------------------------------------------------

Old:
----
  v0.7.0.tar.gz

New:
----
  v0.8.0.tar.gz

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

Other differences:
------------------
++++++ python-pytest-trio.spec ++++++
--- /var/tmp/diff_new_pack.dwwBkR/_old  2023-01-06 17:05:03.560014117 +0100
+++ /var/tmp/diff_new_pack.dwwBkR/_new  2023-01-06 17:05:03.568014161 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-trio
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,29 +19,27 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-pytest-trio
-Version:        0.7.0
+Version:        0.8.0
 Release:        0
 Summary:        Pytest plugin for trio
-License:        MIT OR Apache-2.0
+License:        Apache-2.0 OR MIT
 URL:            https://github.com/python-trio/pytest-trio
 Source:         
https://github.com/python-trio/pytest-trio/archive/v%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-async_generator >= 1.9
 Requires:       python-contextvars >= 2.1
-Requires:       python-outcome
-Requires:       python-pytest >= 3.6
-Requires:       python-trio >= 0.15.0
+Requires:       python-outcome >= 1.1.0
+Requires:       python-pytest >= 7.2.0
+Requires:       python-trio >= 0.22.0
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module async_generator >= 1.9}
 BuildRequires:  %{python_module contextvars >= 2.1}
 BuildRequires:  %{python_module hypothesis >= 3.64}
-BuildRequires:  %{python_module outcome}
+BuildRequires:  %{python_module outcome >= 1.1.0}
 # we really need newer pytest in tests than is required by the package
-BuildRequires:  %{python_module pytest >= 6.0.0} 
-BuildRequires:  %{python_module trio >= 0.15.0}
+BuildRequires:  %{python_module pytest >= 7.2.0}
+BuildRequires:  %{python_module trio >= 0.22.0}
 # /SECTION
 %python_subpackages
 

++++++ v0.7.0.tar.gz -> v0.8.0.tar.gz ++++++
++++ 2215 lines of diff (skipped)

Reply via email to