Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jaraco.collections for
openSUSE:Factory checked in at 2023-03-09 17:44:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jaraco.collections (Old)
and /work/SRC/openSUSE:Factory/.python-jaraco.collections.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jaraco.collections"
Thu Mar 9 17:44:35 2023 rev:10 rq:1069981 version:3.8.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jaraco.collections/python-jaraco.collections.changes
2022-12-04 14:57:38.568024300 +0100
+++
/work/SRC/openSUSE:Factory/.python-jaraco.collections.new.31432/python-jaraco.collections.changes
2023-03-09 17:44:36.554546791 +0100
@@ -1,0 +2,6 @@
+Sun Mar 5 18:56:10 UTC 2023 - Hans-Peter Jansen <[email protected]>
+
+- prepare test environment: correctly provide jaraco modules locally
+ %{python3_sitelib} might not be available
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jaraco.collections.spec ++++++
--- /var/tmp/diff_new_pack.K8XfvA/_old 2023-03-09 17:44:37.066549516 +0100
+++ /var/tmp/diff_new_pack.K8XfvA/_new 2023-03-09 17:44:37.070549538 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-jaraco.collections
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -56,9 +56,10 @@
%check
# work around for gh#pytest-dev/pytest#3396 until gh#pytest-dev/pytest#10088
lands in a pytest release
+# prepare test environment: provide jaraco modules locally
touch jaraco/__init__.py
-cp -r %{python3_sitelib}/jaraco/* jaraco/
-%{python_expand # workaround for gh#jaraco/jaraco.text#10 without pathlib2
+%{python_expand cp -vr %{$python_sitelib}/jaraco/* jaraco/
+# workaround for gh#jaraco/jaraco.text#10 without pathlib2
if [ %{$python_version_nodots} -lt 310 ]; then
$python_donttest="or read_newlines or report_newlines"
fi