Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-handy-archives for
openSUSE:Factory checked in at 2025-10-17 17:25:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-handy-archives (Old)
and /work/SRC/openSUSE:Factory/.python-handy-archives.new.18484 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-handy-archives"
Fri Oct 17 17:25:30 2025 rev:5 rq:1311959 version:0.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-handy-archives/python-handy-archives.changes
2025-03-05 13:39:25.685801219 +0100
+++
/work/SRC/openSUSE:Factory/.python-handy-archives.new.18484/python-handy-archives.changes
2025-10-17 17:25:39.805691648 +0200
@@ -1,0 +2,7 @@
+Fri Oct 17 09:41:50 UTC 2025 - Daniel Garcia <[email protected]>
+
+- Skip some zip64 tests that fails with latest python interpreter
+ because there are more consistency checks in zipfile
+ gh#python/cpython#139700
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-handy-archives.spec ++++++
--- /var/tmp/diff_new_pack.16ZT1X/_old 2025-10-17 17:25:40.521721808 +0200
+++ /var/tmp/diff_new_pack.16ZT1X/_new 2025-10-17 17:25:40.525721976 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-handy-archives
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 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
@@ -71,7 +71,11 @@
%check
%if %{with test}
-%pytest
+# zip64 test are not working in newer python interpreter because there
+# are more consistency checks in zipfile
+# https://github.com/python/cpython/issues/139700
+donttest="test_bad_zip64_extra or test_generated_valid_zip64_extra"
+%pytest -k "not ($donttest)"
%endif
%if !%{with test}