Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pypuppetdb for
openSUSE:Factory checked in at 2024-03-07 18:31:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pypuppetdb (Old)
and /work/SRC/openSUSE:Factory/.python-pypuppetdb.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pypuppetdb"
Thu Mar 7 18:31:52 2024 rev:8 rq:1156037 version:2.5.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pypuppetdb/python-pypuppetdb.changes
2022-04-08 00:28:58.241477699 +0200
+++
/work/SRC/openSUSE:Factory/.python-pypuppetdb.new.1770/python-pypuppetdb.changes
2024-03-07 18:32:54.656750811 +0100
@@ -1,0 +2,10 @@
+Thu Mar 7 08:48:08 UTC 2024 - Matej Cepl <[email protected]>
+
+- Clean up the SPEC file
+
+-------------------------------------------------------------------
+Wed Mar 6 15:47:50 UTC 2024 - Bernhard Wiedemann <[email protected]>
+
+- Fix build with --nocheck
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pypuppetdb.spec ++++++
--- /var/tmp/diff_new_pack.iSRbmB/_old 2024-03-07 18:32:55.376777381 +0100
+++ /var/tmp/diff_new_pack.iSRbmB/_new 2024-03-07 18:32:55.380777528 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pypuppetdb
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pypuppetdb
Version: 2.5.1
@@ -51,15 +50,17 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
+# requirements-test.txt packages oddly
+rm %{buildroot}%{_prefix}/requirements_for_tests/requirements-test.txt
+
%check
# https://github.com/voxpupuli/pypuppetdb/issues/227
sed -i 's:import mock:from unittest import mock:' tests/test_*.py
%pytest
-# requirements-test.txt packages oddly
-rm %{buildroot}/usr/requirements_for_tests/requirements-test.txt
%files %{python_files}
%doc README.md CHANGELOG.md
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/pypuppetdb
+%{python_sitelib}/pypuppetdb-%{version}*-info