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 2024-04-10 17:48:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pytest-trio (Old) and /work/SRC/openSUSE:Factory/.python-pytest-trio.new.29460 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-trio" Wed Apr 10 17:48:41 2024 rev:9 rq:1166615 version:0.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pytest-trio/python-pytest-trio.changes 2023-04-25 16:53:27.214173141 +0200 +++ /work/SRC/openSUSE:Factory/.python-pytest-trio.new.29460/python-pytest-trio.changes 2024-04-10 17:48:43.964813395 +0200 @@ -1,0 +2,5 @@ +Wed Apr 10 09:22:37 UTC 2024 - Daniel Garcia <[email protected]> + +- Remove not needed python-contextvars dependency + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytest-trio.spec ++++++ --- /var/tmp/diff_new_pack.72xwHf/_old 2024-04-10 17:48:44.668839305 +0200 +++ /var/tmp/diff_new_pack.72xwHf/_new 2024-04-10 17:48:44.668839305 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pytest-trio # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,8 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 %{?sle15_python_module_pythons} Name: python-pytest-trio Version: 0.8.0 @@ -29,13 +27,11 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-contextvars >= 2.1 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 contextvars >= 2.1} BuildRequires: %{python_module hypothesis >= 3.64} BuildRequires: %{python_module outcome >= 1.1.0} # we really need newer pytest in tests than is required by the package @@ -49,7 +45,7 @@ a friendly library for concurrency and async I/O in Python. %prep -%setup -q -n pytest-trio-%{version} +%autosetup -p1 -n pytest-trio-%{version} rm pytest.ini rm pytest_trio/_tests/test_hypothesis_interaction.py @@ -70,5 +66,6 @@ %files %{python_files} %doc README.rst %license LICENSE LICENSE.APACHE2 LICENSE.MIT -%{python_sitelib}/* +%{python_sitelib}/pytest_trio +%{python_sitelib}/pytest_trio-%{version}*-info
