Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-poetry for openSUSE:Factory checked in at 2023-05-03 12:57:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-poetry (Old) and /work/SRC/openSUSE:Factory/.python-poetry.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-poetry" Wed May 3 12:57:12 2023 rev:23 rq:1084123 version:1.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-poetry/python-poetry.changes 2023-04-25 21:54:49.423681422 +0200 +++ /work/SRC/openSUSE:Factory/.python-poetry.new.1533/python-poetry.changes 2023-05-03 12:57:26.343889531 +0200 @@ -1,0 +2,6 @@ +Tue May 2 20:45:11 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Skip suddenly failing test not finding setuptools (due to + virtualenv update to v20.22) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-poetry.spec ++++++ --- /var/tmp/diff_new_pack.0gP4ib/_old 2023-05-03 12:57:26.831892398 +0200 +++ /var/tmp/diff_new_pack.0gP4ib/_new 2023-05-03 12:57:26.839892445 +0200 @@ -95,8 +95,6 @@ %prep %autosetup -p1 -n poetry-%{version} -#rm src/poetry/_vendor/.gitignore -#rmdir src/poetry/_vendor for f in console/commands/source/update.py \ console/events/console_events.py \ layouts/standard.py; do @@ -117,7 +115,7 @@ %if %{with test} %check # can't install setuptools from PyPI (no network) -donttest="test_uninstall_git_package_nspkg_pth_cleanup" +donttest="test_uninstall_git_package_nspkg_pth_cleanup or test_builder_setup_generation_runs_with_pip_editable" # does not find the expected packages in venv donttest="$donttest or test_executor_should_write_pep610_url_references" donttest="$donttest or test_prepare_directory or test_prepare_sdist"