Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-zope.location for
openSUSE:Factory checked in at 2025-01-05 15:30:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.location (Old)
and /work/SRC/openSUSE:Factory/.python-zope.location.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.location"
Sun Jan 5 15:30:23 2025 rev:6 rq:1234724 version:5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.location/python-zope.location.changes
2023-12-19 23:15:26.596683184 +0100
+++
/work/SRC/openSUSE:Factory/.python-zope.location.new.1881/python-zope.location.changes
2025-01-05 15:30:33.052021262 +0100
@@ -1,0 +2,5 @@
+Fri Jan 3 10:47:30 UTC 2025 - Markéta Machová <[email protected]>
+
+- Skip failing test and open an issue upstream
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.location.spec ++++++
--- /var/tmp/diff_new_pack.2SpkA7/_old 2025-01-05 15:30:35.304113893 +0100
+++ /var/tmp/diff_new_pack.2SpkA7/_new 2025-01-05 15:30:35.304113893 +0100
@@ -1,7 +1,7 @@
#
-# spec file
+# spec file for package python-zope.location
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -17,7 +17,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
@@ -71,6 +70,8 @@
%if %{with test}
%check
+# https://github.com/zopefoundation/zope.location/issues/12
+rm src/zope/location/tests/test_configure.py
%python_expand PYTHONPATH=src %{_bindir}/zope-testrunner-%{$python_bin_suffix}
-vvv --test-path src
%endif