Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ghp-import for 
openSUSE:Factory checked in at 2023-02-27 13:54:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ghp-import (Old)
 and      /work/SRC/openSUSE:Factory/.python-ghp-import.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ghp-import"

Mon Feb 27 13:54:30 2023 rev:3 rq:1067943 version:2.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ghp-import/python-ghp-import.changes      
2022-09-29 18:15:21.751490725 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-ghp-import.new.31432/python-ghp-import.changes
   2023-02-27 13:54:30.605071928 +0100
@@ -1,0 +2,5 @@
+Mon Feb 27 10:28:39 UTC 2023 - Matej Cepl <mc...@suse.com>
+
+- Don't use fdupes -s, it hurts.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-ghp-import.spec ++++++
--- /var/tmp/diff_new_pack.Ly9tra/_old  2023-02-27 13:54:31.133075126 +0100
+++ /var/tmp/diff_new_pack.Ly9tra/_new  2023-02-27 13:54:31.137075151 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ghp-import
 #
-# 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
@@ -16,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-ghp-import
 Version:        2.1.0
@@ -54,7 +53,7 @@
 %python_install
 %python_clone -a %{buildroot}%{_bindir}/ghp-import
 
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %post
 %python_install_alternative ghp-import
@@ -66,7 +65,8 @@
 %doc README.md
 %license LICENSE
 %python_alternative %{_bindir}/ghp-import
-%{python_sitelib}/ghp_import*
-%{python_sitelib}/__pycache__/*
+%{python_sitelib}/ghp_import.py
+%{python_sitelib}/__pycache__/ghp_import*.pyc
+%{python_sitelib}/ghp_import-%{version}*-info
 
 %changelog

Reply via email to