Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-virtue for openSUSE:Factory checked in at 2023-08-02 16:47:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-virtue (Old) and /work/SRC/openSUSE:Factory/.python-virtue.new.22712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-virtue" Wed Aug 2 16:47:54 2023 rev:6 rq:1101712 version:2023.7.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-virtue/python-virtue.changes 2023-07-24 18:13:08.653627261 +0200 +++ /work/SRC/openSUSE:Factory/.python-virtue.new.22712/python-virtue.changes 2023-08-02 16:48:00.456461149 +0200 @@ -1,0 +2,7 @@ +Tue Aug 1 10:03:50 UTC 2023 - Johannes Kastl <ka...@b1-systems.de> + +- update to 2023.7.5: + no changelog available, diff here: + https://github.com/Julian/Virtue/compare/v2023.07.4...v2023.07.5 + +------------------------------------------------------------------- Old: ---- virtue-2023.7.4.tar.gz New: ---- virtue-2023.7.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-virtue.spec ++++++ --- /var/tmp/diff_new_pack.PRpgcC/_old 2023-08-02 16:48:01.212465748 +0200 +++ /var/tmp/diff_new_pack.PRpgcC/_new 2023-08-02 16:48:01.216465772 +0200 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-virtue -Version: 2023.7.4 +Version: 2023.7.5 Release: 0 Summary: After trial comes virtue. A test runner for good License: MIT ++++++ virtue-2023.7.4.tar.gz -> virtue-2023.7.5.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/virtue-2023.7.4/.github/workflows/ci.yml new/virtue-2023.7.5/.github/workflows/ci.yml --- old/virtue-2023.7.4/.github/workflows/ci.yml 2020-02-02 01:00:00.000000000 +0100 +++ new/virtue-2023.7.5/.github/workflows/ci.yml 2020-02-02 01:00:00.000000000 +0100 @@ -34,10 +34,7 @@ - id: noxenvs-matrix run: | echo >>$GITHUB_OUTPUT noxenvs=$( - nox --list-sessions | - grep '^* ' | - cut -d ' ' -f 2- | - jq --raw-input --slurp 'split("\n") | map(select(. != ""))' + nox --list-sessions --json | jq '[.[].session]' ) ci: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/virtue-2023.7.4/PKG-INFO new/virtue-2023.7.5/PKG-INFO --- old/virtue-2023.7.4/PKG-INFO 2020-02-02 01:00:00.000000000 +0100 +++ new/virtue-2023.7.5/PKG-INFO 2020-02-02 01:00:00.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: virtue -Version: 2023.7.4 +Version: 2023.7.5 Summary: After trial comes virtue. A test runner for good. Project-URL: Documentation, https://virtue.readthedocs.io/ Project-URL: Homepage, https://github.com/Julian/Virtue