Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-calmjs for openSUSE:Factory checked in at 2026-02-26 18:59:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-calmjs (Old) and /work/SRC/openSUSE:Factory/.python-calmjs.new.29461 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-calmjs" Thu Feb 26 18:59:53 2026 rev:14 rq:1335267 version:3.4.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-calmjs/python-calmjs.changes 2025-06-17 18:24:29.231957672 +0200 +++ /work/SRC/openSUSE:Factory/.python-calmjs.new.29461/python-calmjs.changes 2026-02-26 18:59:56.581780104 +0100 @@ -1,0 +2,11 @@ +Mon Feb 23 15:25:51 UTC 2026 - Markéta Machová <[email protected]> + +- Skip failing test on Python 3.14 + * Also note: openSUSE only packaged calmjs because django-compressor + listed that as a dependency, and is the only software package that + got picked up by us that got calmjs added in the first place, when + calmjs.parse should have been the dependency to begin with. + * In short: nothing depends on this package anymore, it can be safely + dropped if it ever breaks + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-calmjs.spec ++++++ --- /var/tmp/diff_new_pack.KBzsXD/_old 2026-02-26 18:59:57.429815488 +0100 +++ /var/tmp/diff_new_pack.KBzsXD/_new 2026-02-26 18:59:57.429815488 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-calmjs # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -73,7 +73,8 @@ %check export LANG=en_US.UTF-8 # DistLoggerTestCase is not working correctly in obs build environment -%pytest -v --pyargs calmjs.tests -k 'not DistLoggerTestCase' +# test_root_runtime_bootstrap_logging fails on Python 3.14 https://github.com/calmjs/calmjs/issues/71 +%pytest -v --pyargs calmjs.tests -k 'not (DistLoggerTestCase or test_root_runtime_bootstrap_logging)' %pre %python_libalternatives_reset_alternative calmjs
