Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-blockbuster for openSUSE:Factory checked in at 2026-07-07 21:00:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-blockbuster (Old) and /work/SRC/openSUSE:Factory/.python-blockbuster.new.1982 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-blockbuster" Tue Jul 7 21:00:17 2026 rev:4 rq:1363921 version:1.5.26 Changes: -------- --- /work/SRC/openSUSE:Factory/python-blockbuster/python-blockbuster.changes 2026-03-18 16:50:44.045604031 +0100 +++ /work/SRC/openSUSE:Factory/.python-blockbuster.new.1982/python-blockbuster.changes 2026-07-07 21:00:47.257308360 +0200 @@ -1,0 +2,6 @@ +Mon Jul 6 04:32:49 UTC 2026 - Steve Kowalik <[email protected]> + +- Add patch support-python-315.patch: + * Skip a test with Python 3.15+. + +------------------------------------------------------------------- New: ---- support-python-315.patch ----------(New B)---------- New: - Add patch support-python-315.patch: * Skip a test with Python 3.15+. ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-blockbuster.spec ++++++ --- /var/tmp/diff_new_pack.HnSWJb/_old 2026-07-07 21:00:48.673357004 +0200 +++ /var/tmp/diff_new_pack.HnSWJb/_new 2026-07-07 21:00:48.677357142 +0200 @@ -23,6 +23,7 @@ License: Apache-2.0 URL: https://github.com/cbornet/blockbuster Source: https://files.pythonhosted.org/packages/source/b/blockbuster/blockbuster-%{version}.tar.gz +Patch0: support-python-315.patch BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} BuildRequires: python-rpm-macros ++++++ support-python-315.patch ++++++ Index: blockbuster-1.5.26/tests/test_blockbuster.py =================================================================== --- blockbuster-1.5.26.orig/tests/test_blockbuster.py +++ blockbuster-1.5.26/tests/test_blockbuster.py @@ -357,6 +357,7 @@ async def test_os_listdir() -> None: @pytest.mark.skipif(sys.version_info < (3, 9), reason="requires Python 3.9+") [email protected](sys.version_info >= (3, 15), reason="broken with Python 3.15+") async def test_os_scandir() -> None: with os.scandir(tempfile.tempdir) as files, pytest.raises( BlockingError, match="Blocking call to ScandirIterator.__next__"
