Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-expect for
openSUSE:Factory checked in at 2023-02-28 12:48:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-expect (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-expect.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-expect"
Tue Feb 28 12:48:12 2023 rev:3 rq:1067944 version:1.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-expect/python-pytest-expect.changes
2019-02-26 22:14:30.150230169 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-expect.new.31432/python-pytest-expect.changes
2023-02-28 12:48:37.924476511 +0100
@@ -1,0 +2,5 @@
+Mon Feb 27 10:41:49 UTC 2023 - Matej Cepl <[email protected]>
+
+- Don't use fdupes -s, it hurts.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-expect.spec ++++++
--- /var/tmp/diff_new_pack.DlwTAi/_old 2023-02-28 12:48:38.420479734 +0100
+++ /var/tmp/diff_new_pack.DlwTAi/_new 2023-02-28 12:48:38.424479759 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-expect
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-expect
Version: 1.1.0
Release: 0
@@ -54,12 +53,12 @@
%install
%python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%license LICENSE
%doc README.rst
%{python_sitelib}/pytest_expect
-%{python_sitelib}/pytest_expect-%{version}-py%{python_version}.egg-info
+%{python_sitelib}/pytest_expect-%{version}*-info
%changelog